Trace number 1111811

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+minisat-incMSAT (TO)13 3600.16 3617.74

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg11-15_ext.xml
MD5SUM94a222d57bade926026175cb32fe08c2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints13
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables165
Number of constraints26
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension26
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 11:25:47 2008
0.00/0.08	c 0	PID 16668
0.00/0.08	c 0	HOST node7.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1111811-1215854746.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111811-1215854746.xml' 'HOME/temp.csp'
0.06/0.38	c 0	1 domains, 165 variables, 0 predicates, 2 relations, 26 constraints
0.06/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.41	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.49	c 0	Parsing HOME/temp.csp
0.38/0.61	c 0	parsed 194 expressions
0.38/0.62	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.62	c 0	MAX CSP: 26 constraints
0.38/0.62	c 0	Converting to clausal form CSP
0.38/0.64	c 0	converted 23 (10%) expressions
0.38/0.64	c 0	converted 45 (20%) expressions
0.38/0.64	c 0	converted 67 (30%) expressions
0.38/0.64	c 0	converted 90 (40%) expressions
0.38/0.64	c 0	converted 112 (50%) expressions
0.38/0.64	c 0	converted 134 (60%) expressions
0.38/0.64	c 0	converted 157 (70%) expressions
0.39/0.78	c 0	converted 179 (80%) expressions
0.39/1.00	c 0	converted 201 (90%) expressions
1.05/1.11	c 1	converted 223 (100%) expressions
1.05/1.11	c 1	CSP : 217 integers, 0 booleans, 77 clauses, largest domain size 40
1.05/1.11	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.11	c 1	Propagation in CSP
1.05/1.13	c 1	23 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.13	c 1	CSP : 217 integers, 0 booleans, 77 clauses, largest domain size 27
1.05/1.13	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.13	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.13	c 1	CSP : 217 integers, 0 booleans, 77 clauses, largest domain size 27
1.05/1.13	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.23	c 1	22 (10%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.14/1.23	c 1	44 (20%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.14/1.24	c 1	66 (30%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
1.14/1.24	c 1	87 (40%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
1.14/1.24	c 1	109 (50%) CSP integer variables are encoded (2616 clauses, 31945 bytes)
1.14/1.24	c 1	131 (60%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
1.14/1.24	c 1	152 (70%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
1.14/1.24	c 1	174 (80%) CSP integer variables are encoded (3960 clauses, 49417 bytes)
1.14/1.24	c 1	196 (90%) CSP integer variables are encoded (3991 clauses, 49820 bytes)
1.14/1.24	c 1	217 (100%) CSP integer variables are encoded (4140 clauses, 51757 bytes)
17.58/17.88	c 17	8 (10%) CSP clauses are encoded (167100 clauses, 12477571 bytes)
32.03/32.44	c 32	16 (20%) CSP clauses are encoded (311139 clauses, 23803949 bytes)
32.53/32.92	c 32	24 (30%) CSP clauses are encoded (322731 clauses, 24886206 bytes)
32.62/33.06	c 33	31 (40%) CSP clauses are encoded (325649 clauses, 25168172 bytes)
32.62/33.06	c 33	39 (50%) CSP clauses are encoded (325714 clauses, 25169208 bytes)
32.62/33.06	c 33	47 (60%) CSP clauses are encoded (325986 clauses, 25173602 bytes)
32.62/33.07	c 33	54 (70%) CSP clauses are encoded (326573 clauses, 25183790 bytes)
32.62/33.07	c 33	62 (80%) CSP clauses are encoded (326611 clauses, 25184372 bytes)
32.62/33.07	c 33	70 (90%) CSP clauses are encoded (326671 clauses, 25185328 bytes)
32.62/33.07	c 33	77 (100%) CSP clauses are encoded (326834 clauses, 25188017 bytes)
32.62/33.07	c 33	77 CSP clauses encoded
32.62/33.07	c 33	Writing map file : HOME/temp.map
32.62/33.07	c 33	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.62/33.07	c 33	SAT : 4357 SAT variables, 326834 SAT clauses, 25188017 bytes
32.62/33.07	c 33	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.62/33.09	c 33	OBJECTIVE minimize _COST
32.62/33.09	c 33	SOLVING HOME/temp.cnf
32.62/33.09	c 33	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
32.62/33.09	c 33	This is MiniSat 2.0 beta incremental
32.62/33.09	c 33	WARNING: for repeatability, setting FPU to use double precision
32.62/33.09	c 33	============================[ Problem Statistics ]=============================
32.62/33.09	c 33	|                                                                             |
32.62/33.09	c 33	|  Number of variables:  4357                                                 |
32.62/33.09	c 33	|  Number of clauses:    326834                                               |
32.72/33.61	c 33	|  Parsing time:         0.47         s                                       |
32.72/33.64	c 33	OK
32.72/33.64	c 33	OBJECTIVE BOUND: 0 <= _COST <= 
32.72/33.64	c 33	SEARCHING: _COST <= 13
32.72/33.64	c 33	============================[ Search Statistics ]==============================
32.72/33.64	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.72/33.64	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.72/33.64	c 33	===============================================================================
32.72/33.64	c 33	|         0 |    4357   326834  4743302 |   108944        0    nan |  0.000 % |
32.72/33.66	c 33	|       101 |    4357   326834  4743302 |   119839      101      7 |  0.000 % |
32.72/33.69	c 33	|       251 |    4357   326834  4743302 |   131823      251      7 |  0.000 % |
32.72/33.74	c 33	|       476 |    4357   326834  4743302 |   145005      476      7 |  0.000 % |
32.72/33.77	c 33	|       813 |    4357   326834  4743302 |   159505      813      8 |  0.000 % |
32.72/33.82	c 33	|      1319 |    4357   326834  4743302 |   175456     1319      8 |  0.000 % |
32.72/33.89	c 33	|      2078 |    4357   326834  4743302 |   193002     2078      8 |  0.000 % |
32.72/33.96	c 33	|      3219 |    4357   326834  4743302 |   212302     3219      8 |  0.000 % |
33.71/34.12	c 34	|      4927 |    4357   326834  4743302 |   233532     4927      9 |  0.000 % |
33.91/34.34	c 34	|      7489 |    4357   326834  4743302 |   256885     7489      9 |  0.000 % |
34.31/34.71	c 34	|     11334 |    4357   326834  4743302 |   282574    11334     10 |  0.000 % |
34.80/35.25	c 35	|     17102 |    4357   326834  4743302 |   310831    17102     10 |  0.000 % |
35.90/36.36	c 36	|     25751 |    4357   326834  4743302 |   341915    25751     11 |  0.000 % |
37.09/37.60	c 37	|     38727 |    4357   326834  4743302 |   376106    38727     11 |  0.000 % |
39.86/40.35	c 40	|     58188 |    4357   326834  4743302 |   413717    58188     11 |  0.000 % |
44.52/45.08	c 45	|     87383 |    4357   326834  4743302 |   455088    87383     12 |  0.000 % |
51.06/51.62	c 51	===============================================================================
51.06/51.62	c 51	restarts              : 16
51.06/51.62	c 51	conflicts             : 125527        (6868 /sec)
51.06/51.62	c 51	decisions             : 185146        (1.59 % random) (10130 /sec)
51.06/51.62	c 51	propagations          : 3861738        (211298 /sec)
51.06/51.62	c 51	conflict literals     : 1527521        (25.74 % deleted)
51.06/51.62	c 51	Memory used           : 46.69 MB
51.06/51.62	c 51	CPU time              : 18.2762 s
51.06/51.62	c 51	
51.06/51.62	c 51	SATISFIABLE
51.06/51.62	c 51	OK
51.06/51.62	c 51	FOUND: _COST <= 13
51.06/51.62	s SATISFIABLE
51.06/51.62	c 51	DECODING HOME/temp.out WITH HOME/temp.map
51.06/51.62	c 51	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
51.14/51.71	c 51	Decoding HOME/temp.out
51.14/51.77	c 51	OBJECTIVE _COST 13
51.14/51.77	o 13
51.14/51.78	v 14 25 25 2 5 4 19 18 12 2 18 2 12 3 25 15 25 25 20 20 23 7 20 14 14 20 11 8 14 25 19 25 25 18 17 15 20 18 20 20 17 0 18 22 25 14 25 25 19 19 11 13 2 13 13 21 8 18 13 25 12 25 25 14 7 14 3 4 19 19 4 17 8 19 25 4 25 25 12 4 17 4 15 0 17 8 21 18 17 25 19 25 25 7 17 0 17 19 8 24 11 14 18 14 25 17 25 25 14 12 19 2 0 13 22 11 24 8 3 25 8 25 25 20 14 14 11 13 14 8 0 0 15 3 25 18 25 25 18 18 17 0 2 20 3 13 13 15 4 25 19 4 11 4 19 24 15 4 18 4 19 19 8 13 6
51.14/51.78	c 51	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
51.14/51.79	c 51	OK
51.14/51.79	c 51	OBJECTIVE BOUND: 0 <= _COST <= 13
51.14/51.79	c 51	SEARCHING: _COST <= 6
51.14/51.79	c 51	============================[ Search Statistics ]==============================
51.14/51.79	c 51	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.14/51.79	c 51	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.14/51.79	c 51	===============================================================================
51.14/51.79	c 51	|    125527 |    4357   326834  4743302 |   108944   125527     12 |  0.000 % |
51.53/52.13	c 52	|    125627 |    4357   326834  4743302 |   119839    24579     11 |  1.492 % |
51.53/52.16	c 52	|    125779 |    4357   326834  4743302 |   131823    24731     11 |  1.492 % |
51.53/52.18	c 52	|    126005 |    4357   326834  4743302 |   145005    24957     11 |  1.492 % |
51.63/52.25	c 52	|    126342 |    4357   326834  4743302 |   159505    25294     11 |  1.492 % |
51.73/52.31	c 52	|    126848 |    4357   326834  4743302 |   175456    25800     11 |  1.492 % |
51.83/52.46	c 52	|    127607 |    4357   326834  4743302 |   193002    26559     11 |  1.492 % |
52.42/53.06	c 53	|    128747 |    4357   326834  4743302 |   212302    27699     11 |  1.492 % |
53.71/54.34	c 54	|    130455 |    4357   326834  4743302 |   233532    29407     11 |  1.492 % |
55.30/55.98	c 55	|    133019 |    4357   326834  4743302 |   256885    31971     11 |  1.492 % |
57.39/58.05	c 58	|    136863 |    4357   326834  4743302 |   282574    35815     11 |  1.492 % |
60.36/61.08	c 61	|    142629 |    4292   326352  4742038 |   310831    41581     11 |  1.492 % |
64.92/65.63	c 65	|    151281 |    4292   326352  4742038 |   341915    50233     12 |  1.492 % |
79.28/80.12	c 80	|    164256 |    4292   326352  4742038 |   376106    63208     13 |  1.492 % |
93.65/94.61	c 94	|    183718 |    4292   326352  4742038 |   413717    82670     14 |  1.492 % |
120.50/121.74	c 121	|    212910 |    4292   326352  4742038 |   455088   111862     15 |  1.492 % |
182.24/184.07	c 184	|    256699 |    4292   326352  4742038 |   500597   155651     16 |  1.492 % |
296.72/299.52	c 299	|    322388 |    4292   326352  4742038 |   550657   221340     18 |  1.492 % |
503.70/508.36	c 508	|    420915 |    4292   326352  4742038 |   605723   319867     18 |  1.492 % |
892.48/900.59	c 900	|    568705 |    4292   326352  4742038 |   666295   467657     19 |  1.492 % |
1795.79/1811.86	c 1811	|    790388 |    4292   326352  4742038 |   732925    59967     18 |  1.492 % |
2503.79/2520.93	c 2520	|   1122915 |    4292   326352  4742038 |   806217   392494     20 |  1.492 % |
3600.09/3617.71	c ERROR INTERRUPTED
3600.09/3617.74	c 3617	CPU 3599.3 (0.06 0.02 3599.24 0.8)
3600.09/3617.74	c 3617	END Sat Jul 12 12:26:04 2008

Verifier Data (download as text)

OK	13	13
13 unsatisfied constraints, 13 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-1111811-1215854746/watcher-1111811-1215854746 -o /tmp/evaluation-result-1111811-1215854746/solver-1111811-1215854746 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1111811-1215854746.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.23 2.13 2.04 4/80 16668
/proc/meminfo: memFree=1802808/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=18572 CPUtime=0
/proc/16668/stat : 16668 (runsolver) R 16666 16668 16292 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 42177869 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16668/statm: 4643 292 257 25 0 2626 0

[startup+0.101404 s]
/proc/loadavg: 2.23 2.13 2.04 4/80 16668
/proc/meminfo: memFree=1802808/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=0.06
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42177869 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16668/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.202421 s]
/proc/loadavg: 2.23 2.13 2.04 4/80 16668
/proc/meminfo: memFree=1802808/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=0.06
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42177869 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16668/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302436 s]
/proc/loadavg: 2.23 2.13 2.04 4/80 16668
/proc/meminfo: memFree=1802808/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=0.06
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42177869 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16668/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702514 s]
/proc/loadavg: 2.23 2.13 2.04 4/80 16668
/proc/meminfo: memFree=1802808/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=0.39
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1296 4366 0 1 6 1 29 3 15 0 1 0 42177869 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16668/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 16740

[startup+1.50166 s]
/proc/loadavg: 2.23 2.13 2.04 4/91 16690
/proc/meminfo: memFree=1778272/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=0.39
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1297 4366 0 1 6 1 29 3 15 0 1 0 42177869 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16668/statm: 4185 1104 409 3 0 764 0
[pid=16681] ppid=16668 vsize=5356 CPUtime=0
/proc/16681/stat : 16681 (sh) S 16668 16668 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42177910 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16681/statm: 1339 233 193 169 0 50 0
[pid=16682] ppid=16681 vsize=864416 CPUtime=1.06
/proc/16682/stat : 16682 (java) S 16681 16668 16292 0 -1 0 8846 0 1 0 100 6 0 0 18 0 9 0 42177911 885161984 8089 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16682/statm: 216104 8089 2565 9 0 210651 0
[pid=16682/tid=16683] ppid=16681 vsize=864416 CPUtime=0.54
/proc/16682/task/16683/stat : 16683 (java) R 16681 16668 16292 0 -1 64 2859 0 1 0 52 2 0 0 19 0 9 0 42177912 885161984 8089 996147200 134512640 134550740 4294955920 18446744073709551615 4125952166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16684] ppid=16681 vsize=864416 CPUtime=0.39
/proc/16682/task/16684/stat : 16684 (java) S 16681 16668 16292 0 -1 64 4941 0 0 0 37 2 0 0 16 0 9 0 42177913 885161984 8089 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16685] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16685/stat : 16685 (java) S 16681 16668 16292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42177913 885161984 8089 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16686] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16686/stat : 16686 (java) S 16681 16668 16292 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42177913 885161984 8089 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16687] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16687/stat : 16687 (java) S 16681 16668 16292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42177915 885161984 8089 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16688] ppid=16681 vsize=864416 CPUtime=0.1
/proc/16682/task/16688/stat : 16688 (java) S 16681 16668 16292 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 42177915 885161984 8089 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16689] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16689/stat : 16689 (java) S 16681 16668 16292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42177915 885161984 8089 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16690] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16690/stat : 16690 (java) S 16681 16668 16292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42177915 885161984 8089 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886512

