Trace number 1112020

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)11 3600.02 3606.46

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg10-11_ext.xml
MD5SUMac1503673bc5c1dbe328395c9dc771a5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints11
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints21
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension21
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul 12 13:04:59 2008
0.00/0.15	c 0	PID 19640
0.00/0.16	c 0	HOST node56.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1112020-1215860699.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112020-1215860699.xml' 'HOME/temp.csp'
0.04/0.48	c 1	1 domains, 110 variables, 0 predicates, 2 relations, 21 constraints
0.04/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.53	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.35/0.61	c 1	Parsing HOME/temp.csp
0.35/0.74	c 1	parsed 134 expressions
0.35/0.74	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.74	c 1	MAX CSP: 21 constraints
0.35/0.74	c 1	Converting to clausal form CSP
0.35/0.76	c 1	converted 16 (10%) expressions
0.35/0.76	c 1	converted 32 (20%) expressions
0.35/0.77	c 1	converted 48 (30%) expressions
0.35/0.77	c 1	converted 64 (40%) expressions
0.35/0.77	c 1	converted 79 (50%) expressions
0.35/0.77	c 1	converted 95 (60%) expressions
0.35/0.77	c 1	converted 111 (70%) expressions
0.80/1.08	c 1	converted 127 (80%) expressions
1.09/1.32	c 2	converted 143 (90%) expressions
1.29/1.53	c 2	converted 158 (100%) expressions
1.29/1.53	c 2	CSP : 152 integers, 0 booleans, 62 clauses, largest domain size 32
1.29/1.53	c 2	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.54	c 2	Propagation in CSP
1.29/1.54	c 2	18 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.55	c 2	CSP : 152 integers, 0 booleans, 62 clauses, largest domain size 26
1.29/1.55	c 2	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.55	c 2	Simplifing CSP by introducing new Boolean variables
1.29/1.55	c 2	CSP : 152 integers, 0 booleans, 62 clauses, largest domain size 26
1.29/1.55	c 2	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.66	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.39/1.68	c 2	16 (10%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.39/1.68	c 2	31 (20%) CSP integer variables are encoded (744 clauses, 8040 bytes)
1.39/1.68	c 2	46 (30%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
1.39/1.69	c 2	61 (40%) CSP integer variables are encoded (1464 clauses, 16969 bytes)
1.39/1.69	c 2	76 (50%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
1.39/1.69	c 2	92 (60%) CSP integer variables are encoded (2208 clauses, 26641 bytes)
1.39/1.69	c 2	107 (70%) CSP integer variables are encoded (2568 clauses, 31321 bytes)
1.39/1.69	c 2	122 (80%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
1.39/1.69	c 2	137 (90%) CSP integer variables are encoded (2671 clauses, 32660 bytes)
1.39/1.69	c 2	152 (100%) CSP integer variables are encoded (2780 clauses, 34077 bytes)
28.62/29.18	c 29	7 (10%) CSP clauses are encoded (215363 clauses, 14834914 bytes)
48.41/49.18	c 49	13 (20%) CSP clauses are encoded (377579 clauses, 26320399 bytes)
60.59/61.43	c 62	19 (30%) CSP clauses are encoded (499799 clauses, 35957652 bytes)
64.75/65.64	c 66	25 (40%) CSP clauses are encoded (540555 clauses, 39341709 bytes)
64.75/65.64	c 66	31 (50%) CSP clauses are encoded (540601 clauses, 39342439 bytes)
64.75/65.65	c 66	38 (60%) CSP clauses are encoded (540634 clauses, 39342948 bytes)
64.75/65.65	c 66	44 (70%) CSP clauses are encoded (540738 clauses, 39344683 bytes)
64.75/65.65	c 66	50 (80%) CSP clauses are encoded (540989 clauses, 39348767 bytes)
64.75/65.65	c 66	56 (90%) CSP clauses are encoded (541092 clauses, 39350427 bytes)
64.75/65.65	c 66	62 (100%) CSP clauses are encoded (541360 clauses, 39354986 bytes)
64.75/65.65	c 66	62 CSP clauses encoded
64.75/65.66	c 66	Writing map file : HOME/temp.map
64.75/65.66	c 66	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
64.75/65.66	c 66	SAT : 2932 SAT variables, 541360 SAT clauses, 39354986 bytes
64.75/65.66	c 66	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
64.81/65.71	c 66	OBJECTIVE minimize _COST
64.81/65.71	c 66	OBJECTIVE BOUND: 0 <= _COST <= 
64.81/65.71	c 66	SEARCHING: _COST <= 11
64.81/65.71	c 66	SOLVING HOME/temp.cnf
64.81/65.71	c 66	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
64.81/65.71	c 66	This is MiniSat 2.0 beta
64.81/65.71	c 66	WARNING: for repeatability, setting FPU to use double precision
64.81/65.71	c 66	============================[ Problem Statistics ]=============================
64.81/65.71	c 66	|                                                                             |
64.81/65.71	c 66	|  Number of variables:  2932                                                 |
64.81/65.71	c 66	|  Number of clauses:    541361                                               |
65.60/66.56	c 67	|  Parsing time:         0.75         s                                       |
65.69/66.61	c 67	============================[ Search Statistics ]==============================
65.69/66.61	c 67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
65.69/66.61	c 67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
65.69/66.61	c 67	===============================================================================
65.69/66.61	c 67	|         0 |    2882   541043  7570258 |   180347        0    nan |  0.000 % |
65.69/66.63	c 67	|       100 |    2882   541043  7570258 |   198382      100      5 |  1.705 % |
65.69/66.68	c 67	|       250 |    2882   541043  7570258 |   218220      250      6 |  1.705 % |
65.80/66.76	c 67	|       475 |    2882   541043  7570258 |   240042      475      7 |  1.705 % |
65.89/66.81	c 67	|       813 |    2882   541043  7570258 |   264047      813      8 |  1.705 % |
65.89/66.87	c 67	|      1319 |    2882   541043  7570258 |   290451     1319      8 |  1.705 % |
65.99/66.97	c 67	|      2080 |    2882   541043  7570258 |   319496     2080      9 |  1.705 % |
66.09/67.09	c 67	|      3221 |    2882   541043  7570258 |   351446     3221     10 |  1.705 % |
66.38/67.37	c 68	|      4931 |    2882   541043  7570258 |   386591     4931      9 |  1.705 % |
66.68/67.65	c 68	|      7494 |    2882   541043  7570258 |   425250     7494      9 |  1.705 % |
67.37/68.34	c 69	|     11339 |    2882   541043  7570258 |   467775    11339     10 |  1.705 % |
67.97/68.96	c 69	|     17108 |    2882   541043  7570258 |   514552    17108     10 |  1.705 % |
69.46/70.43	c 71	|     25758 |    2882   541043  7570258 |   566008    25758     10 |  1.705 % |
71.24/72.26	c 73	|     38733 |    2882   541043  7570258 |   622609    38733     10 |  1.705 % |
76.09/77.15	c 77	|     58194 |    2882   541043  7570258 |   684869    58194     11 |  1.705 % |
82.92/84.08	c 84	|     87387 |    2882   541043  7570258 |   753356    87387     12 |  1.705 % |
106.59/107.99	c 108	|    131177 |    2882   541043  7570258 |   828692   131177     13 |  1.705 % |
180.48/182.59	c 183	|    196861 |    2882   541043  7570258 |   911561   196861     16 |  1.705 % |
188.39/190.54	c 191	===============================================================================
188.39/190.54	c 191	restarts              : 18
188.39/190.54	c 191	conflicts             : 225751         (1829 /sec)
188.39/190.54	c 191	decisions             : 304898         (1.57 % random) (2470 /sec)
188.39/190.54	c 191	propagations          : 9274722        (75127 /sec)
188.39/190.54	c 191	conflict literals     : 3511700        (25.87 % deleted)
188.39/190.54	c 191	Memory used           : 77.86 MB
188.39/190.54	c 191	CPU time              : 123.454 s
188.39/190.54	c 191	
188.39/190.54	c 191	SATISFIABLE
188.39/190.55	c 191	FOUND: _COST <= 11
188.39/190.55	s SATISFIABLE
188.39/190.55	c 191	DECODING HOME/temp.out WITH HOME/temp.map
188.39/190.55	c 191	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
188.45/190.64	c 191	Decoding HOME/temp.out
188.45/190.69	c 191	OBJECTIVE _COST 11
188.45/190.69	o 11
188.45/190.69	v 15 25 21 25 25 22 7 7 15 8 22 17 25 20 25 25 14 24 14 0 13 8 14 25 11 25 25 17 15 12 17 19 13 19 25 13 25 25 18 14 14 0 4 2 14 25 4 25 25 7 0 15 1 6 7 19 4 17 15 18 8 2 7 14 17 4 24 25 0 25 25 15 19 14 11 0 18 15 25 1 25 25 5 8 1 14 1 19 8 25 11 25 25 20 21 8 8 11 4 2 7 4 4 17 11 4 0 3 4 17
188.45/190.70	c 191	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
188.45/190.75	c 191	OBJECTIVE BOUND: 0 <= _COST <= 11
188.45/190.75	c 191	SEARCHING: _COST <= 5
188.45/190.75	c 191	SOLVING HOME/temp.cnf
188.45/190.75	c 191	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
188.45/190.75	c 191	This is MiniSat 2.0 beta
188.45/190.75	c 191	WARNING: for repeatability, setting FPU to use double precision
188.45/190.75	c 191	============================[ Problem Statistics ]=============================
188.45/190.75	c 191	|                                                                             |
188.45/190.76	c 191	|  Number of variables:  2932                                                 |
188.45/190.76	c 191	|  Number of clauses:    541361                                               |
189.45/191.61	c 192	|  Parsing time:         0.75         s                                       |
189.45/191.66	c 192	============================[ Search Statistics ]==============================
189.45/191.66	c 192	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
189.45/191.66	c 192	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
189.45/191.66	c 192	===============================================================================
189.45/191.66	c 192	|         0 |    2845   540798  7569628 |   180266        0    nan |  0.000 % |
189.45/191.68	c 192	|       100 |    2845   540798  7569628 |   198292      100      5 |  2.967 % |
189.55/191.73	c 192	|       250 |    2845   540798  7569628 |   218121      250      5 |  2.967 % |
189.55/191.78	c 192	|       476 |    2845   540798  7569628 |   239934      476      7 |  2.967 % |
189.75/191.99	c 192	|       814 |    2845   540798  7569628 |   263927      814      8 |  2.967 % |
189.85/192.04	c 192	|      1321 |    2845   540798  7569628 |   290320     1321      8 |  2.967 % |
190.15/192.38	c 193	|      2081 |    2845   540798  7569628 |   319352     2081      9 |  2.967 % |
190.54/192.73	c 193	|      3220 |    2845   540798  7569628 |   351287     3220      9 |  2.967 % |
190.94/193.14	c 193	|      4929 |    2845   540798  7569628 |   386416     4929     10 |  2.967 % |
191.34/193.55	c 194	|      7492 |    2845   540798  7569628 |   425057     7492     10 |  2.967 % |
193.11/195.32	c 196	|     11336 |    2845   540798  7569628 |   467563    11336     11 |  2.967 % |
196.38/198.64	c 199	|     17102 |    2845   540798  7569628 |   514319    17102     11 |  2.967 % |
200.06/202.35	c 203	|     25751 |    2845   540798  7569628 |   565751    25751     12 |  2.967 % |
208.87/211.22	c 212	|     38727 |    2845   540798  7569628 |   622327    38727     14 |  2.967 % |
225.22/227.72	c 228	|     58189 |    2845   540798  7569628 |   684559    58189     14 |  2.967 % |
260.98/263.89	c 264	|     87382 |    2845   540798  7569628 |   753015    87382     17 |  2.967 % |
290.59/293.78	c 294	|    131172 |    2845   540798  7569628 |   828317   131172     17 |  2.967 % |
387.37/391.44	c 392	|    196856 |    2845   540798  7569628 |   911149   196856     17 |  2.967 % |
467.60/472.44	c 473	|    295382 |    2845   540798  7569628 |  1002264   295382     18 |  2.967 % |
948.77/953.94	c 954	|    443172 |    2845   540798  7569628 |  1102490   443172     20 |  2.967 % |
1885.02/1890.67	c 1891	|    664856 |    2845   540798  7569628 |  1212739   664856     22 |  2.967 % |
3366.52/3372.85	c 3373	|    997381 |    2845   540798  7569628 |  1334013   997381     23 |  2.967 % |
3600.02/3606.41	c ERROR INTERRUPTED
3600.02/3606.44	c 3607	CPU 187.89 (0.03 0.02 187.86 0.72)
3600.02/3606.44	c 3607	END Sat Jul 12 14:05:06 2008

Verifier Data (download as text)

OK	11	10
11 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-1112020-1215860699/watcher-1112020-1215860699 -o /tmp/evaluation-result-1112020-1215860699/solver-1112020-1215860699 -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-1112020-1215860699.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 19640
/proc/meminfo: memFree=1891888/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=18572 CPUtime=0
/proc/19640/stat : 19640 (runsolver) R 19638 19640 19410 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 42768925 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19640/statm: 4643 292 257 25 0 2626 0

[startup+0.0923691 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19640
/proc/meminfo: memFree=1891888/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=12272 CPUtime=0
/proc/19640/stat : 19640 (sugar) R 19638 19640 19410 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 42768925 12566528 330 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 0 0 0 0 17 1 0 0
/proc/19640/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101371 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19640
/proc/meminfo: memFree=1891888/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=12272 CPUtime=0
/proc/19640/stat : 19640 (sugar) R 19638 19640 19410 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 42768925 12566528 365 996147200 4194304 4206940 548682068592 18446744073709551615 250969029221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19640/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301407 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19640
/proc/meminfo: memFree=1891888/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=0.04
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 42768925 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701481 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19640
/proc/meminfo: memFree=1891888/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=0.35
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 974 4550 0 1 3 1 29 2 16 0 1 0 42768925 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50262 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 19662
/proc/meminfo: memFree=1875608/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=0.35
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 974 4550 0 1 3 1 29 2 15 0 1 0 42768925 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 797 370 3 0 500 0
[pid=19653] ppid=19640 vsize=5356 CPUtime=0
/proc/19653/stat : 19653 (sh) S 19640 19640 19410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42768978 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19653/statm: 1339 233 193 169 0 50 0
[pid=19654] ppid=19653 vsize=864120 CPUtime=0.94
/proc/19654/stat : 19654 (java) S 19653 19640 19410 0 -1 0 10864 0 1 0 89 5 0 0 18 0 9 0 42768979 884858880 10112 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19654/statm: 216030 10112 2540 9 0 210605 0
[pid=19654/tid=19655] ppid=19653 vsize=864120 CPUtime=0.37
/proc/19654/task/19655/stat : 19655 (java) R 19653 19640 19410 0 -1 64 2927 0 1 0 36 1 0 0 19 0 9 0 42768980 884858880 10112 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19656] ppid=19653 vsize=864120 CPUtime=0.49
/proc/19654/task/19656/stat : 19656 (java) R 19653 19640 19410 0 -1 64 6914 0 0 0 46 3 0 0 17 0 9 0 42768981 884858880 10112 996147200 134512640 134550740 4294955936 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19657] ppid=19653 vsize=864120 CPUtime=0
/proc/19654/task/19657/stat : 19657 (java) S 19653 19640 19410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42768981 884858880 10112 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19658] ppid=19653 vsize=864120 CPUtime=0
/proc/19654/task/19658/stat : 19658 (java) S 19653 19640 19410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42768981 884858880 10112 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19659] ppid=19653 vsize=864120 CPUtime=0
/proc/19654/task/19659/stat : 19659 (java) S 19653 19640 19410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42768983 884858880 10112 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19660] ppid=19653 vsize=864120 CPUtime=0.06
/proc/19654/task/19660/stat : 19660 (java) S 19653 19640 19410 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 42768983 884858880 10112 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19661] ppid=19653 vsize=864120 CPUtime=0
/proc/19654/task/19661/stat : 19661 (java) S 19653 19640 19410 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42768983 884858880 10112 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19662] ppid=19653 vsize=864120 CPUtime=0
/proc/19654/task/19662/stat : 19662 (java) S 19653 19640 19410 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42768983 884858880 10112 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 883076

