Trace number 1108974

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)20 3600.08 3628.22

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-10_all.xml
MD5SUMfbe45cff1c17eeb8610f231ec185faba
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints20
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(40)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.13	c 0	BEGIN Fri Jul 11 19:45:20 2008
0.00/0.13	c 0	PID 14156
0.00/0.14	c 0	HOST node26.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1108974-1215798320.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108974-1215798320.xml' 'HOME/temp.csp'
0.03/0.43	c 0	1 domains, 100 variables, 0 predicates, 0 relations, 40 constraints
0.03/0.44	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.44	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.22/0.53	c 0	Parsing HOME/temp.csp
0.22/0.61	c 1	parsed 141 expressions
0.22/0.61	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.22/0.61	c 1	MAX CSP: 40 constraints
0.22/0.61	c 1	Converting to clausal form CSP
0.22/0.63	c 1	converted 19 (10%) expressions
0.22/0.63	c 1	converted 37 (20%) expressions
0.22/0.63	c 1	converted 56 (30%) expressions
0.22/0.64	c 1	converted 74 (40%) expressions
0.22/0.64	c 1	converted 92 (50%) expressions
0.22/0.71	c 1	converted 111 (60%) expressions
0.22/0.81	c 1	converted 129 (70%) expressions
0.22/0.83	c 1	converted 148 (80%) expressions
0.22/0.84	c 1	converted 166 (90%) expressions
0.22/0.85	c 1	converted 184 (100%) expressions
0.22/0.85	c 1	CSP : 180 integers, 40 booleans, 1999 clauses, largest domain size 61
0.22/0.85	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.85	c 1	Propagation in CSP
0.22/0.89	c 1	38 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.22/0.89	c 1	CSP : 180 integers, 40 booleans, 1999 clauses, largest domain size 41
0.22/0.89	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.89	c 1	Simplifing CSP by introducing new Boolean variables
0.22/0.92	c 1	CSP : 180 integers, 3640 booleans, 5599 clauses, largest domain size 41
0.22/0.92	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.96	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.22/0.97	c 1	18 (10%) CSP integer variables are encoded (144 clauses, 1456 bytes)
0.22/0.97	c 1	36 (20%) CSP integer variables are encoded (288 clauses, 3040 bytes)
0.22/0.97	c 1	54 (30%) CSP integer variables are encoded (432 clauses, 4624 bytes)
0.22/0.97	c 1	72 (40%) CSP integer variables are encoded (576 clauses, 6208 bytes)
0.22/0.98	c 1	90 (50%) CSP integer variables are encoded (720 clauses, 7792 bytes)
0.22/0.98	c 1	108 (60%) CSP integer variables are encoded (800 clauses, 8672 bytes)
0.22/0.98	c 1	126 (70%) CSP integer variables are encoded (800 clauses, 8672 bytes)
0.22/0.98	c 1	144 (80%) CSP integer variables are encoded (881 clauses, 9614 bytes)
0.22/0.98	c 1	162 (90%) CSP integer variables are encoded (1071 clauses, 12084 bytes)
0.22/0.98	c 1	180 (100%) CSP integer variables are encoded (1139 clauses, 12968 bytes)
0.75/1.02	c 1	560 (10%) CSP clauses are encoded (4984 clauses, 72478 bytes)
0.75/1.04	c 1	1120 (20%) CSP clauses are encoded (8829 clauses, 134162 bytes)
0.75/1.06	c 1	1680 (30%) CSP clauses are encoded (12683 clauses, 196252 bytes)
0.75/1.07	c 1	2240 (40%) CSP clauses are encoded (16528 clauses, 257983 bytes)
0.75/1.09	c 1	2800 (50%) CSP clauses are encoded (20373 clauses, 319858 bytes)
0.75/1.10	c 1	3360 (60%) CSP clauses are encoded (24227 clauses, 382002 bytes)
0.84/1.11	c 1	3920 (70%) CSP clauses are encoded (28072 clauses, 443715 bytes)
0.84/1.12	c 1	4480 (80%) CSP clauses are encoded (31917 clauses, 505624 bytes)
0.84/1.13	c 1	5040 (90%) CSP clauses are encoded (35771 clauses, 568298 bytes)
0.84/1.14	c 1	5599 (100%) CSP clauses are encoded (41737 clauses, 666520 bytes)
0.84/1.14	c 1	5599 CSP clauses encoded
0.84/1.16	c 1	Writing map file : HOME/temp.map
0.84/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.84/1.16	c 1	SAT : 4959 SAT variables, 41737 SAT clauses, 666520 bytes
0.84/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.84/1.18	c 1	OBJECTIVE minimize _COST
0.92/1.20	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.92/1.20	c 1	SEARCHING: _COST <= 20
0.92/1.20	c 1	SOLVING HOME/temp.cnf
0.92/1.20	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.92/1.22	c 1	This is MiniSat 2.0 beta
0.92/1.22	c 1	WARNING: for repeatability, setting FPU to use double precision
0.92/1.22	c 1	============================[ Problem Statistics ]=============================
0.92/1.22	c 1	|                                                                             |
0.92/1.22	c 1	|  Number of variables:  4959                                                 |
0.92/1.22	c 1	|  Number of clauses:    41738                                                |
0.92/1.24	c 1	|  Parsing time:         0.02         s                                       |
0.92/1.24	c 1	============================[ Search Statistics ]==============================
0.92/1.24	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.92/1.24	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.92/1.24	c 1	===============================================================================
0.92/1.24	c 1	|         0 |    4839    40675   113908 |    13558        0    nan |  0.000 % |
0.92/1.25	c 1	===============================================================================
0.92/1.25	c 1	restarts              : 1
0.92/1.25	c 1	conflicts             : 51             (1546 /sec)
0.92/1.25	c 1	decisions             : 1973           (1.67 % random) (59799 /sec)
0.92/1.25	c 1	propagations          : 19458          (589744 /sec)
0.92/1.25	c 1	conflict literals     : 2311           (3.39 % deleted)
0.92/1.25	c 1	Memory used           : 3.84 MB
0.92/1.25	c 1	CPU time              : 0.032994 s
0.92/1.25	c 1	
0.92/1.25	c 1	SATISFIABLE
0.92/1.26	c 1	FOUND: _COST <= 20
0.92/1.26	s SATISFIABLE
0.92/1.26	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.92/1.26	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.97/1.34	c 1	Decoding HOME/temp.out
0.97/1.38	c 1	OBJECTIVE _COST 20
0.97/1.39	o 20
0.97/1.39	v 4 2 7 9 1 3 6 5 8 0 6 3 1 6 2 7 9 7 9 9 5 7 8 5 3 8 2 9 8 8 2 4 6 2 8 1 4 4 0 9 0 8 0 1 0 0 5 1 6 3 1 1 4 7 6 6 3 8 0 3 8 9 2 8 9 9 1 6 2 7 3 5 3 3 7 2 8 9 4 4 9 6 9 4 4 4 7 9 5 9 7 0 5 0 5 5 0 9 9 7
0.97/1.39	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.97/1.41	c 1	OBJECTIVE BOUND: 0 <= _COST <= 20
0.97/1.41	c 1	SEARCHING: _COST <= 10
0.97/1.41	c 1	SOLVING HOME/temp.cnf
0.97/1.41	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.97/1.42	c 1	This is MiniSat 2.0 beta
0.97/1.42	c 1	WARNING: for repeatability, setting FPU to use double precision
0.97/1.42	c 1	============================[ Problem Statistics ]=============================
0.97/1.42	c 1	|                                                                             |
0.97/1.42	c 1	|  Number of variables:  4959                                                 |
0.97/1.42	c 1	|  Number of clauses:    41738                                                |
0.97/1.44	c 1	|  Parsing time:         0.02         s                                       |
0.97/1.44	c 1	============================[ Search Statistics ]==============================
0.97/1.44	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.97/1.44	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.97/1.44	c 1	===============================================================================
0.97/1.44	c 1	|         0 |    4769    40030   112173 |    13343        0    nan |  0.000 % |
0.97/1.46	c 1	|       100 |    4769    40030   112173 |    14677      100     39 |  3.831 % |
0.97/1.48	c 1	|       250 |    4769    40030   112173 |    16145      250     42 |  3.831 % |
1.10/1.50	c 1	|       475 |    4769    40030   112173 |    17759      475     34 |  3.831 % |
1.10/1.53	c 1	|       813 |    4769    40030   112173 |    19535      813     31 |  3.831 % |
1.10/1.60	c 2	|      1319 |    4769    40030   112173 |    21489     1319     35 |  3.831 % |
1.10/1.72	c 2	|      2079 |    4769    40030   112173 |    23638     2079     41 |  3.831 % |
1.10/1.88	c 2	|      3220 |    4769    40030   112173 |    26002     3220     41 |  3.831 % |
1.77/2.11	c 2	|      4928 |    4769    40030   112173 |    28602     4928     40 |  3.831 % |
2.06/2.47	c 2	|      7492 |    4769    40030   112173 |    31462     7492     41 |  3.831 % |
2.75/3.13	c 3	|     11336 |    4769    40030   112173 |    34609    11336     45 |  3.831 % |
4.45/4.81	c 5	|     17102 |    4769    40030   112173 |    38070    17102     51 |  3.831 % |
6.53/6.92	c 7	|     25753 |    4769    40030   112173 |    41877    25753     51 |  3.831 % |
13.18/13.61	c 14	|     38728 |    4769    40030   112173 |    46064    38728     57 |  3.831 % |
21.23/21.79	c 22	|     58191 |    4769    40030   112173 |    50671    22229     65 |  3.831 % |
40.36/41.02	c 41	|     87383 |    4769    40030   112173 |    55738    51421     71 |  3.832 % |
65.38/66.25	c 66	|    131173 |    4769    40030   112173 |    61312    50706     68 |  3.831 % |
106.16/107.35	c 107	|    196857 |    4769    40030   112173 |    67443    15751     65 |  3.831 % |
170.86/172.55	c 172	|    295383 |    4769    40030   112173 |    74187    59932     78 |  3.831 % |
287.86/290.46	c 290	|    443173 |    4769    40030   112173 |    81606    30005     65 |  3.831 % |
532.78/537.20	c 537	|    664856 |    4769    40030   112173 |    89767    53980     74 |  3.831 % |
914.35/921.78	c 922	|    997383 |    4769    40030   112173 |    98744    21679     72 |  3.831 % |
1438.66/1450.13	c 1450	|   1496171 |    4769    40030   112173 |   108618    40690     76 |  3.831 % |
2390.00/2408.81	c 2409	|   2244353 |    4769    40030   112173 |   119480    42072     70 |  3.831 % |
3600.08/3628.21	c ERROR INTERRUPTED
3600.08/3628.22	c 3628	CPU 0.98 (0.04 0.01 0.94 0.12)
3600.08/3628.22	c 3628	END Fri Jul 11 20:45:48 2008

