Trace number 1112003

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)9 3600.17 3629.25

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-10_ext.xml
MD5SUM34f49ec7596469127b01a2b2f15f8640
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
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 13:00:06 2008
0.00/0.08	c 0	PID 16946
0.06/0.08	c 0	HOST node5.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1112003-1215860406.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112003-1215860406.xml' 'HOME/temp.csp'
0.06/0.50	c 0	1 domains, 70 variables, 0 predicates, 2 relations, 17 constraints
0.06/0.55	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	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.47/0.63	c 0	Parsing HOME/temp.csp
0.47/0.98	c 1	parsed 90 expressions
0.47/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.99	c 1	MAX CSP: 17 constraints
0.47/0.99	c 1	Converting to clausal form CSP
0.89/1.01	c 1	converted 11 (10%) expressions
0.89/1.01	c 1	converted 22 (20%) expressions
0.89/1.01	c 1	converted 33 (30%) expressions
0.89/1.01	c 1	converted 44 (40%) expressions
0.89/1.01	c 1	converted 55 (50%) expressions
0.89/1.01	c 1	converted 66 (60%) expressions
1.09/1.28	c 1	converted 77 (70%) expressions
1.39/1.51	c 1	converted 88 (80%) expressions
1.58/1.78	c 2	converted 99 (90%) expressions
1.88/2.04	c 2	converted 110 (100%) expressions
1.88/2.04	c 2	CSP : 104 integers, 0 booleans, 50 clauses, largest domain size 26
1.88/2.05	c 2	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.05	c 2	Propagation in CSP
1.88/2.06	c 2	15 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.88/2.06	c 2	CSP : 104 integers, 0 booleans, 50 clauses, largest domain size 26
1.88/2.06	c 2	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.06	c 2	Simplifing CSP by introducing new Boolean variables
1.88/2.06	c 2	CSP : 104 integers, 0 booleans, 50 clauses, largest domain size 26
1.88/2.06	c 2	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.18	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.98/2.20	c 2	11 (10%) CSP integer variables are encoded (264 clauses, 2760 bytes)
2.08/2.21	c 2	21 (20%) CSP integer variables are encoded (504 clauses, 5400 bytes)
2.08/2.21	c 2	32 (30%) CSP integer variables are encoded (768 clauses, 8304 bytes)
2.08/2.21	c 2	42 (40%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
2.08/2.21	c 2	52 (50%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
2.08/2.21	c 2	63 (60%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
2.08/2.21	c 2	73 (70%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
2.08/2.21	c 2	84 (80%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
2.08/2.21	c 2	94 (90%) CSP integer variables are encoded (1706 clauses, 20115 bytes)
2.08/2.21	c 2	104 (100%) CSP integer variables are encoded (1787 clauses, 21168 bytes)
22.28/22.65	c 22	5 (10%) CSP clauses are encoded (165612 clauses, 8666097 bytes)
42.46/43.08	c 43	10 (20%) CSP clauses are encoded (329437 clauses, 17592675 bytes)
61.95/62.79	c 63	15 (30%) CSP clauses are encoded (481282 clauses, 27688911 bytes)
69.79/70.61	c 70	20 (40%) CSP clauses are encoded (542031 clauses, 32450077 bytes)
69.79/70.61	c 70	25 (50%) CSP clauses are encoded (542064 clauses, 32450593 bytes)
69.79/70.61	c 70	30 (60%) CSP clauses are encoded (542084 clauses, 32450899 bytes)
69.79/70.61	c 70	35 (70%) CSP clauses are encoded (542218 clauses, 32453063 bytes)
69.79/70.61	c 70	40 (80%) CSP clauses are encoded (542340 clauses, 32455039 bytes)
69.79/70.62	c 70	45 (90%) CSP clauses are encoded (542404 clauses, 32456046 bytes)
69.79/70.62	c 70	50 (100%) CSP clauses are encoded (542587 clauses, 32459118 bytes)
69.79/70.62	c 70	50 CSP clauses encoded
69.79/70.62	c 70	Writing map file : HOME/temp.map
69.79/70.62	c 70	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.79/70.62	c 70	SAT : 1891 SAT variables, 542587 SAT clauses, 32459118 bytes
69.79/70.62	c 70	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.79/70.65	c 70	OBJECTIVE minimize _COST
69.79/70.65	c 70	SOLVING HOME/temp.cnf
69.79/70.65	c 70	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
69.79/70.65	c 70	This is MiniSat 2.0 beta incremental
69.79/70.65	c 70	WARNING: for repeatability, setting FPU to use double precision
69.79/70.65	c 70	============================[ Problem Statistics ]=============================
69.79/70.65	c 70	|                                                                             |
69.79/70.65	c 70	|  Number of variables:  1891                                                 |
69.79/70.65	c 70	|  Number of clauses:    542587                                               |
69.84/71.37	c 71	|  Parsing time:         0.64         s                                       |
70.57/71.42	c 71	OK
70.57/71.42	c 71	OBJECTIVE BOUND: 0 <= _COST <= 
70.57/71.42	c 71	SEARCHING: _COST <= 9
70.57/71.42	c 71	============================[ Search Statistics ]==============================
70.57/71.42	c 71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.57/71.42	c 71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.57/71.42	c 71	===============================================================================
70.57/71.42	c 71	|         0 |    1891   542587  6449513 |   180862        0    nan |  0.000 % |
70.57/71.43	c 71	|       100 |    1891   542587  6449513 |   198948      100      6 |  0.001 % |
70.57/71.46	c 71	|       250 |    1891   542587  6449513 |   218843      250      7 |  0.001 % |
70.67/71.51	c 71	|       475 |    1891   542587  6449513 |   240727      475      7 |  0.001 % |
70.67/71.56	c 71	|       813 |    1891   542587  6449513 |   264800      813      7 |  0.001 % |
70.76/71.64	c 71	|      1319 |    1891   542587  6449513 |   291280     1319      8 |  0.001 % |
70.86/71.71	c 72	|      2081 |    1891   542587  6449513 |   320408     2081      9 |  0.001 % |
70.96/71.89	c 72	|      3221 |    1891   542587  6449513 |   352449     3221      9 |  0.001 % |
71.16/72.07	c 72	|      4931 |    1891   542587  6449513 |   387694     4931      9 |  0.001 % |
71.45/72.33	c 72	|      7493 |    1891   542587  6449513 |   426463     7493     10 |  0.001 % |
71.95/72.83	c 73	|     11337 |    1891   542587  6449513 |   469110    11337     10 |  0.001 % |
73.14/74.02	c 74	|     17103 |    1891   542587  6449513 |   516021    17103     11 |  0.001 % |
74.43/75.36	c 75	|     25752 |    1891   542587  6449513 |   567623    25752     11 |  0.001 % |
77.00/77.99	c 78	|     38726 |    1891   542587  6449513 |   624385    38726     11 |  0.001 % |
82.16/83.17	c 83	|     58188 |    1891   542587  6449513 |   686824    58188     12 |  0.001 % |
85.13/86.15	c 86	===============================================================================
85.13/86.15	c 86	restarts              : 15
85.13/86.15	c 86	conflicts             : 66049         (4327 /sec)
85.13/86.15	c 86	decisions             : 91084         (1.27 % random) (5967 /sec)
85.13/86.15	c 86	propagations          : 1485436        (97318 /sec)
85.13/86.15	c 86	conflict literals     : 814743         (21.83 % deleted)
85.13/86.15	c 86	Memory used           : 54.05 MB
85.13/86.15	c 86	CPU time              : 15.2637 s
85.13/86.15	c 86	
85.13/86.15	c 86	SATISFIABLE
85.13/86.15	c 86	OK
85.13/86.15	c 86	FOUND: _COST <= 9
85.13/86.15	s SATISFIABLE
85.13/86.15	c 86	DECODING HOME/temp.out WITH HOME/temp.map
85.13/86.15	c 86	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
85.19/86.24	c 86	Decoding HOME/temp.out
85.19/86.28	c 86	OBJECTIVE _COST 9
85.19/86.28	o 9
85.19/86.28	v 24 14 20 17 18 4 11 21 4 18 25 25 25 4 25 13 25 4 23 4 25 25 25 2 25 16 25 17 19 21 25 25 25 4 25 20 25 13 17 4 12 0 23 8 12 8 11 8 0 13 15 11 20 15 4 17 5 4 2 19 25 25 25 19 25 24 25 17 19 24
85.19/86.28	c 86	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
85.19/86.33	c 86	OK
85.19/86.33	c 86	OBJECTIVE BOUND: 0 <= _COST <= 9
85.19/86.33	c 86	SEARCHING: _COST <= 4
85.19/86.33	c 86	============================[ Search Statistics ]==============================
85.19/86.33	c 86	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
85.19/86.33	c 86	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
85.19/86.33	c 86	===============================================================================
85.19/86.33	c 86	|     66049 |    1891   542587  6449513 |   180862    66049     12 |  0.001 % |
85.19/86.37	c 86	|     66149 |    1891   542587  6449513 |   198948    66149     12 |  2.116 % |
85.40/86.40	c 86	|     66300 |    1891   542587  6449513 |   218843    66300     12 |  2.116 % |
85.40/86.48	c 86	|     66526 |    1891   542587  6449513 |   240727    66526     12 |  2.116 % |
85.50/86.54	c 86	|     66863 |    1891   542587  6449513 |   264800    66863     12 |  2.116 % |
85.70/86.71	c 87	|     67369 |    1891   542587  6449513 |   291280    67369     12 |  2.116 % |
85.90/86.95	c 87	|     68128 |    1891   542587  6449513 |   320408    68128     12 |  2.116 % |
86.19/87.28	c 87	|     69268 |    1891   542587  6449513 |   352449    69268     12 |  2.116 % |
87.48/88.53	c 88	|     70977 |    1891   542587  6449513 |   387694    70977     12 |  2.116 % |
89.26/90.34	c 90	|     73539 |    1891   542587  6449513 |   426463    73539     12 |  2.116 % |
91.54/92.65	c 92	|     77384 |    1891   542587  6449513 |   469110    77384     12 |  2.116 % |
93.82/94.98	c 95	|     83151 |    1891   542587  6449513 |   516021    83151     13 |  2.116 % |
102.44/103.64	c 103	|     91801 |    1891   542587  6449513 |   567623    91801     13 |  2.116 % |
109.09/110.30	c 110	|    104775 |    1891   542587  6449513 |   624385   104775     13 |  2.116 % |
127.42/128.85	c 129	|    124236 |    1891   542587  6449513 |   686824   124236     14 |  2.116 % |
175.30/177.18	c 177	|    153428 |    1891   542587  6449513 |   755506   153428     15 |  2.116 % |
273.13/275.81	c 276	|    197219 |    1891   542587  6449513 |   831057   197219     16 |  2.116 % |
361.15/364.67	c 365	|    262905 |    1851   542362  6448950 |   914163   262905     17 |  2.116 % |
563.48/568.79	c 569	|    361431 |    1851   542362  6448950 |  1005579   361431     19 |  2.116 % |
938.19/946.72	c 947	|    509222 |    1851   542362  6448950 |  1106137   509222     20 |  2.116 % |
1456.65/1469.72	c 1470	|    730905 |    1851   542362  6448950 |  1216751   730905     21 |  2.116 % |
3195.32/3223.51	c 3223	|   1063431 |    1851   542362  6448950 |  1338426  1063431     22 |  2.116 % |
3600.09/3629.21	c ERROR INTERRUPTED
3600.09/3629.25	c 3629	CPU 3598.98 (0.06 0.02 3598.92 1.14)
3600.09/3629.25	c 3629	END Sat Jul 12 14:00:35 2008

Verifier Data (download as text)

OK	9	8
9 unsatisfied constraints, 8 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-1112003-1215860406/watcher-1112003-1215860406 -o /tmp/evaluation-result-1112003-1215860406/solver-1112003-1215860406 -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-1112003-1215860406.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.02 2.00 4/80 16946
/proc/meminfo: memFree=1826464/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=12268 CPUtime=0
/proc/16946/stat : 16946 (sugar++) R 16944 16946 15152 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 42743885 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 226913647205 0 0 4224 0 0 0 0 17 1 0 0
/proc/16946/statm: 3067 316 241 3 0 167 0

[startup+0.081616 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 16946
/proc/meminfo: memFree=1826464/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=0.06
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 42743885 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101434 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 16946
/proc/meminfo: memFree=1826464/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=0.06
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42743885 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301375 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 16946
/proc/meminfo: memFree=1826464/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=0.06
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42743885 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701418 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 16946
/proc/meminfo: memFree=1826464/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=0.47
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1296 4768 0 1 5 1 38 3 16 0 1 0 42743885 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16740

[startup+1.50151 s]
/proc/loadavg: 2.00 2.02 2.00 4/91 16968
/proc/meminfo: memFree=1816008/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=0.47
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1297 4768 0 1 5 1 38 3 15 0 1 0 42743885 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1104 409 3 0 764 0
[pid=16959] ppid=16946 vsize=5356 CPUtime=0
/proc/16959/stat : 16959 (sh) S 16946 16946 15152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42743941 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16959/statm: 1339 233 193 169 0 50 0
[pid=16960] ppid=16959 vsize=864184 CPUtime=0.92
/proc/16960/stat : 16960 (java) S 16959 16946 15152 0 -1 0 7680 0 1 0 88 4 0 0 18 0 9 0 42743941 884924416 6954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16960/statm: 216046 6954 2540 9 0 210621 0
[pid=16960/tid=16961] ppid=16959 vsize=864184 CPUtime=0.62
/proc/16960/task/16961/stat : 16961 (java) R 16959 16946 15152 0 -1 64 2646 0 1 0 61 1 0 0 19 0 9 0 42743942 884924416 6954 996147200 134512640 134550740 4294955920 18446744073709551615 103214985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16962] ppid=16959 vsize=864184 CPUtime=0.21
/proc/16960/task/16962/stat : 16962 (java) S 16959 16946 15152 0 -1 64 4019 0 0 0 20 1 0 0 16 0 9 0 42743943 884924416 6954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16963] ppid=16959 vsize=864184 CPUtime=0
/proc/16960/task/16963/stat : 16963 (java) S 16959 16946 15152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42743943 884924416 6954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16964] ppid=16959 vsize=864184 CPUtime=0
/proc/16960/task/16964/stat : 16964 (java) S 16959 16946 15152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42743943 884924416 6954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16965] ppid=16959 vsize=864184 CPUtime=0
/proc/16960/task/16965/stat : 16965 (java) S 16959 16946 15152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42743945 884924416 6954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16966] ppid=16959 vsize=864184 CPUtime=0.05
/proc/16960/task/16966/stat : 16966 (java) S 16959 16946 15152 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 42743945 884924416 6954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16967] ppid=16959 vsize=864184 CPUtime=0
/proc/16960/task/16967/stat : 16967 (java) S 16959 16946 15152 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42743945 884924416 6954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16968] ppid=16959 vsize=864184 CPUtime=0
/proc/16960/task/16968/stat : 16968 (java) S 16959 16946 15152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42743945 884924416 6954 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886280

