Trace number 1098558

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) 1800.1 1815.42

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-36_ext.xml
MD5SUM4af1ac04dec7bc8bcb78062e6ba4b675
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.2214
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints344
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension344
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 21:00:43 2008
0.00/0.05	c 0	PID 22962
0.00/0.05	c 0	HOST node35.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1098558-1215284443.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-1098558-1215284443.xml' 'HOME/temp.csp'
0.03/0.76	c 0	1 domains, 40 variables, 0 predicates, 344 relations, 344 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.72/0.87	c 1	Parsing HOME/temp.csp
1.02/1.17	c 1	parsed 729 expressions
1.02/1.17	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.17	c 1	Converting to clausal form CSP
1.12/1.20	c 1	converted 73 (10%) expressions
1.12/1.20	c 1	converted 146 (20%) expressions
1.12/1.21	c 1	converted 219 (30%) expressions
1.12/1.21	c 1	converted 292 (40%) expressions
1.12/1.21	c 1	converted 365 (50%) expressions
1.12/1.28	c 1	converted 438 (60%) expressions
1.21/1.31	c 1	converted 511 (70%) expressions
1.21/1.32	c 1	converted 584 (80%) expressions
1.21/1.34	c 1	converted 657 (90%) expressions
1.21/1.36	c 1	converted 729 (100%) expressions
1.21/1.36	c 1	CSP : 40 integers, 0 booleans, 344 clauses, largest domain size 19
1.21/1.36	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.36	c 1	Propagation in CSP
1.21/1.36	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.36	c 1	CSP : 40 integers, 0 booleans, 344 clauses, largest domain size 19
1.21/1.36	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.36	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.36	c 1	CSP : 40 integers, 0 booleans, 344 clauses, largest domain size 19
1.21/1.36	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.40	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.41	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.31/1.42	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.31/1.42	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.31/1.42	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.31/1.42	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.31/1.42	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.31/1.42	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.31/1.42	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.31/1.43	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.31/1.43	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.31/1.48	c 1	35 (10%) CSP clauses are encoded (2961 clauses, 44251 bytes)
1.31/1.49	c 1	69 (20%) CSP clauses are encoded (5106 clauses, 80162 bytes)
1.42/1.51	c 1	104 (30%) CSP clauses are encoded (7352 clauses, 119451 bytes)
1.42/1.53	c 1	138 (40%) CSP clauses are encoded (9441 clauses, 158637 bytes)
1.42/1.55	c 1	172 (50%) CSP clauses are encoded (11627 clauses, 199617 bytes)
1.42/1.56	c 1	207 (60%) CSP clauses are encoded (13849 clauses, 241331 bytes)
1.42/1.57	c 1	241 (70%) CSP clauses are encoded (16025 clauses, 282218 bytes)
1.42/1.59	c 1	276 (80%) CSP clauses are encoded (18186 clauses, 322843 bytes)
1.51/1.60	c 1	310 (90%) CSP clauses are encoded (20301 clauses, 362610 bytes)
1.51/1.62	c 1	344 (100%) CSP clauses are encoded (22377 clauses, 401577 bytes)
1.51/1.62	c 1	344 CSP clauses encoded
1.51/1.62	c 1	Writing map file : HOME/temp.map
1.51/1.62	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.62	c 1	SAT : 720 SAT variables, 22377 SAT clauses, 401577 bytes
1.51/1.62	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.68	c 1	SOLVING HOME/temp.cnf
1.51/1.68	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.68	c 1	This is MiniSat 2.0 beta
1.51/1.68	c 1	WARNING: for repeatability, setting FPU to use double precision
1.51/1.68	c 1	============================[ Problem Statistics ]=============================
1.51/1.68	c 1	|                                                                             |
1.51/1.68	c 1	|  Number of variables:  720                                                  |
1.51/1.68	c 1	|  Number of clauses:    22377                                                |
1.51/1.69	c 1	|  Parsing time:         0.01         s                                       |
1.51/1.69	c 1	============================[ Search Statistics ]==============================
1.51/1.69	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.51/1.69	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.51/1.69	c 1	===============================================================================
1.51/1.69	c 1	|         0 |     720    22377    82226 |     7459        0    nan |  0.000 % |
1.55/1.71	c 1	|       100 |     720    22377    82226 |     8204      100     12 |  0.000 % |
1.55/1.72	c 1	|       251 |     720    22377    82226 |     9025      251     11 |  0.005 % |
1.55/1.75	c 1	|       479 |     720    22377    82226 |     9927      479     11 |  0.005 % |
1.55/1.79	c 2	|       816 |     720    22377    82226 |    10920      816     11 |  0.005 % |
1.55/1.85	c 2	|      1323 |     720    22377    82226 |    12012     1323     12 |  0.005 % |
1.55/1.94	c 2	|      2085 |     720    22377    82226 |    13214     2085     13 |  0.005 % |
1.55/2.09	c 2	|      3224 |     720    22377    82226 |    14535     3224     14 |  0.005 % |
2.15/2.32	c 2	|      4933 |     720    22377    82226 |    15989     4933     14 |  0.002 % |
2.45/2.68	c 2	|      7496 |     720    22377    82226 |    17587     7496     15 |  0.005 % |
3.15/3.31	c 3	|     11340 |     720    22377    82226 |    19346    11340     15 |  0.005 % |
4.33/4.51	c 4	|     17107 |     720    22377    82226 |    21281    17107     14 |  0.007 % |
6.12/6.34	c 6	|     25757 |     720    22377    82226 |    23409    15009     15 |  0.005 % |
9.09/9.36	c 9	|     38731 |     720    22377    82226 |    25750    16203     16 |  0.002 % |
14.24/14.51	c 14	|     58192 |     720    22377    82226 |    28325    22712     15 |  0.005 % |
22.34/22.70	c 22	|     87385 |     720    22377    82226 |    31158    23155     14 |  0.005 % |
33.23/33.77	c 33	|    131174 |     720    22377    82226 |    34273    29207     17 |  0.003 % |
51.35/52.10	c 52	|    196858 |     720    22377    82226 |    37701    30340     19 |  0.003 % |
81.47/82.44	c 82	|    295387 |     720    22377    82226 |    41471    35467     17 |  0.008 % |
132.68/134.16	c 134	|    443176 |     720    22377    82226 |    45618    28742     18 |  0.001 % |
210.54/212.70	c 212	|    664859 |     720    22377    82226 |    50180    29007     19 |  0.003 % |
342.67/346.13	c 346	|    997384 |     720    22377    82226 |    55198    48407     20 |  0.002 % |
543.35/548.82	c 549	|   1496172 |     719    22319    82062 |    60718    50774     19 |  0.139 % |
864.28/872.88	c 873	|   2244355 |     717    22228    81772 |    66790    39646     19 |  0.417 % |
1380.34/1393.86	c 1394	|   3366629 |     713    21964    80843 |    73469    34783     20 |  0.972 % |
1800.05/1815.41	sh: line 1: 22986 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1815.41	c 1815	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1815.41	c 1815	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1815.41	c ERROR INTERRUPTED
1800.05/1815.42	s UNKNOWN
1800.05/1815.42	c 1815	CPU 1799.88 (0.04 0 1799.84 0.19)
1800.05/1815.42	c 1815	END Sat Jul  5 21:30:58 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1098558-1215284443/watcher-1098558-1215284443 -o /tmp/evaluation-result-1098558-1215284443/solver-1098558-1215284443 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1098558-1215284443.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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/84 22962
/proc/meminfo: memFree=1651792/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=18572 CPUtime=0
/proc/22962/stat : 22962 (runsolver) R 22960 22962 21943 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1012846802 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22962/statm: 4643 292 257 25 0 2626 0

