Trace number 1110444

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)10 3600.06 3617.79

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-11_ext.xml
MD5SUM8023827064ebe7ba1d292770f1bf93c1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints20
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 02:52:35 2008
0.00/0.04	c 0	PID 14933
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110444-1215823955.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110444-1215823955.xml' 'HOME/temp.csp'
0.03/0.35	c 1	1 domains, 99 variables, 0 predicates, 2 relations, 20 constraints
0.03/0.38	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.38	c 1	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.30/0.46	c 1	Parsing HOME/temp.csp
0.30/0.63	c 1	parsed 122 expressions
0.30/0.64	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.64	c 1	MAX CSP: 20 constraints
0.30/0.64	c 1	Converting to clausal form CSP
0.30/0.66	c 1	converted 15 (10%) expressions
0.30/0.66	c 1	converted 29 (20%) expressions
0.30/0.66	c 1	converted 44 (30%) expressions
0.30/0.66	c 1	converted 58 (40%) expressions
0.30/0.66	c 1	converted 73 (50%) expressions
0.30/0.66	c 1	converted 87 (60%) expressions
0.30/0.67	c 1	converted 102 (70%) expressions
1.29/1.45	c 2	converted 116 (80%) expressions
1.89/2.01	c 2	converted 131 (90%) expressions
2.19/2.33	c 3	converted 145 (100%) expressions
2.19/2.33	c 3	CSP : 139 integers, 0 booleans, 59 clauses, largest domain size 31
2.19/2.33	c 3	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.33	c 3	Propagation in CSP
2.19/2.34	c 3	18 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.19/2.34	c 3	CSP : 139 integers, 0 booleans, 59 clauses, largest domain size 26
2.19/2.34	c 3	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.34	c 3	Simplifing CSP by introducing new Boolean variables
2.19/2.34	c 3	CSP : 139 integers, 0 booleans, 59 clauses, largest domain size 26
2.19/2.34	c 3	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.60	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.48/2.61	c 3	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
2.48/2.62	c 3	28 (20%) CSP integer variables are encoded (672 clauses, 7248 bytes)
2.48/2.62	c 3	42 (30%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
2.48/2.62	c 3	56 (40%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
2.48/2.62	c 3	70 (50%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
2.48/2.62	c 3	84 (60%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
2.48/2.62	c 3	98 (70%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
2.48/2.62	c 3	112 (80%) CSP integer variables are encoded (2376 clauses, 28825 bytes)
2.48/2.62	c 3	126 (90%) CSP integer variables are encoded (2456 clauses, 29865 bytes)
2.48/2.62	c 3	139 (100%) CSP integer variables are encoded (2507 clauses, 30528 bytes)
96.07/96.74	c 97	6 (10%) CSP clauses are encoded (404321 clauses, 26841350 bytes)
181.10/182.27	c 183	12 (20%) CSP clauses are encoded (786655 clauses, 53188621 bytes)
232.20/233.68	c 234	18 (30%) CSP clauses are encoded (1071589 clauses, 75948491 bytes)
249.01/250.59	c 251	24 (40%) CSP clauses are encoded (1166583 clauses, 84175738 bytes)
249.01/250.59	c 251	30 (50%) CSP clauses are encoded (1166897 clauses, 84180858 bytes)
249.01/250.59	c 251	36 (60%) CSP clauses are encoded (1166919 clauses, 84181188 bytes)
249.01/250.60	c 251	42 (70%) CSP clauses are encoded (1167167 clauses, 84185449 bytes)
249.01/250.60	c 251	48 (80%) CSP clauses are encoded (1167205 clauses, 84186042 bytes)
249.01/250.60	c 251	54 (90%) CSP clauses are encoded (1167227 clauses, 84186372 bytes)
249.12/250.60	c 251	59 (100%) CSP clauses are encoded (1167329 clauses, 84188029 bytes)
249.12/250.60	c 251	59 CSP clauses encoded
249.12/250.60	c 251	Writing map file : HOME/temp.map
249.12/250.60	c 251	Heap : 94 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
249.12/250.60	c 251	SAT : 2646 SAT variables, 1167329 SAT clauses, 84188029 bytes
249.12/250.60	c 251	Heap : 94 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
249.12/250.67	c 251	OBJECTIVE minimize _COST
249.12/250.67	c 251	OBJECTIVE BOUND: 0 <= _COST <= 
249.12/250.67	c 251	SEARCHING: _COST <= 10
249.12/250.67	c 251	SOLVING HOME/temp.cnf
249.12/250.67	c 251	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
249.12/250.67	c 251	This is MiniSat 2.0 beta
249.12/250.67	c 251	WARNING: for repeatability, setting FPU to use double precision
249.12/250.67	c 251	============================[ Problem Statistics ]=============================
249.12/250.67	c 251	|                                                                             |
249.12/250.67	c 251	|  Number of variables:  2646                                                 |
249.12/250.67	c 251	|  Number of clauses:    1167330                                              |
250.89/252.47	c 253	|  Parsing time:         1.62         s                                       |
250.99/252.57	c 253	============================[ Search Statistics ]==============================
250.99/252.57	c 253	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
250.99/252.57	c 253	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
250.99/252.57	c 253	===============================================================================
250.99/252.57	c 253	|         0 |    2596  1167012 16278609 |   389004        0    nan |  0.000 % |
251.09/252.68	c 253	|       100 |    2596  1167012 16278609 |   427904      100      7 |  1.890 % |
251.19/252.75	c 253	|       250 |    2596  1167012 16278609 |   470694      250      8 |  1.890 % |
251.38/252.91	c 253	|       477 |    2596  1167012 16278609 |   517764      477      8 |  1.890 % |
251.38/253.00	c 253	|       814 |    2596  1167012 16278609 |   569540      814      8 |  1.890 % |
251.59/253.18	c 253	|      1321 |    2596  1167012 16278609 |   626494     1321      9 |  1.890 % |
251.78/253.34	c 254	|      2080 |    2596  1167012 16278609 |   689144     2080      9 |  1.890 % |
252.28/253.85	c 254	|      3220 |    2596  1167012 16278609 |   758058     3220      9 |  1.890 % |
252.58/254.19	c 254	|      4928 |    2596  1167012 16278609 |   833864     4928      9 |  1.890 % |
253.27/254.81	c 255	|      7491 |    2596  1167012 16278609 |   917251     7491     10 |  1.890 % |
255.47/257.07	c 257	|     11336 |    2596  1167012 16278609 |  1008976    11336     10 |  1.890 % |
257.45/259.02	c 259	|     17102 |    2596  1167012 16278609 |  1109873    17102     11 |  1.890 % |
259.34/260.99	c 261	|     25753 |    2596  1167012 16278609 |  1220861    25753     11 |  1.890 % |
264.81/266.48	c 267	|     38728 |    2596  1167012 16278609 |  1342947    38728     11 |  1.890 % |
275.75/277.47	c 278	|     58189 |    2596  1167012 16278609 |  1477242    58189     12 |  1.890 % |
290.70/292.48	c 293	|     87382 |    2596  1167012 16278609 |  1624966    87382     12 |  1.890 % |
328.11/330.09	c 330	|    131176 |    2596  1167012 16278609 |  1787462   131176     13 |  1.890 % |
375.41/377.53	c 378	|    196860 |    2596  1167012 16278609 |  1966209   196860     14 |  1.890 % |
445.82/448.21	c 449	===============================================================================
445.82/448.21	c 449	restarts              : 18
445.82/448.21	c 449	conflicts             : 263516         (1342 /sec)
445.82/448.21	c 449	decisions             : 354962         (1.50 % random) (1807 /sec)
445.82/448.21	c 449	propagations          : 6096053        (31039 /sec)
445.82/448.21	c 449	conflict literals     : 3728874        (23.35 % deleted)
445.82/448.21	c 449	Memory used           : 140.97 MB
445.82/448.21	c 449	CPU time              : 196.397 s
445.82/448.21	c 449	
445.82/448.21	c 449	SATISFIABLE
445.82/448.24	c 449	FOUND: _COST <= 10
445.82/448.24	s SATISFIABLE
445.82/448.24	c 449	DECODING HOME/temp.out WITH HOME/temp.map
445.82/448.24	c 449	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
445.87/448.33	c 449	Decoding HOME/temp.out
445.87/448.38	c 449	OBJECTIVE _COST 10
445.87/448.38	o 10
445.87/448.38	v 25 7 15 13 25 8 25 1 20 18 11 25 0 8 0 25 12 25 0 13 22 8 25 17 13 17 25 15 25 13 5 8 13 14 21 4 17 22 14 17 10 8 13 6 25 4 7 14 25 17 25 17 19 1 20 25 24 20 22 25 19 25 20 13 20 8 22 8 17 4 19 0 15 15 4 17 18 25 25 18 18 25 13 25 19 18 13 19 25 4 19 19 25 19 25 18 18 4 18
445.87/448.39	c 449	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
445.87/448.40	c 449	OBJECTIVE BOUND: 0 <= _COST <= 10
445.87/448.40	c 449	SEARCHING: _COST <= 5
445.87/448.40	c 449	SOLVING HOME/temp.cnf
445.87/448.40	c 449	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
445.87/448.40	c 449	This is MiniSat 2.0 beta
445.87/448.41	c 449	WARNING: for repeatability, setting FPU to use double precision
445.87/448.41	c 449	============================[ Problem Statistics ]=============================
445.87/448.41	c 449	|                                                                             |
445.87/448.41	c 449	|  Number of variables:  2646                                                 |
445.87/448.41	c 449	|  Number of clauses:    1167330                                              |
447.80/450.28	c 451	|  Parsing time:         1.62         s                                       |
447.89/450.39	c 451	============================[ Search Statistics ]==============================
447.89/450.39	c 451	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
447.89/450.39	c 451	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
447.89/450.39	c 451	===============================================================================
447.89/450.39	c 451	|         0 |    2566  1166817 16278109 |   388939        0    nan |  0.000 % |
448.19/450.64	c 451	|       101 |    2566  1166817 16278109 |   427832      101      6 |  3.023 % |
448.49/450.92	c 451	|       252 |    2566  1166817 16278109 |   470616      252      7 |  3.024 % |
448.99/451.44	c 452	|       477 |    2566  1166817 16278109 |   517677      477      9 |  3.024 % |
449.39/451.86	c 452	|       814 |    2566  1166817 16278109 |   569445      814     10 |  3.024 % |
449.58/452.01	c 452	|      1320 |    2566  1166817 16278109 |   626390     1320     10 |  3.024 % |
449.88/452.34	c 453	|      2079 |    2566  1166817 16278109 |   689029     2079     10 |  3.024 % |
450.28/452.79	c 453	|      3218 |    2566  1166817 16278109 |   757932     3218     11 |  3.024 % |
452.47/454.91	c 455	|      4926 |    2566  1166817 16278109 |   833725     4926     11 |  3.024 % |
454.16/456.67	c 457	|      7488 |    2566  1166817 16278109 |   917097     7488     11 |  3.024 % |
457.34/459.86	c 460	|     11332 |    2566  1166817 16278109 |  1008807    11332     11 |  3.024 % |
461.62/464.14	c 464	|     17098 |    2566  1166817 16278109 |  1109688    17098     12 |  3.024 % |
466.70/469.28	c 470	|     25748 |    2566  1166817 16278109 |  1220657    25748     12 |  3.024 % |
471.08/473.67	c 474	|     38722 |    2566  1166817 16278109 |  1342722    38722     12 |  3.024 % |
491.18/493.81	c 494	|     58183 |    2566  1166817 16278109 |  1476995    58183     13 |  3.024 % |
519.02/521.87	c 522	|     87375 |    2566  1166817 16278109 |  1624694    87375     14 |  3.024 % |
614.76/618.08	c 618	|    131165 |    2566  1166817 16278109 |  1787164   131165     16 |  3.024 % |
674.07/677.62	c 678	|    196851 |    2566  1166817 16278109 |  1965880   196851     16 |  3.024 % |
776.88/780.98	c 781	|    295377 |    2566  1166817 16278109 |  2162468   295377     16 |  3.024 % |
1033.84/1039.15	c 1039	|    443167 |    2566  1166817 16278109 |  2378715   443167     17 |  3.024 % |
1744.71/1753.49	c 1754	|    664852 |    2566  1166817 16278109 |  2616587   664852     20 |  3.024 % |
3600.06/3617.71	c ERROR INTERRUPTED
3600.06/3617.75	c 3618	CPU 444.84 (0.04 0 444.8 1.18)
3600.06/3617.75	c 3618	END Sat Jul 12 03:52:53 2008

Verifier Data (download as text)

OK	10	10
10 unsatisfied constraints, 10 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-1110444-1215823955/watcher-1110444-1215823955 -o /tmp/evaluation-result-1110444-1215823955/solver-1110444-1215823955 -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-1110444-1215823955.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: 0.92 0.98 0.99 4/72 14933
/proc/meminfo: memFree=1915512/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=12132 CPUtime=0
/proc/14933/stat : 14933 (sugar) R 14931 14933 14872 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 39097457 12423168 190 996147200 4194304 4206940 548682068592 18446744073709551615 269028332257 0 0 4224 0 0 0 0 17 1 0 0
/proc/14933/statm: 3033 190 142 3 0 133 0

[startup+0.113995 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 14933
/proc/meminfo: memFree=1915512/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=0.03
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 39097457 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202002 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 14933
/proc/meminfo: memFree=1915512/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=0.03
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 39097457 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302011 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 14933
/proc/meminfo: memFree=1915512/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=0.03
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 39097457 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701044 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 14933
/proc/meminfo: memFree=1915512/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=0.3
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 974 6534 0 1 3 0 24 3 15 0 1 0 39097457 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14933/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13600

[startup+1.50212 s]
/proc/loadavg: 1.09 1.02 1.01 4/93 14976
/proc/meminfo: memFree=1866576/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=0.3
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 974 6534 0 1 3 0 24 3 15 0 1 0 39097457 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14933/statm: 3400 797 370 3 0 500 0
[pid=14967] ppid=14933 vsize=5356 CPUtime=0
/proc/14967/stat : 14967 (sh) S 14933 14933 14872 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39097495 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14967/statm: 1339 233 193 169 0 50 0
[pid=14968] ppid=14967 vsize=864176 CPUtime=1.09
/proc/14968/stat : 14968 (java) S 14967 14933 14872 0 -1 0 11359 0 1 0 103 6 0 0 18 0 9 0 39097495 884916224 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14968/statm: 216044 10524 2540 9 0 210619 0
[pid=14968/tid=14969] ppid=14967 vsize=864176 CPUtime=0.45
/proc/14968/task/14969/stat : 14969 (java) R 14967 14933 14872 0 -1 64 2900 0 1 0 44 1 0 0 23 0 9 0 39097496 884916224 10524 996147200 134512640 134550740 4294955936 18446744073709551615 102492669 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14970] ppid=14967 vsize=864176 CPUtime=0.56
/proc/14968/task/14970/stat : 14970 (java) S 14967 14933 14872 0 -1 64 7435 0 0 0 53 3 0 0 18 0 9 0 39097497 884916224 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14971] ppid=14967 vsize=864176 CPUtime=0
/proc/14968/task/14971/stat : 14971 (java) S 14967 14933 14872 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39097497 884916224 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14972] ppid=14967 vsize=864176 CPUtime=0
/proc/14968/task/14972/stat : 14972 (java) S 14967 14933 14872 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39097497 884916224 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14973] ppid=14967 vsize=864176 CPUtime=0
/proc/14968/task/14973/stat : 14973 (java) S 14967 14933 14872 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39097499 884916224 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14968/tid=14974] ppid=14967 vsize=864176 CPUtime=0.06
/proc/14968/task/14974/stat : 14974 (java) S 14967 14933 14872 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 39097499 884916224 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14975] ppid=14967 vsize=864176 CPUtime=0
/proc/14968/task/14975/stat : 14975 (java) S 14967 14933 14872 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39097499 884916224 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14968/tid=14976] ppid=14967 vsize=864176 CPUtime=0
/proc/14968/task/14976/stat : 14976 (java) S 14967 14933 14872 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39097499 884916224 10524 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883132

