Trace number 1110436

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 3617.9

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg10-10_ext.xml
MD5SUM39d66384100af8e536d57221a6b03f7a
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
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity10
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:50:07 2008
0.00/0.04	c 0	PID 15778
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110436-1215823807.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-1110436-1215823807.xml' 'HOME/temp.csp'
0.03/0.28	c 1	1 domains, 100 variables, 0 predicates, 1 relations, 20 constraints
0.03/0.32	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.32	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.26/0.40	c 1	Parsing HOME/temp.csp
0.26/0.70	c 1	parsed 122 expressions
0.26/0.70	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.70	c 1	MAX CSP: 20 constraints
0.26/0.70	c 1	Converting to clausal form CSP
0.26/0.72	c 1	converted 15 (10%) expressions
0.26/0.72	c 1	converted 29 (20%) expressions
0.26/0.72	c 1	converted 44 (30%) expressions
0.26/0.72	c 1	converted 58 (40%) expressions
0.26/0.72	c 1	converted 73 (50%) expressions
0.26/0.72	c 1	converted 87 (60%) expressions
0.26/0.74	c 1	converted 102 (70%) expressions
1.41/1.52	c 2	converted 116 (80%) expressions
2.11/2.29	c 3	converted 131 (90%) expressions
2.50/2.65	c 3	converted 145 (100%) expressions
2.50/2.65	c 3	CSP : 140 integers, 0 booleans, 59 clauses, largest domain size 31
2.50/2.65	c 3	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.65	c 3	Propagation in CSP
2.50/2.66	c 3	18 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/2.66	c 3	CSP : 140 integers, 0 booleans, 59 clauses, largest domain size 26
2.50/2.66	c 3	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.66	c 3	Simplifing CSP by introducing new Boolean variables
2.50/2.66	c 3	CSP : 140 integers, 0 booleans, 59 clauses, largest domain size 26
2.50/2.66	c 3	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.79/2.92	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.79/2.94	c 3	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
2.79/2.94	c 3	28 (20%) CSP integer variables are encoded (672 clauses, 7248 bytes)
2.79/2.95	c 3	42 (30%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
2.79/2.95	c 3	56 (40%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
2.79/2.95	c 3	70 (50%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
2.79/2.95	c 3	84 (60%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
2.79/2.95	c 3	98 (70%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
2.79/2.95	c 3	112 (80%) CSP integer variables are encoded (2400 clauses, 29137 bytes)
2.79/2.95	c 3	126 (90%) CSP integer variables are encoded (2479 clauses, 30164 bytes)
2.79/2.95	c 3	140 (100%) CSP integer variables are encoded (2531 clauses, 30840 bytes)
84.15/84.86	c 85	6 (10%) CSP clauses are encoded (360845 clauses, 25119694 bytes)
165.92/167.01	c 167	12 (20%) CSP clauses are encoded (719159 clauses, 51228850 bytes)
248.00/249.50	c 250	18 (30%) CSP clauses are encoded (1077473 clauses, 78803464 bytes)
275.17/276.82	c 277	24 (40%) CSP clauses are encoded (1196927 clauses, 88523969 bytes)
275.17/276.83	c 277	30 (50%) CSP clauses are encoded (1197241 clauses, 88529089 bytes)
275.17/276.83	c 277	36 (60%) CSP clauses are encoded (1197263 clauses, 88529419 bytes)
275.17/276.83	c 277	42 (70%) CSP clauses are encoded (1197511 clauses, 88533680 bytes)
275.17/276.83	c 277	48 (80%) CSP clauses are encoded (1197549 clauses, 88534273 bytes)
275.17/276.83	c 277	54 (90%) CSP clauses are encoded (1197571 clauses, 88534603 bytes)
275.17/276.83	c 277	59 (100%) CSP clauses are encoded (1197673 clauses, 88536260 bytes)
275.17/276.83	c 277	59 CSP clauses encoded
275.17/276.83	c 277	Writing map file : HOME/temp.map
275.17/276.83	c 277	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
275.17/276.83	c 277	SAT : 2671 SAT variables, 1197673 SAT clauses, 88536260 bytes
275.17/276.83	c 277	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
275.17/276.88	c 277	OBJECTIVE minimize _COST
275.17/276.88	c 277	OBJECTIVE BOUND: 0 <= _COST <= 
275.17/276.88	c 277	SEARCHING: _COST <= 10
275.17/276.88	c 277	SOLVING HOME/temp.cnf
275.17/276.88	c 277	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
275.17/276.88	c 277	This is MiniSat 2.0 beta
275.17/276.88	c 277	WARNING: for repeatability, setting FPU to use double precision
275.17/276.88	c 277	============================[ Problem Statistics ]=============================
275.17/276.88	c 277	|                                                                             |
275.17/276.89	c 277	|  Number of variables:  2671                                                 |
275.17/276.89	c 277	|  Number of clauses:    1197674                                              |
277.02/278.75	c 279	|  Parsing time:         1.67         s                                       |
277.12/278.86	c 279	============================[ Search Statistics ]==============================
277.12/278.86	c 279	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
277.12/278.86	c 279	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
277.12/278.86	c 279	===============================================================================
277.12/278.86	c 279	|         0 |    2621  1197356 17066915 |   399118        0    nan |  0.000 % |
277.22/278.90	c 279	|       100 |    2621  1197356 17066915 |   439030      100      6 |  1.872 % |
277.22/278.98	c 279	|       251 |    2621  1197356 17066915 |   482933      251      7 |  1.872 % |
277.33/279.09	c 279	|       476 |    2621  1197356 17066915 |   531226      476      7 |  1.872 % |
277.52/279.23	c 279	|       813 |    2621  1197356 17066915 |   584349      813      8 |  1.872 % |
277.62/279.35	c 280	|      1319 |    2621  1197356 17066915 |   642784     1319      8 |  1.872 % |
277.72/279.49	c 280	|      2079 |    2621  1197356 17066915 |   707063     2079      9 |  1.872 % |
278.01/279.73	c 280	|      3218 |    2621  1197356 17066915 |   777769     3218     10 |  1.872 % |
278.21/279.98	c 280	|      4926 |    2621  1197356 17066915 |   855546     4926     10 |  1.872 % |
278.51/280.26	c 281	|      7489 |    2621  1197356 17066915 |   941100     7489     10 |  1.872 % |
279.11/280.80	c 281	|     11333 |    2621  1197356 17066915 |  1035211    11333     11 |  1.872 % |
281.60/283.34	c 284	|     17099 |    2621  1197356 17066915 |  1138732    17099     11 |  1.872 % |
284.68/286.41	c 287	===============================================================================
284.68/286.41	c 287	restarts              : 12
284.68/286.41	c 287	conflicts             : 24005          (2592 /sec)
284.68/286.41	c 287	decisions             : 39694          (1.50 % random) (4286 /sec)
284.68/286.41	c 287	propagations          : 672888         (72661 /sec)
284.68/286.41	c 287	conflict literals     : 277796         (18.37 % deleted)
284.68/286.41	c 287	Memory used           : 113.27 MB
284.68/286.41	c 287	CPU time              : 9.26059 s
284.68/286.41	c 287	
284.68/286.41	c 287	SATISFIABLE
284.68/286.43	c 287	FOUND: _COST <= 10
284.68/286.43	s SATISFIABLE
284.68/286.43	c 287	DECODING HOME/temp.out WITH HOME/temp.map
284.68/286.43	c 287	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
284.73/286.51	c 287	Decoding HOME/temp.out
284.73/286.56	c 287	OBJECTIVE _COST 10
284.73/286.56	o 10
284.73/286.56	v 25 25 25 25 25 25 25 25 19 25 4 23 20 11 19 0 19 8 14 13 11 14 20 8 18 21 8 11 11 4 9 20 23 19 0 15 14 18 4 18 11 20 23 4 12 1 14 20 17 6 15 24 19 7 0 6 14 17 0 18 15 20 25 25 11 4 12 4 13 19 4 23 19 17 4 12 8 18 19 18 3 0 25 25 11 8 13 6 11 24 24 4 18 19 4 17 3 0 24 18
284.73/286.57	c 287	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
284.74/286.62	c 287	OBJECTIVE BOUND: 0 <= _COST <= 10
284.74/286.62	c 287	SEARCHING: _COST <= 5
284.74/286.62	c 287	SOLVING HOME/temp.cnf
284.74/286.62	c 287	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
284.74/286.62	c 287	This is MiniSat 2.0 beta
284.74/286.62	c 287	WARNING: for repeatability, setting FPU to use double precision
284.74/286.62	c 287	============================[ Problem Statistics ]=============================
284.74/286.62	c 287	|                                                                             |
284.74/286.62	c 287	|  Number of variables:  2671                                                 |
284.74/286.62	c 287	|  Number of clauses:    1197674                                              |
286.64/288.47	c 289	|  Parsing time:         1.66         s                                       |
286.75/288.58	c 289	============================[ Search Statistics ]==============================
286.75/288.58	c 289	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
286.75/288.58	c 289	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
286.75/288.58	c 289	===============================================================================
286.75/288.58	c 289	|         0 |    2591  1197161 17066415 |   399053        0    nan |  0.000 % |
286.85/288.63	c 289	|       100 |    2591  1197161 17066415 |   438959      100      6 |  2.995 % |
286.85/288.67	c 289	|       250 |    2591  1197161 17066415 |   482854      250      7 |  2.995 % |
286.95/288.78	c 289	|       476 |    2591  1197161 17066415 |   531140      476      7 |  2.995 % |
287.14/288.90	c 289	|       814 |    2591  1197161 17066415 |   584254      814      7 |  2.995 % |
287.14/288.98	c 289	|      1320 |    2591  1197161 17066415 |   642679     1320      8 |  2.995 % |
287.34/289.12	c 289	|      2079 |    2591  1197161 17066415 |   706947     2079      9 |  2.995 % |
287.63/289.49	c 290	|      3220 |    2591  1197161 17066415 |   777642     3220      9 |  2.995 % |
288.03/289.89	c 290	|      4929 |    2591  1197161 17066415 |   855406     4929      9 |  2.995 % |
288.73/290.50	c 291	|      7492 |    2591  1197161 17066415 |   940947     7492     10 |  2.995 % |
289.43/291.24	c 291	|     11337 |    2591  1197161 17066415 |  1035042    11337     10 |  2.995 % |
292.21/294.09	c 294	|     17104 |    2591  1197161 17066415 |  1138546    17104     10 |  2.995 % |
296.39/298.26	c 299	|     25753 |    2591  1197161 17066415 |  1252401    25753     11 |  2.995 % |
307.34/309.27	c 310	|     38728 |    2591  1197161 17066415 |  1377641    38728     12 |  2.995 % |
316.09/318.09	c 318	|     58190 |    2591  1197161 17066415 |  1515405    58190     12 |  2.995 % |
355.10/357.20	c 357	|     87385 |    2591  1197161 17066415 |  1666946    87385     14 |  2.995 % |
384.26/386.58	c 387	|    131175 |    2591  1197161 17066415 |  1833640   131175     14 |  2.995 % |
562.89/566.06	c 566	|    196860 |    2591  1197161 17066415 |  2017004   196860     18 |  2.995 % |
671.75/675.43	c 676	|    295388 |    2591  1197161 17066415 |  2218705   295388     18 |  2.995 % |
1063.16/1068.74	c 1069	|    443178 |    2591  1197161 17066415 |  2440575   443178     20 |  2.995 % |
1767.85/1776.88	c 1777	|    664861 |    2591  1197161 17066415 |  2684633   664861     21 |  2.995 % |
3600.00/3617.82	c ERROR INTERRUPTED
3600.00/3617.85	c 3618	CPU 283.68 (0.04 0 283.64 1.22)
3600.00/3617.85	c 3618	END Sat Jul 12 03:50:25 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-1110436-1215823807/watcher-1110436-1215823807 -o /tmp/evaluation-result-1110436-1215823807/solver-1110436-1215823807 -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-1110436-1215823807.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: 2.00 2.00 2.00 4/81 15778
/proc/meminfo: memFree=1926816/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=12268 CPUtime=0
/proc/15778/stat : 15778 (sugar) R 15776 15778 14902 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 39079863 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15778/statm: 3067 316 241 3 0 167 0

[startup+0.0656051 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15778
/proc/meminfo: memFree=1926816/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=0.03
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 39079863 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102609 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15778
/proc/meminfo: memFree=1926816/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=0.03
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 39079863 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301627 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15778
/proc/meminfo: memFree=1926816/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=0.03
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 39079863 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701674 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15778
/proc/meminfo: memFree=1926816/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=0.26
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 974 4976 0 1 3 0 20 3 16 0 1 0 39079863 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13600

[startup+1.50276 s]
/proc/loadavg: 2.00 2.00 2.00 5/92 15800
/proc/meminfo: memFree=1914056/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=0.26
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 974 4976 0 1 3 0 20 3 15 0 1 0 39079863 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 797 370 3 0 500 0
[pid=15791] ppid=15778 vsize=5356 CPUtime=0
/proc/15791/stat : 15791 (sh) S 15778 15778 14902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39079895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15791/statm: 1339 233 193 169 0 50 0
[pid=15792] ppid=15791 vsize=864156 CPUtime=1.15
/proc/15792/stat : 15792 (java) S 15791 15778 14902 0 -1 0 10161 0 1 0 111 4 0 0 18 0 9 0 39079896 884895744 9338 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15792/statm: 216039 9338 2540 9 0 210614 0
[pid=15792/tid=15793] ppid=15791 vsize=864156 CPUtime=0.71
/proc/15792/task/15793/stat : 15793 (java) R 15791 15778 14902 0 -1 64 2753 0 1 0 70 1 0 0 20 0 9 0 39079897 884895744 9338 996147200 134512640 134550740 4294955936 18446744073709551615 103214652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15794] ppid=15791 vsize=864156 CPUtime=0.37
/proc/15792/task/15794/stat : 15794 (java) S 15791 15778 14902 0 -1 64 6400 0 0 0 34 3 0 0 16 0 9 0 39079898 884895744 9338 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15795] ppid=15791 vsize=864156 CPUtime=0
/proc/15792/task/15795/stat : 15795 (java) S 15791 15778 14902 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39079898 884895744 9338 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15796] ppid=15791 vsize=864156 CPUtime=0
/proc/15792/task/15796/stat : 15796 (java) S 15791 15778 14902 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39079898 884895744 9338 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15797] ppid=15791 vsize=864156 CPUtime=0
/proc/15792/task/15797/stat : 15797 (java) S 15791 15778 14902 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39079900 884895744 9338 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15798] ppid=15791 vsize=864156 CPUtime=0.05
/proc/15792/task/15798/stat : 15798 (java) S 15791 15778 14902 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 39079900 884895744 9338 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15799] ppid=15791 vsize=864156 CPUtime=0
/proc/15792/task/15799/stat : 15799 (java) S 15791 15778 14902 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39079900 884895744 9338 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15800] ppid=15791 vsize=864156 CPUtime=0
/proc/15792/task/15800/stat : 15800 (java) S 15791 15778 14902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39079900 884895744 9338 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883112

