Trace number 2071258

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.12 1815.03

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-23-07.xml
MD5SUM5fa3ecf421bc4ed00f4c803544e18b01
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.79227
Satisfiable
(Un)Satisfiability was proved
Number of variables446
Number of constraints3889
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension174
Number of constraints which are defined in intension3715
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:59:26 2009
0.00/0.08	c 0	PID 19726
0.06/0.08	c 0	HOST node68.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071258-1247353165.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071258-1247353165.xml' 'HOME/temp.csp'
0.96/1.06	c 1	1 domains, 446 variables, 10 predicates, 10 relations, 3889 constraints
0.96/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.08	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.02/1.17	c 1	Parsing HOME/temp.csp
1.02/1.53	c 1	parsed 4356 expressions
1.02/1.54	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.54	c 1	Converting to clausal form CSP
1.02/1.57	c 1	converted 436 (10%) expressions
4.68/4.85	c 4	converted 872 (20%) expressions
4.80/4.97	c 5	converted 1307 (30%) expressions
4.99/5.10	c 5	converted 1743 (40%) expressions
4.99/5.19	c 5	converted 2178 (50%) expressions
5.09/5.27	c 5	converted 2614 (60%) expressions
5.39/5.60	c 5	converted 3050 (70%) expressions
5.48/5.69	c 5	converted 3485 (80%) expressions
5.68/5.84	c 5	converted 3921 (90%) expressions
6.67/6.82	c 6	converted 4356 (100%) expressions
6.67/6.82	c 6	CSP : 446 integers, 0 booleans, 3889 clauses, largest domain size 26
6.67/6.82	c 6	Heap : 116 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.67/6.82	c 6	Propagation in CSP
6.67/6.84	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.67/6.84	c 6	CSP : 446 integers, 0 booleans, 3889 clauses, largest domain size 26
6.67/6.84	c 6	Heap : 117 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.67/6.85	c 6	Simplifing CSP by introducing new Boolean variables
6.96/7.17	c 7	CSP : 446 integers, 33028 booleans, 36917 clauses, largest domain size 26
6.96/7.17	c 7	Heap : 124 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.96/8.18	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.05/8.22	c 8	45 (10%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
8.05/8.22	c 8	90 (20%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
8.05/8.22	c 8	134 (30%) CSP integer variables are encoded (3216 clauses, 39745 bytes)
8.05/8.22	c 8	179 (40%) CSP integer variables are encoded (4296 clauses, 53785 bytes)
8.05/8.23	c 8	223 (50%) CSP integer variables are encoded (5352 clauses, 67513 bytes)
8.05/8.23	c 8	268 (60%) CSP integer variables are encoded (6432 clauses, 81553 bytes)
8.05/8.23	c 8	313 (70%) CSP integer variables are encoded (7512 clauses, 95593 bytes)
8.05/8.23	c 8	357 (80%) CSP integer variables are encoded (8568 clauses, 109321 bytes)
8.05/8.23	c 8	402 (90%) CSP integer variables are encoded (9648 clauses, 123458 bytes)
8.05/8.23	c 8	446 (100%) CSP integer variables are encoded (10704 clauses, 139298 bytes)
98.37/99.53	c 99	3692 (10%) CSP clauses are encoded (1487145 clauses, 64209393 bytes)
110.35/111.64	c 111	7384 (20%) CSP clauses are encoded (1647585 clauses, 70344575 bytes)
110.54/111.82	c 111	11076 (30%) CSP clauses are encoded (1733327 clauses, 72045981 bytes)
116.48/117.83	c 117	14767 (40%) CSP clauses are encoded (1856392 clauses, 76051463 bytes)
133.80/135.39	c 135	18459 (50%) CSP clauses are encoded (2054181 clauses, 84768574 bytes)
166.77/168.69	c 168	22151 (60%) CSP clauses are encoded (2335135 clauses, 99295958 bytes)
171.22/173.14	c 173	25842 (70%) CSP clauses are encoded (2453069 clauses, 103144721 bytes)
180.33/182.31	c 182	29534 (80%) CSP clauses are encoded (2601347 clauses, 109285886 bytes)
184.78/186.82	c 186	33226 (90%) CSP clauses are encoded (2719307 clauses, 113237371 bytes)
199.62/201.88	c 201	36917 (100%) CSP clauses are encoded (2934503 clauses, 124812360 bytes)
199.62/201.88	c 201	36917 CSP clauses encoded
199.62/201.89	c 201	Writing map file : HOME/temp.map
199.72/201.90	c 201	Heap : 182 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
199.72/201.90	c 201	SAT : 44178 SAT variables, 2934503 SAT clauses, 124812360 bytes
199.72/201.90	c 201	Heap : 182 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
199.72/201.97	c 202	SOLVING HOME/temp.cnf
199.72/201.97	c 202	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
199.72/201.98	c 202	This is MiniSat 2.0 beta
199.72/201.98	c 202	WARNING: for repeatability, setting FPU to use double precision
199.72/201.98	c 202	============================[ Problem Statistics ]=============================
199.72/201.98	c 202	|                                                                             |
199.72/201.98	c 202	|  Number of variables:  44178                                                |
199.72/201.98	c 202	|  Number of clauses:    2934503                                              |
202.57/204.80	c 204	|  Parsing time:         2.44         s                                       |
202.67/204.98	c 205	============================[ Search Statistics ]==============================
202.67/204.98	c 205	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
202.67/204.98	c 205	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
202.67/204.98	c 205	===============================================================================
202.67/204.98	c 205	|         0 |   44172  2933502 21388282 |   977834        0    nan |  0.000 % |
202.97/205.22	c 205	|       100 |   44172  2933502 21388282 |  1075617      100      6 |  0.014 % |
202.97/205.27	c 205	|       251 |   44172  2933502 21388282 |  1183179      250      7 |  0.016 % |
203.08/205.30	c 205	|       478 |   44171  2933502 21388282 |  1301497      477      7 |  0.016 % |
203.17/205.44	c 205	|       816 |   44171  2933502 21388282 |  1431646      815      8 |  0.016 % |
203.37/205.64	c 205	|      1322 |   44171  2933502 21388282 |  1574811     1321      8 |  0.016 % |
203.47/205.77	c 205	|      2082 |   44171  2933502 21388282 |  1732292     2081      8 |  0.016 % |
203.56/205.84	c 205	|      3222 |   44171  2933502 21388282 |  1905521     3221      8 |  0.016 % |
203.86/206.13	c 206	|      4930 |   44171  2933502 21388282 |  2096074     4929      8 |  0.016 % |
204.16/206.45	c 206	|      7493 |   44171  2933502 21388282 |  2305681     7492      9 |  0.016 % |
204.85/207.15	c 207	|     11337 |   44171  2933502 21388282 |  2536249    11336      9 |  0.016 % |
205.83/208.14	c 208	|     17105 |   44171  2933502 21388282 |  2789874    17104     10 |  0.016 % |
207.33/209.64	c 209	|     25754 |   44171  2933502 21388282 |  3068861    25753     11 |  0.016 % |
209.11/211.46	c 211	|     38728 |   44171  2933502 21388282 |  3375748    38727     11 |  0.016 % |
214.16/216.58	c 216	|     58189 |   44171  2933502 21388282 |  3713322    58188     12 |  0.016 % |
220.30/222.73	c 222	|     87381 |   44170  2933502 21388282 |  4084655    87379     12 |  0.018 % |
240.71/243.31	c 243	|    131171 |   44170  2933502 21388282 |  4493120   131169     14 |  0.018 % |
273.79/276.79	c 276	|    196855 |   44168  2933502 21388282 |  4942432   196851     14 |  0.023 % |
330.55/334.05	c 334	|    295381 |   44167  2933502 21388282 |  5436676   295376     15 |  0.025 % |
414.35/418.63	c 418	|    443172 |   44164  2933502 21388282 |  5980343   443164     15 |  0.032 % |
589.48/595.43	c 595	|    664855 |   44160  2932233 21381852 |  6578378   664822     15 |  0.041 % |
846.83/855.22	c 855	|    997380 |   44160  2932233 21381852 |  7236216   997347     16 |  0.041 % |
1478.40/1492.89	c 1492	|   1496168 |   44156  2931734 21379513 |  7959837  1496131     17 |  0.050 % |
1800.09/1814.92	c ERROR INTERRUPTED
1800.09/1814.97	s UNKNOWN
1800.09/1814.97	c 1814	CPU 199.8 (0.06 0.02 198.32 1.4)
1800.09/1814.97	c 1814	END Sun Jul 12 01:29:40 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071258-1247353165/watcher-2071258-1247353165 -o /tmp/evaluation-result-2071258-1247353165/solver-2071258-1247353165 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071258-1247353165.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.06 2.06 4/75 19726
/proc/meminfo: memFree=1754760/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=12000 CPUtime=0
/proc/19726/stat : 19726 (sugar) R 19724 19726 18865 0 -1 4194304 192 0 0 0 0 0 0 0 20 0 1 0 22379242 12288000 160 996147200 4194304 4206940 548682068608 18446744073709551615 209560469262 0 0 4224 0 0 0 0 17 1 0 0
/proc/19726/statm: 3000 160 122 3 0 100 0

[startup+0.084267 s]
/proc/loadavg: 2.03 2.06 2.06 4/75 19726
/proc/meminfo: memFree=1754760/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16740 CPUtime=0.06
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22379242 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101683 s]
/proc/loadavg: 2.03 2.06 2.06 4/75 19726
/proc/meminfo: memFree=1754760/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=0.06
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22379242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301709 s]
/proc/loadavg: 2.03 2.06 2.06 4/75 19726
/proc/meminfo: memFree=1754760/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=0.06
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22379242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701782 s]
/proc/loadavg: 2.03 2.06 2.06 4/75 19726
/proc/meminfo: memFree=1754760/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=0.06
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22379242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50292 s]
/proc/loadavg: 2.03 2.06 2.06 3/86 19738
/proc/meminfo: memFree=1732208/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=1.02
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1309 8449 0 1 5 1 90 6 16 0 1 0 22379242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 16868