[startup+3.10195 s]
/proc/loadavg: 2.29 2.15 2.05 3/91 16690
/proc/meminfo: memFree=1776224/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=0.39
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1297 4366 0 1 6 1 29 3 15 0 1 0 42177869 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16668/statm: 4185 1104 409 3 0 764 0
[pid=16681] ppid=16668 vsize=5356 CPUtime=0
/proc/16681/stat : 16681 (sh) S 16668 16668 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42177910 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16681/statm: 1339 233 193 169 0 50 0
[pid=16682] ppid=16681 vsize=864416 CPUtime=2.64
/proc/16682/stat : 16682 (java) S 16681 16668 16292 0 -1 0 9474 0 1 0 258 6 0 0 18 0 9 0 42177911 885161984 8679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16682/statm: 216104 8679 2565 9 0 210651 0
[pid=16682/tid=16683] ppid=16681 vsize=864416 CPUtime=2.08
/proc/16682/task/16683/stat : 16683 (java) R 16681 16668 16292 0 -1 64 2897 0 1 0 206 2 0 0 25 0 9 0 42177912 885161984 8679 996147200 134512640 134550740 4294955920 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16684] ppid=16681 vsize=864416 CPUtime=0.43
/proc/16682/task/16684/stat : 16684 (java) S 16681 16668 16292 0 -1 64 5531 0 0 0 41 2 0 0 16 0 9 0 42177913 885161984 8679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16685] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16685/stat : 16685 (java) S 16681 16668 16292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42177913 885161984 8679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16686] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16686/stat : 16686 (java) S 16681 16668 16292 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42177913 885161984 8679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16687] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16687/stat : 16687 (java) S 16681 16668 16292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42177915 885161984 8679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16688] ppid=16681 vsize=864416 CPUtime=0.1
/proc/16682/task/16688/stat : 16688 (java) S 16681 16668 16292 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 42177915 885161984 8679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16689] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16689/stat : 16689 (java) S 16681 16668 16292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42177915 885161984 8679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16690] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16690/stat : 16690 (java) S 16681 16668 16292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42177915 885161984 8679 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886512