[startup+3.1029 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 19662
/proc/meminfo: memFree=1854360/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=0.35
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 974 4550 0 1 3 1 29 2 15 0 1 0 42768925 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 797 370 3 0 500 0
[pid=19653] ppid=19640 vsize=5356 CPUtime=0
/proc/19653/stat : 19653 (sh) S 19640 19640 19410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42768978 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19653/statm: 1339 233 193 169 0 50 0
[pid=19654] ppid=19653 vsize=864232 CPUtime=2.53
/proc/19654/stat : 19654 (java) S 19653 19640 19410 0 -1 0 12188 0 1 0 246 7 0 0 18 0 9 0 42768979 884973568 11397 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19654/statm: 216058 11397 2564 9 0 210605 0
[pid=19654/tid=19655] ppid=19653 vsize=864232 CPUtime=1.76
/proc/19654/task/19655/stat : 19655 (java) R 19653 19640 19410 0 -1 64 3014 0 1 0 174 2 0 0 25 0 9 0 42768980 884973568 11397 996147200 134512640 134550740 4294955936 18446744073709551615 4126617264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19656] ppid=19653 vsize=864232 CPUtime=0.65
/proc/19654/task/19656/stat : 19656 (java) S 19653 19640 19410 0 -1 64 8127 0 0 0 61 4 0 0 16 0 9 0 42768981 884973568 11397 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19657] ppid=19653 vsize=864232 CPUtime=0
/proc/19654/task/19657/stat : 19657 (java) S 19653 19640 19410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42768981 884973568 11397 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19658] ppid=19653 vsize=864232 CPUtime=0
/proc/19654/task/19658/stat : 19658 (java) S 19653 19640 19410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42768981 884973568 11397 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19659] ppid=19653 vsize=864232 CPUtime=0
/proc/19654/task/19659/stat : 19659 (java) S 19653 19640 19410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42768983 884973568 11397 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19660] ppid=19653 vsize=864232 CPUtime=0.1
/proc/19654/task/19660/stat : 19660 (java) S 19653 19640 19410 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 42768983 884973568 11397 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19661] ppid=19653 vsize=864232 CPUtime=0
/proc/19654/task/19661/stat : 19661 (java) S 19653 19640 19410 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42768983 884973568 11397 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19662] ppid=19653 vsize=864232 CPUtime=0
/proc/19654/task/19662/stat : 19662 (java) S 19653 19640 19410 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42768983 884973568 11397 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 883188