Verifier Data (download as text)

OK	20	20
20 unsatisfied constraints, 20 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-1108974-1215798320/watcher-1108974-1215798320 -o /tmp/evaluation-result-1108974-1215798320/solver-1108974-1215798320 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1108974-1215798320.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: 1.10 1.11 1.38 4/67 14156
/proc/meminfo: memFree=1962456/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=18572 CPUtime=0
/proc/14156/stat : 14156 (runsolver) D 14154 14156 14086 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 36533919 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 269028486439 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14156/statm: 4643 292 257 25 0 2626 0

[startup+0.0279211 s]
/proc/loadavg: 1.10 1.11 1.38 4/67 14156
/proc/meminfo: memFree=1962456/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=12272 CPUtime=0
/proc/14156/stat : 14156 (sugar) D 14154 14156 14086 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 36533919 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 0 18446744071563608069 0 0 17 1 0 0
/proc/14156/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101923 s]
/proc/loadavg: 1.10 1.11 1.38 4/67 14156
/proc/meminfo: memFree=1962456/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=12544 CPUtime=0
/proc/14156/stat : 14156 (sugar) R 14154 14156 14086 0 -1 4194304 479 0 0 0 0 0 0 0 18 0 1 0 36533919 12845056 447 996147200 4194304 4206940 548682068592 18446744073709551615 269046205136 0 0 4224 0 0 0 0 17 1 0 0
/proc/14156/statm: 3136 449 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301946 s]
/proc/loadavg: 1.10 1.11 1.38 4/67 14156
/proc/meminfo: memFree=1962456/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=0.03
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 36533919 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14156/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701977 s]
/proc/loadavg: 1.10 1.11 1.38 4/67 14156
/proc/meminfo: memFree=1962456/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=0.22
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 974 4158 0 1 3 0 17 2 16 0 1 0 36533919 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13600

