Trace number 1128324

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.03 3632.82

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-70/
normalized-kbtree-9-2-3-5-70-50_ext.xml
MD5SUMf8a45b0a3a3f7375b1f3eb86d6d666a8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints112
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 05:07:09 2008
0.00/0.04	c 0	PID 4786
0.00/0.04	c 0	HOST node90.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1128324-1216782428.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128324-1216782428.xml' 'HOME/temp.csp'
0.03/0.41	c 0	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.03/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.46	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.38/0.54	c 0	Parsing HOME/temp.csp
0.38/0.71	c 0	parsed 677 expressions
0.38/0.71	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.72	c 0	MAX CSP: 309 constraints
0.38/0.72	c 0	Converting to clausal form CSP
0.38/0.74	c 0	converted 99 (10%) expressions
0.38/0.75	c 0	converted 198 (20%) expressions
0.38/0.75	c 0	converted 297 (30%) expressions
0.38/0.76	c 0	converted 396 (40%) expressions
0.38/0.77	c 0	converted 495 (50%) expressions
0.38/0.78	c 0	converted 594 (60%) expressions
0.38/0.79	c 0	converted 693 (70%) expressions
0.38/0.79	c 0	converted 792 (80%) expressions
0.38/0.80	c 0	converted 891 (90%) expressions
0.38/0.95	c 1	converted 989 (100%) expressions
0.38/0.95	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
0.38/0.95	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.38/0.95	c 1	Propagation in CSP
0.38/0.99	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.38/0.99	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.38/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.38/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.38/0.99	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.38/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.02	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.03	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.90/1.03	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.90/1.03	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.90/1.03	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.90/1.03	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
0.90/1.04	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
0.90/1.04	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
0.90/1.04	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
0.90/1.05	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
0.90/1.05	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
0.90/1.08	c 1	93 (10%) CSP clauses are encoded (5293 clauses, 69390 bytes)
0.90/1.09	c 1	186 (20%) CSP clauses are encoded (5956 clauses, 80484 bytes)
1.01/1.11	c 1	278 (30%) CSP clauses are encoded (6627 clauses, 92898 bytes)
1.01/1.12	c 1	371 (40%) CSP clauses are encoded (7592 clauses, 107366 bytes)
1.01/1.13	c 1	463 (50%) CSP clauses are encoded (13854 clauses, 217580 bytes)
1.01/1.14	c 1	556 (60%) CSP clauses are encoded (15877 clauses, 252186 bytes)
1.01/1.17	c 1	649 (70%) CSP clauses are encoded (33228 clauses, 567921 bytes)
1.10/1.22	c 1	741 (80%) CSP clauses are encoded (49882 clauses, 853855 bytes)
1.10/1.28	c 1	834 (90%) CSP clauses are encoded (86341 clauses, 1518803 bytes)
1.20/1.36	c 1	926 (100%) CSP clauses are encoded (134929 clauses, 2408708 bytes)
1.20/1.36	c 1	926 CSP clauses encoded
1.20/1.36	c 1	Writing map file : HOME/temp.map
1.20/1.37	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.37	c 1	SAT : 5288 SAT variables, 134929 SAT clauses, 2408708 bytes
1.20/1.37	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.40	c 1	OBJECTIVE minimize _COST
1.20/1.40	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.20/1.40	c 1	SEARCHING: _COST <= 155
1.20/1.40	c 1	SOLVING HOME/temp.cnf
1.20/1.40	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.29/1.40	c 1	This is MiniSat 2.0 beta
1.29/1.40	c 1	WARNING: for repeatability, setting FPU to use double precision
1.29/1.40	c 1	============================[ Problem Statistics ]=============================
1.29/1.40	c 1	|                                                                             |
1.29/1.40	c 1	|  Number of variables:  5288                                                 |
1.29/1.40	c 1	|  Number of clauses:    134930                                               |
1.29/1.46	c 1	|  Parsing time:         0.06         s                                       |
1.29/1.49	c 1	============================[ Search Statistics ]==============================
1.29/1.49	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.49	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.49	c 1	===============================================================================
1.29/1.49	c 1	|         0 |    3902    87541   254049 |    29180        0    nan |  0.000 % |
1.29/1.51	c 1	|       101 |    3897    87541   254049 |    32098      100     20 | 26.399 % |
1.29/1.61	c 1	|       251 |    3897    87541   254049 |    35308      250     18 | 26.401 % |
1.29/1.61	c 1	|       476 |    3897    87541   254049 |    38839      475     21 | 26.400 % |
1.29/1.61	c 1	|       813 |    3897    87541   254049 |    42722      812     22 | 26.400 % |
1.29/1.67	c 1	|      1320 |    3897    87541   254049 |    46995     1319     24 | 26.400 % |
1.29/1.78	c 1	|      2080 |    3892    87350   253513 |    51694     2079     22 | 26.400 % |
1.29/1.93	c 2	|      3219 |    3892    87350   253513 |    56864     3218     21 | 26.400 % |
1.29/2.15	c 2	|      4931 |    3892    87350   253513 |    62550     4930     20 | 26.399 % |
1.29/2.49	c 2	|      7493 |    3892    87350   253513 |    68805     7492     19 | 26.399 % |
2.96/3.11	c 3	|     11337 |    3892    87350   253513 |    75686    11336     19 | 26.399 % |
3.85/4.06	c 4	|     17104 |    3892    87350   253513 |    83254    17103     19 | 26.399 % |
5.74/6.00	c 6	|     25753 |    3892    87350   253513 |    91580    25752     20 | 26.399 % |
8.20/8.42	c 8	|     38727 |    3892    87350   253513 |   100738    38726     21 | 26.400 % |
14.55/14.86	c 14	|     58192 |    3892    87350   253513 |   110812    58191     34 | 26.399 % |
29.90/30.34	c 30	|     87385 |    3892    87350   253513 |   121893    87384     39 | 26.400 % |
41.37/41.92	c 41	===============================================================================
41.37/41.92	c 41	restarts              : 16
41.37/41.92	c 42	conflicts             : 110261         (2753 /sec)
41.37/41.92	c 42	decisions             : 133155         (0.72 % random) (3325 /sec)
41.37/41.92	c 42	propagations          : 24882102       (621246 /sec)
41.37/41.92	c 42	conflict literals     : 4298440        (24.84 % deleted)
41.37/41.92	c 42	Memory used           : 27.23 MB
41.37/41.92	c 42	CPU time              : 40.0519 s
41.37/41.92	c 42	
41.37/41.92	c 42	SATISFIABLE
41.37/41.92	c 42	FOUND: _COST <= 155
41.37/41.92	s SATISFIABLE
41.37/41.92	c 42	DECODING HOME/temp.out WITH HOME/temp.map
41.37/41.92	c 42	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
41.42/42.00	c 42	Decoding HOME/temp.out
41.42/42.09	c 42	OBJECTIVE _COST 155
41.42/42.09	o 155
41.42/42.09	v 3 4 1 1 3 1 4 3 2 4 2 3 1 0 4 2 1 4 2 4 3 1 2 4 0 4 4 4 0 1 0 1 4 0 4 0 3 3 4 3 0 4 3 0 1 1 4 3 3 3 2 2 2 2 4 2 4 1
41.58/42.11	c 42	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
41.58/42.13	c 42	OBJECTIVE BOUND: 0 <= _COST <= 155
41.58/42.13	c 42	SEARCHING: _COST <= 77
41.58/42.13	c 42	SOLVING HOME/temp.cnf
41.58/42.13	c 42	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
41.58/42.13	c 42	This is MiniSat 2.0 beta
41.58/42.13	c 42	WARNING: for repeatability, setting FPU to use double precision
41.58/42.13	c 42	============================[ Problem Statistics ]=============================
41.58/42.13	c 42	|                                                                             |
41.58/42.13	c 42	|  Number of variables:  5288                                                 |
41.58/42.13	c 42	|  Number of clauses:    134930                                               |
41.58/42.20	c 42	|  Parsing time:         0.06         s                                       |
41.60/42.23	c 42	============================[ Search Statistics ]==============================
41.60/42.23	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.60/42.23	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.60/42.23	c 42	===============================================================================
41.60/42.23	c 42	|         0 |    3121    58172   168207 |    19390        0    nan |  0.000 % |
41.60/42.25	c 42	|       100 |    3119    58172   168207 |    21329       99     15 | 41.188 % |
41.60/42.27	c 42	|       253 |    3119    58172   168207 |    23462      252     20 | 41.188 % |
41.60/42.29	c 42	|       478 |    3119    58172   168207 |    25808      477     19 | 41.188 % |
41.60/42.33	c 42	|       815 |    3119    58172   168207 |    28389      814     20 | 41.188 % |
41.60/42.38	c 42	|      1321 |    3110    57901   167434 |    31228     1320     21 | 41.188 % |
41.60/42.46	c 42	|      2081 |    3110    57901   167434 |    34351     2080     22 | 41.188 % |
41.60/42.59	c 42	|      3220 |    3110    57901   167434 |    37786     3219     23 | 41.188 % |
41.60/42.84	c 42	|      4928 |    3110    57901   167434 |    41565     4927     25 | 41.188 % |
42.65/43.27	c 43	|      7490 |    3110    57901   167434 |    45722     7489     26 | 41.188 % |
43.34/43.95	c 44	|     11334 |    3110    57901   167434 |    50294    11333     27 | 41.188 % |
44.63/45.26	c 45	|     17101 |    3110    57901   167434 |    55323    17100     27 | 41.188 % |
46.51/47.12	c 47	|     25750 |    3110    57901   167434 |    60856    25749     26 | 41.188 % |
51.17/51.82	c 51	|     38725 |    3110    57901   167434 |    66941    38724     28 | 41.188 % |
58.20/58.94	c 59	|     58186 |    3110    57901   167434 |    73636    58185     28 | 41.188 % |
70.69/71.50	c 71	|     87379 |    3110    57901   167434 |    80999    23216     30 | 41.188 % |
93.57/94.66	c 94	|    131168 |    3110    57901   167434 |    89099    67005     28 | 41.188 % |
125.48/126.89	c 126	|    196852 |    3110    57901   167434 |    98009    54255     31 | 41.188 % |
175.62/177.48	c 177	|    295378 |    3110    57901   167434 |   107810    65857     27 | 41.188 % |
277.30/280.02	c 280	|    443168 |    3110    57901   167434 |   118591    20175     28 | 41.188 % |
446.56/450.82	c 450	|    664851 |    3110    57901   167434 |   130450    32704     24 | 41.188 % |
738.13/745.09	c 745	|    997376 |    3110    57901   167434 |   143495    20799     22 | 41.188 % |
1187.14/1198.11	c 1198	|   1496164 |    3110    57901   167434 |   157845   132859     26 | 41.188 % |
1899.68/1917.13	c 1917	|   2244348 |    3110    57901   167434 |   173629    21186     25 | 41.188 % |
3045.09/3072.85	c 3072	|   3366622 |    3110    57901   167434 |   190992    35553     29 | 41.188 % |
3600.03/3632.81	c ERROR unknown output  in HOME/temp.out
3600.03/3632.81	c 3632	CPU 41.41 (0.03 0.01 41.38 0.18)
3600.03/3632.81	c 3632	END Wed Jul 23 06:07:41 2008