[startup+6.30247 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 19662
/proc/meminfo: memFree=1850392/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=0.35
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 974 4550 0 1 3 1 29 2 15 0 1 0 42768925 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 797 370 3 0 500 0
[pid=19653] ppid=19640 vsize=5356 CPUtime=0
/proc/19653/stat : 19653 (sh) S 19640 19640 19410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42768978 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19653/statm: 1339 233 193 169 0 50 0
[pid=19654] ppid=19653 vsize=864364 CPUtime=5.7
/proc/19654/stat : 19654 (java) S 19653 19640 19410 0 -1 0 13282 0 1 0 561 9 0 0 18 0 9 0 42768979 885108736 12429 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19654/statm: 216091 12429 2564 9 0 210638 0
[pid=19654/tid=19655] ppid=19653 vsize=864364 CPUtime=4.86
/proc/19654/task/19655/stat : 19655 (java) R 19653 19640 19410 0 -1 64 3076 0 1 0 483 3 0 0 25 0 9 0 42768980 885108736 12429 996147200 134512640 134550740 4294955936 18446744073709551615 4126617195 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19656] ppid=19653 vsize=864364 CPUtime=0.71
/proc/19654/task/19656/stat : 19656 (java) S 19653 19640 19410 0 -1 64 9156 0 0 0 67 4 0 0 16 0 9 0 42768981 885108736 12429 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19657] ppid=19653 vsize=864364 CPUtime=0
/proc/19654/task/19657/stat : 19657 (java) S 19653 19640 19410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42768981 885108736 12429 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19658] ppid=19653 vsize=864364 CPUtime=0
/proc/19654/task/19658/stat : 19658 (java) S 19653 19640 19410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42768981 885108736 12429 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19659] ppid=19653 vsize=864364 CPUtime=0
/proc/19654/task/19659/stat : 19659 (java) S 19653 19640 19410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42768983 885108736 12429 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19660] ppid=19653 vsize=864364 CPUtime=0.1
/proc/19654/task/19660/stat : 19660 (java) S 19653 19640 19410 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 42768983 885108736 12429 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19661] ppid=19653 vsize=864364 CPUtime=0
/proc/19654/task/19661/stat : 19661 (java) S 19653 19640 19410 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42768983 885108736 12429 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19662] ppid=19653 vsize=864364 CPUtime=0
/proc/19654/task/19662/stat : 19662 (java) S 19653 19640 19410 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42768983 885108736 12429 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 883320