[startup+1.50104 s]
/proc/loadavg: 1.10 1.11 1.38 5/93 14204
/proc/meminfo: memFree=1929280/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.1
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 3 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13600

[startup+3.10117 s]
/proc/loadavg: 1.17 1.13 1.38 3/76 14219
/proc/meminfo: memFree=1941448/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.1
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 3 1 94 12 15 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=6316 CPUtime=1.65
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 1372 0 0 0 165 0 0 0 25 0 1 0 36534061 6467584 1358 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 1579 1358 76 150 0 1426 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 25272

[startup+6.30242 s]
/proc/loadavg: 1.17 1.13 1.38 3/76 14219
/proc/meminfo: memFree=1934344/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=9456 CPUtime=4.83
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 2171 0 0 0 481 2 0 0 25 0 1 0 36534061 9682944 2157 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 2364 2157 76 150 0 2211 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 28412

[startup+12.7029 s]
/proc/loadavg: 1.30 1.15 1.39 3/76 14219
/proc/meminfo: memFree=1925200/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=13580 CPUtime=11.18
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 3200 0 0 0 1115 3 0 0 25 0 1 0 36534061 13905920 3186 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 3395 3186 76 150 0 3242 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 32536

[startup+25.5019 s]
/proc/loadavg: 1.41 1.18 1.39 3/76 14229
/proc/meminfo: memFree=1916944/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=16964 CPUtime=23.88
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 4029 0 0 0 2384 4 0 0 25 0 1 0 36534061 17371136 4015 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 4241 4015 76 150 0 4088 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 35920

