Trace number 1128412

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.06 3634.02

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-90/
normalized-kbtree-9-2-3-5-90-06_ext.xml
MD5SUM1c9392cc5c0e62c17e656b9d0a32191b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints193
Best CPU time to get the best result obtained on this benchmark979.48
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:36:16 2008
0.00/0.04	c 0	PID 10707
0.00/0.05	c 0	HOST node52.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128412-1216784176.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128412-1216784176.xml' 'HOME/temp.csp'
0.04/0.55	c 1	1 domains, 58 variables, 0 predicates, 292 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.54/0.65	c 1	Parsing HOME/temp.csp
0.54/0.80	c 1	parsed 660 expressions
0.54/0.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.82	c 1	MAX CSP: 309 constraints
0.54/0.82	c 1	Converting to clausal form CSP
0.54/0.84	c 1	converted 98 (10%) expressions
0.54/0.84	c 1	converted 195 (20%) expressions
0.54/0.85	c 1	converted 292 (30%) expressions
0.54/0.86	c 1	converted 389 (40%) expressions
0.54/0.87	c 1	converted 486 (50%) expressions
0.54/0.88	c 1	converted 584 (60%) expressions
0.54/0.89	c 1	converted 681 (70%) expressions
0.54/0.89	c 1	converted 778 (80%) expressions
0.54/0.90	c 1	converted 875 (90%) expressions
0.94/1.06	c 1	converted 972 (100%) expressions
0.94/1.06	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
0.94/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.06	c 1	Propagation in CSP
0.94/1.10	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.10	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.94/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.10	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.10	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
0.94/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.13	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.05/1.14	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.14	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.14	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.15	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.15	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.05/1.15	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.05/1.15	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.05/1.16	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.05/1.16	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.05/1.16	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.05/1.20	c 1	93 (10%) CSP clauses are encoded (5151 clauses, 66034 bytes)
1.14/1.21	c 1	186 (20%) CSP clauses are encoded (5681 clauses, 73715 bytes)
1.14/1.22	c 1	278 (30%) CSP clauses are encoded (6208 clauses, 82030 bytes)
1.14/1.24	c 1	371 (40%) CSP clauses are encoded (7124 clauses, 95153 bytes)
1.14/1.25	c 1	463 (50%) CSP clauses are encoded (13386 clauses, 205367 bytes)
1.14/1.26	c 1	556 (60%) CSP clauses are encoded (15409 clauses, 239973 bytes)
1.14/1.30	c 1	649 (70%) CSP clauses are encoded (32760 clauses, 555708 bytes)
1.23/1.34	c 2	741 (80%) CSP clauses are encoded (49414 clauses, 841642 bytes)
1.34/1.41	c 2	834 (90%) CSP clauses are encoded (85873 clauses, 1506590 bytes)
1.34/1.49	c 2	926 (100%) CSP clauses are encoded (134461 clauses, 2396495 bytes)
1.34/1.49	c 2	926 CSP clauses encoded
1.34/1.50	c 2	Writing map file : HOME/temp.map
1.44/1.51	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.51	c 2	SAT : 5288 SAT variables, 134461 SAT clauses, 2396495 bytes
1.44/1.51	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:    134462                                               |
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    87073   251371 |    29024        0    nan |  0.000 % |
1.46/1.66	c 2	|       100 |    3900    87073   251371 |    31926       99     13 | 26.418 % |
1.46/1.68	c 2	|       251 |    3900    87073   251371 |    35119      250     15 | 26.418 % |
1.46/1.71	c 2	|       476 |    3900    87073   251371 |    38631      475     14 | 26.419 % |
1.46/1.75	c 2	|       813 |    3900    87073   251371 |    42494      812     16 | 26.418 % |
1.46/1.81	c 2	|      1321 |    3900    87073   251371 |    46743     1320     17 | 26.419 % |
1.46/1.93	c 2	|      2080 |    3891    86801   250596 |    51418     2079     20 | 26.419 % |
1.46/2.07	c 2	|      3219 |    3891    86801   250596 |    56560     3218     20 | 26.419 % |
2.21/2.31	c 2	|      4927 |    3866    86156   248750 |    62216     4924     20 | 26.891 % |
2.61/2.70	c 3	|      7491 |    3866    86156   248750 |    68437     7488     20 | 26.891 % |
3.40/3.50	c 4	|     11335 |    3866    86156   248750 |    75281    11332     20 | 26.891 % |
4.59/4.73	c 5	|     17101 |    3862    86076   248522 |    82809    17096     20 | 27.213 % |
6.18/6.34	c 7	|     25750 |    3849    85706   247462 |    91090    25744     19 | 27.213 % |
9.64/9.89	c 10	|     38724 |    3849    85706   247462 |   100199    38718     18 | 27.213 % |
16.78/17.02	c 17	|     58185 |    3849    85706   247462 |   110219    58179     20 | 27.213 % |
35.20/35.63	c 36	|     87378 |    3836    85341   246413 |   121241    87370     21 | 27.458 % |
63.65/64.30	c 64	|    131168 |    3836    85341   246413 |   133366    22547     23 | 27.459 % |
98.42/99.45	c 100	|    196853 |    3836    85341   246413 |   146702    88232     24 | 27.459 % |
180.84/182.67	c 183	|    295380 |    3753    82572   238387 |   161372    55032     19 | 29.029 % |
308.44/311.41	c 312	|    443169 |    3753    82572   238387 |   177510    55007     40 | 29.028 % |
504.60/509.41	c 510	|    664852 |    3733    81825   236213 |   195261   112319     34 | 29.406 % |
877.19/885.51	c 886	|    997378 |    3720    81368   234885 |   214787    84657     45 | 29.652 % |
1542.62/1557.22	c 1557	|   1496167 |    3720    81368   234885 |   236266   189795     45 | 29.652 % |
2606.11/2630.78	c 2631	|   2244349 |    3707    80978   233759 |   259892    52381     32 | 29.898 % |
3600.06/3634.01	c ERROR INTERRUPTED
3600.06/3634.02	s UNKNOWN
3600.06/3634.02	c 3634	CPU 1.35 (0.03 0.01 1.32 0.1)
3600.06/3634.02	c 3634	END Wed Jul 23 06:36:50 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-1128412-1216784176/watcher-1128412-1216784176 -o /tmp/evaluation-result-1128412-1216784176/solver-1128412-1216784176 -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-1128412-1216784176.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.00 2.00 4/81 10707
/proc/meminfo: memFree=1251528/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=12268 CPUtime=0
/proc/10707/stat : 10707 (sugar) R 10705 10707 8001 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5506513 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 273653922405 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/10707/statm: 3067 316 241 3 0 167 0