[startup+12.7026 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 19662
/proc/meminfo: memFree=1837848/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=0.35
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 974 4550 0 1 3 1 29 2 15 0 1 0 42768925 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 797 370 3 0 500 0
[pid=19653] ppid=19640 vsize=5356 CPUtime=0
/proc/19653/stat : 19653 (sh) S 19640 19640 19410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42768978 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19653/statm: 1339 233 193 169 0 50 0
[pid=19654] ppid=19653 vsize=864364 CPUtime=12.03
/proc/19654/stat : 19654 (java) S 19653 19640 19410 0 -1 0 15371 0 1 0 1192 11 0 0 18 0 9 0 42768979 885108736 14420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19654/statm: 216091 14420 2564 9 0 210638 0
[pid=19654/tid=19655] ppid=19653 vsize=864364 CPUtime=11.05
/proc/19654/task/19655/stat : 19655 (java) R 19653 19640 19410 0 -1 64 3174 0 1 0 1101 4 0 0 25 0 9 0 42768980 885108736 14420 996147200 134512640 134550740 4294955936 18446744073709551615 4126597517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19656] ppid=19653 vsize=864364 CPUtime=0.85
/proc/19654/task/19656/stat : 19656 (java) S 19653 19640 19410 0 -1 64 11145 0 0 0 80 5 0 0 16 0 9 0 42768981 885108736 14420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19657] ppid=19653 vsize=864364 CPUtime=0
/proc/19654/task/19657/stat : 19657 (java) S 19653 19640 19410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42768981 885108736 14420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19658] ppid=19653 vsize=864364 CPUtime=0
/proc/19654/task/19658/stat : 19658 (java) S 19653 19640 19410 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42768981 885108736 14420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19659] ppid=19653 vsize=864364 CPUtime=0
/proc/19654/task/19659/stat : 19659 (java) S 19653 19640 19410 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42768983 885108736 14420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19660] ppid=19653 vsize=864364 CPUtime=0.11
/proc/19654/task/19660/stat : 19660 (java) S 19653 19640 19410 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 42768983 885108736 14420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19661] ppid=19653 vsize=864364 CPUtime=0
/proc/19654/task/19661/stat : 19661 (java) S 19653 19640 19410 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42768983 885108736 14420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19662] ppid=19653 vsize=864364 CPUtime=0
/proc/19654/task/19662/stat : 19662 (java) S 19653 19640 19410 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42768983 885108736 14420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 883320