Verifier Data (download as text)

OK	148	161
148 unsatisfied constraints, 161 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-1128324-1216782428/watcher-1128324-1216782428 -o /tmp/evaluation-result-1128324-1216782428/solver-1128324-1216782428 -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-1128324-1216782428.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.03 4/81 4786
/proc/meminfo: memFree=1607520/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=12272 CPUtime=0
/proc/4786/stat : 4786 (sugar) R 4784 4786 3668 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 5327381 12566528 324 996147200 4194304 4206940 548682068592 18446744073709551615 256385281729 0 0 4224 0 0 0 0 17 0 0 0
/proc/4786/statm: 3068 327 246 3 0 168 0

[startup+0.0866909 s]
/proc/loadavg: 2.00 2.04 2.03 4/81 4786
/proc/meminfo: memFree=1607520/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13600 CPUtime=0.03
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 5327381 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101694 s]
/proc/loadavg: 2.00 2.04 2.03 4/81 4786
/proc/meminfo: memFree=1607520/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13600 CPUtime=0.03
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 5327381 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30173 s]
/proc/loadavg: 2.00 2.04 2.03 4/81 4786
/proc/meminfo: memFree=1607520/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13600 CPUtime=0.03
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 5327381 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701797 s]
/proc/loadavg: 2.00 2.04 2.03 4/81 4786
/proc/meminfo: memFree=1607520/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13600 CPUtime=0.38
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 974 4624 0 1 2 1 32 3 15 0 1 0 5327381 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13600