[startup+6.30255 s]
/proc/loadavg: 2.29 2.15 2.05 3/91 16690
/proc/meminfo: memFree=1767712/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=0.39
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1297 4366 0 1 6 1 29 3 15 0 1 0 42177869 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16668/statm: 4185 1104 409 3 0 764 0
[pid=16681] ppid=16668 vsize=5356 CPUtime=0
/proc/16681/stat : 16681 (sh) S 16668 16668 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42177910 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16681/statm: 1339 233 193 169 0 50 0
[pid=16682] ppid=16681 vsize=864416 CPUtime=5.81
/proc/16682/stat : 16682 (java) S 16681 16668 16292 0 -1 0 10823 0 1 0 571 10 0 0 18 0 9 0 42177911 885161984 9889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16682/statm: 216104 9889 2565 9 0 210651 0
[pid=16682/tid=16683] ppid=16681 vsize=864416 CPUtime=5.14
/proc/16682/task/16683/stat : 16683 (java) R 16681 16668 16292 0 -1 64 3036 0 1 0 510 4 0 0 25 0 9 0 42177912 885161984 9889 996147200 134512640 134550740 4294955920 18446744073709551615 4126598103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16684] ppid=16681 vsize=864416 CPUtime=0.53
/proc/16682/task/16684/stat : 16684 (java) S 16681 16668 16292 0 -1 64 6735 0 0 0 49 4 0 0 16 0 9 0 42177913 885161984 9889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16685] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16685/stat : 16685 (java) S 16681 16668 16292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42177913 885161984 9889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16686] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16686/stat : 16686 (java) S 16681 16668 16292 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42177913 885161984 9889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16687] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16687/stat : 16687 (java) S 16681 16668 16292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42177915 885161984 9889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16688] ppid=16681 vsize=864416 CPUtime=0.11
/proc/16682/task/16688/stat : 16688 (java) S 16681 16668 16292 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 42177915 885161984 9889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16689] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16689/stat : 16689 (java) S 16681 16668 16292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42177915 885161984 9889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16690] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16690/stat : 16690 (java) S 16681 16668 16292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42177915 885161984 9889 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 886512