[startup+3.10168 s]
/proc/loadavg: 2.00 2.02 2.00 4/91 16968
/proc/meminfo: memFree=1789896/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=0.47
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1297 4768 0 1 5 1 38 3 15 0 1 0 42743885 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1104 409 3 0 764 0
[pid=16959] ppid=16946 vsize=5356 CPUtime=0
/proc/16959/stat : 16959 (sh) S 16946 16946 15152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42743941 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16959/statm: 1339 233 193 169 0 50 0
[pid=16960] ppid=16959 vsize=864296 CPUtime=2.5
/proc/16960/stat : 16960 (java) S 16959 16946 15152 0 -1 0 12089 0 1 0 244 6 0 0 18 0 9 0 42743941 885039104 11318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16960/statm: 216074 11318 2564 9 0 210621 0
[pid=16960/tid=16961] ppid=16959 vsize=864296 CPUtime=1.64
/proc/16960/task/16961/stat : 16961 (java) R 16959 16946 15152 0 -1 64 3074 0 1 0 163 1 0 0 25 0 9 0 42743942 885039104 11318 996147200 134512640 134550740 4294955920 18446744073709551615 4126586688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16962] ppid=16959 vsize=864296 CPUtime=0.73
/proc/16960/task/16962/stat : 16962 (java) S 16959 16946 15152 0 -1 64 7976 0 0 0 70 3 0 0 16 0 9 0 42743943 885039104 11318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16963] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16963/stat : 16963 (java) S 16959 16946 15152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42743943 885039104 11318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16964] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16964/stat : 16964 (java) S 16959 16946 15152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42743943 885039104 11318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16965] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16965/stat : 16965 (java) S 16959 16946 15152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42743945 885039104 11318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16966] ppid=16959 vsize=864296 CPUtime=0.09
/proc/16960/task/16966/stat : 16966 (java) S 16959 16946 15152 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 42743945 885039104 11318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16967] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16967/stat : 16967 (java) S 16959 16946 15152 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42743945 885039104 11318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16968] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16968/stat : 16968 (java) S 16959 16946 15152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42743945 885039104 11318 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886392