[startup+51.102 s]
/proc/loadavg: 1.61 1.25 1.41 3/76 14229
/proc/meminfo: memFree=1900752/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=22544 CPUtime=49.28
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 5420 0 0 0 4922 6 0 0 25 0 1 0 36534061 23085056 5406 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 5636 5406 76 150 0 5483 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 41500

[startup+102.307 s]
/proc/loadavg: 1.84 1.37 1.44 3/76 14229
/proc/meminfo: memFree=1889168/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=24648 CPUtime=100.09
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 5925 0 0 0 10002 7 0 0 25 0 1 0 36534061 25239552 5911 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 6162 5911 76 150 0 6009 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 43604

[startup+162.302 s]
/proc/loadavg: 1.99 1.49 1.47 3/76 14229
/proc/meminfo: memFree=1876048/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=28504 CPUtime=159.63
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 6917 0 0 0 15955 8 0 0 25 0 1 0 36534061 29188096 6903 996147200 134512640 135127466 4294956256 18446744073709551615 134530670 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 7126 6903 76 150 0 6973 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 47460

[startup+222.301 s]
/proc/loadavg: 2.04 1.60 1.51 3/76 14229
/proc/meminfo: memFree=1862992/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=32076 CPUtime=219.17
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 7802 0 0 0 21907 10 0 0 25 0 1 0 36534061 32845824 7788 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 8019 7788 76 150 0 7866 0
Current children cumulated CPU time (s) 220.28
Current children cumulated vsize (KiB) 51032

[startup+282.301 s]
/proc/loadavg: 2.09 1.69 1.55 3/76 14229
/proc/meminfo: memFree=1862544/2055920 swapFree=4181252/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=32768 CPUtime=278.71
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 7962 0 0 0 27861 10 0 0 25 0 1 0 36534061 33554432 7948 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 8192 7948 76 150 0 8039 0
Current children cumulated CPU time (s) 279.82
Current children cumulated vsize (KiB) 51724


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

/proc/meminfo: memFree=1748112/2055920 swapFree=4181272/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=76360 CPUtime=3077.04
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 18681 0 0 0 307677 27 0 0 25 0 1 0 36534061 78192640 18667 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 19090 18667 76 150 0 18937 0
Current children cumulated CPU time (s) 3078.15
Current children cumulated vsize (KiB) 95316

[startup+3162.3 s]
/proc/loadavg: 2.19 2.08 1.96 3/76 14237
/proc/meminfo: memFree=1747984/2055920 swapFree=4181272/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=76536 CPUtime=3136.59
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 18716 0 0 0 313632 27 0 0 25 0 1 0 36534061 78372864 18702 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 19134 18702 76 150 0 18981 0
Current children cumulated CPU time (s) 3137.7
Current children cumulated vsize (KiB) 95492

[startup+3222.3 s]
/proc/loadavg: 2.09 2.07 1.96 3/76 14237
/proc/meminfo: memFree=1747984/2055920 swapFree=4181272/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=76536 CPUtime=3196.13
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 18716 0 0 0 319585 28 0 0 25 0 1 0 36534061 78372864 18702 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 19134 18702 76 150 0 18981 0
Current children cumulated CPU time (s) 3197.24
Current children cumulated vsize (KiB) 95492

[startup+3282.3 s]
/proc/loadavg: 2.03 2.06 1.96 3/76 14237
/proc/meminfo: memFree=1747920/2055920 swapFree=4181272/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=76536 CPUtime=3255.67
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 18716 0 0 0 325539 28 0 0 25 0 1 0 36534061 78372864 18702 996147200 134512640 135127466 4294956256 18446744073709551615 134528023 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 19134 18702 76 150 0 18981 0
Current children cumulated CPU time (s) 3256.78
Current children cumulated vsize (KiB) 95492

