Trace number 1110484

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)12 3600.04 3602.08

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg10-14_ext.xml
MD5SUM2266fcf4147c2bc9f044c25c6adc6248
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints12
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints24
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Sat Jul 12 03:14:41 2008
0.02/0.04	c 0	PID 14782
0.02/0.04	c 0	HOST node46.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1110484-1215825281.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110484-1215825281.xml' 'HOME/temp.csp'
0.02/0.24	c 0	1 domains, 140 variables, 0 predicates, 2 relations, 24 constraints
0.02/0.25	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.27/0.32	c 0	Parsing HOME/temp.csp
0.27/0.44	c 0	parsed 167 expressions
0.27/0.44	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.27/0.44	c 0	MAX CSP: 24 constraints
0.27/0.44	c 0	Converting to clausal form CSP
0.27/0.46	c 0	converted 20 (10%) expressions
0.27/0.46	c 0	converted 39 (20%) expressions
0.27/0.46	c 0	converted 59 (30%) expressions
0.27/0.46	c 0	converted 78 (40%) expressions
0.27/0.46	c 0	converted 97 (50%) expressions
0.27/0.46	c 0	converted 117 (60%) expressions
0.27/0.46	c 0	converted 136 (70%) expressions
0.27/0.96	c 1	converted 156 (80%) expressions
1.75/1.74	c 1	converted 175 (90%) expressions
1.86/1.89	c 2	converted 194 (100%) expressions
1.86/1.89	c 2	CSP : 188 integers, 0 booleans, 71 clauses, largest domain size 37
1.86/1.89	c 2	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.86/1.89	c 2	Propagation in CSP
1.95/1.90	c 2	22 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.95/1.90	c 2	CSP : 188 integers, 0 booleans, 71 clauses, largest domain size 26
1.95/1.90	c 2	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.95/1.90	c 2	Simplifing CSP by introducing new Boolean variables
1.95/1.90	c 2	CSP : 188 integers, 0 booleans, 71 clauses, largest domain size 26
1.95/1.90	c 2	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.07/2.09	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.17/2.11	c 2	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
2.17/2.11	c 2	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
2.17/2.11	c 2	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
2.17/2.11	c 2	76 (40%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
2.17/2.11	c 2	94 (50%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
2.17/2.11	c 2	113 (60%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
2.17/2.12	c 2	132 (70%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
2.17/2.12	c 2	151 (80%) CSP integer variables are encoded (3360 clauses, 41617 bytes)
2.17/2.12	c 2	170 (90%) CSP integer variables are encoded (3433 clauses, 42566 bytes)
2.17/2.12	c 2	188 (100%) CSP integer variables are encoded (3523 clauses, 43736 bytes)
106.53/106.75	c 106	8 (10%) CSP clauses are encoded (481275 clauses, 35687344 bytes)
185.72/186.11	c 186	15 (20%) CSP clauses are encoded (853654 clauses, 64076396 bytes)
193.48/193.95	c 194	22 (30%) CSP clauses are encoded (952109 clauses, 73382330 bytes)
195.67/196.16	c 196	29 (40%) CSP clauses are encoded (980410 clauses, 76175231 bytes)
195.67/196.16	c 196	36 (50%) CSP clauses are encoded (980685 clauses, 76179803 bytes)
195.67/196.16	c 196	43 (60%) CSP clauses are encoded (980712 clauses, 76180210 bytes)
195.67/196.16	c 196	50 (70%) CSP clauses are encoded (981059 clauses, 76186224 bytes)
195.67/196.16	c 196	57 (80%) CSP clauses are encoded (981100 clauses, 76186866 bytes)
195.67/196.16	c 196	64 (90%) CSP clauses are encoded (981137 clauses, 76187436 bytes)
195.67/196.17	c 196	71 (100%) CSP clauses are encoded (981285 clauses, 76189865 bytes)
195.67/196.17	c 196	71 CSP clauses encoded
195.67/196.17	c 196	Writing map file : HOME/temp.map
195.67/196.17	c 196	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
195.67/196.17	c 196	SAT : 3711 SAT variables, 981285 SAT clauses, 76189865 bytes
195.67/196.17	c 196	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
195.76/196.20	c 196	OBJECTIVE minimize _COST
195.76/196.20	c 196	OBJECTIVE BOUND: 0 <= _COST <= 
195.76/196.20	c 196	SEARCHING: _COST <= 12
195.76/196.20	c 196	SOLVING HOME/temp.cnf
195.76/196.20	c 196	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
195.76/196.20	c 196	This is MiniSat 2.0 beta
195.76/196.20	c 196	WARNING: for repeatability, setting FPU to use double precision
195.76/196.20	c 196	============================[ Problem Statistics ]=============================
195.76/196.20	c 196	|                                                                             |
195.76/196.21	c 196	|  Number of variables:  3711                                                 |
195.76/196.21	c 196	|  Number of clauses:    981286                                               |
197.16/197.68	c 197	|  Parsing time:         1.32         s                                       |
197.26/197.77	c 198	============================[ Search Statistics ]==============================
197.26/197.77	c 198	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
197.26/197.77	c 198	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
197.26/197.77	c 198	===============================================================================
197.26/197.77	c 198	|         0 |    3651   980860 14413929 |   326953        0    nan |  0.000 % |
197.26/197.79	c 198	|       100 |    3651   980860 14413929 |   359648      100      5 |  1.617 % |
197.36/197.83	c 198	|       250 |    3651   980860 14413929 |   395613      250      6 |  1.617 % |
197.36/197.89	c 198	|       475 |    3651   980860 14413929 |   435174      475      7 |  1.617 % |
197.46/197.93	c 198	|       813 |    3651   980860 14413929 |   478692      813      7 |  1.617 % |
197.56/198.06	c 198	|      1320 |    3651   980860 14413929 |   526561     1320      8 |  1.617 % |
197.66/198.19	c 198	|      2079 |    3651   980860 14413929 |   579217     2079      9 |  1.617 % |
197.85/198.33	c 198	|      3218 |    3651   980860 14413929 |   637139     3218      9 |  1.617 % |
197.95/198.46	c 198	|      4928 |    3651   980860 14413929 |   700853     4928      9 |  1.617 % |
198.25/198.75	c 198	|      7490 |    3651   980860 14413929 |   770938     7490     10 |  1.617 % |
198.85/199.37	c 199	|     11335 |    3651   980860 14413929 |   848032    11335     10 |  1.617 % |
199.95/200.40	c 200	|     17101 |    3651   980860 14413929 |   932836    17101     10 |  1.617 % |
201.46/201.97	c 202	|     25751 |    3651   980860 14413929 |  1026119    25751     11 |  1.617 % |
204.35/204.81	c 205	|     38726 |    3651   980860 14413929 |  1128731    38726     11 |  1.617 % |
209.94/210.43	c 210	|     58188 |    3651   980860 14413929 |  1241604    58188     11 |  1.617 % |
219.34/219.87	c 220	|     87380 |    3651   980860 14413929 |  1365765    87380     12 |  1.617 % |
236.63/237.11	c 237	|    131169 |    3651   980860 14413929 |  1502341   131169     12 |  1.617 % |
260.51/261.00	c 261	|    196855 |    3651   980860 14413929 |  1652575   196855     13 |  1.617 % |
328.97/329.56	c 329	|    295381 |    3651   980860 14413929 |  1817833   295381     14 |  1.617 % |
413.74/414.32	c 414	===============================================================================
413.74/414.32	c 414	restarts              : 19
413.74/414.32	c 414	conflicts             : 418889         (1924 /sec)
413.74/414.32	c 414	decisions             : 578482         (1.62 % random) (2657 /sec)
413.74/414.32	c 414	propagations          : 12941829       (59437 /sec)
413.74/414.32	c 414	conflict literals     : 6291200        (23.46 % deleted)
413.74/414.32	c 414	Memory used           : 143.24 MB
413.74/414.32	c 414	CPU time              : 217.74 s
413.74/414.32	c 414	
413.74/414.32	c 414	SATISFIABLE
413.74/414.35	c 414	FOUND: _COST <= 12
413.74/414.35	s SATISFIABLE
413.74/414.35	c 414	DECODING HOME/temp.out WITH HOME/temp.map
413.74/414.35	c 414	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
413.81/414.43	c 414	Decoding HOME/temp.out
413.81/414.47	c 414	OBJECTIVE _COST 12
413.81/414.47	o 12
413.81/414.47	v 25 25 18 25 19 15 17 18 20 12 25 18 6 18 25 25 4 25 24 4 4 24 15 0 25 4 17 0 25 25 12 25 17 19 19 17 7 20 25 13 14 21 25 25 0 25 0 10 8 8 14 17 25 18 20 0 2 0 13 14 13 8 2 0 11 8 25 8 13 6 25 25 19 25 13 4 20 13 18 19 25 19 3 4 25 25 8 25 8 22 11 8 19 0 25 8 22 13 25 25 2 25 2 8 0 25 4 13 25 21 14 4 2 7 0 17 0 2 19 4 17 8 25 4 17 18 25 25 11 25 11 25 4 18 18 0 25 18 10 18
413.81/414.47	c 414	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
413.81/414.52	c 414	OBJECTIVE BOUND: 0 <= _COST <= 12
413.81/414.52	c 414	SEARCHING: _COST <= 6
413.81/414.52	c 414	SOLVING HOME/temp.cnf
413.81/414.52	c 414	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
413.81/414.52	c 414	This is MiniSat 2.0 beta
413.81/414.52	c 414	WARNING: for repeatability, setting FPU to use double precision
413.81/414.52	c 414	============================[ Problem Statistics ]=============================
413.81/414.52	c 414	|                                                                             |
413.81/414.52	c 414	|  Number of variables:  3711                                                 |
413.81/414.52	c 414	|  Number of clauses:    981286                                               |
415.32/415.99	c 416	|  Parsing time:         1.33         s                                       |
415.42/416.08	c 416	============================[ Search Statistics ]==============================
415.42/416.08	c 416	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
415.42/416.08	c 416	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
415.42/416.08	c 416	===============================================================================
415.42/416.08	c 416	|         0 |    3615   980599 14413248 |   326866        0    nan |  0.000 % |
415.52/416.10	c 416	|       100 |    3615   980599 14413248 |   359552      100      5 |  2.587 % |
415.52/416.16	c 416	|       251 |    3615   980599 14413248 |   395508      251      8 |  2.587 % |
415.62/416.23	c 416	|       476 |    3615   980599 14413248 |   435059      476      8 |  2.587 % |
415.62/416.27	c 416	|       813 |    3615   980599 14413248 |   478564      813      8 |  2.587 % |
415.72/416.35	c 416	|      1319 |    3615   980599 14413248 |   526421     1319      8 |  2.587 % |
415.82/416.41	c 416	|      2078 |    3615   980599 14413248 |   579063     2078      9 |  2.587 % |
416.01/416.61	c 416	|      3218 |    3615   980599 14413248 |   636970     3218     10 |  2.587 % |
416.22/416.86	c 417	|      4927 |    3615   980599 14413248 |   700667     4927     10 |  2.587 % |
416.71/417.30	c 417	|      7489 |    3615   980599 14413248 |   770733     7489     10 |  2.587 % |
417.33/417.98	c 418	|     11337 |    3615   980599 14413248 |   847807    11337     11 |  2.587 % |
418.12/418.75	c 418	|     17104 |    3615   980599 14413248 |   932587    17104     10 |  2.587 % |
419.31/419.92	c 420	|     25754 |    3615   980599 14413248 |  1025846    25754     11 |  2.587 % |
422.91/423.57	c 423	|     38728 |    3615   980599 14413248 |  1128431    38728     11 |  2.587 % |
433.50/434.14	c 434	|     58190 |    3615   980599 14413248 |  1241274    58190     13 |  2.587 % |
451.40/452.08	c 452	|     87384 |    3615   980599 14413248 |  1365401    87384     14 |  2.587 % |
486.68/487.35	c 487	|    131174 |    3615   980599 14413248 |  1501941   131174     14 |  2.587 % |
605.04/605.74	c 605	|    196858 |    3615   980599 14413248 |  1652136   196858     18 |  2.587 % |
783.57/784.36	c 784	|    295384 |    3615   980599 14413248 |  1817349   295384     19 |  2.587 % |
1203.49/1204.44	c 1204	|    443175 |    3615   980599 14413248 |  1999084   443175     21 |  2.587 % |
1757.16/1758.37	c 1758	|    664859 |    3615   980599 14413248 |  2198993   664859     21 |  2.587 % |
3600.04/3602.01	c ERROR INTERRUPTED
3600.04/3602.04	c 3602	CPU 412.84 (0.03 0.01 412.81 1.1)
3600.04/3602.04	c 3602	END Sat Jul 12 04:14:43 2008

Verifier Data (download as text)

OK	12	12
12 unsatisfied constraints, 12 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110484-1215825281/watcher-1110484-1215825281 -o /tmp/evaluation-result-1110484-1215825281/solver-1110484-1215825281 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1110484-1215825281.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14782
/proc/meminfo: memFree=1775416/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=12268 CPUtime=0
/proc/14782/stat : 14782 (sugar) R 14780 14782 13885 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 39227274 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 212227636222 0 0 4224 0 0 0 0 17 0 0 0
/proc/14782/statm: 3067 316 241 3 0 167 0

[startup+0.0369951 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14782
/proc/meminfo: memFree=1775416/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13468 CPUtime=0.02
/proc/14782/stat : 14782 (sugar) R 14780 14782 13885 0 -1 4194304 761 0 0 0 2 0 0 0 18 0 1 0 39227274 13791232 729 996147200 4194304 4206940 548682068592 18446744073709551615 212218581729 0 0 4224 0 0 0 0 17 0 0 0
/proc/14782/statm: 3367 729 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.102007 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14782
/proc/meminfo: memFree=1775416/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=0.02
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 898 127 0 0 2 0 0 0 18 0 1 0 39227274 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301028 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14782
/proc/meminfo: memFree=1775416/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=0.27
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 957 4901 0 1 3 1 21 2 17 0 1 0 39227274 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13600

[startup+0.701071 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14782
/proc/meminfo: memFree=1775416/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=0.27
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 974 4901 0 1 3 1 21 2 15 0 1 0 39227274 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13600

[startup+1.50116 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14804
/proc/meminfo: memFree=1745696/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=0.27
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 974 4901 0 1 3 1 21 2 16 0 1 0 39227274 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 797 370 3 0 500 0
[pid=14795] ppid=14782 vsize=5356 CPUtime=0
/proc/14795/stat : 14795 (sh) S 14782 14782 13885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39227300 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14795/statm: 1339 233 193 169 0 50 0
[pid=14796] ppid=14795 vsize=865024 CPUtime=1.29
/proc/14796/stat : 14796 (java) S 14795 14782 13885 0 -1 0 14658 0 1 0 123 6 0 0 18 0 9 0 39227300 885784576 13813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14796/statm: 216256 13813 2540 9 0 210831 0
[pid=14796/tid=14797] ppid=14795 vsize=865024 CPUtime=0.55
/proc/14796/task/14797/stat : 14797 (java) S 14795 14782 13885 0 -1 64 2939 0 1 0 54 1 0 0 15 0 9 0 39227301 885784576 13813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14798] ppid=14795 vsize=865024 CPUtime=0.65
/proc/14796/task/14798/stat : 14798 (java) R 14795 14782 13885 0 -1 64 10692 0 0 0 61 4 0 0 16 0 9 0 39227302 885784576 13813 996147200 134512640 134550740 4294955936 18446744073709551615 102113606 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14796/tid=14799] ppid=14795 vsize=865024 CPUtime=0
/proc/14796/task/14799/stat : 14799 (java) S 14795 14782 13885 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 39227302 885784576 13813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14800] ppid=14795 vsize=865024 CPUtime=0
/proc/14796/task/14800/stat : 14800 (java) S 14795 14782 13885 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39227302 885784576 13813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14801] ppid=14795 vsize=865024 CPUtime=0
/proc/14796/task/14801/stat : 14801 (java) S 14795 14782 13885 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 39227304 885784576 13813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14802] ppid=14795 vsize=865024 CPUtime=0.05
/proc/14796/task/14802/stat : 14802 (java) S 14795 14782 13885 0 -1 64 335 0 0 0 5 0 0 0 16 0 9 0 39227304 885784576 13813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14803] ppid=14795 vsize=865024 CPUtime=0
/proc/14796/task/14803/stat : 14803 (java) S 14795 14782 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 39227304 885784576 13813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14804] ppid=14795 vsize=865024 CPUtime=0
/proc/14796/task/14804/stat : 14804 (java) S 14795 14782 13885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39227304 885784576 13813 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 883980

