Trace number 1111915

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.12 3622.83

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg12-14_ext.xml
MD5SUM68b3fe5332aef7451ce40f90d3bc1cc1
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.09
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints26
Maximum constraint arity14
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.05/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.08	c 0	BEGIN Sat Jul 12 12:10:07 2008
0.05/0.08	c 0	PID 19072
0.05/0.08	c 0	HOST node21.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1111915-1215857406.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111915-1215857406.xml' 'HOME/temp.csp'
0.06/0.33	c 0	1 domains, 168 variables, 0 predicates, 2 relations, 26 constraints
0.06/0.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.36	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.32/0.44	c 0	Parsing HOME/temp.csp
0.32/0.55	c 0	parsed 197 expressions
0.32/0.55	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.55	c 0	MAX CSP: 26 constraints
0.32/0.55	c 0	Converting to clausal form CSP
0.32/0.58	c 0	converted 23 (10%) expressions
0.32/0.58	c 0	converted 46 (20%) expressions
0.32/0.58	c 0	converted 68 (30%) expressions
0.32/0.58	c 0	converted 91 (40%) expressions
0.32/0.58	c 0	converted 113 (50%) expressions
0.32/0.58	c 0	converted 136 (60%) expressions
0.32/0.58	c 0	converted 159 (70%) expressions
0.32/0.65	c 0	converted 181 (80%) expressions
0.32/0.83	c 0	converted 204 (90%) expressions
0.32/0.89	c 0	converted 226 (100%) expressions
0.32/0.89	c 0	CSP : 220 integers, 0 booleans, 77 clauses, largest domain size 40
0.32/0.89	c 0	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.89	c 0	Propagation in CSP
0.32/0.90	c 0	23 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.32/0.90	c 0	CSP : 220 integers, 0 booleans, 77 clauses, largest domain size 27
0.32/0.90	c 0	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.90	c 0	Simplifing CSP by introducing new Boolean variables
0.32/0.90	c 0	CSP : 220 integers, 0 booleans, 77 clauses, largest domain size 27
0.32/0.90	c 0	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.95	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.32/0.97	c 0	22 (10%) CSP integer variables are encoded (528 clauses, 5664 bytes)
0.32/0.98	c 0	44 (20%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
0.32/0.98	c 0	66 (30%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
0.32/0.98	c 0	88 (40%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
0.32/0.98	c 0	110 (50%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
0.32/0.98	c 0	132 (60%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
0.32/0.98	c 0	154 (70%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
0.32/0.98	c 0	176 (80%) CSP integer variables are encoded (4032 clauses, 50353 bytes)
0.32/0.98	c 0	198 (90%) CSP integer variables are encoded (4062 clauses, 50743 bytes)
0.32/0.98	c 0	220 (100%) CSP integer variables are encoded (4212 clauses, 52693 bytes)
8.54/8.76	c 8	8 (10%) CSP clauses are encoded (104244 clauses, 8145000 bytes)
14.59/14.86	c 14	16 (20%) CSP clauses are encoded (185740 clauses, 14832212 bytes)
15.87/16.13	c 16	24 (30%) CSP clauses are encoded (211628 clauses, 17259205 bytes)
16.17/16.46	c 16	31 (40%) CSP clauses are encoded (218120 clauses, 17878861 bytes)
16.17/16.46	c 16	39 (50%) CSP clauses are encoded (218185 clauses, 17879897 bytes)
16.17/16.47	c 16	47 (60%) CSP clauses are encoded (218457 clauses, 17884291 bytes)
16.17/16.47	c 16	54 (70%) CSP clauses are encoded (219044 clauses, 17894479 bytes)
16.17/16.47	c 16	62 (80%) CSP clauses are encoded (219082 clauses, 17895061 bytes)
16.17/16.47	c 16	70 (90%) CSP clauses are encoded (219142 clauses, 17896017 bytes)
16.17/16.47	c 16	77 (100%) CSP clauses are encoded (219305 clauses, 17898706 bytes)
16.17/16.47	c 16	77 CSP clauses encoded
16.17/16.47	c 16	Writing map file : HOME/temp.map
16.17/16.48	c 16	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.17/16.48	c 16	SAT : 4432 SAT variables, 219305 SAT clauses, 17898706 bytes
16.17/16.48	c 16	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.24/16.52	c 16	OBJECTIVE minimize _COST
16.24/16.52	c 16	SOLVING HOME/temp.cnf
16.24/16.52	c 16	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
16.24/16.52	c 16	This is MiniSat 2.0 beta incremental
16.24/16.52	c 16	WARNING: for repeatability, setting FPU to use double precision
16.24/16.52	c 16	============================[ Problem Statistics ]=============================
16.24/16.52	c 16	|                                                                             |
16.24/16.52	c 16	|  Number of variables:  4432                                                 |
16.24/16.52	c 16	|  Number of clauses:    219305                                               |
16.28/16.89	c 16	|  Parsing time:         0.33         s                                       |
16.28/16.91	c 16	OK
16.28/16.91	c 16	OBJECTIVE BOUND: 0 <= _COST <= 
16.28/16.91	c 16	SEARCHING: _COST <= 13
16.28/16.91	c 16	============================[ Search Statistics ]==============================
16.28/16.91	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.28/16.91	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.28/16.91	c 16	===============================================================================
16.28/16.91	c 16	|         0 |    4432   219305  3368679 |    73101        0    nan |  0.000 % |
16.28/16.93	c 16	|       103 |    4432   219305  3368679 |    80411      103      6 |  0.000 % |
16.28/16.95	c 16	|       254 |    4432   219305  3368679 |    88453      254      6 |  0.000 % |
16.28/16.98	c 16	|       479 |    4432   219305  3368679 |    97298      479      6 |  0.000 % |
16.28/17.00	c 16	|       816 |    4432   219305  3368679 |   107028      816      7 |  0.000 % |
16.28/17.04	c 17	|      1325 |    4432   219305  3368679 |   117730     1325      8 |  0.000 % |
16.28/17.09	c 17	|      2085 |    4432   219305  3368679 |   129504     2085      8 |  0.000 % |
16.28/17.16	c 17	|      3224 |    4432   219305  3368679 |   142454     3224      8 |  0.000 % |
16.28/17.33	c 17	|      4933 |    4432   219305  3368679 |   156699     4933      9 |  0.000 % |
17.24/17.51	c 17	|      7495 |    4432   219305  3368679 |   172369     7495      9 |  0.000 % |
19.91/20.26	c 20	|     11339 |    4432   219305  3368679 |   189606    11339     10 |  0.000 % |
20.60/20.92	c 20	|     17105 |    4432   219305  3368679 |   208567    17105     11 |  0.000 % |
21.30/21.61	c 21	|     25754 |    4432   219305  3368679 |   229424    25754     11 |  0.000 % |
22.98/23.33	c 23	|     38729 |    4432   219305  3368679 |   252366    38729     11 |  0.000 % |
26.55/26.96	c 26	|     58190 |    4432   219305  3368679 |   277603    58190     11 |  0.000 % |
31.01/31.47	c 31	|     87383 |    4432   219305  3368679 |   305363    87383     12 |  0.000 % |
49.52/50.19	c 50	|    131172 |    4432   219305  3368679 |   335900   131172     14 |  0.000 % |
83.79/84.77	c 84	===============================================================================
83.79/84.77	c 84	restarts              : 17
83.79/84.77	c 84	conflicts             : 179446        (2659 /sec)
83.79/84.77	c 84	decisions             : 294926        (1.60 % random) (4369 /sec)
83.79/84.77	c 84	propagations          : 14833736       (219770 /sec)
83.79/84.77	c 84	conflict literals     : 2828701        (27.47 % deleted)
83.79/84.77	c 84	Memory used           : 43.28 MB
83.79/84.77	c 84	CPU time              : 67.4967 s
83.79/84.77	c 84	
83.79/84.77	c 84	SATISFIABLE
83.79/84.77	c 84	OK
83.79/84.77	c 84	FOUND: _COST <= 13
83.79/84.77	s SATISFIABLE
83.79/84.77	c 84	DECODING HOME/temp.out WITH HOME/temp.map
83.79/84.77	c 84	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
83.86/84.86	c 84	Decoding HOME/temp.out
83.86/84.93	c 84	OBJECTIVE _COST 13
83.86/84.93	o 13
83.86/84.94	v 15 17 4 18 20 15 15 14 18 8 19 8 14 13 17 25 25 15 25 0 4 13 20 13 17 17 15 14 14 25 25 14 25 17 17 14 1 21 0 17 19 17 3 25 25 17 25 0 19 12 18 20 13 4 7 19 20 25 25 19 25 12 8 0 19 11 18 18 0 7 2 14 13 18 19 0 13 19 8 13 14 15 11 4 19 25 25 22 25 6 0 14 19 4 2 4 12 17 8 25 25 17 25 13 2 15 20 17 4 2 14 13 21 25 25 8 25 4 8 14 19 0 0 19 11 12 8 25 25 19 25 19 14 4 8 1 13 8 14 14 19 25 25 4 25 8 20 8 14 11 8 21 6 18 24 25 25 17 25 2 18 2 13 4 2 4 24 19
83.86/84.94	c 84	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
84.06/85.06	c 85	OK
84.06/85.06	c 85	OBJECTIVE BOUND: 0 <= _COST <= 13
84.06/85.06	c 85	SEARCHING: _COST <= 6
84.06/85.06	c 85	============================[ Search Statistics ]==============================
84.06/85.06	c 85	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
84.06/85.06	c 85	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
84.06/85.06	c 85	===============================================================================
84.06/85.06	c 85	|    179446 |    4367   218823  3367415 |    72941   179446     16 |  0.000 % |
84.55/85.59	c 85	|    179546 |    4367   218823  3367415 |    80235    28259     17 |  1.467 % |
84.65/85.62	c 85	|    179698 |    4367   218823  3367415 |    88258    28411     17 |  1.467 % |
84.65/85.64	c 85	|    179924 |    4367   218823  3367415 |    97084    28637     17 |  1.467 % |
84.65/85.68	c 85	|    180261 |    4367   218823  3367415 |   106792    28974     17 |  1.467 % |
84.75/85.77	c 85	|    180767 |    4367   218823  3367415 |   117472    29480     17 |  1.467 % |
84.85/85.88	c 85	|    181526 |    4367   218823  3367415 |   129219    30239     17 |  1.467 % |
85.45/86.40	c 86	|    182666 |    4367   218823  3367415 |   142141    31379     17 |  1.467 % |
85.74/86.74	c 86	|    184375 |    4367   218823  3367415 |   156355    33088     16 |  1.467 % |
86.64/87.67	c 87	|    186938 |    4367   218823  3367415 |   171991    35651     16 |  1.467 % |
87.82/88.82	c 88	|    190782 |    4367   218823  3367415 |   189190    39495     16 |  1.467 % |
88.72/89.70	c 89	|    196548 |    4367   218823  3367415 |   208109    45261     15 |  1.467 % |
91.98/93.00	c 92	|    205197 |    4367   218823  3367415 |   228920    53910     16 |  1.467 % |
97.23/98.37	c 98	|    218173 |    4367   218823  3367415 |   251812    66886     15 |  1.467 % |
109.42/110.65	c 110	|    237634 |    4367   218823  3367415 |   276993    86347     16 |  1.467 % |
140.32/141.85	c 141	|    266826 |    4367   218823  3367415 |   304692   115539     16 |  1.467 % |
186.38/188.33	c 188	|    310616 |    4367   218823  3367415 |   335161   159329     17 |  1.467 % |
261.66/264.38	c 264	|    376302 |    4367   218823  3367415 |   368678   225015     18 |  1.467 % |
459.18/463.79	c 463	|    474828 |    4367   218823  3367415 |   405545   323541     19 |  1.467 % |
745.16/752.47	c 752	|    622618 |    4367   218823  3367415 |   446100   102131     20 |  1.467 % |
1088.48/1099.01	c 1098	|    844301 |    4367   218823  3367415 |   490710   323814     20 |  1.467 % |
1781.78/1798.92	c 1798	|   1176827 |    4367   218823  3367415 |   539781   212767     22 |  1.467 % |
2911.70/2934.12	c 2934	|   1675615 |    4367   218823  3367415 |   593759   208437     22 |  1.467 % |
3600.07/3622.81	c ERROR INTERRUPTED
3600.07/3622.83	c 3622	CPU 3599.43 (0.06 0.02 3599.37 0.64)
3600.07/3622.83	c 3622	END Sat Jul 12 13:10:29 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-1111915-1215857406/watcher-1111915-1215857406 -o /tmp/evaluation-result-1111915-1215857406/solver-1111915-1215857406 -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-1111915-1215857406.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

[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 19072
/proc/meminfo: memFree=1917840/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=18572 CPUtime=0
/proc/19072/stat : 19072 (runsolver) R 19070 18225 18225 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 42442746 19017728 290 996147200 4194304 4296836 548682068192 18446744073709551615 221233872370 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19072/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.06328 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 19072
/proc/meminfo: memFree=1917840/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16080 CPUtime=0.05
/proc/19072/stat : 19072 (sugar++) R 19070 19072 18225 0 -1 4194304 941 0 0 0 4 1 0 0 18 0 1 0 42442746 16465920 909 996147200 4194304 4206940 548682068528 18446744073709551615 221245379649 0 0 4224 0 0 0 0 17 1 0 0
/proc/19072/statm: 4020 909 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.10182 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 19072
/proc/meminfo: memFree=1917840/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=0.06
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42442746 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19072/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301323 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 19072
/proc/meminfo: memFree=1917840/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=0.06
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42442746 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19072/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701408 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 19072
/proc/meminfo: memFree=1917840/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=0.32
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1296 4215 0 1 5 1 24 2 15 0 1 0 42442746 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19072/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16740

[startup+1.50156 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 19094
/proc/meminfo: memFree=1897400/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=0.32
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1297 4215 0 1 5 1 24 2 15 0 1 0 42442746 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19072/statm: 4185 1104 409 3 0 764 0
[pid=19085] ppid=19072 vsize=5356 CPUtime=0
/proc/19085/stat : 19085 (sh) S 19072 19072 18225 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42442783 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19085/statm: 1339 233 193 169 0 50 0
[pid=19086] ppid=19085 vsize=864420 CPUtime=1.1
/proc/19086/stat : 19086 (java) S 19085 19072 18225 0 -1 0 7898 0 1 0 105 5 0 0 18 0 9 0 42442783 885166080 7132 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19086/statm: 216105 7132 2564 9 0 210652 0
[pid=19086/tid=19087] ppid=19085 vsize=864420 CPUtime=0.72
/proc/19086/task/19087/stat : 19087 (java) R 19085 19072 18225 0 -1 64 2757 0 1 0 71 1 0 0 21 0 9 0 42442784 885166080 7132 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19088] ppid=19085 vsize=864420 CPUtime=0.26
/proc/19086/task/19088/stat : 19088 (java) R 19085 19072 18225 0 -1 64 4105 0 0 0 24 2 0 0 16 0 9 0 42442785 885166080 7132 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19089] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19089/stat : 19089 (java) S 19085 19072 18225 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42442785 885166080 7132 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19090] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19090/stat : 19090 (java) S 19085 19072 18225 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42442785 885166080 7132 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19091] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19091/stat : 19091 (java) S 19085 19072 18225 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42442787 885166080 7132 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19092] ppid=19085 vsize=864420 CPUtime=0.09
/proc/19086/task/19092/stat : 19092 (java) S 19085 19072 18225 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 42442787 885166080 7132 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19093] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19093/stat : 19093 (java) S 19085 19072 18225 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42442787 885166080 7132 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19094] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19094/stat : 19094 (java) S 19085 19072 18225 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42442787 885166080 7132 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886516

[startup+3.10285 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 19094
/proc/meminfo: memFree=1893496/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=0.32
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1297 4215 0 1 5 1 24 2 15 0 1 0 42442746 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19072/statm: 4185 1104 409 3 0 764 0
[pid=19085] ppid=19072 vsize=5356 CPUtime=0
/proc/19085/stat : 19085 (sh) S 19072 19072 18225 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42442783 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19085/statm: 1339 233 193 169 0 50 0
[pid=19086] ppid=19085 vsize=864420 CPUtime=2.68
/proc/19086/stat : 19086 (java) S 19085 19072 18225 0 -1 0 8891 0 1 0 261 7 0 0 18 0 9 0 42442783 885166080 7998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19086/statm: 216105 7998 2564 9 0 210652 0
[pid=19086/tid=19087] ppid=19085 vsize=864420 CPUtime=2.22
/proc/19086/task/19087/stat : 19087 (java) R 19085 19072 18225 0 -1 64 2884 0 1 0 219 3 0 0 25 0 9 0 42442784 885166080 7998 996147200 134512640 134550740 4294955920 18446744073709551615 4126523362 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19088] ppid=19085 vsize=864420 CPUtime=0.33
/proc/19086/task/19088/stat : 19088 (java) S 19085 19072 18225 0 -1 64 4967 0 0 0 30 3 0 0 16 0 9 0 42442785 885166080 7998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19089] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19089/stat : 19089 (java) S 19085 19072 18225 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42442785 885166080 7998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19090] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19090/stat : 19090 (java) S 19085 19072 18225 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42442785 885166080 7998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19091] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19091/stat : 19091 (java) S 19085 19072 18225 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42442787 885166080 7998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19092] ppid=19085 vsize=864420 CPUtime=0.1
/proc/19086/task/19092/stat : 19092 (java) S 19085 19072 18225 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 42442787 885166080 7998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19093] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19093/stat : 19093 (java) S 19085 19072 18225 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42442787 885166080 7998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19094] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19094/stat : 19094 (java) S 19085 19072 18225 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42442787 885166080 7998 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886516