[startup+3.10224 s]
/proc/loadavg: 1.09 1.02 1.01 3/93 14976
/proc/meminfo: memFree=1799504/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=0.3
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 974 6534 0 1 3 0 24 3 15 0 1 0 39097457 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14933/statm: 3400 797 370 3 0 500 0
[pid=14967] ppid=14933 vsize=5356 CPUtime=0
/proc/14967/stat : 14967 (sh) S 14933 14933 14872 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39097495 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14967/statm: 1339 233 193 169 0 50 0
[pid=14968] ppid=14967 vsize=864288 CPUtime=2.68
/proc/14968/stat : 14968 (java) S 14967 14933 14872 0 -1 0 19958 0 1 0 259 9 0 0 18 0 9 0 39097495 885030912 19034 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14968/statm: 216072 19034 2564 9 0 210619 0
[pid=14968/tid=14969] ppid=14967 vsize=864288 CPUtime=1.19
/proc/14968/task/14969/stat : 14969 (java) R 14967 14933 14872 0 -1 64 3454 0 1 0 118 1 0 0 25 0 9 0 39097496 885030912 19034 996147200 134512640 134550740 4294955936 18446744073709551615 4126596488 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14970] ppid=14967 vsize=864288 CPUtime=1.38
/proc/14968/task/14970/stat : 14970 (java) S 14967 14933 14872 0 -1 64 15455 0 0 0 131 7 0 0 16 0 9 0 39097497 885030912 19034 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14971] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14971/stat : 14971 (java) S 14967 14933 14872 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39097497 885030912 19034 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14972] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14972/stat : 14972 (java) S 14967 14933 14872 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39097497 885030912 19034 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14973] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14973/stat : 14973 (java) S 14967 14933 14872 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39097499 885030912 19034 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14968/tid=14974] ppid=14967 vsize=864288 CPUtime=0.09
/proc/14968/task/14974/stat : 14974 (java) S 14967 14933 14872 0 -1 64 355 0 0 0 9 0 0 0 16 0 9 0 39097499 885030912 19034 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14975] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14975/stat : 14975 (java) S 14967 14933 14872 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39097499 885030912 19034 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14968/tid=14976] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14976/stat : 14976 (java) S 14967 14933 14872 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39097499 885030912 19034 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883244