[startup+1.53704 s]
/proc/loadavg: 2.08 2.06 2.04 4/92 4808
/proc/meminfo: memFree=1593224/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=1.29
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1063 11470 0 2 3 1 116 9 15 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13728

[startup+3.1021 s]
/proc/loadavg: 2.08 2.06 2.04 3/84 4810
/proc/meminfo: memFree=1595912/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=1.29
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1063 11470 0 2 3 1 116 9 15 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4809] ppid=4786 vsize=5356 CPUtime=0
/proc/4809/stat : 4809 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5327521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4809/statm: 1339 232 193 169 0 50 0
[pid=4810] ppid=4809 vsize=7808 CPUtime=1.67
/proc/4810/stat : 4810 (minisat) R 4809 4786 3668 0 -1 4194304 1854 0 0 0 167 0 0 0 25 0 1 0 5327521 7995392 1840 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/4810/statm: 1952 1840 76 150 0 1799 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 26892

[startup+6.30169 s]
/proc/loadavg: 2.07 2.06 2.04 3/84 4810
/proc/meminfo: memFree=1593992/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=1.29
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1063 11470 0 2 3 1 116 9 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4809] ppid=4786 vsize=5356 CPUtime=0
/proc/4809/stat : 4809 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5327521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4809/statm: 1339 232 193 169 0 50 0
[pid=4810] ppid=4809 vsize=9836 CPUtime=4.84
/proc/4810/stat : 4810 (minisat) R 4809 4786 3668 0 -1 4194304 2358 0 0 0 484 0 0 0 25 0 1 0 5327521 10072064 2344 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/4810/statm: 2459 2344 76 150 0 2306 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 28920

