Trace number 1128428

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+minisat? (TO) 3600.07 3616.42

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-80/
normalized-kbtree-9-2-3-5-80-36_ext.xml
MD5SUMb73b7e6e189ee3fd8a6518818db72074
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints157
Best CPU time to get the best result obtained on this benchmark340.681
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:39:52 2008
0.00/0.04	c 0	PID 6307
0.04/0.05	c 0	HOST node71.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1128428-1216784392.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128428-1216784392.xml' 'HOME/temp.csp'
0.04/0.57	c 1	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.04/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.57	c 1	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.55/0.65	c 1	Parsing HOME/temp.csp
0.55/0.81	c 1	parsed 677 expressions
0.55/0.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.82	c 1	MAX CSP: 309 constraints
0.55/0.82	c 1	Converting to clausal form CSP
0.55/0.84	c 1	converted 99 (10%) expressions
0.55/0.85	c 1	converted 198 (20%) expressions
0.55/0.85	c 1	converted 297 (30%) expressions
0.55/0.86	c 1	converted 396 (40%) expressions
0.55/0.87	c 1	converted 495 (50%) expressions
0.55/0.88	c 1	converted 594 (60%) expressions
0.55/0.89	c 1	converted 693 (70%) expressions
0.55/0.89	c 1	converted 792 (80%) expressions
0.55/0.90	c 1	converted 891 (90%) expressions
0.95/1.06	c 2	converted 989 (100%) expressions
0.95/1.06	c 2	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
0.95/1.06	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.06	c 2	Propagation in CSP
0.95/1.09	c 2	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.10	c 2	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.95/1.10	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.10	c 2	Simplifing CSP by introducing new Boolean variables
0.95/1.10	c 2	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.95/1.10	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.13	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.05/1.14	c 2	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.14	c 2	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.14	c 2	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.14	c 2	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.15	c 2	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.15	c 2	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.05/1.15	c 2	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.05/1.15	c 2	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.05/1.16	c 2	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.05/1.16	c 2	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.05/1.20	c 2	93 (10%) CSP clauses are encoded (5228 clauses, 67823 bytes)
1.14/1.21	c 2	186 (20%) CSP clauses are encoded (5852 clauses, 77263 bytes)
1.14/1.22	c 2	278 (30%) CSP clauses are encoded (6467 clauses, 87741 bytes)
1.14/1.24	c 2	371 (40%) CSP clauses are encoded (7402 clauses, 101341 bytes)
1.14/1.25	c 2	463 (50%) CSP clauses are encoded (13664 clauses, 211555 bytes)
1.14/1.26	c 2	556 (60%) CSP clauses are encoded (15687 clauses, 246161 bytes)
1.14/1.29	c 2	649 (70%) CSP clauses are encoded (33038 clauses, 561896 bytes)
1.24/1.34	c 2	741 (80%) CSP clauses are encoded (49692 clauses, 847830 bytes)
1.34/1.41	c 2	834 (90%) CSP clauses are encoded (86151 clauses, 1512778 bytes)
1.34/1.49	c 2	926 (100%) CSP clauses are encoded (134739 clauses, 2402683 bytes)
1.34/1.49	c 2	926 CSP clauses encoded
1.34/1.49	c 2	Writing map file : HOME/temp.map
1.44/1.50	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.50	c 2	SAT : 5288 SAT variables, 134739 SAT clauses, 2402683 bytes
1.44/1.50	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.52	c 2	OBJECTIVE minimize _COST
1.44/1.52	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.44/1.52	c 2	SEARCHING: _COST <= 155
1.44/1.52	c 2	SOLVING HOME/temp.cnf
1.44/1.52	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.44/1.52	c 2	This is MiniSat 2.0 beta
1.44/1.52	c 2	WARNING: for repeatability, setting FPU to use double precision
1.44/1.52	c 2	============================[ Problem Statistics ]=============================
1.44/1.52	c 2	|                                                                             |
1.44/1.52	c 2	|  Number of variables:  5288                                                 |
1.44/1.52	c 2	|  Number of clauses:    134740                                               |
1.44/1.59	c 2	|  Parsing time:         0.06         s                                       |
1.46/1.61	c 2	============================[ Search Statistics ]==============================
1.46/1.61	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.46/1.61	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.46/1.61	c 2	===============================================================================
1.46/1.61	c 2	|         0 |    3902    87351   252741 |    29117        0    nan |  0.000 % |
1.46/1.66	c 2	|       100 |    3900    87351   252741 |    32028       99     23 | 26.399 % |
1.46/1.68	c 2	|       250 |    3900    87351   252741 |    35231      249     25 | 26.400 % |
1.46/1.71	c 2	|       475 |    3900    87351   252741 |    38754      474     21 | 26.400 % |
1.46/1.75	c 2	|       813 |    3900    87351   252741 |    42630      812     22 | 26.399 % |
1.46/1.80	c 2	|      1319 |    3900    87351   252741 |    46893     1318     20 | 26.400 % |
1.46/1.88	c 2	|      2078 |    3892    87160   252205 |    51582     2077     19 | 26.400 % |
1.46/2.03	c 2	|      3217 |    3892    87160   252205 |    56740     3216     20 | 26.400 % |
2.12/2.26	c 3	|      4925 |    3892    87160   252205 |    62414     4924     21 | 26.400 % |
2.51/2.65	c 3	|      7487 |    3892    87160   252205 |    68656     7486     22 | 26.400 % |
3.11/3.27	c 4	|     11332 |    3892    87160   252205 |    75521    11331     28 | 26.401 % |
4.21/4.36	c 5	|     17099 |    3892    87160   252205 |    83074    17098     31 | 26.400 % |
6.39/6.54	c 7	|     25748 |    3892    87160   252205 |    91381    25747     33 | 26.400 % |
8.88/9.03	c 9	|     38722 |    3892    87160   252205 |   100519    38721     30 | 26.401 % |
16.25/16.43	c 17	|     58183 |    3892    87160   252205 |   110571    58182     29 | 26.400 % |
34.75/35.04	c 35	|     87376 |    3892    87160   252205 |   121628    87375     30 | 26.401 % |
59.73/60.16	c 61	|    131165 |    3892    87160   252205 |   133791    20331     38 | 26.401 % |
98.84/99.48	c 100	|    196849 |    3892    87160   252205 |   147171    86015     38 | 26.400 % |
182.13/183.17	c 184	|    295375 |    3892    87160   252205 |   161888    49592     31 | 26.400 % |
321.34/323.02	c 323	|    443164 |    3892    87160   252205 |   178076    50588     33 | 26.400 % |
503.83/506.49	c 507	|    664847 |    3892    87160   252205 |   195884   107740     36 | 26.400 % |
856.19/860.56	c 861	|    997374 |    3892    87160   252205 |   215473    77166     31 | 26.400 % |
1542.69/1550.42	c 1551	|   1496162 |    3892    87160   252205 |   237020   173643     36 | 26.400 % |
2641.46/2654.60	c 2655	|   2244344 |    3892    87160   252205 |   260722    39873     30 | 26.400 % |
3600.07/3616.42	c ERROR INTERRUPTED
3600.07/3616.42	s UNKNOWN
3600.07/3616.42	c 3617	CPU 1.35 (0.03 0.01 1.32 0.1)
3600.07/3616.42	c 3617	END Wed Jul 23 06:40:09 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1128428-1216784392/watcher-1128428-1216784392 -o /tmp/evaluation-result-1128428-1216784392/solver-1128428-1216784392 -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-1128428-1216784392.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.59 2.75 2.68 4/81 6307
/proc/meminfo: memFree=1268672/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=12268 CPUtime=0
/proc/6307/stat : 6307 (sugar) R 6305 6307 5466 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5525895 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 231962540645 0 0 4224 0 0 0 0 17 1 0 0
/proc/6307/statm: 3067 316 241 3 0 167 0