[startup+3.10219 s]
/proc/loadavg: 2.03 2.06 2.06 4/86 19748
/proc/meminfo: memFree=1722544/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=1.02
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1309 8449 0 1 5 1 90 6 16 0 1 0 22379242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1111 409 3 0 796 0
[pid=19739] ppid=19726 vsize=5356 CPUtime=0
/proc/19739/stat : 19739 (sh) S 19726 19726 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22379350 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19739/statm: 1339 233 193 169 0 50 0
[pid=19740] ppid=19739 vsize=864248 CPUtime=1.98
/proc/19740/stat : 19740 (java) S 19739 19726 18865 0 -1 0 15741 0 1 0 189 9 0 0 18 0 9 0 22379351 884989952 14974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19740/statm: 216062 14974 2566 9 0 210567 0
[pid=19740/tid=19741] ppid=19739 vsize=864248 CPUtime=0.85
/proc/19740/task/19741/stat : 19741 (java) R 19739 19726 18865 0 -1 64 2915 0 1 0 83 2 0 0 22 0 9 0 22379352 884989952 14974 996147200 134512640 134550932 4294955936 18446744073709551615 4126535692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19742] ppid=19739 vsize=864248 CPUtime=1.06
/proc/19740/task/19742/stat : 19742 (java) S 19739 19726 18865 0 -1 64 11809 0 0 0 100 6 0 0 18 0 9 0 22379353 884989952 14974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19743] ppid=19739 vsize=864248 CPUtime=0
/proc/19740/task/19743/stat : 19743 (java) S 19739 19726 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22379353 884989952 14974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19744] ppid=19739 vsize=864248 CPUtime=0
/proc/19740/task/19744/stat : 19744 (java) S 19739 19726 18865 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22379353 884989952 14974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19745] ppid=19739 vsize=864248 CPUtime=0
/proc/19740/task/19745/stat : 19745 (java) S 19739 19726 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22379355 884989952 14974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19746] ppid=19739 vsize=864248 CPUtime=0.05
/proc/19740/task/19746/stat : 19746 (java) S 19739 19726 18865 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22379355 884989952 14974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19747] ppid=19739 vsize=864248 CPUtime=0
/proc/19740/task/19747/stat : 19747 (java) S 19739 19726 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22379355 884989952 14974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19748] ppid=19739 vsize=864248 CPUtime=0
/proc/19740/task/19748/stat : 19748 (java) S 19739 19726 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22379355 884989952 14974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886472