[startup+12.7019 s]
/proc/loadavg: 2.07 2.06 2.03 3/84 4810
/proc/meminfo: memFree=1588424/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=1.29
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1063 11470 0 2 3 1 116 9 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4809] ppid=4786 vsize=5356 CPUtime=0
/proc/4809/stat : 4809 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5327521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4809/statm: 1339 232 193 169 0 50 0
[pid=4810] ppid=4809 vsize=15068 CPUtime=11.18
/proc/4810/stat : 4810 (minisat) R 4809 4786 3668 0 -1 4194304 3662 0 0 0 1117 1 0 0 25 0 1 0 5327521 15429632 3648 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4810/statm: 3767 3648 76 150 0 3614 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 34152

[startup+25.5012 s]
/proc/loadavg: 2.06 2.06 2.03 3/84 4810
/proc/meminfo: memFree=1581896/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=1.29
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1063 11470 0 2 3 1 116 9 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4809] ppid=4786 vsize=5356 CPUtime=0
/proc/4809/stat : 4809 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5327521 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4809/statm: 1339 232 193 169 0 50 0
[pid=4810] ppid=4809 vsize=21832 CPUtime=23.86
/proc/4810/stat : 4810 (minisat) R 4809 4786 3668 0 -1 4194304 5358 0 0 0 2383 3 0 0 25 0 1 0 5327521 22355968 5344 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/4810/statm: 5458 5344 76 150 0 5305 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 40916