[startup+0.0495391 s]
/proc/loadavg: 2.59 2.75 2.68 4/81 6307
/proc/meminfo: memFree=1268672/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13600 CPUtime=0.04
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 838 0 0 0 3 1 0 0 18 0 1 0 5525895 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102267 s]
/proc/loadavg: 2.59 2.75 2.68 4/81 6307
/proc/meminfo: memFree=1268672/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13600 CPUtime=0.04
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5525895 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302313 s]
/proc/loadavg: 2.59 2.75 2.68 4/81 6307
/proc/meminfo: memFree=1268672/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13600 CPUtime=0.04
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5525895 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702397 s]
/proc/loadavg: 2.59 2.75 2.68 4/81 6307
/proc/meminfo: memFree=1268672/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13600 CPUtime=0.55
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 974 4625 0 1 3 1 48 3 16 0 1 0 5525895 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50157 s]
/proc/loadavg: 2.59 2.75 2.68 4/92 6329
/proc/meminfo: memFree=1256488/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13600 CPUtime=0.55
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 974 4625 0 1 3 1 48 3 15 0 1 0 5525895 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3400 797 370 3 0 500 0
[pid=6320] ppid=6307 vsize=5356 CPUtime=0
/proc/6320/stat : 6320 (sh) S 6307 6307 5466 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5525953 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6320/statm: 1339 233 193 169 0 50 0
[pid=6321] ppid=6320 vsize=868352 CPUtime=0.89
/proc/6321/stat : 6321 (java) S 6320 6307 5466 0 -1 0 6500 0 1 0 83 6 0 0 18 0 9 0 5525953 889192448 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6321/statm: 217088 5647 2565 9 0 211635 0
[pid=6321/tid=6322] ppid=6320 vsize=868352 CPUtime=0.57
/proc/6321/task/6322/stat : 6322 (java) R 6320 6307 5466 0 -1 64 2786 0 1 0 53 4 0 0 21 0 9 0 5525954 889192448 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4125924730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6321/tid=6323] ppid=6320 vsize=868352 CPUtime=0.06
/proc/6321/task/6323/stat : 6323 (java) S 6320 6307 5466 0 -1 64 1532 0 0 0 6 0 0 0 16 0 9 0 5525955 889192448 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6321/tid=6324] ppid=6320 vsize=868352 CPUtime=0
/proc/6321/task/6324/stat : 6324 (java) S 6320 6307 5466 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 5525956 889192448 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6321/tid=6325] ppid=6320 vsize=868352 CPUtime=0
/proc/6321/task/6325/stat : 6325 (java) S 6320 6307 5466 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5525956 889192448 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6321/tid=6326] ppid=6320 vsize=868352 CPUtime=0
/proc/6321/task/6326/stat : 6326 (java) S 6320 6307 5466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5525957 889192448 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6321/tid=6327] ppid=6320 vsize=868352 CPUtime=0.24
/proc/6321/task/6327/stat : 6327 (java) S 6320 6307 5466 0 -1 64 1489 0 0 0 23 1 0 0 16 0 9 0 5525958 889192448 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6321/tid=6328] ppid=6320 vsize=868352 CPUtime=0
/proc/6321/task/6328/stat : 6328 (java) S 6320 6307 5466 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 5525958 889192448 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6321/tid=6329] ppid=6320 vsize=868352 CPUtime=0
/proc/6321/task/6329/stat : 6329 (java) S 6320 6307 5466 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5525958 889192448 5647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887308