[startup+12.7017 s]
/proc/loadavg: 2.25 2.14 2.05 3/91 16690
/proc/meminfo: memFree=1759264/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=0.39
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1297 4366 0 1 6 1 29 3 15 0 1 0 42177869 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16668/statm: 4185 1104 409 3 0 764 0
[pid=16681] ppid=16668 vsize=5356 CPUtime=0
/proc/16681/stat : 16681 (sh) S 16668 16668 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42177910 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16681/statm: 1339 233 193 169 0 50 0
[pid=16682] ppid=16681 vsize=864416 CPUtime=12.14
/proc/16682/stat : 16682 (java) S 16681 16668 16292 0 -1 0 12913 0 1 0 1199 15 0 0 18 0 9 0 42177911 885161984 10531 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16682/statm: 216104 10531 2565 9 0 210651 0
[pid=16682/tid=16683] ppid=16681 vsize=864416 CPUtime=11.17
/proc/16682/task/16683/stat : 16683 (java) R 16681 16668 16292 0 -1 64 3274 0 1 0 1110 7 0 0 25 0 9 0 42177912 885161984 10531 996147200 134512640 134550740 4294955920 18446744073709551615 102064972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16684] ppid=16681 vsize=864416 CPUtime=0.82
/proc/16682/task/16684/stat : 16684 (java) S 16681 16668 16292 0 -1 64 8583 0 0 0 76 6 0 0 16 0 9 0 42177913 885161984 10531 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16685] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16685/stat : 16685 (java) S 16681 16668 16292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42177913 885161984 10531 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16686] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16686/stat : 16686 (java) S 16681 16668 16292 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42177913 885161984 10531 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16687] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16687/stat : 16687 (java) S 16681 16668 16292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42177915 885161984 10531 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16688] ppid=16681 vsize=864416 CPUtime=0.12
/proc/16682/task/16688/stat : 16688 (java) S 16681 16668 16292 0 -1 64 363 0 0 0 12 0 0 0 17 0 9 0 42177915 885161984 10531 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16689] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16689/stat : 16689 (java) S 16681 16668 16292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42177915 885161984 10531 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16690] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16690/stat : 16690 (java) S 16681 16668 16292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42177915 885161984 10531 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886512