[startup+51.102 s]
/proc/loadavg: 2.03 2.05 2.03 3/84 4822
/proc/meminfo: memFree=1592456/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=11028 CPUtime=8.88
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 2675 0 0 0 887 1 0 0 25 0 1 0 5331594 11292672 2661 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 2757 2661 75 150 0 2604 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 30112

[startup+102.301 s]
/proc/loadavg: 2.07 2.06 2.03 3/84 4822
/proc/meminfo: memFree=1584520/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=19008 CPUtime=59.6
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 4628 0 0 0 5957 3 0 0 25 0 1 0 5331594 19464192 4614 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 4752 4614 75 150 0 4599 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 38092

[startup+162.301 s]
/proc/loadavg: 2.02 2.04 2.03 4/84 4822
/proc/meminfo: memFree=1579720/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=23680 CPUtime=119.05
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 5768 0 0 0 11901 4 0 0 25 0 1 0 5331594 24248320 5754 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 5920 5754 75 150 0 5767 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 42764

[startup+222.303 s]
/proc/loadavg: 2.01 2.03 2.02 3/84 4822
/proc/meminfo: memFree=1577672/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=25664 CPUtime=178.52
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 6229 0 0 0 17847 5 0 0 25 0 1 0 5331594 26279936 6215 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 6416 6215 75 150 0 6263 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 44748