[startup+6.30149 s]
/proc/loadavg: 1.09 1.02 1.01 3/93 14976
/proc/meminfo: memFree=1777424/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=0.3
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 974 6534 0 1 3 0 24 3 15 0 1 0 39097457 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14933/statm: 3400 797 370 3 0 500 0
[pid=14967] ppid=14933 vsize=5356 CPUtime=0
/proc/14967/stat : 14967 (sh) S 14933 14933 14872 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39097495 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14967/statm: 1339 233 193 169 0 50 0
[pid=14968] ppid=14967 vsize=864288 CPUtime=5.86
/proc/14968/stat : 14968 (java) S 14967 14933 14872 0 -1 0 20237 0 1 0 577 9 0 0 18 0 9 0 39097495 885030912 19307 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14968/statm: 216072 19307 2564 9 0 210619 0
[pid=14968/tid=14969] ppid=14967 vsize=864288 CPUtime=4.36
/proc/14968/task/14969/stat : 14969 (java) R 14967 14933 14872 0 -1 64 3460 0 1 0 435 1 0 0 25 0 9 0 39097496 885030912 19307 996147200 134512640 134550740 4294955936 18446744073709551615 102065005 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14970] ppid=14967 vsize=864288 CPUtime=1.39
/proc/14968/task/14970/stat : 14970 (java) S 14967 14933 14872 0 -1 64 15728 0 0 0 132 7 0 0 16 0 9 0 39097497 885030912 19307 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14971] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14971/stat : 14971 (java) S 14967 14933 14872 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39097497 885030912 19307 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14972] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14972/stat : 14972 (java) S 14967 14933 14872 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39097497 885030912 19307 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14973] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14973/stat : 14973 (java) S 14967 14933 14872 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39097499 885030912 19307 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14968/tid=14974] ppid=14967 vsize=864288 CPUtime=0.09
/proc/14968/task/14974/stat : 14974 (java) S 14967 14933 14872 0 -1 64 355 0 0 0 9 0 0 0 16 0 9 0 39097499 885030912 19307 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14975] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14975/stat : 14975 (java) S 14967 14933 14872 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39097499 885030912 19307 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14968/tid=14976] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14976/stat : 14976 (java) S 14967 14933 14872 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39097499 885030912 19307 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883244