[startup+3.10192 s]
/proc/loadavg: 2.54 2.73 2.68 3/84 6331
/proc/meminfo: memFree=1257320/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 15 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=7936 CPUtime=1.55
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 1900 0 0 0 155 0 0 0 25 0 1 0 5526048 8126464 1886 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6331/statm: 1984 1886 76 150 0 1831 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 27020

[startup+6.30161 s]
/proc/loadavg: 2.54 2.73 2.68 3/84 6331
/proc/meminfo: memFree=1254584/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=10676 CPUtime=4.73
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 2573 0 0 0 472 1 0 0 25 0 1 0 5526048 10932224 2559 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/6331/statm: 2669 2559 76 150 0 2516 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 29760

[startup+12.702 s]
/proc/loadavg: 2.54 2.73 2.68 3/84 6331
/proc/meminfo: memFree=1250744/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=14232 CPUtime=11.1
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 3452 0 0 0 1108 2 0 0 25 0 1 0 5526048 14573568 3438 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/6331/statm: 3558 3438 76 150 0 3405 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 33316

[startup+25.5027 s]
/proc/loadavg: 2.45 2.70 2.67 3/84 6331
/proc/meminfo: memFree=1246904/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=17956 CPUtime=23.84
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 4390 0 0 0 2381 3 0 0 25 0 1 0 5526048 18386944 4376 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6331/statm: 4489 4376 76 150 0 4336 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 37040