[startup+282.303 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 4822
/proc/meminfo: memFree=1575432/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=27904 CPUtime=237.98
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 6788 0 0 0 23792 6 0 0 25 0 1 0 5331594 28573696 6774 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 6976 6774 75 150 0 6823 0
Current children cumulated CPU time (s) 279.58
Current children cumulated vsize (KiB) 46988


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

/proc/meminfo: memFree=1549232/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=53276 CPUtime=3032.73
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 12722 0 0 0 303259 14 0 0 25 0 1 0 5331594 54554624 12692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 13319 12692 75 150 0 13166 0
Current children cumulated CPU time (s) 3074.33
Current children cumulated vsize (KiB) 72360

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4865
/proc/meminfo: memFree=1549104/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=53456 CPUtime=3092.2
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 12765 0 0 0 309206 14 0 0 25 0 1 0 5331594 54738944 12735 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 13364 12735 75 150 0 13211 0
Current children cumulated CPU time (s) 3133.8
Current children cumulated vsize (KiB) 72540

[startup+3222.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4865
/proc/meminfo: memFree=1548848/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=53596 CPUtime=3151.67
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 12811 0 0 0 315152 15 0 0 25 0 1 0 5331594 54882304 12773 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 13399 12773 75 150 0 13246 0
Current children cumulated CPU time (s) 3193.27
Current children cumulated vsize (KiB) 72680

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 4871
/proc/meminfo: memFree=1548464/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=53860 CPUtime=3211.06
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 12875 0 0 0 321091 15 0 0 25 0 1 0 5331594 55152640 12837 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 13465 12837 75 150 0 13312 0
Current children cumulated CPU time (s) 3252.66
Current children cumulated vsize (KiB) 72944

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4871
/proc/meminfo: memFree=1548464/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=53860 CPUtime=3270.52
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 12875 0 0 0 327037 15 0 0 25 0 1 0 5331594 55152640 12837 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 13465 12837 75 150 0 13312 0
Current children cumulated CPU time (s) 3312.12
Current children cumulated vsize (KiB) 72944

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4871
/proc/meminfo: memFree=1548080/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=54244 CPUtime=3329.99
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 12987 0 0 0 332984 15 0 0 25 0 1 0 5331594 55545856 12949 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 13561 12949 75 150 0 13408 0
Current children cumulated CPU time (s) 3371.59
Current children cumulated vsize (KiB) 73328

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4871
/proc/meminfo: memFree=1547568/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=54892 CPUtime=3389.46
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 13100 0 0 0 338931 15 0 0 25 0 1 0 5331594 56209408 13062 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 13723 13062 75 150 0 13570 0
Current children cumulated CPU time (s) 3431.06
Current children cumulated vsize (KiB) 73976

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4871
/proc/meminfo: memFree=1547248/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=55204 CPUtime=3448.91
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 13184 0 0 0 344876 15 0 0 25 0 1 0 5331594 56528896 13146 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 13801 13146 75 150 0 13648 0
Current children cumulated CPU time (s) 3490.51
Current children cumulated vsize (KiB) 74288

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4871
/proc/meminfo: memFree=1546800/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=55772 CPUtime=3508.38
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 13281 0 0 0 350822 16 0 0 25 0 1 0 5331594 57110528 13243 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 13943 13243 75 150 0 13790 0
Current children cumulated CPU time (s) 3549.98
Current children cumulated vsize (KiB) 74856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4871
/proc/meminfo: memFree=1546736/2055920 swapFree=4192956/4192956
[pid=4786] ppid=4784 vsize=13728 CPUtime=41.6
/proc/4786/stat : 4786 (sugar) S 4784 4786 3668 0 -1 4194304 1182 22399 0 3 3 1 4138 18 16 0 1 0 5327381 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4786/statm: 3432 811 374 3 0 532 0
[pid=4821] ppid=4786 vsize=5356 CPUtime=0
/proc/4821/stat : 4821 (sh) S 4786 4786 3668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5331594 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4821/statm: 1339 232 193 169 0 50 0
[pid=4822] ppid=4821 vsize=55772 CPUtime=3558.43
/proc/4822/stat : 4822 (minisat) R 4821 4786 3668 0 -1 4194304 13281 0 0 0 355827 16 0 0 25 0 1 0 5331594 57110528 13243 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4822/statm: 13943 13243 75 150 0 13790 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 74856

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 4786 and gives
#  childrusage.ru_utime.tv_sec=41
#  childrusage.ru_utime.tv_usec=423702
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=205968
# CPU time returned by wait4() is 41.6297
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3632.82
CPU time (s): 3600.03
CPU user time (s): 3599.68
CPU system time (s): 0.35
CPU usage (%): 99.0975
Max. virtual memory (cumulated for all children) (KiB): 887348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.4237
system time used= 0.205968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23925
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= 2595
involuntary context switches= 4164

runsolver used 3.55246 second user time and 9.74052 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-23 05:07:09
IDJOB=1128324
IDBENCH=65184
IDSOLVER=368
FILE ID=node90/1128324-1216782428
PBS_JOBID= 7974097
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-70/normalized-kbtree-9-2-3-5-70-50_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128324-1216782428/watcher-1128324-1216782428 -o /tmp/evaluation-result-1128324-1216782428/solver-1128324-1216782428 -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-1128324-1216782428.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8a45b0a3a3f7375b1f3eb86d6d666a8
RANDOM SEED=1182741774

node90.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.265
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	: 5931.00
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1608064 kB
Buffers:         32456 kB
Cached:         346984 kB
SwapCached:          0 kB
Active:         328700 kB
Inactive:        74960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608064 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:          44320 kB
Slab:            29496 kB
Committed_AS:   124976 kB
PageTables:       1896 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= 66560 MiB
End job on node90 at 2008-07-23 06:07:41