[startup+0.052772 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 22962
/proc/meminfo: memFree=1651792/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=0.03
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 884 127 0 0 3 0 0 0 19 0 1 0 1012846802 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102316 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 22962
/proc/meminfo: memFree=1651792/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=0.03
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1012846802 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301344 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 22962
/proc/meminfo: memFree=1651792/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=0.03
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1012846802 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701422 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 22962
/proc/meminfo: memFree=1651792/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=0.03
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1012846802 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50261 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 22984
/proc/meminfo: memFree=1643320/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=0.73
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 974 4752 0 1 4 0 66 3 15 0 1 0 1012846802 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 797 370 3 0 500 0
[pid=22975] ppid=22962 vsize=5356 CPUtime=0
/proc/22975/stat : 22975 (sh) S 22962 22962 21943 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1012846881 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22975/statm: 1339 233 193 169 0 50 0
[pid=22976] ppid=22975 vsize=864432 CPUtime=0.69
/proc/22976/stat : 22976 (java) S 22975 22962 21943 0 -1 0 6758 0 1 0 66 3 0 0 19 0 9 0 1012846881 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22976/statm: 216108 6019 2563 9 0 210655 0
[pid=22976/tid=22977] ppid=22975 vsize=864432 CPUtime=0.39
/proc/22976/task/22977/stat : 22977 (java) R 22975 22962 21943 0 -1 64 2702 0 1 0 38 1 0 0 18 0 9 0 1012846882 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22976/tid=22978] ppid=22975 vsize=864432 CPUtime=0.15
/proc/22976/task/22978/stat : 22978 (java) S 22975 22962 21943 0 -1 64 3004 0 0 0 15 0 0 0 16 0 9 0 1012846883 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22976/tid=22979] ppid=22975 vsize=864432 CPUtime=0
/proc/22976/task/22979/stat : 22979 (java) S 22975 22962 21943 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1012846884 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22976/tid=22980] ppid=22975 vsize=864432 CPUtime=0
/proc/22976/task/22980/stat : 22980 (java) S 22975 22962 21943 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1012846884 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22976/tid=22981] ppid=22975 vsize=864432 CPUtime=0
/proc/22976/task/22981/stat : 22981 (java) S 22975 22962 21943 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1012846886 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22976/tid=22982] ppid=22975 vsize=864432 CPUtime=0.11
/proc/22976/task/22982/stat : 22982 (java) R 22975 22962 21943 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 1012846886 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 102193258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22976/tid=22983] ppid=22975 vsize=864432 CPUtime=0
/proc/22976/task/22983/stat : 22983 (java) S 22975 22962 21943 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1012846886 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22976/tid=22984] ppid=22975 vsize=864432 CPUtime=0
/proc/22976/task/22984/stat : 22984 (java) S 22975 22962 21943 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1012846886 885178368 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883388