[startup+12.703 s]
/proc/loadavg: 1.23 1.05 1.02 3/93 14976
/proc/meminfo: memFree=1769232/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=0.3
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 974 6534 0 1 3 0 24 3 15 0 1 0 39097457 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14933/statm: 3400 797 370 3 0 500 0
[pid=14967] ppid=14933 vsize=5356 CPUtime=0
/proc/14967/stat : 14967 (sh) S 14933 14933 14872 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39097495 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14967/statm: 1339 233 193 169 0 50 0
[pid=14968] ppid=14967 vsize=864288 CPUtime=12.23
/proc/14968/stat : 14968 (java) S 14967 14933 14872 0 -1 0 21644 0 1 0 1213 10 0 0 18 0 9 0 39097495 885030912 20690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14968/statm: 216072 20690 2564 9 0 210619 0
[pid=14968/tid=14969] ppid=14967 vsize=864288 CPUtime=10.66
/proc/14968/task/14969/stat : 14969 (java) R 14967 14933 14872 0 -1 64 3484 0 1 0 1064 2 0 0 25 0 9 0 39097496 885030912 20690 996147200 134512640 134550740 4294955936 18446744073709551615 4126616121 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14970] ppid=14967 vsize=864288 CPUtime=1.46
/proc/14968/task/14970/stat : 14970 (java) S 14967 14933 14872 0 -1 64 17111 0 0 0 139 7 0 0 16 0 9 0 39097497 885030912 20690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14971] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14971/stat : 14971 (java) S 14967 14933 14872 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39097497 885030912 20690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14972] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14972/stat : 14972 (java) S 14967 14933 14872 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39097497 885030912 20690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14973] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14973/stat : 14973 (java) S 14967 14933 14872 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39097499 885030912 20690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14968/tid=14974] ppid=14967 vsize=864288 CPUtime=0.09
/proc/14968/task/14974/stat : 14974 (java) S 14967 14933 14872 0 -1 64 355 0 0 0 9 0 0 0 16 0 9 0 39097499 885030912 20690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14975] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14975/stat : 14975 (java) S 14967 14933 14872 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39097499 885030912 20690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14968/tid=14976] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14976/stat : 14976 (java) S 14967 14933 14872 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39097499 885030912 20690 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 883244