[startup+6.30205 s]
/proc/loadavg: 2.00 2.02 2.00 3/91 16968
/proc/meminfo: memFree=1784264/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=0.47
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1297 4768 0 1 5 1 38 3 15 0 1 0 42743885 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1104 409 3 0 764 0
[pid=16959] ppid=16946 vsize=5356 CPUtime=0
/proc/16959/stat : 16959 (sh) S 16946 16946 15152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42743941 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16959/statm: 1339 233 193 169 0 50 0
[pid=16960] ppid=16959 vsize=864296 CPUtime=5.67
/proc/16960/stat : 16960 (java) S 16959 16946 15152 0 -1 0 13021 0 1 0 559 8 0 0 18 0 9 0 42743941 885039104 12204 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16960/statm: 216074 12204 2564 9 0 210621 0
[pid=16960/tid=16961] ppid=16959 vsize=864296 CPUtime=4.75
/proc/16960/task/16961/stat : 16961 (java) R 16959 16946 15152 0 -1 64 3120 0 1 0 473 2 0 0 25 0 9 0 42743942 885039104 12204 996147200 134512640 134550740 4294955920 18446744073709551615 4126560184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16962] ppid=16959 vsize=864296 CPUtime=0.79
/proc/16960/task/16962/stat : 16962 (java) S 16959 16946 15152 0 -1 64 8861 0 0 0 76 3 0 0 16 0 9 0 42743943 885039104 12204 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16963] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16963/stat : 16963 (java) S 16959 16946 15152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42743943 885039104 12204 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16964] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16964/stat : 16964 (java) S 16959 16946 15152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42743943 885039104 12204 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16965] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16965/stat : 16965 (java) S 16959 16946 15152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42743945 885039104 12204 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16966] ppid=16959 vsize=864296 CPUtime=0.09
/proc/16960/task/16966/stat : 16966 (java) S 16959 16946 15152 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 42743945 885039104 12204 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16967] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16967/stat : 16967 (java) S 16959 16946 15152 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42743945 885039104 12204 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16968] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16968/stat : 16968 (java) S 16959 16946 15152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42743945 885039104 12204 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886392