[startup+25.5027 s]
/proc/loadavg: 2.21 2.14 2.05 3/91 16690
/proc/meminfo: memFree=1747744/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=0.39
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1297 4366 0 1 6 1 29 3 16 0 1 0 42177869 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16668/statm: 4185 1104 409 3 0 764 0
[pid=16681] ppid=16668 vsize=5356 CPUtime=0
/proc/16681/stat : 16681 (sh) S 16668 16668 16292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42177910 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16681/statm: 1339 233 193 169 0 50 0
[pid=16682] ppid=16681 vsize=864416 CPUtime=24.81
/proc/16682/stat : 16682 (java) S 16681 16668 16292 0 -1 0 16359 0 1 0 2455 26 0 0 18 0 9 0 42177911 885161984 11106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16682/statm: 216104 11106 2565 9 0 210651 0
[pid=16682/tid=16683] ppid=16681 vsize=864416 CPUtime=23.26
/proc/16682/task/16683/stat : 16683 (java) R 16681 16668 16292 0 -1 64 3729 0 1 0 2312 14 0 0 25 0 9 0 42177912 885161984 11106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16684] ppid=16681 vsize=864416 CPUtime=1.4
/proc/16682/task/16684/stat : 16684 (java) S 16681 16668 16292 0 -1 64 11574 0 0 0 130 10 0 0 15 0 9 0 42177913 885161984 11106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16685] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16685/stat : 16685 (java) S 16681 16668 16292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42177913 885161984 11106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16682/tid=16686] ppid=16681 vsize=864416 CPUtime=0
/proc/16682/task/16686/stat : 16686 (java) S 16681 16668 16292 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42177913 885161984 11106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16691] ppid=16668 vsize=117556 CPUtime=2812.16
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 28843 0 0 0 281183 33 0 0 25 0 1 0 42181178 120377344 28788 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 29389 28788 80 151 0 29235 0
Current children cumulated CPU time (s) 2845.03
Current children cumulated vsize (KiB) 134296