[startup+6.30274 s]
/proc/loadavg: 2.03 2.06 2.06 3/86 19748
/proc/meminfo: memFree=1635696/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=1.03
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1309 8449 0 1 6 1 90 6 16 0 1 0 22379242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1111 409 3 0 796 0
[pid=19739] ppid=19726 vsize=5356 CPUtime=0
/proc/19739/stat : 19739 (sh) S 19726 19726 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22379350 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19739/statm: 1339 233 193 169 0 50 0
[pid=19740] ppid=19739 vsize=889228 CPUtime=5.15
/proc/19740/stat : 19740 (java) S 19739 19726 18865 0 -1 0 47721 0 1 0 487 28 0 0 18 0 9 0 22379351 910569472 41847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19740/statm: 222307 41847 2567 9 0 216812 0
[pid=19740/tid=19741] ppid=19739 vsize=889228 CPUtime=2.04
/proc/19740/task/19741/stat : 19741 (java) R 19739 19726 18865 0 -1 64 3779 0 1 0 202 2 0 0 25 0 9 0 22379352 910569472 41847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19742] ppid=19739 vsize=889228 CPUtime=2.91
/proc/19740/task/19742/stat : 19742 (java) R 19739 19726 18865 0 -1 64 41759 0 0 0 267 24 0 0 18 0 9 0 22379353 910569472 41847 996147200 134512640 134550932 4294955936 18446744073709551615 102758189 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19743] ppid=19739 vsize=889228 CPUtime=0
/proc/19740/task/19743/stat : 19743 (java) S 19739 19726 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22379353 910569472 41847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19744] ppid=19739 vsize=889228 CPUtime=0
/proc/19740/task/19744/stat : 19744 (java) S 19739 19726 18865 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22379353 910569472 41847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19745] ppid=19739 vsize=889228 CPUtime=0
/proc/19740/task/19745/stat : 19745 (java) S 19739 19726 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22379355 910569472 41847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19746] ppid=19739 vsize=889228 CPUtime=0.17
/proc/19740/task/19746/stat : 19746 (java) S 19739 19726 18865 0 -1 64 1481 0 0 0 16 1 0 0 16 0 9 0 22379355 910569472 41847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19747] ppid=19739 vsize=889228 CPUtime=0
/proc/19740/task/19747/stat : 19747 (java) S 19739 19726 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22379355 910569472 41847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19748] ppid=19739 vsize=889228 CPUtime=0
/proc/19740/task/19748/stat : 19748 (java) S 19739 19726 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22379355 910569472 41847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 911452