[startup+3.10232 s]
/proc/loadavg: 1.00 1.00 1.00 3/75 14804
/proc/meminfo: memFree=1715040/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=0.27
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 974 4901 0 1 3 1 21 2 15 0 1 0 39227274 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 797 370 3 0 500 0
[pid=14795] ppid=14782 vsize=5356 CPUtime=0
/proc/14795/stat : 14795 (sh) S 14782 14782 13885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39227300 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14795/statm: 1339 233 193 169 0 50 0
[pid=14796] ppid=14795 vsize=865144 CPUtime=2.92
/proc/14796/stat : 14796 (java) S 14795 14782 13885 0 -1 0 18475 0 1 0 284 8 0 0 18 0 9 0 39227300 885907456 17546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14796/statm: 216286 17546 2565 9 0 210833 0
[pid=14796/tid=14797] ppid=14795 vsize=865144 CPUtime=1.6
/proc/14796/task/14797/stat : 14797 (java) R 14795 14782 13885 0 -1 64 3344 0 1 0 159 1 0 0 22 0 9 0 39227301 885907456 17546 996147200 134512640 134550740 4294955936 18446744073709551615 4126629444 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14798] ppid=14795 vsize=865144 CPUtime=1.21
/proc/14796/task/14798/stat : 14798 (java) S 14795 14782 13885 0 -1 64 14077 0 0 0 115 6 0 0 16 0 9 0 39227302 885907456 17546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14796/tid=14799] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14799/stat : 14799 (java) S 14795 14782 13885 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 39227302 885907456 17546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14800] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14800/stat : 14800 (java) S 14795 14782 13885 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39227302 885907456 17546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14801] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14801/stat : 14801 (java) S 14795 14782 13885 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 39227304 885907456 17546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14802] ppid=14795 vsize=865144 CPUtime=0.09
/proc/14796/task/14802/stat : 14802 (java) S 14795 14782 13885 0 -1 64 362 0 0 0 9 0 0 0 16 0 9 0 39227304 885907456 17546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14796/tid=14803] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14803/stat : 14803 (java) S 14795 14782 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 39227304 885907456 17546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14804] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14804/stat : 14804 (java) S 14795 14782 13885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39227304 885907456 17546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 884100