[startup+3.10188 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22986
/proc/meminfo: memFree=1646776/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 15 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=3904 CPUtime=1.4
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 719 0 0 0 140 0 0 0 25 0 1 0 1012846970 3997696 705 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 976 705 75 150 0 823 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 22860

[startup+6.30149 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22986
/proc/meminfo: memFree=1645176/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=4864 CPUtime=4.57
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 981 0 0 0 456 1 0 0 25 0 1 0 1012846970 4980736 967 996147200 134512640 135127466 4294956256 18446744073709551615 134521718 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 1216 967 75 150 0 1063 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 23820

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22986
/proc/meminfo: memFree=1644408/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=5524 CPUtime=10.9
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 1154 0 0 0 1089 1 0 0 25 0 1 0 1012846970 5656576 1140 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 1381 1140 75 150 0 1228 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 24480

[startup+25.5021 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1643696/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=6356 CPUtime=23.56
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 1348 0 0 0 2355 1 0 0 25 0 1 0 1012846970 6508544 1334 996147200 134512640 135127466 4294956256 18446744073709551615 134531258 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 1589 1334 75 150 0 1436 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 25312

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1642288/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=7824 CPUtime=48.91
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 1688 0 0 0 4890 1 0 0 25 0 1 0 1012846970 8011776 1674 996147200 134512640 135127466 4294956256 18446744073709551615 134528068 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 1956 1674 75 150 0 1803 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 26780

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1640496/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=9392 CPUtime=99.63
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 2086 0 0 0 9961 2 0 0 25 0 1 0 1012846970 9617408 2072 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 2348 2072 75 150 0 2195 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 28348

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1639344/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=10740 CPUtime=159.06
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 2408 0 0 0 15903 3 0 0 25 0 1 0 1012846970 10997760 2394 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 2685 2394 75 150 0 2532 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 29696

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1638640/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=19464 CPUtime=1228.74
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 4483 0 0 0 122868 6 0 0 25 0 1 0 1012846970 19931136 4469 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 4866 4469 75 150 0 4713 0
Current children cumulated CPU time (s) 1230.29
Current children cumulated vsize (KiB) 38420

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1569016/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=19596 CPUtime=1288.16
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 4531 0 0 0 128810 6 0 0 25 0 1 0 1012846970 20066304 4517 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 4899 4517 75 150 0 4746 0
Current children cumulated CPU time (s) 1289.71
Current children cumulated vsize (KiB) 38552

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1568952/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=19772 CPUtime=1347.59
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 4553 0 0 0 134753 6 0 0 25 0 1 0 1012846970 20246528 4539 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 4943 4539 75 150 0 4790 0
Current children cumulated CPU time (s) 1349.14
Current children cumulated vsize (KiB) 38728

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1513400/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=20216 CPUtime=1406.77
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 4655 0 0 0 140671 6 0 0 25 0 1 0 1012846970 20701184 4641 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 5054 4641 75 150 0 4901 0
Current children cumulated CPU time (s) 1408.32
Current children cumulated vsize (KiB) 39172

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1512888/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=20780 CPUtime=1466.75
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 4792 0 0 0 146668 7 0 0 25 0 1 0 1012846970 21278720 4778 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 5195 4778 75 150 0 5042 0
Current children cumulated CPU time (s) 1468.3
Current children cumulated vsize (KiB) 39736

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1512696/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=20940 CPUtime=1526.72
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 4830 0 0 0 152665 7 0 0 25 0 1 0 1012846970 21442560 4816 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 5235 4816 75 150 0 5082 0
Current children cumulated CPU time (s) 1528.27
Current children cumulated vsize (KiB) 39896

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1512632/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=20940 CPUtime=1586.69
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 4853 0 0 0 158662 7 0 0 25 0 1 0 1012846970 21442560 4839 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 5235 4839 75 150 0 5082 0
Current children cumulated CPU time (s) 1588.24
Current children cumulated vsize (KiB) 39896

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1512376/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=21244 CPUtime=1646.66
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 4904 0 0 0 164659 7 0 0 25 0 1 0 1012846970 21753856 4890 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 5311 4890 75 150 0 5158 0
Current children cumulated CPU time (s) 1648.21
Current children cumulated vsize (KiB) 40200

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23037
/proc/meminfo: memFree=1687440/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=21404 CPUtime=1706.63
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 4948 0 0 0 170654 9 0 0 25 0 1 0 1012846970 21917696 4934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 5351 4934 75 150 0 5198 0
Current children cumulated CPU time (s) 1708.18
Current children cumulated vsize (KiB) 40360

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/96 23049
/proc/meminfo: memFree=1633264/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=21688 CPUtime=1765.56
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 5014 0 0 0 176547 9 0 0 25 0 1 0 1012846970 22208512 5000 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/22986/statm: 5422 5000 75 150 0 5269 0
Current children cumulated CPU time (s) 1767.11
Current children cumulated vsize (KiB) 40644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 23088
/proc/meminfo: memFree=1706000/2055920 swapFree=4174728/4192956
[pid=22962] ppid=22960 vsize=13600 CPUtime=1.55
/proc/22962/stat : 22962 (sugar) S 22960 22962 21943 0 -1 4194304 1031 11841 0 2 4 0 144 7 16 0 1 0 1012846802 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 3400 798 370 3 0 500 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 21943 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1012846970 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=21848 CPUtime=1798.5
/proc/22986/stat : 22986 (minisat) R 22985 22962 21943 0 -1 4194304 5037 0 0 0 179840 10 0 0 25 0 1 0 1012846970 22372352 5023 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 5462 5023 75 150 0 5309 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 40804

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

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

Child status: 0
Real time (s): 1815.42
CPU time (s): 1800.1
CPU user time (s): 1799.89
CPU system time (s): 0.203968
CPU usage (%): 99.1558
Max. virtual memory (cumulated for all children) (KiB): 883388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18797
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= 1584
involuntary context switches= 61464

runsolver used 2.14267 second user time and 6.10407 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-05 21:00:43
IDJOB=1098558
IDBENCH=59635
IDSOLVER=346
FILE ID=node35/1098558-1215284443
PBS_JOBID= 7882294
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-36_ext.xml
COMMAND LINE= DIR/sugar -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-1098558-1215284443/watcher-1098558-1215284443 -o /tmp/evaluation-result-1098558-1215284443/solver-1098558-1215284443 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1098558-1215284443.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4af1ac04dec7bc8bcb78062e6ba4b675
RANDOM SEED=1662745587

node35.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.261
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.261
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:       1652272 kB
Buffers:         49296 kB
Cached:         192552 kB
SwapCached:      12200 kB
Active:         254816 kB
Inactive:        93028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652272 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:         117376 kB
Slab:            40844 kB
Committed_AS:  2362192 kB
PageTables:       1960 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= 66472 MiB
End job on node35 at 2008-07-05 21:31:00