[startup+25.502 s]
/proc/loadavg: 1.34 1.08 1.02 3/93 14976
/proc/meminfo: memFree=1746128/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=0.3
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 974 6534 0 1 3 0 24 3 15 0 1 0 39097457 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14933/statm: 3400 797 370 3 0 500 0
[pid=14967] ppid=14933 vsize=5356 CPUtime=0
/proc/14967/stat : 14967 (sh) S 14933 14933 14872 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39097495 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14967/statm: 1339 233 193 169 0 50 0
[pid=14968] ppid=14967 vsize=864288 CPUtime=24.97
/proc/14968/stat : 14968 (java) S 14967 14933 14872 0 -1 0 23315 0 1 0 2483 14 0 0 18 0 9 0 39097495 885030912 22307 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14968/statm: 216072 22307 2564 9 0 210619 0
[pid=14968/tid=14969] ppid=14967 vsize=864288 CPUtime=23.27
/proc/14968/task/14969/stat : 14969 (java) R 14967 14933 14872 0 -1 64 3538 0 1 0 2323 4 0 0 25 0 9 0 39097496 885030912 22307 996147200 134512640 134550740 4294955936 18446744073709551615 4126627491 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14970] ppid=14967 vsize=864288 CPUtime=1.57
/proc/14968/task/14970/stat : 14970 (java) S 14967 14933 14872 0 -1 64 18724 0 0 0 149 8 0 0 16 0 9 0 39097497 885030912 22307 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14971] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14971/stat : 14971 (java) S 14967 14933 14872 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39097497 885030912 22307 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14968/tid=14972] ppid=14967 vsize=864288 CPUtime=0
/proc/14968/task/14972/stat : 14972 (java) S 14967 14933 14872 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39097497 885030912 22307 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=1283480/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=446.02
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 1171 94928 0 3 4 0 44480 118 16 0 1 0 39097457 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 3400 803 374 3 0 500 0
[pid=15000] ppid=14933 vsize=5356 CPUtime=0
/proc/15000/stat : 15000 (sh) S 14933 14933 14872 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39142297 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15000/statm: 1339 232 193 169 0 50 0
[pid=15001] ppid=15000 vsize=227464 CPUtime=2641.1
/proc/15001/stat : 15001 (minisat) R 15000 14933 14872 0 -1 4194304 55635 0 0 0 264054 56 0 0 25 0 1 0 39142298 232923136 55621 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15001/statm: 56866 55621 76 150 0 56713 0
Current children cumulated CPU time (s) 3087.12
Current children cumulated vsize (KiB) 246420

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15009
/proc/meminfo: memFree=1280984/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=446.02
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 1171 94928 0 3 4 0 44480 118 16 0 1 0 39097457 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 3400 803 374 3 0 500 0
[pid=15000] ppid=14933 vsize=5356 CPUtime=0
/proc/15000/stat : 15000 (sh) S 14933 14933 14872 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39142297 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15000/statm: 1339 232 193 169 0 50 0
[pid=15001] ppid=15000 vsize=228432 CPUtime=2700.82
/proc/15001/stat : 15001 (minisat) R 15000 14933 14872 0 -1 4194304 55910 0 0 0 270025 57 0 0 25 0 1 0 39142298 233914368 55896 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15001/statm: 57108 55896 76 150 0 56955 0
Current children cumulated CPU time (s) 3146.84
Current children cumulated vsize (KiB) 247388

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15009
/proc/meminfo: memFree=1278360/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=446.02
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 1171 94928 0 3 4 0 44480 118 16 0 1 0 39097457 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 3400 803 374 3 0 500 0
[pid=15000] ppid=14933 vsize=5356 CPUtime=0
/proc/15000/stat : 15000 (sh) S 14933 14933 14872 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39142297 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15000/statm: 1339 232 193 169 0 50 0
[pid=15001] ppid=15000 vsize=229792 CPUtime=2760.53
/proc/15001/stat : 15001 (minisat) R 15000 14933 14872 0 -1 4194304 56231 0 0 0 275995 58 0 0 25 0 1 0 39142298 235307008 56217 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/15001/statm: 57448 56217 76 150 0 57295 0
Current children cumulated CPU time (s) 3206.55
Current children cumulated vsize (KiB) 248748

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15009
/proc/meminfo: memFree=1276056/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=446.02
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 1171 94928 0 3 4 0 44480 118 16 0 1 0 39097457 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 3400 803 374 3 0 500 0
[pid=15000] ppid=14933 vsize=5356 CPUtime=0
/proc/15000/stat : 15000 (sh) S 14933 14933 14872 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39142297 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15000/statm: 1339 232 193 169 0 50 0
[pid=15001] ppid=15000 vsize=231000 CPUtime=2820.24
/proc/15001/stat : 15001 (minisat) R 15000 14933 14872 0 -1 4194304 56538 0 0 0 281966 58 0 0 25 0 1 0 39142298 236544000 56524 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15001/statm: 57750 56524 76 150 0 57597 0
Current children cumulated CPU time (s) 3266.26
Current children cumulated vsize (KiB) 249956

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15009
/proc/meminfo: memFree=1273816/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=446.02
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 1171 94928 0 3 4 0 44480 118 16 0 1 0 39097457 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 3400 803 374 3 0 500 0
[pid=15000] ppid=14933 vsize=5356 CPUtime=0
/proc/15000/stat : 15000 (sh) S 14933 14933 14872 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39142297 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15000/statm: 1339 232 193 169 0 50 0
[pid=15001] ppid=15000 vsize=231964 CPUtime=2879.95
/proc/15001/stat : 15001 (minisat) R 15000 14933 14872 0 -1 4194304 56808 0 0 0 287937 58 0 0 25 0 1 0 39142298 237531136 56794 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15001/statm: 57991 56794 76 150 0 57838 0
Current children cumulated CPU time (s) 3325.97
Current children cumulated vsize (KiB) 250920

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15009
/proc/meminfo: memFree=1271512/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=446.02
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 1171 94928 0 3 4 0 44480 118 16 0 1 0 39097457 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 3400 803 374 3 0 500 0
[pid=15000] ppid=14933 vsize=5356 CPUtime=0
/proc/15000/stat : 15000 (sh) S 14933 14933 14872 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39142297 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15000/statm: 1339 232 193 169 0 50 0
[pid=15001] ppid=15000 vsize=233192 CPUtime=2939.67
/proc/15001/stat : 15001 (minisat) R 15000 14933 14872 0 -1 4194304 57101 0 0 0 293909 58 0 0 25 0 1 0 39142298 238788608 57087 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15001/statm: 58298 57087 76 150 0 58145 0
Current children cumulated CPU time (s) 3385.69
Current children cumulated vsize (KiB) 252148

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15009
/proc/meminfo: memFree=1268952/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=446.02
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 1171 94928 0 3 4 0 44480 118 16 0 1 0 39097457 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 3400 803 374 3 0 500 0
[pid=15000] ppid=14933 vsize=5356 CPUtime=0
/proc/15000/stat : 15000 (sh) S 14933 14933 14872 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39142297 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15000/statm: 1339 232 193 169 0 50 0
[pid=15001] ppid=15000 vsize=234380 CPUtime=2999.38
/proc/15001/stat : 15001 (minisat) R 15000 14933 14872 0 -1 4194304 57435 0 0 0 299879 59 0 0 25 0 1 0 39142298 240005120 57421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15001/statm: 58595 57421 76 150 0 58442 0
Current children cumulated CPU time (s) 3445.4
Current children cumulated vsize (KiB) 253336

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15009
/proc/meminfo: memFree=1266328/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=446.02
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 1171 94928 0 3 4 0 44480 118 16 0 1 0 39097457 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 3400 803 374 3 0 500 0
[pid=15000] ppid=14933 vsize=5356 CPUtime=0
/proc/15000/stat : 15000 (sh) S 14933 14933 14872 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39142297 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15000/statm: 1339 232 193 169 0 50 0
[pid=15001] ppid=15000 vsize=235436 CPUtime=3059.09
/proc/15001/stat : 15001 (minisat) R 15000 14933 14872 0 -1 4194304 57685 0 0 0 305850 59 0 0 25 0 1 0 39142298 241086464 57671 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/15001/statm: 58859 57671 76 150 0 58706 0
Current children cumulated CPU time (s) 3505.11
Current children cumulated vsize (KiB) 254392

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15009
/proc/meminfo: memFree=1263512/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=446.02
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 1171 94928 0 3 4 0 44480 118 16 0 1 0 39097457 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 3400 803 374 3 0 500 0
[pid=15000] ppid=14933 vsize=5356 CPUtime=0
/proc/15000/stat : 15000 (sh) S 14933 14933 14872 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39142297 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15000/statm: 1339 232 193 169 0 50 0
[pid=15001] ppid=15000 vsize=236704 CPUtime=3118.8
/proc/15001/stat : 15001 (minisat) R 15000 14933 14872 0 -1 4194304 57968 0 0 0 311821 59 0 0 25 0 1 0 39142298 242384896 57954 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15001/statm: 59176 57954 76 150 0 59023 0
Current children cumulated CPU time (s) 3564.82
Current children cumulated vsize (KiB) 255660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.7 s]
/proc/loadavg: 1.92 1.98 1.90 3/71 15028
/proc/meminfo: memFree=1597504/2055920 swapFree=4181272/4192956
[pid=14933] ppid=14931 vsize=13600 CPUtime=446.02
/proc/14933/stat : 14933 (sugar) S 14931 14933 14872 0 -1 4194304 1171 94928 0 3 4 0 44480 118 16 0 1 0 39097457 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14933/statm: 3400 803 374 3 0 500 0
[pid=15000] ppid=14933 vsize=5356 CPUtime=0
/proc/15000/stat : 15000 (sh) S 14933 14933 14872 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39142297 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15000/statm: 1339 232 193 169 0 50 0
[pid=15001] ppid=15000 vsize=237232 CPUtime=3154.04
/proc/15001/stat : 15001 (minisat) R 15000 14933 14872 0 -1 4194304 58132 0 0 0 315344 60 0 0 25 0 1 0 39142298 242925568 58118 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15001/statm: 59308 58118 76 150 0 59155 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 256188

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 14933 and gives
#  childrusage.ru_utime.tv_sec=444
#  childrusage.ru_utime.tv_usec=852372
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=242811
# CPU time returned by wait4() is 446.095
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3617.79
CPU time (s): 3600.06
CPU user time (s): 3598.28
CPU system time (s): 1.78
CPU usage (%): 99.5099
Max. virtual memory (cumulated for all children) (KiB): 896632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 444.852
system time used= 1.24281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96442
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= 14407
involuntary context switches= 15733

runsolver used 3.77743 second user time and 10.0245 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-12 02:52:35
IDJOB=1110444
IDBENCH=61106
IDSOLVER=368
FILE ID=node26/1110444-1215823955
PBS_JOBID= 7903348
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg9-11_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-1110444-1215823955/watcher-1110444-1215823955 -o /tmp/evaluation-result-1110444-1215823955/solver-1110444-1215823955 -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-1110444-1215823955.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8023827064ebe7ba1d292770f1bf93c1
RANDOM SEED=1676909010

node26.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.213
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.213
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:       1916248 kB
Buffers:         20672 kB
Cached:          58676 kB
SwapCached:       5856 kB
Active:          59076 kB
Inactive:        31784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1916248 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            2632 kB
Writeback:           0 kB
Mapped:          17852 kB
Slab:            34384 kB
Committed_AS:   120048 kB
PageTables:       1720 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= 66468 MiB
End job on node26 at 2008-07-12 03:52:55