[startup+3.10194 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 15800
/proc/meminfo: memFree=1878792/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=0.26
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 974 4976 0 1 3 0 20 3 15 0 1 0 39079863 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 797 370 3 0 500 0
[pid=15791] ppid=15778 vsize=5356 CPUtime=0
/proc/15791/stat : 15791 (sh) S 15778 15778 14902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39079895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15791/statm: 1339 233 193 169 0 50 0
[pid=15792] ppid=15791 vsize=864276 CPUtime=2.73
/proc/15792/stat : 15792 (java) S 15791 15778 14902 0 -1 0 20524 0 1 0 263 10 0 0 18 0 9 0 39079896 885018624 19589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15792/statm: 216069 19589 2564 9 0 210616 0
[pid=15792/tid=15793] ppid=15791 vsize=864276 CPUtime=1.25
/proc/15792/task/15793/stat : 15793 (java) R 15791 15778 14902 0 -1 64 3532 0 1 0 124 1 0 0 18 0 9 0 39079897 885018624 19589 996147200 134512640 134550740 4294955936 18446744073709551615 102109836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15794] ppid=15791 vsize=864276 CPUtime=1.37
/proc/15792/task/15794/stat : 15794 (java) S 15791 15778 14902 0 -1 64 15961 0 0 0 129 8 0 0 16 0 9 0 39079898 885018624 19589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15795] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15795/stat : 15795 (java) S 15791 15778 14902 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39079898 885018624 19589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15796] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15796/stat : 15796 (java) S 15791 15778 14902 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39079898 885018624 19589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15797] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15797/stat : 15797 (java) S 15791 15778 14902 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39079900 885018624 19589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15798] ppid=15791 vsize=864276 CPUtime=0.09
/proc/15792/task/15798/stat : 15798 (java) S 15791 15778 14902 0 -1 64 337 0 0 0 9 0 0 0 16 0 9 0 39079900 885018624 19589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15799] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15799/stat : 15799 (java) S 15791 15778 14902 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39079900 885018624 19589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15800] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15800/stat : 15800 (java) S 15791 15778 14902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39079900 885018624 19589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883232