[startup+51.1023 s]
/proc/loadavg: 2.30 2.64 2.65 3/84 6331
/proc/meminfo: memFree=1239288/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=25900 CPUtime=49.31
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 6358 0 0 0 4925 6 0 0 25 0 1 0 5526048 26521600 6344 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6331/statm: 6475 6344 76 150 0 6322 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 44984

[startup+102.307 s]
/proc/loadavg: 2.12 2.53 2.61 3/84 6331
/proc/meminfo: memFree=1236920/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=27992 CPUtime=100.27
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 6864 0 0 0 10020 7 0 0 25 0 1 0 5526048 28663808 6850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6331/statm: 6998 6850 76 150 0 6845 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 47076

[startup+162.302 s]
/proc/loadavg: 2.05 2.44 2.57 3/84 6331
/proc/meminfo: memFree=1230584/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=34544 CPUtime=159.96
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 8449 0 0 0 15988 8 0 0 25 0 1 0 5526048 35373056 8435 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6331/statm: 8636 8435 76 150 0 8483 0
Current children cumulated CPU time (s) 161.42
Current children cumulated vsize (KiB) 53628

[startup+222.301 s]
/proc/loadavg: 2.01 2.35 2.53 3/84 6331
/proc/meminfo: memFree=1229624/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1189368/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=76484 CPUtime=3085.51
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 18288 0 0 0 308528 23 0 0 25 0 1 0 5526048 78319616 18266 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6331/statm: 19121 18266 76 150 0 18968 0
Current children cumulated CPU time (s) 3086.97
Current children cumulated vsize (KiB) 95568

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 6339
/proc/meminfo: memFree=1189240/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=76484 CPUtime=3145.21
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 18289 0 0 0 314498 23 0 0 25 0 1 0 5526048 78319616 18267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6331/statm: 19121 18267 76 150 0 18968 0
Current children cumulated CPU time (s) 3146.67
Current children cumulated vsize (KiB) 95568

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 6339
/proc/meminfo: memFree=1188856/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=76860 CPUtime=3204.92
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 18393 0 0 0 320469 23 0 0 25 0 1 0 5526048 78704640 18371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6331/statm: 19215 18371 76 150 0 19062 0
Current children cumulated CPU time (s) 3206.38
Current children cumulated vsize (KiB) 95944

[startup+3282.3 s]
/proc/loadavg: 2.33 2.08 2.02 3/76 6411
/proc/meminfo: memFree=1180984/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=82528 CPUtime=3264.68
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 19748 0 0 0 326443 25 0 0 25 0 1 0 5526048 84508672 19726 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6331/statm: 20632 19726 76 150 0 20479 0
Current children cumulated CPU time (s) 3266.14
Current children cumulated vsize (KiB) 101612

[startup+3342.3 s]
/proc/loadavg: 2.39 2.15 2.05 3/76 6411
/proc/meminfo: memFree=1176440/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=83648 CPUtime=3324.64
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 20028 0 0 0 332439 25 0 0 25 0 1 0 5526048 85655552 20006 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6331/statm: 20912 20006 76 150 0 20759 0
Current children cumulated CPU time (s) 3326.1
Current children cumulated vsize (KiB) 102732