[startup+12.7028 s]
/proc/loadavg: 2.10 2.08 2.06 3/86 19748
/proc/meminfo: memFree=1593456/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=1.03
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1310 8449 0 1 6 1 90 6 16 0 1 0 22379242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1111 409 3 0 796 0
[pid=19739] ppid=19726 vsize=5356 CPUtime=0
/proc/19739/stat : 19739 (sh) S 19726 19726 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22379350 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19739/statm: 1339 233 193 169 0 50 0
[pid=19740] ppid=19739 vsize=868724 CPUtime=11.48
/proc/19740/stat : 19740 (java) S 19739 19726 18865 0 -1 0 60123 0 1 0 1107 41 0 0 18 0 9 0 22379351 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19740/statm: 217181 40085 2593 9 0 211658 0
[pid=19740/tid=19741] ppid=19739 vsize=868724 CPUtime=6.44
/proc/19740/task/19741/stat : 19741 (java) R 19739 19726 18865 0 -1 64 4715 0 1 0 637 7 0 0 25 0 9 0 22379352 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 103211054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19742] ppid=19739 vsize=868724 CPUtime=4.74
/proc/19740/task/19742/stat : 19742 (java) S 19739 19726 18865 0 -1 64 53175 0 0 0 444 30 0 0 16 0 9 0 22379353 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19743] ppid=19739 vsize=868724 CPUtime=0
/proc/19740/task/19743/stat : 19743 (java) S 19739 19726 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22379353 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19744] ppid=19739 vsize=868724 CPUtime=0
/proc/19740/task/19744/stat : 19744 (java) S 19739 19726 18865 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22379353 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19745] ppid=19739 vsize=868724 CPUtime=0
/proc/19740/task/19745/stat : 19745 (java) S 19739 19726 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22379355 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19746] ppid=19739 vsize=868724 CPUtime=0.25
/proc/19740/task/19746/stat : 19746 (java) S 19739 19726 18865 0 -1 64 1531 0 0 0 24 1 0 0 16 0 9 0 22379355 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19747] ppid=19739 vsize=868724 CPUtime=0
/proc/19740/task/19747/stat : 19747 (java) S 19739 19726 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22379355 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19748] ppid=19739 vsize=868724 CPUtime=0
/proc/19740/task/19748/stat : 19748 (java) S 19739 19726 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22379355 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890948