[startup+6.30228 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 15800
/proc/meminfo: memFree=1853640/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=0.26
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 974 4976 0 1 3 0 20 3 15 0 1 0 39079863 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 797 370 3 0 500 0
[pid=15791] ppid=15778 vsize=5356 CPUtime=0
/proc/15791/stat : 15791 (sh) S 15778 15778 14902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39079895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15791/statm: 1339 233 193 169 0 50 0
[pid=15792] ppid=15791 vsize=864276 CPUtime=5.9
/proc/15792/stat : 15792 (java) S 15791 15778 14902 0 -1 0 21107 0 1 0 580 10 0 0 18 0 9 0 39079896 885018624 20162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15792/statm: 216069 20162 2564 9 0 210616 0
[pid=15792/tid=15793] ppid=15791 vsize=864276 CPUtime=4.38
/proc/15792/task/15793/stat : 15793 (java) R 15791 15778 14902 0 -1 64 3542 0 1 0 437 1 0 0 25 0 9 0 39079897 885018624 20162 996147200 134512640 134550740 4294955936 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15794] ppid=15791 vsize=864276 CPUtime=1.4
/proc/15792/task/15794/stat : 15794 (java) S 15791 15778 14902 0 -1 64 16533 0 0 0 132 8 0 0 17 0 9 0 39079898 885018624 20162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15795] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15795/stat : 15795 (java) S 15791 15778 14902 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39079898 885018624 20162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15796] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15796/stat : 15796 (java) S 15791 15778 14902 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39079898 885018624 20162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15797] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15797/stat : 15797 (java) S 15791 15778 14902 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39079900 885018624 20162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15798] ppid=15791 vsize=864276 CPUtime=0.09
/proc/15792/task/15798/stat : 15798 (java) S 15791 15778 14902 0 -1 64 338 0 0 0 9 0 0 0 16 0 9 0 39079900 885018624 20162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15799] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15799/stat : 15799 (java) S 15791 15778 14902 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39079900 885018624 20162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15800] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15800/stat : 15800 (java) S 15791 15778 14902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39079900 885018624 20162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883232

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 15800
/proc/meminfo: memFree=1847624/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=0.26
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 974 4976 0 1 3 0 20 3 15 0 1 0 39079863 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 797 370 3 0 500 0
[pid=15791] ppid=15778 vsize=5356 CPUtime=0
/proc/15791/stat : 15791 (sh) S 15778 15778 14902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39079895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15791/statm: 1339 233 193 169 0 50 0
[pid=15792] ppid=15791 vsize=864276 CPUtime=12.23
/proc/15792/stat : 15792 (java) S 15791 15778 14902 0 -1 0 22547 0 1 0 1212 11 0 0 18 0 9 0 39079896 885018624 21579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15792/statm: 216069 21579 2564 9 0 210616 0
[pid=15792/tid=15793] ppid=15791 vsize=864276 CPUtime=10.64
/proc/15792/task/15793/stat : 15793 (java) R 15791 15778 14902 0 -1 64 3565 0 1 0 1063 1 0 0 25 0 9 0 39079897 885018624 21579 996147200 134512640 134550740 4294955936 18446744073709551615 4126617284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15794] ppid=15791 vsize=864276 CPUtime=1.48
/proc/15792/task/15794/stat : 15794 (java) S 15791 15778 14902 0 -1 64 17950 0 0 0 139 9 0 0 16 0 9 0 39079898 885018624 21579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15795] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15795/stat : 15795 (java) S 15791 15778 14902 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39079898 885018624 21579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15796] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15796/stat : 15796 (java) S 15791 15778 14902 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39079898 885018624 21579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15797] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15797/stat : 15797 (java) S 15791 15778 14902 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39079900 885018624 21579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15798] ppid=15791 vsize=864276 CPUtime=0.09
/proc/15792/task/15798/stat : 15798 (java) S 15791 15778 14902 0 -1 64 338 0 0 0 9 0 0 0 16 0 9 0 39079900 885018624 21579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15799] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15799/stat : 15799 (java) S 15791 15778 14902 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39079900 885018624 21579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15800] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15800/stat : 15800 (java) S 15791 15778 14902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39079900 885018624 21579 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883232

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 15800
/proc/meminfo: memFree=1836040/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=0.26
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 974 4976 0 1 3 0 20 3 15 0 1 0 39079863 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 797 370 3 0 500 0
[pid=15791] ppid=15778 vsize=5356 CPUtime=0
/proc/15791/stat : 15791 (sh) S 15778 15778 14902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39079895 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15791/statm: 1339 233 193 169 0 50 0
[pid=15792] ppid=15791 vsize=864276 CPUtime=24.91
/proc/15792/stat : 15792 (java) S 15791 15778 14902 0 -1 0 24808 0 1 0 2476 15 0 0 18 0 9 0 39079896 885018624 23781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15792/statm: 216069 23781 2564 9 0 210616 0
[pid=15792/tid=15793] ppid=15791 vsize=864276 CPUtime=23.16
/proc/15792/task/15793/stat : 15793 (java) R 15791 15778 14902 0 -1 64 3624 0 1 0 2313 3 0 0 25 0 9 0 39079897 885018624 23781 996147200 134512640 134550740 4294955936 18446744073709551615 4126617284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15794] ppid=15791 vsize=864276 CPUtime=1.63
/proc/15792/task/15794/stat : 15794 (java) S 15791 15778 14902 0 -1 64 20148 0 0 0 152 11 0 0 16 0 9 0 39079898 885018624 23781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15795] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15795/stat : 15795 (java) S 15791 15778 14902 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39079898 885018624 23781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15792/tid=15796] ppid=15791 vsize=864276 CPUtime=0
/proc/15792/task/15796/stat : 15796 (java) S 15791 15778 14902 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39079898 885018624 23781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1600320/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=284.89
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 1171 91995 0 3 4 0 28363 122 16 0 1 0 39079863 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 803 374 3 0 500 0
[pid=15845] ppid=15778 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15778 15778 14902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39108525 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 232 193 169 0 50 0
[pid=15846] ppid=15845 vsize=235272 CPUtime=2802.09
/proc/15846/stat : 15846 (minisat) R 15845 15778 14902 0 -1 4194304 57401 0 0 0 280163 46 0 0 25 0 1 0 39108526 240918528 57387 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15846/statm: 58818 57387 76 150 0 58665 0
Current children cumulated CPU time (s) 3086.98
Current children cumulated vsize (KiB) 254228

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15854
/proc/meminfo: memFree=1599168/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=284.89
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 1171 91995 0 3 4 0 28363 122 16 0 1 0 39079863 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 803 374 3 0 500 0
[pid=15845] ppid=15778 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15778 15778 14902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39108525 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 232 193 169 0 50 0
[pid=15846] ppid=15845 vsize=236328 CPUtime=2861.8
/proc/15846/stat : 15846 (minisat) R 15845 15778 14902 0 -1 4194304 57688 0 0 0 286134 46 0 0 25 0 1 0 39108526 241999872 57674 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/15846/statm: 59082 57674 76 150 0 58929 0
Current children cumulated CPU time (s) 3146.69
Current children cumulated vsize (KiB) 255284

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15854
/proc/meminfo: memFree=1597824/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=284.89
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 1171 91995 0 3 4 0 28363 122 16 0 1 0 39079863 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 803 374 3 0 500 0
[pid=15845] ppid=15778 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15778 15778 14902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39108525 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 232 193 169 0 50 0
[pid=15846] ppid=15845 vsize=237692 CPUtime=2921.52
/proc/15846/stat : 15846 (minisat) R 15845 15778 14902 0 -1 4194304 58024 0 0 0 292105 47 0 0 25 0 1 0 39108526 243396608 58010 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/15846/statm: 59423 58010 76 150 0 59270 0
Current children cumulated CPU time (s) 3206.41
Current children cumulated vsize (KiB) 256648

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15854
/proc/meminfo: memFree=1596352/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=284.89
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 1171 91995 0 3 4 0 28363 122 16 0 1 0 39079863 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 803 374 3 0 500 0
[pid=15845] ppid=15778 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15778 15778 14902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39108525 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 232 193 169 0 50 0
[pid=15846] ppid=15845 vsize=239144 CPUtime=2981.22
/proc/15846/stat : 15846 (minisat) R 15845 15778 14902 0 -1 4194304 58383 0 0 0 298075 47 0 0 25 0 1 0 39108526 244883456 58369 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15846/statm: 59786 58369 76 150 0 59633 0
Current children cumulated CPU time (s) 3266.11
Current children cumulated vsize (KiB) 258100

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15854
/proc/meminfo: memFree=1594816/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=284.89
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 1171 91995 0 3 4 0 28363 122 16 0 1 0 39079863 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 803 374 3 0 500 0
[pid=15845] ppid=15778 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15778 15778 14902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39108525 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 232 193 169 0 50 0
[pid=15846] ppid=15845 vsize=240596 CPUtime=3040.94
/proc/15846/stat : 15846 (minisat) R 15845 15778 14902 0 -1 4194304 58758 0 0 0 304046 48 0 0 25 0 1 0 39108526 246370304 58744 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15846/statm: 60149 58744 76 150 0 59996 0
Current children cumulated CPU time (s) 3325.83
Current children cumulated vsize (KiB) 259552

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15854
/proc/meminfo: memFree=1593344/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=284.89
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 1171 91995 0 3 4 0 28363 122 16 0 1 0 39079863 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 803 374 3 0 500 0
[pid=15845] ppid=15778 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15778 15778 14902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39108525 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 232 193 169 0 50 0
[pid=15846] ppid=15845 vsize=242012 CPUtime=3100.65
/proc/15846/stat : 15846 (minisat) R 15845 15778 14902 0 -1 4194304 59123 0 0 0 310017 48 0 0 25 0 1 0 39108526 247820288 59109 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15846/statm: 60503 59109 76 150 0 60350 0
Current children cumulated CPU time (s) 3385.54
Current children cumulated vsize (KiB) 260968

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15854
/proc/meminfo: memFree=1592064/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=284.89
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 1171 91995 0 3 4 0 28363 122 16 0 1 0 39079863 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 803 374 3 0 500 0
[pid=15845] ppid=15778 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15778 15778 14902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39108525 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 232 193 169 0 50 0
[pid=15846] ppid=15845 vsize=243200 CPUtime=3160.37
/proc/15846/stat : 15846 (minisat) R 15845 15778 14902 0 -1 4194304 59425 0 0 0 315988 49 0 0 25 0 1 0 39108526 249036800 59411 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15846/statm: 60800 59411 76 150 0 60647 0
Current children cumulated CPU time (s) 3445.26
Current children cumulated vsize (KiB) 262156

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15854
/proc/meminfo: memFree=1590720/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=284.89
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 1171 91995 0 3 4 0 28363 122 16 0 1 0 39079863 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 803 374 3 0 500 0
[pid=15845] ppid=15778 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15778 15778 14902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39108525 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 232 193 169 0 50 0
[pid=15846] ppid=15845 vsize=244256 CPUtime=3220.07
/proc/15846/stat : 15846 (minisat) R 15845 15778 14902 0 -1 4194304 59728 0 0 0 321958 49 0 0 25 0 1 0 39108526 250118144 59714 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/15846/statm: 61064 59714 76 150 0 60911 0
Current children cumulated CPU time (s) 3504.96
Current children cumulated vsize (KiB) 263212

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15854
/proc/meminfo: memFree=1589632/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=284.89
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 1171 91995 0 3 4 0 28363 122 16 0 1 0 39079863 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 803 374 3 0 500 0
[pid=15845] ppid=15778 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15778 15778 14902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39108525 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 232 193 169 0 50 0
[pid=15846] ppid=15845 vsize=245320 CPUtime=3279.78
/proc/15846/stat : 15846 (minisat) R 15845 15778 14902 0 -1 4194304 59988 0 0 0 327929 49 0 0 25 0 1 0 39108526 251207680 59974 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15846/statm: 61330 59974 76 150 0 61177 0
Current children cumulated CPU time (s) 3564.67
Current children cumulated vsize (KiB) 264276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15854
/proc/meminfo: memFree=1588992/2055920 swapFree=4177044/4192956
[pid=15778] ppid=15776 vsize=13600 CPUtime=284.89
/proc/15778/stat : 15778 (sugar) S 15776 15778 14902 0 -1 4194304 1171 91995 0 3 4 0 28363 122 16 0 1 0 39079863 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15778/statm: 3400 803 374 3 0 500 0
[pid=15845] ppid=15778 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15778 15778 14902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39108525 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 232 193 169 0 50 0
[pid=15846] ppid=15845 vsize=245996 CPUtime=3315.11
/proc/15846/stat : 15846 (minisat) R 15845 15778 14902 0 -1 4194304 60147 0 0 0 331462 49 0 0 25 0 1 0 39108526 251899904 60133 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15846/statm: 61499 60133 76 150 0 61346 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 264952

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 15778 and gives
#  childrusage.ru_utime.tv_sec=283
#  childrusage.ru_utime.tv_usec=682873
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=282804
# CPU time returned by wait4() is 284.966
# while last known CPU time is 3600
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3617.9
CPU time (s): 3600
CPU user time (s): 3598.29
CPU system time (s): 1.71
CPU usage (%): 99.5053
Max. virtual memory (cumulated for all children) (KiB): 896644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 283.683
system time used= 1.2828
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93509
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= 14993
involuntary context switches= 12890

runsolver used 3.66744 second user time and 12.8231 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-12 02:50:07
IDJOB=1110436
IDBENCH=61105
IDSOLVER=368
FILE ID=node47/1110436-1215823807
PBS_JOBID= 7903317
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 39d66384100af8e536d57221a6b03f7a
RANDOM SEED=1927638025

node47.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.232
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.232
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:       1927296 kB
Buffers:          8424 kB
Cached:          47872 kB
SwapCached:       9936 kB
Active:          76300 kB
Inactive:        10284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1927296 kB
SwapTotal:     4192956 kB
SwapFree:      4177044 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          42320 kB
Slab:            27196 kB
Committed_AS:   222704 kB
PageTables:       2000 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= 66500 MiB
End job on node47 at 2008-07-12 03:50:27