[startup+6.30146 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 19094
/proc/meminfo: memFree=1885880/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=0.32
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1297 4215 0 1 5 1 24 2 15 0 1 0 42442746 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19072/statm: 4185 1104 409 3 0 764 0
[pid=19085] ppid=19072 vsize=5356 CPUtime=0
/proc/19085/stat : 19085 (sh) S 19072 19072 18225 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42442783 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19085/statm: 1339 233 193 169 0 50 0
[pid=19086] ppid=19085 vsize=864420 CPUtime=5.85
/proc/19086/stat : 19086 (java) S 19085 19072 18225 0 -1 0 9690 0 1 0 574 11 0 0 18 0 9 0 42442783 885166080 8562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19086/statm: 216105 8562 2564 9 0 210652 0
[pid=19086/tid=19087] ppid=19085 vsize=864420 CPUtime=5.18
/proc/19086/task/19087/stat : 19087 (java) R 19085 19072 18225 0 -1 64 3117 0 1 0 513 5 0 0 25 0 9 0 42442784 885166080 8562 996147200 134512640 134550740 4294955920 18446744073709551615 4126523319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19088] ppid=19085 vsize=864420 CPUtime=0.54
/proc/19086/task/19088/stat : 19088 (java) S 19085 19072 18225 0 -1 64 5532 0 0 0 49 5 0 0 16 0 9 0 42442785 885166080 8562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19089] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19089/stat : 19089 (java) S 19085 19072 18225 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42442785 885166080 8562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19090] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19090/stat : 19090 (java) S 19085 19072 18225 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42442785 885166080 8562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19091] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19091/stat : 19091 (java) S 19085 19072 18225 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42442787 885166080 8562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19092] ppid=19085 vsize=864420 CPUtime=0.1
/proc/19086/task/19092/stat : 19092 (java) S 19085 19072 18225 0 -1 64 349 0 0 0 10 0 0 0 17 0 9 0 42442787 885166080 8562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19093] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19093/stat : 19093 (java) S 19085 19072 18225 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42442787 885166080 8562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19094] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19094/stat : 19094 (java) S 19085 19072 18225 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42442787 885166080 8562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886516