[startup+3342.3 s]
/proc/loadavg: 2.01 2.05 1.96 3/76 14237
/proc/meminfo: memFree=1747856/2055920 swapFree=4181272/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=76536 CPUtime=3315.2
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 18716 0 0 0 331492 28 0 0 25 0 1 0 36534061 78372864 18702 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 19134 18702 76 150 0 18981 0
Current children cumulated CPU time (s) 3316.31
Current children cumulated vsize (KiB) 95492

[startup+3402.31 s]
/proc/loadavg: 2.00 2.03 1.96 3/76 14237
/proc/meminfo: memFree=1747792/2055920 swapFree=4181272/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=76536 CPUtime=3374.74
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 18716 0 0 0 337446 28 0 0 25 0 1 0 36534061 78372864 18702 996147200 134512640 135127466 4294956256 18446744073709551615 134527454 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 19134 18702 76 150 0 18981 0
Current children cumulated CPU time (s) 3375.85
Current children cumulated vsize (KiB) 95492

[startup+3462.3 s]
/proc/loadavg: 2.00 2.03 1.96 3/76 14237
/proc/meminfo: memFree=1747728/2055920 swapFree=4181272/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=76536 CPUtime=3434.27
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 18717 0 0 0 343399 28 0 0 25 0 1 0 36534061 78372864 18703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 19134 18703 76 150 0 18981 0
Current children cumulated CPU time (s) 3435.38
Current children cumulated vsize (KiB) 95492

[startup+3522.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/76 14237
/proc/meminfo: memFree=1747664/2055920 swapFree=4181272/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=76536 CPUtime=3493.81
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 18718 0 0 0 349353 28 0 0 25 0 1 0 36534061 78372864 18704 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 19134 18704 76 150 0 18981 0
Current children cumulated CPU time (s) 3494.92
Current children cumulated vsize (KiB) 95492

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/76 14237
/proc/meminfo: memFree=1747600/2055920 swapFree=4181272/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=76536 CPUtime=3553.35
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 18718 0 0 0 355307 28 0 0 25 0 1 0 36534061 78372864 18704 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 19134 18704 76 150 0 18981 0
Current children cumulated CPU time (s) 3554.46
Current children cumulated vsize (KiB) 95492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3628.2 s]
/proc/loadavg: 2.09 2.03 1.97 4/85 14286
/proc/meminfo: memFree=1347312/2055920 swapFree=4181272/4192956
[pid=14156] ppid=14154 vsize=13600 CPUtime=1.11
/proc/14156/stat : 14156 (sugar) S 14154 14156 14086 0 -1 4194304 1171 15903 2 7 4 1 94 12 16 0 1 0 36533919 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14156/statm: 3400 804 374 3 0 500 0
[pid=14217] ppid=14156 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14156 14156 14086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36534061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14218] ppid=14217 vsize=76536 CPUtime=3598.97
/proc/14218/stat : 14218 (minisat) R 14217 14156 14086 0 -1 4194304 18718 0 0 0 359868 29 0 0 25 0 1 0 36534061 78372864 18704 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14218/statm: 19134 18704 76 150 0 18981 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 95492

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14156 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=986849
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=140978
# CPU time returned by wait4() is 1.12783
# while last known CPU time is 3600.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3628.22
CPU time (s): 3600.08
CPU user time (s): 3599.66
CPU system time (s): 0.42
CPU usage (%): 99.2244
Max. virtual memory (cumulated for all children) (KiB): 887396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.986849
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17417
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1876
involuntary context switches= 1652

runsolver used 3.58945 second user time and 9.76851 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-11 19:45:20
IDJOB=1108974
IDBENCH=60849
IDSOLVER=368
FILE ID=node26/1108974-1215798320
PBS_JOBID= 7903248
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/latinSquare/normalized-latinSquare-dg-10_all.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108974-1215798320/watcher-1108974-1215798320 -o /tmp/evaluation-result-1108974-1215798320/solver-1108974-1215798320 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1108974-1215798320.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fbe45cff1c17eeb8610f231ec185faba
RANDOM SEED=465478158

node26.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.213
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.213
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:       1964728 kB
Buffers:          3852 kB
Cached:          30492 kB
SwapCached:       4348 kB
Active:          36212 kB
Inactive:         5672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1964728 kB
SwapTotal:     4192956 kB
SwapFree:      4181252 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:          14260 kB
Slab:            34912 kB
Committed_AS:    88212 kB
PageTables:       1564 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= 66468 MiB
End job on node26 at 2008-07-11 20:45:50