[startup+3402.31 s]
/proc/loadavg: 2.29 2.18 2.07 3/76 6411
/proc/meminfo: memFree=1173368/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=84216 CPUtime=3384.61
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 20143 0 0 0 338436 25 0 0 25 0 1 0 5526048 86237184 20121 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6331/statm: 21054 20121 76 150 0 20901 0
Current children cumulated CPU time (s) 3386.07
Current children cumulated vsize (KiB) 103300

[startup+3462.3 s]
/proc/loadavg: 2.24 2.19 2.08 3/76 6411
/proc/meminfo: memFree=1172472/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=84584 CPUtime=3444.57
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 20202 0 0 0 344432 25 0 0 25 0 1 0 5526048 86614016 20180 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6331/statm: 21146 20180 76 150 0 20993 0
Current children cumulated CPU time (s) 3446.03
Current children cumulated vsize (KiB) 103668

[startup+3522.3 s]
/proc/loadavg: 2.18 2.18 2.08 3/76 6411
/proc/meminfo: memFree=1171320/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=84904 CPUtime=3504.55
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 20275 0 0 0 350429 26 0 0 25 0 1 0 5526048 86941696 20253 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/6331/statm: 21226 20253 76 150 0 21073 0
Current children cumulated CPU time (s) 3506.01
Current children cumulated vsize (KiB) 103988

[startup+3582.3 s]
/proc/loadavg: 2.07 2.14 2.08 4/76 6411
/proc/meminfo: memFree=1170232/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=85068 CPUtime=3564.52
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 20314 0 0 0 356426 26 0 0 25 0 1 0 5526048 87109632 20292 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6331/statm: 21267 20292 76 150 0 21114 0
Current children cumulated CPU time (s) 3565.98
Current children cumulated vsize (KiB) 104152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.4 s]
/proc/loadavg: 2.09 2.14 2.08 4/76 6411
/proc/meminfo: memFree=1169784/2055920 swapFree=4192956/4192956
[pid=6307] ppid=6305 vsize=13728 CPUtime=1.46
/proc/6307/stat : 6307 (sugar) S 6305 6307 5466 0 -1 4194304 1063 11423 0 2 3 1 132 10 16 0 1 0 5525895 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6307/statm: 3432 811 374 3 0 532 0
[pid=6330] ppid=6307 vsize=5356 CPUtime=0
/proc/6330/stat : 6330 (sh) S 6307 6307 5466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5526048 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6330/statm: 1339 232 193 169 0 50 0
[pid=6331] ppid=6330 vsize=85068 CPUtime=3598.61
/proc/6331/stat : 6331 (minisat) R 6330 6307 5466 0 -1 4194304 20329 0 0 0 359835 26 0 0 25 0 1 0 5526048 87109632 20307 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6331/statm: 21267 20307 76 150 0 21114 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 104152

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 6307 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=365792
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=126980
# CPU time returned by wait4() is 1.49277
# while last known CPU time is 3600.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3616.42
CPU time (s): 3600.07
CPU user time (s): 3599.7
CPU system time (s): 0.37
CPU usage (%): 99.5478
Max. virtual memory (cumulated for all children) (KiB): 887308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.36579
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12830
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2028
involuntary context switches= 1883

runsolver used 5.15622 second user time and 11.2983 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-23 05:39:52
IDJOB=1128428
IDBENCH=65384
IDSOLVER=368
FILE ID=node71/1128428-1216784392
PBS_JOBID= 7974222
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-80/normalized-kbtree-9-2-3-5-80-36_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-1128428-1216784392/watcher-1128428-1216784392 -o /tmp/evaluation-result-1128428-1216784392/solver-1128428-1216784392 -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-1128428-1216784392.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b73b7e6e189ee3fd8a6518818db72074
RANDOM SEED=34803155

node71.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.263
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.263
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:       1269152 kB
Buffers:         31000 kB
Cached:         678172 kB
SwapCached:          0 kB
Active:         215600 kB
Inactive:       519196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1269152 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1416 kB
Writeback:           0 kB
Mapped:          45744 kB
Slab:            36976 kB
Committed_AS:   125452 kB
PageTables:       1984 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 node71 at 2008-07-23 06:40:11