[startup+12.7027 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 19094
/proc/meminfo: memFree=1877112/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=0.32
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1297 4215 0 1 5 1 24 2 16 0 1 0 42442746 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19072/statm: 4185 1104 409 3 0 764 0
[pid=19085] ppid=19072 vsize=5356 CPUtime=0
/proc/19085/stat : 19085 (sh) S 19072 19072 18225 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42442783 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19085/statm: 1339 233 193 169 0 50 0
[pid=19086] ppid=19085 vsize=864420 CPUtime=12.18
/proc/19086/stat : 19086 (java) S 19085 19072 18225 0 -1 0 12931 0 1 0 1197 21 0 0 18 0 9 0 42442783 885166080 8931 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19086/statm: 216105 8931 2564 9 0 210652 0
[pid=19086/tid=19087] ppid=19085 vsize=864420 CPUtime=11.1
/proc/19086/task/19087/stat : 19087 (java) R 19085 19072 18225 0 -1 64 3574 0 1 0 1099 11 0 0 25 0 9 0 42442784 885166080 8931 996147200 134512640 134550740 4294955920 18446744073709551615 4126523937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19088] ppid=19085 vsize=864420 CPUtime=0.96
/proc/19086/task/19088/stat : 19088 (java) S 19085 19072 18225 0 -1 64 8312 0 0 0 87 9 0 0 16 0 9 0 42442785 885166080 8931 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19089] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19089/stat : 19089 (java) S 19085 19072 18225 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42442785 885166080 8931 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19090] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19090/stat : 19090 (java) S 19085 19072 18225 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42442785 885166080 8931 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19091] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19091/stat : 19091 (java) S 19085 19072 18225 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42442787 885166080 8931 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19092] ppid=19085 vsize=864420 CPUtime=0.11
/proc/19086/task/19092/stat : 19092 (java) S 19085 19072 18225 0 -1 64 353 0 0 0 11 0 0 0 17 0 9 0 42442787 885166080 8931 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19093] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19093/stat : 19093 (java) S 19085 19072 18225 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42442787 885166080 8931 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19086/tid=19094] ppid=19085 vsize=864420 CPUtime=0
/proc/19086/task/19094/stat : 19094 (java) S 19085 19072 18225 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42442787 885166080 8931 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 886516