[startup+6.30265 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14804
/proc/meminfo: memFree=1711264/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=0.27
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 974 4901 0 1 3 1 21 2 15 0 1 0 39227274 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 797 370 3 0 500 0
[pid=14795] ppid=14782 vsize=5356 CPUtime=0
/proc/14795/stat : 14795 (sh) S 14782 14782 13885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39227300 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14795/statm: 1339 233 193 169 0 50 0
[pid=14796] ppid=14795 vsize=865144 CPUtime=6.13
/proc/14796/stat : 14796 (java) S 14795 14782 13885 0 -1 0 18842 0 1 0 604 9 0 0 18 0 9 0 39227300 885907456 17905 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14796/statm: 216286 17905 2565 9 0 210833 0
[pid=14796/tid=14797] ppid=14795 vsize=865144 CPUtime=4.78
/proc/14796/task/14797/stat : 14797 (java) R 14795 14782 13885 0 -1 64 3352 0 1 0 477 1 0 0 24 0 9 0 39227301 885907456 17905 996147200 134512640 134550740 4294955936 18446744073709551615 4126610602 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14798] ppid=14795 vsize=865144 CPUtime=1.22
/proc/14796/task/14798/stat : 14798 (java) S 14795 14782 13885 0 -1 64 14436 0 0 0 116 6 0 0 16 0 9 0 39227302 885907456 17905 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14796/tid=14799] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14799/stat : 14799 (java) S 14795 14782 13885 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 39227302 885907456 17905 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14800] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14800/stat : 14800 (java) S 14795 14782 13885 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39227302 885907456 17905 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14801] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14801/stat : 14801 (java) S 14795 14782 13885 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 39227304 885907456 17905 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14802] ppid=14795 vsize=865144 CPUtime=0.09
/proc/14796/task/14802/stat : 14802 (java) S 14795 14782 13885 0 -1 64 362 0 0 0 9 0 0 0 16 0 9 0 39227304 885907456 17905 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14796/tid=14803] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14803/stat : 14803 (java) S 14795 14782 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 39227304 885907456 17905 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14804] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14804/stat : 14804 (java) S 14795 14782 13885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39227304 885907456 17905 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 884100

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14804
/proc/meminfo: memFree=1706400/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=0.27
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 974 4901 0 1 3 1 21 2 15 0 1 0 39227274 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 797 370 3 0 500 0
[pid=14795] ppid=14782 vsize=5356 CPUtime=0
/proc/14795/stat : 14795 (sh) S 14782 14782 13885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39227300 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14795/statm: 1339 233 193 169 0 50 0
[pid=14796] ppid=14795 vsize=865144 CPUtime=12.52
/proc/14796/stat : 14796 (java) S 14795 14782 13885 0 -1 0 20196 0 1 0 1243 9 0 0 18 0 9 0 39227300 885907456 19233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14796/statm: 216286 19233 2565 9 0 210833 0
[pid=14796/tid=14797] ppid=14795 vsize=865144 CPUtime=11.09
/proc/14796/task/14797/stat : 14797 (java) R 14795 14782 13885 0 -1 64 3378 0 1 0 1108 1 0 0 20 0 9 0 39227301 885907456 19233 996147200 134512640 134550740 4294955936 18446744073709551615 4126628790 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14798] ppid=14795 vsize=865144 CPUtime=1.3
/proc/14796/task/14798/stat : 14798 (java) S 14795 14782 13885 0 -1 64 15764 0 0 0 124 6 0 0 15 0 9 0 39227302 885907456 19233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14796/tid=14799] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14799/stat : 14799 (java) S 14795 14782 13885 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 39227302 885907456 19233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14800] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14800/stat : 14800 (java) S 14795 14782 13885 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39227302 885907456 19233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14801] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14801/stat : 14801 (java) S 14795 14782 13885 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 39227304 885907456 19233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14802] ppid=14795 vsize=865144 CPUtime=0.09
/proc/14796/task/14802/stat : 14802 (java) S 14795 14782 13885 0 -1 64 362 0 0 0 9 0 0 0 16 0 9 0 39227304 885907456 19233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14796/tid=14803] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14803/stat : 14803 (java) S 14795 14782 13885 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 39227304 885907456 19233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14804] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14804/stat : 14804 (java) S 14795 14782 13885 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39227304 885907456 19233 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 884100

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14804
/proc/meminfo: memFree=1692320/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=0.27
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 974 4901 0 1 3 1 21 2 15 0 1 0 39227274 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 797 370 3 0 500 0
[pid=14795] ppid=14782 vsize=5356 CPUtime=0
/proc/14795/stat : 14795 (sh) S 14782 14782 13885 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39227300 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14795/statm: 1339 233 193 169 0 50 0
[pid=14796] ppid=14795 vsize=865144 CPUtime=25.27
/proc/14796/stat : 14796 (java) S 14795 14782 13885 0 -1 0 22555 0 1 0 2514 13 0 0 18 0 9 0 39227300 885907456 21520 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14796/statm: 216286 21520 2565 9 0 210833 0
[pid=14796/tid=14797] ppid=14795 vsize=865144 CPUtime=23.72
/proc/14796/task/14797/stat : 14797 (java) R 14795 14782 13885 0 -1 64 3450 0 1 0 2367 5 0 0 18 0 9 0 39227301 885907456 21520 996147200 134512640 134550740 4294955936 18446744073709551615 4126610610 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14796/tid=14798] ppid=14795 vsize=865144 CPUtime=1.42
/proc/14796/task/14798/stat : 14798 (java) S 14795 14782 13885 0 -1 64 18046 0 0 0 135 7 0 0 16 0 9 0 39227302 885907456 21520 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14799] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14799/stat : 14799 (java) S 14795 14782 13885 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 39227302 885907456 21520 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14796/tid=14800] ppid=14795 vsize=865144 CPUtime=0
/proc/14796/task/14800/stat : 14800 (java) S 14795 14782 13885 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39227302 885907456 21520 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=1481952/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=413.95
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 1174 94926 0 3 3 1 41281 110 16 0 1 0 39227274 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 804 374 3 0 500 0
[pid=14819] ppid=14782 vsize=5356 CPUtime=0
/proc/14819/stat : 14819 (sh) S 14782 14782 13885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39268726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14819/statm: 1339 232 193 169 0 50 0
[pid=14820] ppid=14819 vsize=217412 CPUtime=2686.61
/proc/14820/stat : 14820 (minisat) R 14819 14782 13885 0 -1 4194304 53350 0 0 0 268611 50 0 0 25 0 1 0 39268726 222629888 53336 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 54353 53336 76 150 0 54200 0
Current children cumulated CPU time (s) 3100.56
Current children cumulated vsize (KiB) 236368

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15302
/proc/meminfo: memFree=1480864/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=413.95
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 1174 94926 0 3 3 1 41281 110 16 0 1 0 39227274 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 804 374 3 0 500 0
[pid=14819] ppid=14782 vsize=5356 CPUtime=0
/proc/14819/stat : 14819 (sh) S 14782 14782 13885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39268726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14819/statm: 1339 232 193 169 0 50 0
[pid=14820] ppid=14819 vsize=218464 CPUtime=2746.58
/proc/14820/stat : 14820 (minisat) R 14819 14782 13885 0 -1 4194304 53639 0 0 0 274608 50 0 0 25 0 1 0 39268726 223707136 53625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 54616 53625 76 150 0 54463 0
Current children cumulated CPU time (s) 3160.53
Current children cumulated vsize (KiB) 237420

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15302
/proc/meminfo: memFree=1479520/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=413.95
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 1174 94926 0 3 3 1 41281 110 16 0 1 0 39227274 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 804 374 3 0 500 0
[pid=14819] ppid=14782 vsize=5356 CPUtime=0
/proc/14819/stat : 14819 (sh) S 14782 14782 13885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39268726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14819/statm: 1339 232 193 169 0 50 0
[pid=14820] ppid=14819 vsize=219808 CPUtime=2806.55
/proc/14820/stat : 14820 (minisat) R 14819 14782 13885 0 -1 4194304 53975 0 0 0 280605 50 0 0 25 0 1 0 39268726 225083392 53961 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 54952 53961 76 150 0 54799 0
Current children cumulated CPU time (s) 3220.5
Current children cumulated vsize (KiB) 238764

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15302
/proc/meminfo: memFree=1478368/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=413.95
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 1174 94926 0 3 3 1 41281 110 16 0 1 0 39227274 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 804 374 3 0 500 0
[pid=14819] ppid=14782 vsize=5356 CPUtime=0
/proc/14819/stat : 14819 (sh) S 14782 14782 13885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39268726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14819/statm: 1339 232 193 169 0 50 0
[pid=14820] ppid=14819 vsize=220888 CPUtime=2866.53
/proc/14820/stat : 14820 (minisat) R 14819 14782 13885 0 -1 4194304 54279 0 0 0 286603 50 0 0 25 0 1 0 39268726 226189312 54265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 55222 54265 76 150 0 55069 0
Current children cumulated CPU time (s) 3280.48
Current children cumulated vsize (KiB) 239844

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15302
/proc/meminfo: memFree=1477088/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=413.95
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 1174 94926 0 3 3 1 41281 110 16 0 1 0 39227274 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 804 374 3 0 500 0
[pid=14819] ppid=14782 vsize=5356 CPUtime=0
/proc/14819/stat : 14819 (sh) S 14782 14782 13885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39268726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14819/statm: 1339 232 193 169 0 50 0
[pid=14820] ppid=14819 vsize=222116 CPUtime=2926.5
/proc/14820/stat : 14820 (minisat) R 14819 14782 13885 0 -1 4194304 54581 0 0 0 292600 50 0 0 25 0 1 0 39268726 227446784 54567 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 55529 54567 76 150 0 55376 0
Current children cumulated CPU time (s) 3340.45
Current children cumulated vsize (KiB) 241072

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15302
/proc/meminfo: memFree=1475936/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=413.95
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 1174 94926 0 3 3 1 41281 110 16 0 1 0 39227274 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 804 374 3 0 500 0
[pid=14819] ppid=14782 vsize=5356 CPUtime=0
/proc/14819/stat : 14819 (sh) S 14782 14782 13885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39268726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14819/statm: 1339 232 193 169 0 50 0
[pid=14820] ppid=14819 vsize=223292 CPUtime=2986.48
/proc/14820/stat : 14820 (minisat) R 14819 14782 13885 0 -1 4194304 54876 0 0 0 298597 51 0 0 25 0 1 0 39268726 228651008 54862 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 55823 54862 76 150 0 55670 0
Current children cumulated CPU time (s) 3400.43
Current children cumulated vsize (KiB) 242248

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15302
/proc/meminfo: memFree=1474656/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=413.95
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 1174 94926 0 3 3 1 41281 110 16 0 1 0 39227274 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 804 374 3 0 500 0
[pid=14819] ppid=14782 vsize=5356 CPUtime=0
/proc/14819/stat : 14819 (sh) S 14782 14782 13885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39268726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14819/statm: 1339 232 193 169 0 50 0
[pid=14820] ppid=14819 vsize=224640 CPUtime=3046.45
/proc/14820/stat : 14820 (minisat) R 14819 14782 13885 0 -1 4194304 55196 0 0 0 304594 51 0 0 25 0 1 0 39268726 230031360 55182 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 56160 55182 76 150 0 56007 0
Current children cumulated CPU time (s) 3460.4
Current children cumulated vsize (KiB) 243596

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15302
/proc/meminfo: memFree=1473376/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=413.95
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 1174 94926 0 3 3 1 41281 110 16 0 1 0 39227274 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 804 374 3 0 500 0
[pid=14819] ppid=14782 vsize=5356 CPUtime=0
/proc/14819/stat : 14819 (sh) S 14782 14782 13885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39268726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14819/statm: 1339 232 193 169 0 50 0
[pid=14820] ppid=14819 vsize=225860 CPUtime=3106.43
/proc/14820/stat : 14820 (minisat) R 14819 14782 13885 0 -1 4194304 55505 0 0 0 310591 52 0 0 25 0 1 0 39268726 231280640 55491 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 56465 55491 76 150 0 56312 0
Current children cumulated CPU time (s) 3520.38
Current children cumulated vsize (KiB) 244816

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15302
/proc/meminfo: memFree=1472160/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=413.95
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 1174 94926 0 3 3 1 41281 110 16 0 1 0 39227274 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 804 374 3 0 500 0
[pid=14819] ppid=14782 vsize=5356 CPUtime=0
/proc/14819/stat : 14819 (sh) S 14782 14782 13885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39268726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14819/statm: 1339 232 193 169 0 50 0
[pid=14820] ppid=14819 vsize=226916 CPUtime=3166.4
/proc/14820/stat : 14820 (minisat) R 14819 14782 13885 0 -1 4194304 55805 0 0 0 316588 52 0 0 25 0 1 0 39268726 232361984 55791 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 56729 55791 76 150 0 56576 0
Current children cumulated CPU time (s) 3580.35
Current children cumulated vsize (KiB) 245872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15302
/proc/meminfo: memFree=1471712/2055920 swapFree=4175500/4192956
[pid=14782] ppid=14780 vsize=13600 CPUtime=413.95
/proc/14782/stat : 14782 (sugar) S 14780 14782 13885 0 -1 4194304 1174 94926 0 3 3 1 41281 110 16 0 1 0 39227274 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14782/statm: 3400 804 374 3 0 500 0
[pid=14819] ppid=14782 vsize=5356 CPUtime=0
/proc/14819/stat : 14819 (sh) S 14782 14782 13885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39268726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14819/statm: 1339 232 193 169 0 50 0
[pid=14820] ppid=14819 vsize=227324 CPUtime=3186.09
/proc/14820/stat : 14820 (minisat) R 14819 14782 13885 0 -1 4194304 55911 0 0 0 318557 52 0 0 25 0 1 0 39268726 232779776 55897 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/14820/statm: 56831 55897 76 150 0 56678 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 246280

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14782 and gives
#  childrusage.ru_utime.tv_sec=412
#  childrusage.ru_utime.tv_usec=850237
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=163823
# CPU time returned by wait4() is 414.014
# while last known CPU time is 3600.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3602.08
CPU time (s): 3600.04
CPU user time (s): 3598.41
CPU system time (s): 1.63
CPU usage (%): 99.9433
Max. virtual memory (cumulated for all children) (KiB): 897204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 412.85
system time used= 1.16382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96443
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8448
involuntary context switches= 5972

runsolver used 3.42548 second user time and 9.79551 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-12 03:14:41
IDJOB=1110484
IDBENCH=61111
IDSOLVER=368
FILE ID=node46/1110484-1215825281
PBS_JOBID= 7903265
Free space on /tmp= 66212 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg10-14_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110484-1215825281/watcher-1110484-1215825281 -o /tmp/evaluation-result-1110484-1215825281/solver-1110484-1215825281 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1110484-1215825281.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2266fcf4147c2bc9f044c25c6adc6248
RANDOM SEED=294646287

node46.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.238
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.238
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:       1775968 kB
Buffers:         47116 kB
Cached:         177608 kB
SwapCached:      12596 kB
Active:          61784 kB
Inactive:       177696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775968 kB
SwapTotal:     4192956 kB
SwapFree:      4175500 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:          13680 kB
Slab:            26576 kB
Committed_AS:   134068 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66212 MiB
End job on node46 at 2008-07-12 04:14:45