[startup+12.7033 s]
/proc/loadavg: 2.00 2.02 2.00 3/91 16968
/proc/meminfo: memFree=1774600/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=0.47
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1297 4768 0 1 5 1 38 3 15 0 1 0 42743885 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1104 409 3 0 764 0
[pid=16959] ppid=16946 vsize=5356 CPUtime=0
/proc/16959/stat : 16959 (sh) S 16946 16946 15152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42743941 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16959/statm: 1339 233 193 169 0 50 0
[pid=16960] ppid=16959 vsize=864296 CPUtime=12.01
/proc/16960/stat : 16960 (java) S 16959 16946 15152 0 -1 0 14701 0 1 0 1190 11 0 0 18 0 9 0 42743941 885039104 13803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16960/statm: 216074 13803 2564 9 0 210621 0
[pid=16960/tid=16961] ppid=16959 vsize=864296 CPUtime=10.96
/proc/16960/task/16961/stat : 16961 (java) R 16959 16946 15152 0 -1 64 3201 0 1 0 1091 5 0 0 25 0 9 0 42743942 885039104 13803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16962] ppid=16959 vsize=864296 CPUtime=0.92
/proc/16960/task/16962/stat : 16962 (java) S 16959 16946 15152 0 -1 64 10456 0 0 0 87 5 0 0 15 0 9 0 42743943 885039104 13803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16963] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16963/stat : 16963 (java) S 16959 16946 15152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42743943 885039104 13803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16964] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16964/stat : 16964 (java) S 16959 16946 15152 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42743943 885039104 13803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16965] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16965/stat : 16965 (java) S 16959 16946 15152 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42743945 885039104 13803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16966] ppid=16959 vsize=864296 CPUtime=0.1
/proc/16960/task/16966/stat : 16966 (java) S 16959 16946 15152 0 -1 64 350 0 0 0 10 0 0 0 16 0 9 0 42743945 885039104 13803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16967] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16967/stat : 16967 (java) S 16959 16946 15152 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42743945 885039104 13803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16968] ppid=16959 vsize=864296 CPUtime=0
/proc/16960/task/16968/stat : 16968 (java) S 16959 16946 15152 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42743945 885039104 13803 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886392