[startup+0.0987379 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10707
/proc/meminfo: memFree=1251528/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13600 CPUtime=0.04
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5506513 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101736 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10707
/proc/meminfo: memFree=1251528/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13600 CPUtime=0.04
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5506513 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301751 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10707
/proc/meminfo: memFree=1251528/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13600 CPUtime=0.04
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 5506513 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70178 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10707
/proc/meminfo: memFree=1251528/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13600 CPUtime=0.54
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 974 4612 0 1 3 1 47 3 16 0 1 0 5506513 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50283 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 10729
/proc/meminfo: memFree=1239472/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13600 CPUtime=0.54
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 974 4612 0 1 3 1 47 3 15 0 1 0 5506513 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3400 797 370 3 0 500 0
[pid=10720] ppid=10707 vsize=5356 CPUtime=0
/proc/10720/stat : 10720 (sh) S 10707 10707 8001 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5506571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10720/statm: 1339 233 193 169 0 50 0
[pid=10721] ppid=10720 vsize=868348 CPUtime=0.9
/proc/10721/stat : 10721 (java) S 10720 10707 8001 0 -1 0 6478 0 1 0 84 6 0 0 18 0 9 0 5506571 889188352 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10721/statm: 217087 5625 2565 9 0 211634 0
[pid=10721/tid=10722] ppid=10720 vsize=868348 CPUtime=0.57
/proc/10721/task/10722/stat : 10722 (java) R 10720 10707 8001 0 -1 64 2786 0 1 0 54 3 0 0 20 0 9 0 5506572 889188352 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4125952166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10721/tid=10723] ppid=10720 vsize=868348 CPUtime=0.06
/proc/10721/task/10723/stat : 10723 (java) S 10720 10707 8001 0 -1 64 1505 0 0 0 6 0 0 0 16 0 9 0 5506573 889188352 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10721/tid=10724] ppid=10720 vsize=868348 CPUtime=0
/proc/10721/task/10724/stat : 10724 (java) S 10720 10707 8001 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 5506573 889188352 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10721/tid=10725] ppid=10720 vsize=868348 CPUtime=0
/proc/10721/task/10725/stat : 10725 (java) S 10720 10707 8001 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5506574 889188352 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10721/tid=10726] ppid=10720 vsize=868348 CPUtime=0
/proc/10721/task/10726/stat : 10726 (java) S 10720 10707 8001 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5506576 889188352 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10721/tid=10727] ppid=10720 vsize=868348 CPUtime=0.23
/proc/10721/task/10727/stat : 10727 (java) S 10720 10707 8001 0 -1 64 1494 0 0 0 23 0 0 0 16 0 9 0 5506576 889188352 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10721/tid=10728] ppid=10720 vsize=868348 CPUtime=0
/proc/10721/task/10728/stat : 10728 (java) S 10720 10707 8001 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 5506576 889188352 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10721/tid=10729] ppid=10720 vsize=868348 CPUtime=0
/proc/10721/task/10729/stat : 10729 (java) S 10720 10707 8001 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 5506576 889188352 5625 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) 887304