[startup+2922.3 s]
/proc/loadavg: 2.01 2.11 2.06 3/82 16745
/proc/meminfo: memFree=1652328/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=32.87
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1547 26811 0 3 6 2 3238 41 16 0 1 0 42177869 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16668/statm: 4185 1115 414 3 0 764 0
[pid=16691] ppid=16668 vsize=117964 CPUtime=2872.13
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 28936 0 0 0 287180 33 0 0 25 0 1 0 42181178 120795136 28881 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 29491 28881 80 151 0 29337 0
Current children cumulated CPU time (s) 2905
Current children cumulated vsize (KiB) 134704

[startup+2982.3 s]
/proc/loadavg: 2.00 2.08 2.06 3/82 16745
/proc/meminfo: memFree=1652072/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=32.87
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1547 26811 0 3 6 2 3238 41 16 0 1 0 42177869 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16668/statm: 4185 1115 414 3 0 764 0
[pid=16691] ppid=16668 vsize=118492 CPUtime=2932.11
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 28995 0 0 0 293177 34 0 0 25 0 1 0 42181178 121335808 28940 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 29623 28940 80 151 0 29469 0
Current children cumulated CPU time (s) 2964.98
Current children cumulated vsize (KiB) 135232

[startup+3042.3 s]
/proc/loadavg: 2.00 2.07 2.05 3/82 16745
/proc/meminfo: memFree=1651752/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=32.87
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1547 26811 0 3 6 2 3238 41 16 0 1 0 42177869 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16668/statm: 4185 1115 414 3 0 764 0
[pid=16691] ppid=16668 vsize=118856 CPUtime=2992.09
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 29079 0 0 0 299175 34 0 0 25 0 1 0 42181178 121708544 29024 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 29714 29024 80 151 0 29560 0
Current children cumulated CPU time (s) 3024.96
Current children cumulated vsize (KiB) 135596