[startup+25.5022 s]
/proc/loadavg: 2.00 2.02 2.00 3/91 16968
/proc/meminfo: memFree=1761672/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=0.47
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1297 4768 0 1 5 1 38 3 16 0 1 0 42743885 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1104 409 3 0 764 0
[pid=16959] ppid=16946 vsize=5356 CPUtime=0
/proc/16959/stat : 16959 (sh) S 16946 16946 15152 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42743941 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16959/statm: 1339 233 193 169 0 50 0
[pid=16960] ppid=16959 vsize=864368 CPUtime=24.68
/proc/16960/stat : 16960 (java) S 16959 16946 15152 0 -1 0 19084 0 1 0 2450 18 0 0 18 0 9 0 42743941 885112832 15519 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16960/statm: 216092 15519 2564 9 0 210639 0
[pid=16960/tid=16961] ppid=16959 vsize=864368 CPUtime=23.2
/proc/16960/task/16961/stat : 16961 (java) R 16959 16946 15152 0 -1 64 3369 0 1 0 2312 8 0 0 25 0 9 0 42743942 885112832 15519 996147200 134512640 134550740 4294955920 18446744073709551615 4126586701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16962] ppid=16959 vsize=864368 CPUtime=1.35
/proc/16960/task/16962/stat : 16962 (java) S 16959 16946 15152 0 -1 64 14669 0 0 0 127 8 0 0 16 0 9 0 42743943 885112832 15519 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16963] ppid=16959 vsize=864368 CPUtime=0
/proc/16960/task/16963/stat : 16963 (java) S 16959 16946 15152 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42743943 885112832 15519 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16960/tid=16964] ppid=16959 vsize=864368 CPUtime=0
/proc/16960/task/16964/stat : 16964 (java) S 16959 16946 15152 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42743943 885112832 15519 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16975] ppid=16946 vsize=174484 CPUtime=2767.25
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 42950 0 0 0 276677 48 0 0 25 0 1 0 42750950 178671616 42895 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/16975/statm: 43621 42895 80 151 0 43467 0
Current children cumulated CPU time (s) 2837.24
Current children cumulated vsize (KiB) 191224

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16987
/proc/meminfo: memFree=1616272/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=69.99
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1545 35092 0 3 6 2 6940 51 16 0 1 0 42743885 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1114 414 3 0 764 0
[pid=16975] ppid=16946 vsize=176424 CPUtime=2826.73
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 43429 0 0 0 282625 48 0 0 25 0 1 0 42750950 180658176 43374 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 1 0 0
/proc/16975/statm: 44106 43374 80 151 0 43952 0
Current children cumulated CPU time (s) 2896.72
Current children cumulated vsize (KiB) 193164

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16987
/proc/meminfo: memFree=1614736/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=69.99
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1545 35092 0 3 6 2 6940 51 16 0 1 0 42743885 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1114 414 3 0 764 0
[pid=16975] ppid=16946 vsize=177928 CPUtime=2886.21
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 43811 0 0 0 288572 49 0 0 25 0 1 0 42750950 182198272 43756 996147200 134512640 135134323 4294956192 18446744073709551615 134531913 0 0 4096 3 0 0 0 17 1 0 0
/proc/16975/statm: 44482 43756 80 151 0 44328 0
Current children cumulated CPU time (s) 2956.2
Current children cumulated vsize (KiB) 194668

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16987
/proc/meminfo: memFree=1613136/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=69.99
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1545 35092 0 3 6 2 6940 51 16 0 1 0 42743885 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1114 414 3 0 764 0
[pid=16975] ppid=16946 vsize=179448 CPUtime=2945.69
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 44205 0 0 0 294519 50 0 0 25 0 1 0 42750950 183754752 44150 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16975/statm: 44862 44150 80 151 0 44708 0
Current children cumulated CPU time (s) 3015.68
Current children cumulated vsize (KiB) 196188

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16987
/proc/meminfo: memFree=1611856/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=69.99
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1545 35092 0 3 6 2 6940 51 16 0 1 0 42743885 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1114 414 3 0 764 0
[pid=16975] ppid=16946 vsize=180820 CPUtime=3005.17
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 44526 0 0 0 300467 50 0 0 25 0 1 0 42750950 185159680 44471 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16975/statm: 45205 44471 80 151 0 45051 0
Current children cumulated CPU time (s) 3075.16
Current children cumulated vsize (KiB) 197560

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16987
/proc/meminfo: memFree=1610384/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=69.99
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1545 35092 0 3 6 2 6940 51 16 0 1 0 42743885 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1114 414 3 0 764 0
[pid=16975] ppid=16946 vsize=184232 CPUtime=3064.66
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 44881 0 0 0 306415 51 0 0 25 0 1 0 42750950 188653568 44826 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/16975/statm: 46058 44826 80 151 0 45904 0
Current children cumulated CPU time (s) 3134.65
Current children cumulated vsize (KiB) 200972

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16987
/proc/meminfo: memFree=1608976/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=69.99
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1545 35092 0 3 6 2 6940 51 16 0 1 0 42743885 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1114 414 3 0 764 0
[pid=16975] ppid=16946 vsize=185576 CPUtime=3124.14
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 45220 0 0 0 312362 52 0 0 25 0 1 0 42750950 190029824 45165 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16975/statm: 46394 45165 80 151 0 46240 0
Current children cumulated CPU time (s) 3194.13
Current children cumulated vsize (KiB) 202316

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16987
/proc/meminfo: memFree=1606608/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=69.99
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1545 35092 0 3 6 2 6940 51 16 0 1 0 42743885 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1114 414 3 0 764 0
[pid=16975] ppid=16946 vsize=187920 CPUtime=3183.62
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 45799 0 0 0 318310 52 0 0 25 0 1 0 42750950 192430080 45744 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16975/statm: 46980 45744 80 151 0 46826 0
Current children cumulated CPU time (s) 3253.61
Current children cumulated vsize (KiB) 204660

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17025
/proc/meminfo: memFree=1611088/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=69.99
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1545 35092 0 3 6 2 6940 51 16 0 1 0 42743885 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1114 414 3 0 764 0
[pid=16975] ppid=16946 vsize=189784 CPUtime=3243.31
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 46274 0 0 0 324277 54 0 0 25 0 1 0 42750950 194338816 46219 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16975/statm: 47446 46219 80 151 0 47292 0
Current children cumulated CPU time (s) 3313.3
Current children cumulated vsize (KiB) 206524