[startup+25.5019 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 19662
/proc/meminfo: memFree=1825496/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=0.35
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 974 4550 0 1 3 1 29 2 15 0 1 0 42768925 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19640/statm: 3400 797 370 3 0 500 0
[pid=19653] ppid=19640 vsize=5356 CPUtime=0
/proc/19653/stat : 19653 (sh) S 19640 19640 19410 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42768978 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19653/statm: 1339 233 193 169 0 50 0
[pid=19654] ppid=19653 vsize=864364 CPUtime=24.71
/proc/19654/stat : 19654 (java) S 19653 19640 19410 0 -1 0 19099 0 1 0 2450 21 0 0 18 0 9 0 42768979 885108736 15372 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19654/statm: 216091 15372 2564 9 0 210638 0
[pid=19654/tid=19655] ppid=19653 vsize=864364 CPUtime=23.27
/proc/19654/task/19655/stat : 19655 (java) R 19653 19640 19410 0 -1 64 3395 0 1 0 2316 11 0 0 25 0 9 0 42768980 885108736 15372 996147200 134512640 134550740 4294955936 18446744073709551615 4126601659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19656] ppid=19653 vsize=864364 CPUtime=1.29
/proc/19654/task/19656/stat : 19656 (java) S 19653 19640 19410 0 -1 64 14648 0 0 0 121 8 0 0 16 0 9 0 42768981 885108736 15372 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19657] ppid=19653 vsize=864364 CPUtime=0
/proc/19654/task/19657/stat : 19657 (java) S 19653 19640 19410 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42768981 885108736 15372 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19654/tid=19658] ppid=19653 vsize=864364 CPUtime=0
/proc/19654/task/19658/stat : 19658 (java) S 19653 19640 19410 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42768981 885108736 15372 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1684240/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=188.63
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 1170 57160 0 3 3 2 18786 72 16 0 1 0 42768925 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19640/statm: 3400 803 374 3 0 500 0
[pid=19675] ppid=19640 vsize=5356 CPUtime=0
/proc/19675/stat : 19675 (sh) S 19640 19640 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42788001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19675/statm: 1339 232 193 169 0 50 0
[pid=19676] ppid=19675 vsize=177936 CPUtime=2907.52
/proc/19676/stat : 19676 (minisat) R 19675 19640 19410 0 -1 4194304 43608 0 0 0 290710 42 0 0 25 0 1 0 42788001 182206464 43594 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/19676/statm: 44484 43594 76 150 0 44331 0
Current children cumulated CPU time (s) 3096.15
Current children cumulated vsize (KiB) 196892

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19719
/proc/meminfo: memFree=1682896/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=188.63
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 1170 57160 0 3 3 2 18786 72 16 0 1 0 42768925 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19640/statm: 3400 803 374 3 0 500 0
[pid=19675] ppid=19640 vsize=5356 CPUtime=0
/proc/19675/stat : 19675 (sh) S 19640 19640 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42788001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19675/statm: 1339 232 193 169 0 50 0
[pid=19676] ppid=19675 vsize=179292 CPUtime=2967.49
/proc/19676/stat : 19676 (minisat) R 19675 19640 19410 0 -1 4194304 43953 0 0 0 296706 43 0 0 25 0 1 0 42788001 183595008 43939 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19676/statm: 44823 43939 76 150 0 44670 0
Current children cumulated CPU time (s) 3156.12
Current children cumulated vsize (KiB) 198248

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19719
/proc/meminfo: memFree=1681616/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=188.63
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 1170 57160 0 3 3 2 18786 72 16 0 1 0 42768925 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19640/statm: 3400 803 374 3 0 500 0
[pid=19675] ppid=19640 vsize=5356 CPUtime=0
/proc/19675/stat : 19675 (sh) S 19640 19640 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42788001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19675/statm: 1339 232 193 169 0 50 0
[pid=19676] ppid=19675 vsize=180564 CPUtime=3027.46
/proc/19676/stat : 19676 (minisat) R 19675 19640 19410 0 -1 4194304 44255 0 0 0 302703 43 0 0 25 0 1 0 42788001 184897536 44241 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/19676/statm: 45141 44241 76 150 0 44988 0
Current children cumulated CPU time (s) 3216.09
Current children cumulated vsize (KiB) 199520

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19719
/proc/meminfo: memFree=1680464/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=188.63
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 1170 57160 0 3 3 2 18786 72 16 0 1 0 42768925 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19640/statm: 3400 803 374 3 0 500 0
[pid=19675] ppid=19640 vsize=5356 CPUtime=0
/proc/19675/stat : 19675 (sh) S 19640 19640 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42788001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19675/statm: 1339 232 193 169 0 50 0
[pid=19676] ppid=19675 vsize=181620 CPUtime=3087.43
/proc/19676/stat : 19676 (minisat) R 19675 19640 19410 0 -1 4194304 44550 0 0 0 308700 43 0 0 25 0 1 0 42788001 185978880 44536 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19676/statm: 45405 44536 76 150 0 45252 0
Current children cumulated CPU time (s) 3276.06
Current children cumulated vsize (KiB) 200576

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19719
/proc/meminfo: memFree=1679056/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=188.63
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 1170 57160 0 3 3 2 18786 72 16 0 1 0 42768925 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19640/statm: 3400 803 374 3 0 500 0
[pid=19675] ppid=19640 vsize=5356 CPUtime=0
/proc/19675/stat : 19675 (sh) S 19640 19640 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42788001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19675/statm: 1339 232 193 169 0 50 0
[pid=19676] ppid=19675 vsize=182988 CPUtime=3147.4
/proc/19676/stat : 19676 (minisat) R 19675 19640 19410 0 -1 4194304 44888 0 0 0 314696 44 0 0 25 0 1 0 42788001 187379712 44874 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19676/statm: 45747 44874 76 150 0 45594 0
Current children cumulated CPU time (s) 3336.03
Current children cumulated vsize (KiB) 201944

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19725
/proc/meminfo: memFree=1677136/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=188.63
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 1170 57160 0 3 3 2 18786 72 16 0 1 0 42768925 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19640/statm: 3400 803 374 3 0 500 0
[pid=19675] ppid=19640 vsize=5356 CPUtime=0
/proc/19675/stat : 19675 (sh) S 19640 19640 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42788001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19675/statm: 1339 232 193 169 0 50 0
[pid=19676] ppid=19675 vsize=184708 CPUtime=3207.38
/proc/19676/stat : 19676 (minisat) R 19675 19640 19410 0 -1 4194304 45321 0 0 0 320693 45 0 0 25 0 1 0 42788001 189140992 45307 996147200 134512640 135127466 4294956256 18446744073709551615 134530770 0 0 4096 3 0 0 0 17 0 0 0
/proc/19676/statm: 46177 45307 76 150 0 46024 0
Current children cumulated CPU time (s) 3396.01
Current children cumulated vsize (KiB) 203664

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19725
/proc/meminfo: memFree=1675664/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=188.63
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 1170 57160 0 3 3 2 18786 72 16 0 1 0 42768925 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19640/statm: 3400 803 374 3 0 500 0
[pid=19675] ppid=19640 vsize=5356 CPUtime=0
/proc/19675/stat : 19675 (sh) S 19640 19640 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42788001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19675/statm: 1339 232 193 169 0 50 0
[pid=19676] ppid=19675 vsize=185904 CPUtime=3267.34
/proc/19676/stat : 19676 (minisat) R 19675 19640 19410 0 -1 4194304 45652 0 0 0 326689 45 0 0 25 0 1 0 42788001 190365696 45638 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19676/statm: 46476 45638 76 150 0 46323 0
Current children cumulated CPU time (s) 3455.97
Current children cumulated vsize (KiB) 204860

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19725
/proc/meminfo: memFree=1674256/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=188.63
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 1170 57160 0 3 3 2 18786 72 16 0 1 0 42768925 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19640/statm: 3400 803 374 3 0 500 0
[pid=19675] ppid=19640 vsize=5356 CPUtime=0
/proc/19675/stat : 19675 (sh) S 19640 19640 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42788001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19675/statm: 1339 232 193 169 0 50 0
[pid=19676] ppid=19675 vsize=187240 CPUtime=3327.32
/proc/19676/stat : 19676 (minisat) R 19675 19640 19410 0 -1 4194304 46004 0 0 0 332686 46 0 0 25 0 1 0 42788001 191733760 45990 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19676/statm: 46810 45990 76 150 0 46657 0
Current children cumulated CPU time (s) 3515.95
Current children cumulated vsize (KiB) 206196

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19725
/proc/meminfo: memFree=1672784/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=188.63
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 1170 57160 0 3 3 2 18786 72 16 0 1 0 42768925 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19640/statm: 3400 803 374 3 0 500 0
[pid=19675] ppid=19640 vsize=5356 CPUtime=0
/proc/19675/stat : 19675 (sh) S 19640 19640 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42788001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19675/statm: 1339 232 193 169 0 50 0
[pid=19676] ppid=19675 vsize=188884 CPUtime=3387.29
/proc/19676/stat : 19676 (minisat) R 19675 19640 19410 0 -1 4194304 46363 0 0 0 338682 47 0 0 25 0 1 0 42788001 193417216 46349 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/19676/statm: 47221 46349 76 150 0 47068 0
Current children cumulated CPU time (s) 3575.92
Current children cumulated vsize (KiB) 207840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19725
/proc/meminfo: memFree=1672016/2055920 swapFree=4192812/4192956
[pid=19640] ppid=19638 vsize=13600 CPUtime=188.63
/proc/19640/stat : 19640 (sugar) S 19638 19640 19410 0 -1 4194304 1170 57160 0 3 3 2 18786 72 16 0 1 0 42768925 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19640/statm: 3400 803 374 3 0 500 0
[pid=19675] ppid=19640 vsize=5356 CPUtime=0
/proc/19675/stat : 19675 (sh) S 19640 19640 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42788001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19675/statm: 1339 232 193 169 0 50 0
[pid=19676] ppid=19675 vsize=189576 CPUtime=3411.39
/proc/19676/stat : 19676 (minisat) R 19675 19640 19410 0 -1 4194304 46535 0 0 0 341092 47 0 0 25 0 1 0 42788001 194125824 46521 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19676/statm: 47394 46521 76 150 0 47241 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 208532

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 19640 and gives
#  childrusage.ru_utime.tv_sec=187
#  childrusage.ru_utime.tv_usec=906433
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=765883
# CPU time returned by wait4() is 188.672
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3606.46
CPU time (s): 3600.02
CPU user time (s): 3598.81
CPU system time (s): 1.21
CPU usage (%): 99.8215
Max. virtual memory (cumulated for all children) (KiB): 888700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.906
system time used= 0.765883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58673
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= 10814
involuntary context switches= 14385

runsolver used 5.06323 second user time and 11.2943 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-12 13:04:59
IDJOB=1112020
IDBENCH=61352
IDSOLVER=368
FILE ID=node56/1112020-1215860699
PBS_JOBID= 7903482
Free space on /tmp= 103240 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg10-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-1112020-1215860699/watcher-1112020-1215860699 -o /tmp/evaluation-result-1112020-1215860699/solver-1112020-1215860699 -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-1112020-1215860699.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ac1503673bc5c1dbe328395c9dc771a5
RANDOM SEED=167548445

node56.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.272
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.272
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:       1892368 kB
Buffers:         14976 kB
Cached:          53228 kB
SwapCached:          0 kB
Active:          93068 kB
Inactive:        19828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1892368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:          63964 kB
Slab:            35892 kB
Committed_AS:  1006640 kB
PageTables:       1928 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= 103236 MiB
End job on node56 at 2008-07-12 14:05:08