[startup+25.5011 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 19095
/proc/meminfo: memFree=1867712/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.28
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1463 19340 0 2 6 2 1589 31 16 0 1 0 42442746 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19072/statm: 4185 1113 414 3 0 764 0
[pid=19095] ppid=19072 vsize=30032 CPUtime=8.88
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 7342 0 0 0 883 5 0 0 25 0 1 0 42444398 30752768 7289 996147200 134512640 135134323 4294956192 18446744073709551615 134532346 0 0 4096 3 0 0 0 17 1 0 0
/proc/19095/statm: 7508 7289 74 151 0 7354 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 46772

[startup+51.1019 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 19095
/proc/meminfo: memFree=1859136/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.28
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1463 19340 0 2 6 2 1589 31 16 0 1 0 42442746 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19072/statm: 4185 1113 414 3 0 764 0
[pid=19095] ppid=19072 vsize=38708 CPUtime=34.23
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 9516 0 0 0 3416 7 0 0 25 0 1 0 42444398 39636992 9463 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=19095] ppid=19072 vsize=102816 CPUtime=2823.46
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 24960 0 0 0 282320 26 0 0 25 0 1 0 42444398 105283584 24905 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 25704 24905 80 151 0 25550 0
Current children cumulated CPU time (s) 2839.93
Current children cumulated vsize (KiB) 119556

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19143
/proc/meminfo: memFree=1778888/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.47
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1547 23090 0 3 6 2 1605 34 16 0 1 0 42442746 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19072/statm: 4185 1115 414 3 0 764 0
[pid=19095] ppid=19072 vsize=102816 CPUtime=2883.43
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 24962 0 0 0 288317 26 0 0 25 0 1 0 42444398 105283584 24907 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 25704 24907 80 151 0 25550 0
Current children cumulated CPU time (s) 2899.9
Current children cumulated vsize (KiB) 119556

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19143
/proc/meminfo: memFree=1778504/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.47
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1547 23090 0 3 6 2 1605 34 16 0 1 0 42442746 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19072/statm: 4185 1115 414 3 0 764 0
[pid=19095] ppid=19072 vsize=102980 CPUtime=2943.4
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 25009 0 0 0 294314 26 0 0 25 0 1 0 42444398 105451520 24954 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 25745 24954 80 151 0 25591 0
Current children cumulated CPU time (s) 2959.87
Current children cumulated vsize (KiB) 119720

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19143
/proc/meminfo: memFree=1778504/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.47
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1547 23090 0 3 6 2 1605 34 16 0 1 0 42442746 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19072/statm: 4185 1115 414 3 0 764 0
[pid=19095] ppid=19072 vsize=102980 CPUtime=3003.37
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 25017 0 0 0 300311 26 0 0 25 0 1 0 42444398 105451520 24962 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 25745 24962 80 151 0 25591 0
Current children cumulated CPU time (s) 3019.84
Current children cumulated vsize (KiB) 119720

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19149
/proc/meminfo: memFree=1778312/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.47
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1547 23090 0 3 6 2 1605 34 16 0 1 0 42442746 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19072/statm: 4185 1115 414 3 0 764 0
[pid=19095] ppid=19072 vsize=103372 CPUtime=3063.34
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 25078 0 0 0 306307 27 0 0 25 0 1 0 42444398 105852928 25023 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 25843 25023 80 151 0 25689 0
Current children cumulated CPU time (s) 3079.81
Current children cumulated vsize (KiB) 120112

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19149
/proc/meminfo: memFree=1778184/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.47
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1547 23090 0 3 6 2 1605 34 16 0 1 0 42442746 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19072/statm: 4185 1115 414 3 0 764 0
[pid=19095] ppid=19072 vsize=103372 CPUtime=3123.32
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 25089 0 0 0 312305 27 0 0 25 0 1 0 42444398 105852928 25034 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 25843 25034 80 151 0 25689 0
Current children cumulated CPU time (s) 3139.79
Current children cumulated vsize (KiB) 120112

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19149
/proc/meminfo: memFree=1777800/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.47
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1547 23090 0 3 6 2 1605 34 16 0 1 0 42442746 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19072/statm: 4185 1115 414 3 0 764 0
[pid=19095] ppid=19072 vsize=103864 CPUtime=3183.28
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 25186 0 0 0 318301 27 0 0 25 0 1 0 42444398 106356736 25131 996147200 134512640 135134323 4294956192 18446744073709551615 134532069 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 25966 25131 80 151 0 25812 0
Current children cumulated CPU time (s) 3199.75
Current children cumulated vsize (KiB) 120604

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19149
/proc/meminfo: memFree=1777544/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.47
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1547 23090 0 3 6 2 1605 34 16 0 1 0 42442746 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19072/statm: 4185 1115 414 3 0 764 0
[pid=19095] ppid=19072 vsize=104024 CPUtime=3243.26
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 25212 0 0 0 324299 27 0 0 25 0 1 0 42444398 106520576 25157 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 26006 25157 80 151 0 25852 0
Current children cumulated CPU time (s) 3259.73
Current children cumulated vsize (KiB) 120764

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19149
/proc/meminfo: memFree=1777224/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.47
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1547 23090 0 3 6 2 1605 34 16 0 1 0 42442746 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19072/statm: 4185 1115 414 3 0 764 0
[pid=19095] ppid=19072 vsize=104352 CPUtime=3303.22
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 25294 0 0 0 330295 27 0 0 25 0 1 0 42444398 106856448 25239 996147200 134512640 135134323 4294956192 18446744073709551615 134532120 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 26088 25239 80 151 0 25934 0
Current children cumulated CPU time (s) 3319.69
Current children cumulated vsize (KiB) 121092

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19149
/proc/meminfo: memFree=1777032/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.47
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1547 23090 0 3 6 2 1605 34 16 0 1 0 42442746 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19072/statm: 4185 1115 414 3 0 764 0
[pid=19095] ppid=19072 vsize=104592 CPUtime=3363.2
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 25314 0 0 0 336293 27 0 0 25 0 1 0 42444398 107102208 25259 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 26148 25259 80 151 0 25994 0
Current children cumulated CPU time (s) 3379.67
Current children cumulated vsize (KiB) 121332

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19149
/proc/meminfo: memFree=1776776/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.47
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1547 23090 0 3 6 2 1605 34 16 0 1 0 42442746 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19072/statm: 4185 1115 414 3 0 764 0
[pid=19095] ppid=19072 vsize=104712 CPUtime=3423.17
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 25335 0 0 0 342289 28 0 0 25 0 1 0 42444398 107225088 25280 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 26178 25280 80 151 0 26024 0
Current children cumulated CPU time (s) 3439.64
Current children cumulated vsize (KiB) 121452

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19149
/proc/meminfo: memFree=1776328/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.47
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1547 23090 0 3 6 2 1605 34 16 0 1 0 42442746 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19072/statm: 4185 1115 414 3 0 764 0
[pid=19095] ppid=19072 vsize=105036 CPUtime=3483.15
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 25444 0 0 0 348287 28 0 0 25 0 1 0 42444398 107556864 25389 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 26259 25389 80 151 0 26105 0
Current children cumulated CPU time (s) 3499.62
Current children cumulated vsize (KiB) 121776

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19149
/proc/meminfo: memFree=1775816/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.47
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1547 23090 0 3 6 2 1605 34 16 0 1 0 42442746 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19072/statm: 4185 1115 414 3 0 764 0
[pid=19095] ppid=19072 vsize=105492 CPUtime=3543.11
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 25525 0 0 0 354283 28 0 0 25 0 1 0 42444398 108023808 25470 996147200 134512640 135134323 4294956192 18446744073709551615 134532094 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 26373 25470 80 151 0 26219 0
Current children cumulated CPU time (s) 3559.58
Current children cumulated vsize (KiB) 122232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19149
/proc/meminfo: memFree=1775624/2055920 swapFree=4180220/4192956
[pid=19072] ppid=19070 vsize=16740 CPUtime=16.47
/proc/19072/stat : 19072 (sugar++) S 19070 19072 18225 0 -1 4194304 1547 23090 0 3 6 2 1605 34 16 0 1 0 42442746 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19072/statm: 4185 1115 414 3 0 764 0
[pid=19095] ppid=19072 vsize=105652 CPUtime=3583.6
/proc/19095/stat : 19095 (minisat-inc) R 19072 19072 18225 0 -1 4194304 25563 0 0 0 358332 28 0 0 25 0 1 0 42444398 108187648 25508 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19095/statm: 26413 25508 80 151 0 26259 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 122392

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): 3622.83
CPU time (s): 3600.12
CPU user time (s): 3599.44
CPU system time (s): 0.673897
CPU usage (%): 99.373
Max. virtual memory (cumulated for all children) (KiB): 889084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.44
system time used= 0.673897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50279
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= 10005
involuntary context switches= 64097

runsolver used 4.70728 second user time and 10.6054 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-12 12:10:06
IDJOB=1111915
IDBENCH=61339
IDSOLVER=367
FILE ID=node21/1111915-1215857406
PBS_JOBID= 7903419
Free space on /tmp= 66476 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 68b3fe5332aef7451ce40f90d3bc1cc1
RANDOM SEED=1965100526

node21.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.257
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.257
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:       1918320 kB
Buffers:         12692 kB
Cached:          57732 kB
SwapCached:       6484 kB
Active:          79616 kB
Inactive:        14256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1918320 kB
SwapTotal:     4192956 kB
SwapFree:      4180220 kB
Dirty:             848 kB
Writeback:           0 kB
Mapped:          30456 kB
Slab:            29108 kB
Committed_AS:   168040 kB
PageTables:       1904 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= 66480 MiB
End job on node21 at 2008-07-12 13:10:31