[startup+25.5044 s]
/proc/loadavg: 2.08 2.07 2.06 3/86 19748
/proc/meminfo: memFree=1581488/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=1.03
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1310 8449 0 1 6 1 90 6 16 0 1 0 22379242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1111 409 3 0 796 0
[pid=19739] ppid=19726 vsize=5356 CPUtime=0
/proc/19739/stat : 19739 (sh) S 19726 19726 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22379350 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19739/statm: 1339 233 193 169 0 50 0
[pid=19740] ppid=19739 vsize=868724 CPUtime=24.13
/proc/19740/stat : 19740 (java) S 19739 19726 18865 0 -1 0 60191 0 1 0 2365 48 0 0 18 0 9 0 22379351 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19740/statm: 217181 40085 2593 9 0 211658 0
[pid=19740/tid=19741] ppid=19739 vsize=868724 CPUtime=18.78
/proc/19740/task/19741/stat : 19741 (java) R 19739 19726 18865 0 -1 64 4783 0 1 0 1863 15 0 0 25 0 9 0 22379352 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19742] ppid=19739 vsize=868724 CPUtime=5.07
/proc/19740/task/19742/stat : 19742 (java) S 19739 19726 18865 0 -1 64 53175 0 0 0 476 31 0 0 15 0 9 0 22379353 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19743] ppid=19739 vsize=868724 CPUtime=0
/proc/19740/task/19743/stat : 19743 (java) S 19739 19726 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22379353 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19744] ppid=19739 vsize=868724 CPUtime=0
/proc/19740/task/19744/stat : 19744 (java) S 19739 19726 18865 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22379353 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19745] ppid=19739 vsize=868724 CPUtime=0
/proc/19740/task/19745/stat : 19745 (java) S 19739 19726 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22379355 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19746] ppid=19739 vsize=868724 CPUtime=0.25
/proc/19740/task/19746/stat : 19746 (java) S 19739 19726 18865 0 -1 64 1531 0 0 0 24 1 0 0 16 0 9 0 22379355 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19747] ppid=19739 vsize=868724 CPUtime=0
/proc/19740/task/19747/stat : 19747 (java) S 19739 19726 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22379355 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19740/tid=19748] ppid=19739 vsize=868724 CPUtime=0
/proc/19740/task/19748/stat : 19748 (java) S 19739 19726 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22379355 889573376 40085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890948

[startup+51.1023 s]
/proc/loadavg: 2.05 2.06 2.06 3/86 19748
/proc/meminfo: memFree=1557104/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=1.03
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1310 8449 0 1 6 1 90 6 16 0 1 0 22379242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1111 409 3 0 796 0
[pid=19739] ppid=19726 vsize=5356 CPUtime=0
/proc/19739/stat : 19739 (sh) S 19726 19726 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22379350 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19739/statm: 1339 233 193 169 0 50 0
[pid=19740] ppid=19739 vsize=868724 CPUtime=49.45
/proc/19740/stat : 19740 (java) S 19739 19726 18865 0 -1 0 61669 0 1 0 4882 63 0 0 18 0 9 0 22379351 889573376 41446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19740/statm: 217181 41446 2593 9 0 211658 0

################
# More data... #
################

/proc/19756/stat : 19756 (minisat) R 19755 19726 18865 0 -1 4194304 84793 0 0 0 120796 82 0 0 25 0 1 0 22399440 352854016 84779 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/19756/statm: 86146 84779 76 150 0 85993 0
Current children cumulated CPU time (s) 1408.58
Current children cumulated vsize (KiB) 366808