[startup+3102.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/82 16745
/proc/meminfo: memFree=1651624/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=32.87
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1547 26811 0 3 6 2 3238 41 16 0 1 0 42177869 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16668/statm: 4185 1115 414 3 0 764 0
[pid=16691] ppid=16668 vsize=118976 CPUtime=3052.05
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 29090 0 0 0 305171 34 0 0 25 0 1 0 42181178 121831424 29035 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 29744 29035 80 151 0 29590 0
Current children cumulated CPU time (s) 3084.92
Current children cumulated vsize (KiB) 135716

[startup+3162.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/82 16747
/proc/meminfo: memFree=1651304/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=32.87
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1547 26811 0 3 6 2 3238 41 16 0 1 0 42177869 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16668/statm: 4185 1115 414 3 0 764 0
[pid=16691] ppid=16668 vsize=119096 CPUtime=3112.03
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 29107 0 0 0 311169 34 0 0 25 0 1 0 42181178 121954304 29052 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 29774 29052 80 151 0 29620 0
Current children cumulated CPU time (s) 3144.9
Current children cumulated vsize (KiB) 135836

[startup+3222.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/82 16747
/proc/meminfo: memFree=1650792/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=32.87
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1547 26811 0 3 6 2 3238 41 16 0 1 0 42177869 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16668/statm: 4185 1115 414 3 0 764 0
[pid=16691] ppid=16668 vsize=119804 CPUtime=3172
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 29250 0 0 0 317166 34 0 0 25 0 1 0 42181178 122679296 29195 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 29951 29195 80 151 0 29797 0
Current children cumulated CPU time (s) 3204.87
Current children cumulated vsize (KiB) 136544

[startup+3282.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/82 16747
/proc/meminfo: memFree=1649256/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=32.87
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1547 26811 0 3 6 2 3238 41 16 0 1 0 42177869 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16668/statm: 4185 1115 414 3 0 764 0
[pid=16691] ppid=16668 vsize=121424 CPUtime=3231.97
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 29648 0 0 0 323163 34 0 0 25 0 1 0 42181178 124338176 29593 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 30356 29593 80 151 0 30202 0
Current children cumulated CPU time (s) 3264.84
Current children cumulated vsize (KiB) 138164

[startup+3342.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/82 16747
/proc/meminfo: memFree=1647464/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=32.87
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1547 26811 0 3 6 2 3238 41 16 0 1 0 42177869 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16668/statm: 4185 1115 414 3 0 764 0
[pid=16691] ppid=16668 vsize=123268 CPUtime=3291.94
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 30096 0 0 0 329160 34 0 0 25 0 1 0 42181178 126226432 30041 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 30817 30041 80 151 0 30663 0
Current children cumulated CPU time (s) 3324.81
Current children cumulated vsize (KiB) 140008

[startup+3402.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/82 16747
/proc/meminfo: memFree=1645544/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=32.87
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1547 26811 0 3 6 2 3238 41 16 0 1 0 42177869 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16668/statm: 4185 1115 414 3 0 764 0
[pid=16691] ppid=16668 vsize=125064 CPUtime=3351.92
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 30569 0 0 0 335157 35 0 0 25 0 1 0 42181178 128065536 30514 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 31266 30514 80 151 0 31112 0
Current children cumulated CPU time (s) 3384.79
Current children cumulated vsize (KiB) 141804

[startup+3462.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/82 16747
/proc/meminfo: memFree=1643432/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=32.87
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1547 26811 0 3 6 2 3238 41 16 0 1 0 42177869 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16668/statm: 4185 1115 414 3 0 764 0
[pid=16691] ppid=16668 vsize=127080 CPUtime=3411.89
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 31074 0 0 0 341153 36 0 0 25 0 1 0 42181178 130129920 31019 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 31770 31019 80 151 0 31616 0
Current children cumulated CPU time (s) 3444.76
Current children cumulated vsize (KiB) 143820

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16747
/proc/meminfo: memFree=1641576/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=32.87
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1547 26811 0 3 6 2 3238 41 16 0 1 0 42177869 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16668/statm: 4185 1115 414 3 0 764 0
[pid=16691] ppid=16668 vsize=130224 CPUtime=3471.87
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 31524 0 0 0 347150 37 0 0 25 0 1 0 42181178 133349376 31469 996147200 134512640 135134323 4294956192 18446744073709551615 134531941 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 32556 31469 80 151 0 32402 0
Current children cumulated CPU time (s) 3504.74
Current children cumulated vsize (KiB) 146964

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16747
/proc/meminfo: memFree=1639912/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=32.87
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1547 26811 0 3 6 2 3238 41 16 0 1 0 42177869 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16668/statm: 4185 1115 414 3 0 764 0
[pid=16691] ppid=16668 vsize=131920 CPUtime=3531.84
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 31928 0 0 0 353147 37 0 0 25 0 1 0 42181178 135086080 31873 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 32980 31873 80 151 0 32826 0
Current children cumulated CPU time (s) 3564.71
Current children cumulated vsize (KiB) 148660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16747
/proc/meminfo: memFree=1638952/2055920 swapFree=4192812/4192956
[pid=16668] ppid=16666 vsize=16740 CPUtime=32.87
/proc/16668/stat : 16668 (sugar++) S 16666 16668 16292 0 -1 4194304 1547 26811 0 3 6 2 3238 41 16 0 1 0 42177869 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16668/statm: 4185 1115 414 3 0 764 0
[pid=16691] ppid=16668 vsize=132712 CPUtime=3567.22
/proc/16691/stat : 16691 (minisat-inc) R 16668 16668 16292 0 -1 4194304 32158 0 0 0 356685 37 0 0 25 0 1 0 42181178 135897088 32103 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 0 0 0
/proc/16691/statm: 33178 32103 80 151 0 33024 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 149452

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

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

Child status: 0
Real time (s): 3617.74
CPU time (s): 3600.16
CPU user time (s): 3599.32
CPU system time (s): 0.845871
CPU usage (%): 99.5141
Max. virtual memory (cumulated for all children) (KiB): 889084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.32
system time used= 0.845871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60595
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= 10444
involuntary context switches= 94775

runsolver used 3.81342 second user time and 9.76351 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-12 11:25:46
IDJOB=1111811
IDBENCH=61326
IDSOLVER=367
FILE ID=node7/1111811-1215854746
PBS_JOBID= 7903446
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg11-15_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111811-1215854746/watcher-1111811-1215854746 -o /tmp/evaluation-result-1111811-1215854746/solver-1111811-1215854746 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1111811-1215854746.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 94a222d57bade926026175cb32fe08c2
RANDOM SEED=1493851821

node7.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.259
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.259
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:       1803288 kB
Buffers:         52328 kB
Cached:          92376 kB
SwapCached:          0 kB
Active:         118028 kB
Inactive:        71840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             860 kB
Writeback:           0 kB
Mapped:          65540 kB
Slab:            47844 kB
Committed_AS:  1012736 kB
PageTables:       1924 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= 66520 MiB
End job on node7 at 2008-07-12 12:26:06