[startup+3.10294 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10731
/proc/meminfo: memFree=1240120/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 15 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=7536 CPUtime=1.55
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 1798 0 0 0 154 1 0 0 25 0 1 0 5506666 7716864 1784 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 1884 1784 75 150 0 1731 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 26620

[startup+6.30116 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10731
/proc/meminfo: memFree=1238584/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=9212 CPUtime=4.72
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 2225 0 0 0 471 1 0 0 25 0 1 0 5506666 9433088 2211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 2303 2211 75 150 0 2150 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 28296

[startup+12.7026 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10731
/proc/meminfo: memFree=1235896/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=11860 CPUtime=11.06
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 2857 0 0 0 1104 2 0 0 25 0 1 0 5506666 12144640 2843 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 2965 2843 75 150 0 2812 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 30944

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10731
/proc/meminfo: memFree=1232504/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=15220 CPUtime=23.73
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 3688 0 0 0 2371 2 0 0 25 0 1 0 5506666 15585280 3674 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 3805 3674 75 150 0 3652 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 34304

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10731
/proc/meminfo: memFree=1227448/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=20356 CPUtime=49.1
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 4972 0 0 0 4905 5 0 0 25 0 1 0 5506666 20844544 4958 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 5089 4958 75 150 0 4936 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 39440

[startup+102.307 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 10772
/proc/meminfo: memFree=1224696/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=22384 CPUtime=99.84
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 5473 0 0 0 9978 6 0 0 25 0 1 0 5506666 22921216 5459 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 5596 5459 75 150 0 5443 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 41468

[startup+162.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 10772
/proc/meminfo: memFree=1219640/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=27628 CPUtime=159.27
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 6693 0 0 0 15920 7 0 0 25 0 1 0 5506666 28291072 6679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 6907 6679 75 150 0 6754 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 46712

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 10772
/proc/meminfo: memFree=1218744/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1163896/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=84044 CPUtime=3071.85
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 20211 0 0 0 307153 32 0 0 25 0 1 0 5506666 86061056 20197 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 21011 20197 75 150 0 20858 0
Current children cumulated CPU time (s) 3073.31
Current children cumulated vsize (KiB) 103128

[startup+3162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 10780
/proc/meminfo: memFree=1163768/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=84188 CPUtime=3131.3
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 20255 0 0 0 313097 33 0 0 25 0 1 0 5506666 86208512 20241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 21047 20241 75 150 0 20894 0
Current children cumulated CPU time (s) 3132.76
Current children cumulated vsize (KiB) 103272

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 10780
/proc/meminfo: memFree=1163064/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=84936 CPUtime=3190.73
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 20421 0 0 0 319040 33 0 0 25 0 1 0 5506666 86974464 20407 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 21234 20407 75 150 0 21081 0
Current children cumulated CPU time (s) 3192.19
Current children cumulated vsize (KiB) 104020

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10780
/proc/meminfo: memFree=1163064/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=84936 CPUtime=3250.18
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 20421 0 0 0 324985 33 0 0 25 0 1 0 5506666 86974464 20407 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 21234 20407 75 150 0 21081 0
Current children cumulated CPU time (s) 3251.64
Current children cumulated vsize (KiB) 104020

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10780
/proc/meminfo: memFree=1162616/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=85392 CPUtime=3309.61
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 20527 0 0 0 330928 33 0 0 25 0 1 0 5506666 87441408 20513 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 21348 20513 75 150 0 21195 0
Current children cumulated CPU time (s) 3311.07
Current children cumulated vsize (KiB) 104476

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10780
/proc/meminfo: memFree=1162296/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=85588 CPUtime=3369.07
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 20611 0 0 0 336873 34 0 0 25 0 1 0 5506666 87642112 20563 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 21397 20563 75 150 0 21244 0
Current children cumulated CPU time (s) 3370.53
Current children cumulated vsize (KiB) 104672

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10780
/proc/meminfo: memFree=1161976/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=85916 CPUtime=3428.5
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 20695 0 0 0 342816 34 0 0 25 0 1 0 5506666 87977984 20647 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 21479 20647 75 150 0 21326 0
Current children cumulated CPU time (s) 3429.96
Current children cumulated vsize (KiB) 105000

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10780
/proc/meminfo: memFree=1161720/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=86240 CPUtime=3487.94
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 20759 0 0 0 348759 35 0 0 25 0 1 0 5506666 88309760 20711 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 21560 20711 75 150 0 21407 0
Current children cumulated CPU time (s) 3489.4
Current children cumulated vsize (KiB) 105324

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10780
/proc/meminfo: memFree=1160760/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=87568 CPUtime=3547.38
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 20980 0 0 0 354703 35 0 0 25 0 1 0 5506666 89669632 20932 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 21892 20932 75 150 0 21739 0
Current children cumulated CPU time (s) 3548.84
Current children cumulated vsize (KiB) 106652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10780
/proc/meminfo: memFree=1160120/2055920 swapFree=4192956/4192956
[pid=10707] ppid=10705 vsize=13728 CPUtime=1.46
/proc/10707/stat : 10707 (sugar) S 10705 10707 8001 0 -1 4194304 1063 11387 0 2 3 1 132 10 16 0 1 0 5506513 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10707/statm: 3432 811 374 3 0 532 0
[pid=10730] ppid=10707 vsize=5356 CPUtime=0
/proc/10730/stat : 10730 (sh) S 10707 10707 8001 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5506665 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10730/statm: 1339 232 193 169 0 50 0
[pid=10731] ppid=10730 vsize=88224 CPUtime=3598.6
/proc/10731/stat : 10731 (minisat) R 10730 10707 8001 0 -1 4194304 21113 0 0 0 359824 36 0 0 25 0 1 0 5506666 90341376 21065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10731/statm: 22056 21065 75 150 0 21903 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 107308

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

Real time (s): 3634.02
CPU time (s): 3600.06
CPU user time (s): 3599.59
CPU system time (s): 0.47
CPU usage (%): 99.0654
Max. virtual memory (cumulated for all children) (KiB): 887304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.36479
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12795
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= 1956
involuntary context switches= 1849

runsolver used 6.13207 second user time and 10.3984 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-23 05:36:16
IDJOB=1128412
IDBENCH=65363
IDSOLVER=368
FILE ID=node52/1128412-1216784176
PBS_JOBID= 7974235
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-90/normalized-kbtree-9-2-3-5-90-06_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-1128412-1216784176/watcher-1128412-1216784176 -o /tmp/evaluation-result-1128412-1216784176/solver-1128412-1216784176 -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-1128412-1216784176.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1c9392cc5c0e62c17e656b9d0a32191b
RANDOM SEED=1996338190

node52.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:       1252072 kB
Buffers:         35724 kB
Cached:         669504 kB
SwapCached:          0 kB
Active:         447268 kB
Inactive:       283356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1252072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          45556 kB
Slab:            58272 kB
Committed_AS:   140856 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 node52 at 2008-07-23 06:36:52