[startup+3402.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 17064
/proc/meminfo: memFree=1603584/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=69.99
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1545 35092 0 3 6 2 6940 51 16 0 1 0 42743885 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1114 414 3 0 764 0
[pid=16975] ppid=16946 vsize=191392 CPUtime=3303.3
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 46697 0 0 0 330274 56 0 0 25 0 1 0 42750950 195985408 46642 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16975/statm: 47848 46642 80 151 0 47694 0
Current children cumulated CPU time (s) 3373.29
Current children cumulated vsize (KiB) 208132

[startup+3462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 17064
/proc/meminfo: memFree=1601408/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=69.99
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1545 35092 0 3 6 2 6940 51 16 0 1 0 42743885 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1114 414 3 0 764 0
[pid=16975] ppid=16946 vsize=193600 CPUtime=3363.27
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 47207 0 0 0 336270 57 0 0 25 0 1 0 42750950 198246400 47152 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16975/statm: 48400 47152 80 151 0 48246 0
Current children cumulated CPU time (s) 3433.26
Current children cumulated vsize (KiB) 210340

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17064
/proc/meminfo: memFree=1599360/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=69.99
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1545 35092 0 3 6 2 6940 51 16 0 1 0 42743885 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1114 414 3 0 764 0
[pid=16975] ppid=16946 vsize=195336 CPUtime=3423.24
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 47678 0 0 0 342266 58 0 0 25 0 1 0 42750950 200024064 47623 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16975/statm: 48834 47623 80 151 0 48680 0
Current children cumulated CPU time (s) 3493.23
Current children cumulated vsize (KiB) 212076

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17064
/proc/meminfo: memFree=1597632/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=69.99
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1545 35092 0 3 6 2 6940 51 16 0 1 0 42743885 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1114 414 3 0 764 0
[pid=16975] ppid=16946 vsize=197052 CPUtime=3483.22
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 48119 0 0 0 348263 59 0 0 25 0 1 0 42750950 201781248 48064 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16975/statm: 49263 48064 80 151 0 49109 0
Current children cumulated CPU time (s) 3553.21
Current children cumulated vsize (KiB) 213792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17064
/proc/meminfo: memFree=1596288/2055920 swapFree=4181128/4192956
[pid=16946] ppid=16944 vsize=16740 CPUtime=69.99
/proc/16946/stat : 16946 (sugar++) S 16944 16946 15152 0 -1 4194304 1545 35092 0 3 6 2 6940 51 16 0 1 0 42743885 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16946/statm: 4185 1114 414 3 0 764 0
[pid=16975] ppid=16946 vsize=198372 CPUtime=3530.1
/proc/16975/stat : 16975 (minisat-inc) R 16946 16946 15152 0 -1 4194304 48464 0 0 0 352951 59 0 0 25 0 1 0 42750950 203132928 48409 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/16975/statm: 49593 48409 80 151 0 49439 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 215112

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): 3629.25
CPU time (s): 3600.17
CPU user time (s): 3598.99
CPU system time (s): 1.18282
CPU usage (%): 99.1986
Max. virtual memory (cumulated for all children) (KiB): 891844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.99
system time used= 1.18282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85179
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= 9277
involuntary context switches= 145127

runsolver used 4.03639 second user time and 10.1295 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-12 13:00:06
IDJOB=1112003
IDBENCH=61350
IDSOLVER=367
FILE ID=node5/1112003-1215860406
PBS_JOBID= 7903418
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg7-10_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-1112003-1215860406/watcher-1112003-1215860406 -o /tmp/evaluation-result-1112003-1215860406/solver-1112003-1215860406 -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-1112003-1215860406.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34f49ec7596469127b01a2b2f15f8640
RANDOM SEED=720292731

node5.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.212
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.212
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:       1826944 kB
Buffers:         46536 kB
Cached:          84800 kB
SwapCached:       5616 kB
Active:         101500 kB
Inactive:        67796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826944 kB
SwapTotal:     4192956 kB
SwapFree:      4181128 kB
Dirty:             952 kB
Writeback:           0 kB
Mapped:          54124 kB
Slab:            44992 kB
Committed_AS:  1017068 kB
PageTables:       1832 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= 66536 MiB
End job on node5 at 2008-07-12 14:00:37