[startup+1482.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/78 19756
/proc/meminfo: memFree=1283120/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=199.8
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1376 96655 0 2 6 2 19832 140 16 0 1 0 22379242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1113 409 3 0 796 0
[pid=19755] ppid=19726 vsize=5356 CPUtime=0
/proc/19755/stat : 19755 (sh) S 19726 19726 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22399439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19755/statm: 1339 232 193 169 0 50 0
[pid=19756] ppid=19755 vsize=349196 CPUtime=1268.21
/proc/19756/stat : 19756 (minisat) R 19755 19726 18865 0 -1 4194304 85985 0 0 0 126737 84 0 0 25 0 1 0 22399440 357576704 85971 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19756/statm: 87299 85971 76 150 0 87146 0
Current children cumulated CPU time (s) 1468.01
Current children cumulated vsize (KiB) 371420

[startup+1542.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/88 19805
/proc/meminfo: memFree=1176992/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=199.8
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1376 96655 0 2 6 2 19832 140 16 0 1 0 22379242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1113 409 3 0 796 0
[pid=19755] ppid=19726 vsize=5356 CPUtime=0
/proc/19755/stat : 19755 (sh) S 19726 19726 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22399439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19755/statm: 1339 232 193 169 0 50 0
[pid=19756] ppid=19755 vsize=354968 CPUtime=1327.85
/proc/19756/stat : 19756 (minisat) R 19755 19726 18865 0 -1 4194304 87462 0 0 0 132698 87 0 0 25 0 1 0 22399440 363487232 87448 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/19756/statm: 88742 87448 76 150 0 88589 0
Current children cumulated CPU time (s) 1527.65
Current children cumulated vsize (KiB) 377192

[startup+1602.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/88 19805
/proc/meminfo: memFree=1116448/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=199.8
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1376 96655 0 2 6 2 19832 140 16 0 1 0 22379242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1113 409 3 0 796 0
[pid=19755] ppid=19726 vsize=5356 CPUtime=0
/proc/19755/stat : 19755 (sh) S 19726 19726 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22399439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19755/statm: 1339 232 193 169 0 50 0
[pid=19756] ppid=19755 vsize=363484 CPUtime=1387.81
/proc/19756/stat : 19756 (minisat) R 19755 19726 18865 0 -1 4194304 88858 0 0 0 138692 89 0 0 25 0 1 0 22399440 372207616 88844 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 0 0 0
/proc/19756/statm: 90871 88844 76 150 0 90718 0
Current children cumulated CPU time (s) 1587.61
Current children cumulated vsize (KiB) 385708

[startup+1662.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/88 19805
/proc/meminfo: memFree=1063840/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=199.8
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1376 96655 0 2 6 2 19832 140 16 0 1 0 22379242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1113 409 3 0 796 0
[pid=19755] ppid=19726 vsize=5356 CPUtime=0
/proc/19755/stat : 19755 (sh) S 19726 19726 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22399439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19755/statm: 1339 232 193 169 0 50 0
[pid=19756] ppid=19755 vsize=367632 CPUtime=1447.78
/proc/19756/stat : 19756 (minisat) R 19755 19726 18865 0 -1 4194304 89909 0 0 0 144687 91 0 0 25 0 1 0 22399440 376455168 89895 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/19756/statm: 91908 89895 76 150 0 91755 0
Current children cumulated CPU time (s) 1647.58
Current children cumulated vsize (KiB) 389856

[startup+1722.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/88 19805
/proc/meminfo: memFree=1036256/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=199.8
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1376 96655 0 2 6 2 19832 140 16 0 1 0 22379242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1113 409 3 0 796 0
[pid=19755] ppid=19726 vsize=5356 CPUtime=0
/proc/19755/stat : 19755 (sh) S 19726 19726 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22399439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19755/statm: 1339 232 193 169 0 50 0
[pid=19756] ppid=19755 vsize=370972 CPUtime=1507.74
/proc/19756/stat : 19756 (minisat) R 19755 19726 18865 0 -1 4194304 90768 0 0 0 150681 93 0 0 25 0 1 0 22399440 379875328 90754 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19756/statm: 92743 90754 76 150 0 92590 0
Current children cumulated CPU time (s) 1707.54
Current children cumulated vsize (KiB) 393196

[startup+1782.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/88 19805
/proc/meminfo: memFree=1002592/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=199.8
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1376 96655 0 2 6 2 19832 140 16 0 1 0 22379242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1113 409 3 0 796 0
[pid=19755] ppid=19726 vsize=5356 CPUtime=0
/proc/19755/stat : 19755 (sh) S 19726 19726 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22399439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19755/statm: 1339 232 193 169 0 50 0
[pid=19756] ppid=19755 vsize=374100 CPUtime=1567.69
/proc/19756/stat : 19756 (minisat) R 19755 19726 18865 0 -1 4194304 91583 0 0 0 156675 94 0 0 25 0 1 0 22399440 383078400 91569 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/19756/statm: 93525 91569 76 150 0 93372 0
Current children cumulated CPU time (s) 1767.49
Current children cumulated vsize (KiB) 396324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.9 s]
/proc/loadavg: 2.05 2.05 2.00 3/80 19807
/proc/meminfo: memFree=1109984/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=199.8
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1376 96655 0 2 6 2 19832 140 16 0 1 0 22379242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1113 409 3 0 796 0
[pid=19755] ppid=19726 vsize=5356 CPUtime=0
/proc/19755/stat : 19755 (sh) S 19726 19726 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22399439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19755/statm: 1339 232 193 169 0 50 0
[pid=19756] ppid=19755 vsize=375596 CPUtime=1600.29
/proc/19756/stat : 19756 (minisat) R 19755 19726 18865 0 -1 4194304 91983 0 0 0 159933 96 0 0 25 0 1 0 22399440 384610304 91969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19756/statm: 93899 91969 76 150 0 93746 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 397820

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (199.85 s) is less than in the last sample (1800.09 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1600.24 s) to the 'lost time'.

[startup+1814.9 s]
/proc/loadavg: 2.05 2.05 2.00 3/80 19807
/proc/meminfo: memFree=1109984/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=199.8
/proc/19726/stat : 19726 (sugar) S 19724 19726 18865 0 -1 4194304 1376 96655 0 2 6 2 19832 140 16 0 1 0 22379242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19726/statm: 4217 1113 409 3 0 796 0
[pid=19755] ppid=19726 vsize=5356 CPUtime=0
/proc/19755/stat : 19755 (sh) S 19726 19726 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22399439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19755/statm: 1339 232 193 169 0 50 0
[pid=19756] ppid=19755 vsize=375596 CPUtime=1600.29
/proc/19756/stat : 19756 (minisat) R 19755 19726 18865 0 -1 4194304 91983 0 0 0 159933 96 0 0 25 0 1 0 22399440 384610304 91969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19756/statm: 93899 91969 76 150 0 93746 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 397820

[startup+1815.02 s]
/proc/loadavg: 2.05 2.05 2.00 3/80 19807
/proc/meminfo: memFree=1109984/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=199.85
/proc/19726/stat : 19726 (sugar) R 19724 19726 18865 0 -1 4194304 1423 96932 0 2 6 7 19832 140 17 0 1 0 22379242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19726/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 199.85
Current children cumulated vsize (KiB) 16868
#
############


Solver just ended. Dumping a history of the last processes samples

[startup+1815.02 s]
/proc/loadavg: 2.05 2.05 2.00 3/80 19807
/proc/meminfo: memFree=1109984/2055920 swapFree=4192952/4192956
[pid=19726] ppid=19724 vsize=16868 CPUtime=199.85
/proc/19726/stat : 19726 (sugar) R 19724 19726 18865 0 -1 4194304 1423 96932 0 2 6 7 19832 140 17 0 1 0 22379242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19726/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 199.85
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1600.24
#  lost CPU user time (s): 1599.33
#  lost CPU system time (s): 0.91

Real time (s): 1815.03
CPU time (s): 1800.12
CPU user time (s): 1797.72
CPU system time (s): 2.39877
CPU usage (%): 99.1782
Max. virtual memory (cumulated for all children) (KiB): 911452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.389
system time used= 1.48877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98414
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12783
involuntary context switches= 16690

runsolver used 2.18967 second user time and 6.22005 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 00:59:25
IDJOB=2071258
IDBENCH=55462
IDSOLVER=739
FILE ID=node68/2071258-1247353165
PBS_JOBID= 9506890
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-23-07.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071258-1247353165/watcher-2071258-1247353165 -o /tmp/evaluation-result-2071258-1247353165/solver-2071258-1247353165 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2071258-1247353165.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5fa3ecf421bc4ed00f4c803544e18b01
RANDOM SEED=648503682

node68.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1755240 kB
Buffers:         56944 kB
Cached:         151064 kB
SwapCached:          4 kB
Active:          72032 kB
Inactive:       161612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755240 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2432 kB
Writeback:           0 kB
Mapped:          37436 kB
Slab:            52124 kB
Committed_AS:   186076 kB
PageTables:       1916 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66308 MiB
End job on node68 at 2009-07-12 01:29:42