Trace number 2089859

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.14.6+minisat? (TO) 1800.08 1811.22

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 benchmark14.5238
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

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 11:22:57 2009
0.00/0.07	c 0	PID 29539
0.05/0.07	c 0	HOST node82.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2089859-1247390577.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2089859-1247390577.xml' 'HOME/temp.csp'
0.05/0.53	c 1	1 domains, 40 variables, 0 predicates, 344 relations, 344 constraints
0.05/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.54	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.52/0.61	c 1	Parsing HOME/temp.csp
0.52/0.86	c 1	parsed 729 expressions
0.52/0.87	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.52/0.87	c 1	Converting to clausal form CSP
0.52/0.89	c 1	converted 73 (10%) expressions
0.52/0.89	c 1	converted 146 (20%) expressions
0.52/0.90	c 1	converted 219 (30%) expressions
0.52/0.90	c 1	converted 292 (40%) expressions
0.52/0.90	c 1	converted 365 (50%) expressions
0.52/0.97	c 1	converted 438 (60%) expressions
0.52/0.99	c 1	converted 511 (70%) expressions
0.96/1.00	c 1	converted 584 (80%) expressions
0.96/1.02	c 1	converted 657 (90%) expressions
0.96/1.04	c 1	converted 729 (100%) expressions
0.96/1.04	c 1	CSP : 40 integers, 0 booleans, 344 clauses, largest domain size 19
0.96/1.04	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.04	c 1	Propagation in CSP
0.96/1.04	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.96/1.04	c 1	CSP : 40 integers, 0 booleans, 344 clauses, largest domain size 19
0.96/1.04	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.04	c 1	Simplifing CSP by introducing new Boolean variables
0.96/1.05	c 1	CSP : 40 integers, 0 booleans, 344 clauses, largest domain size 19
0.96/1.05	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.96/1.09	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
0.96/1.09	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
0.96/1.09	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
0.96/1.09	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
0.96/1.10	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
0.96/1.10	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
0.96/1.10	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
0.96/1.10	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
0.96/1.10	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
0.96/1.10	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.06/1.15	c 1	35 (10%) CSP clauses are encoded (2961 clauses, 44251 bytes)
1.06/1.16	c 1	69 (20%) CSP clauses are encoded (5106 clauses, 80162 bytes)
1.06/1.18	c 1	104 (30%) CSP clauses are encoded (7352 clauses, 119451 bytes)
1.06/1.19	c 1	138 (40%) CSP clauses are encoded (9441 clauses, 158637 bytes)
1.15/1.21	c 1	172 (50%) CSP clauses are encoded (11627 clauses, 199617 bytes)
1.15/1.22	c 1	207 (60%) CSP clauses are encoded (13849 clauses, 241331 bytes)
1.15/1.23	c 1	241 (70%) CSP clauses are encoded (16025 clauses, 282218 bytes)
1.15/1.24	c 1	276 (80%) CSP clauses are encoded (18186 clauses, 322843 bytes)
1.15/1.26	c 1	310 (90%) CSP clauses are encoded (20301 clauses, 362610 bytes)
1.15/1.27	c 1	344 (100%) CSP clauses are encoded (22377 clauses, 401577 bytes)
1.15/1.27	c 1	344 CSP clauses encoded
1.15/1.27	c 1	Writing map file : HOME/temp.map
1.15/1.27	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.27	c 1	SAT : 720 SAT variables, 22377 SAT clauses, 401577 bytes
1.15/1.27	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.33	c 1	SOLVING HOME/temp.cnf
1.23/1.33	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.23/1.33	c 1	This is MiniSat 2.0 beta
1.23/1.33	c 1	WARNING: for repeatability, setting FPU to use double precision
1.23/1.33	c 1	============================[ Problem Statistics ]=============================
1.23/1.33	c 1	|                                                                             |
1.23/1.33	c 1	|  Number of variables:  720                                                  |
1.23/1.33	c 1	|  Number of clauses:    22377                                                |
1.23/1.34	c 1	|  Parsing time:         0.01         s                                       |
1.23/1.34	c 1	============================[ Search Statistics ]==============================
1.23/1.34	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.23/1.34	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.23/1.34	c 1	===============================================================================
1.23/1.34	c 1	|         0 |     720    22377    82226 |     7459        0    nan |  0.000 % |
1.23/1.35	c 1	|       100 |     720    22377    82226 |     8204      100     12 |  0.000 % |
1.23/1.37	c 1	|       251 |     720    22377    82226 |     9025      251     11 |  0.005 % |
1.23/1.39	c 1	|       479 |     720    22377    82226 |     9927      479     11 |  0.005 % |
1.24/1.43	c 1	|       816 |     720    22377    82226 |    10920      816     11 |  0.005 % |
1.24/1.49	c 2	|      1323 |     720    22377    82226 |    12012     1323     12 |  0.005 % |
1.24/1.57	c 2	|      2085 |     720    22377    82226 |    13214     2085     13 |  0.005 % |
1.24/1.71	c 2	|      3224 |     720    22377    82226 |    14535     3224     14 |  0.005 % |
1.24/1.91	c 2	|      4933 |     720    22377    82226 |    15989     4933     14 |  0.002 % |
2.10/2.23	c 2	|      7496 |     720    22377    82226 |    17587     7496     15 |  0.005 % |
2.70/2.80	c 3	|     11340 |     720    22377    82226 |    19346    11340     15 |  0.005 % |
3.69/3.87	c 4	|     17107 |     720    22377    82226 |    21281    17107     14 |  0.007 % |
5.30/5.50	c 6	|     25757 |     720    22377    82226 |    23409    15009     15 |  0.005 % |
7.99/8.19	c 8	|     38731 |     720    22377    82226 |    25750    16203     16 |  0.002 % |
12.59/12.78	c 13	|     58192 |     720    22377    82226 |    28325    22712     15 |  0.005 % |
20.08/20.20	c 20	|     87385 |     720    22377    82226 |    31158    23155     14 |  0.005 % |
30.08/30.20	c 30	|    131174 |     720    22377    82226 |    34273    29207     17 |  0.003 % |
46.57/46.74	c 47	|    196858 |     720    22377    82226 |    37701    30340     19 |  0.003 % |
73.86/74.02	c 74	|    295387 |     720    22377    82226 |    41471    35467     17 |  0.008 % |
120.34/120.57	c 121	|    443176 |     720    22377    82226 |    45618    28742     18 |  0.001 % |
191.00/191.22	c 191	|    664859 |     720    22377    82226 |    50180    29007     19 |  0.003 % |
310.55/310.86	c 311	|    997384 |     720    22377    82226 |    55198    48407     20 |  0.002 % |
491.06/491.45	c 491	|   1496172 |     719    22319    82062 |    60718    50774     19 |  0.139 % |
780.84/782.34	c 782	|   2244355 |     717    22228    81772 |    66790    39646     19 |  0.417 % |
1248.29/1254.24	c 1254	|   3366629 |     713    21964    80843 |    73469    34783     20 |  0.972 % |
1800.05/1811.21	sh: line 1: 29563 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1811.21	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1811.21	c 1811	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1811.21	c ERROR INTERRUPTED
1800.05/1811.21	s UNKNOWN
1800.05/1811.21	c 1811	CPU 1800.07 (0.05 0.02 1799.83 0.17)
1800.05/1811.21	c 1811	END Sun Jul 12 11:53:08 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2089859-1247390577/watcher-2089859-1247390577 -o /tmp/evaluation-result-2089859-1247390577/solver-2089859-1247390577 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2089859-1247390577.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 29539
/proc/meminfo: memFree=1663840/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=12268 CPUtime=0
/proc/29539/stat : 29539 (sugar) R 29537 29539 26338 0 -1 4194304 339 0 0 0 0 0 0 0 19 0 1 0 26122669 12562432 307 996147200 4194304 4206940 548682068608 18446744073709551615 224284557367 0 0 4224 0 0 0 0 17 0 0 0
/proc/29539/statm: 3067 307 232 3 0 167 0

[startup+0.074737 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 29539
/proc/meminfo: memFree=1663840/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16740 CPUtime=0.05
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1152 0 0 0 4 1 0 0 18 0 1 0 26122669 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.102475 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 29539
/proc/meminfo: memFree=1663840/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=0.05
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 26122669 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.301511 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 29539
/proc/meminfo: memFree=1663840/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=0.05
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 26122669 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.701586 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 29539
/proc/meminfo: memFree=1663840/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=0.52
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1309 4808 0 1 5 2 41 4 16 0 1 0 26122669 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29539/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16868

[startup+1.50273 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 29561
/proc/meminfo: memFree=1647944/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 15 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 16868

[startup+3.10203 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29563
/proc/meminfo: memFree=1657544/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 15 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=4168 CPUtime=1.75
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 787 0 0 0 175 0 0 0 25 0 1 0 26122803 4268032 773 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29563/statm: 1042 773 75 150 0 889 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 26392

[startup+6.30263 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29563
/proc/meminfo: memFree=1656072/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=4996 CPUtime=4.95
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 989 0 0 0 495 0 0 0 25 0 1 0 26122803 5115904 975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29563/statm: 1249 975 75 150 0 1096 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 27220

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29563
/proc/meminfo: memFree=1655240/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=5660 CPUtime=11.35
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 1161 0 0 0 1135 0 0 0 25 0 1 0 26122803 5795840 1147 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29563/statm: 1415 1147 75 150 0 1262 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 27884

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29563
/proc/meminfo: memFree=1654600/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=6488 CPUtime=24.14
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 1377 0 0 0 2414 0 0 0 25 0 1 0 26122803 6643712 1363 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29563/statm: 1622 1363 75 150 0 1469 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 28712

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29563
/proc/meminfo: memFree=1652744/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=8352 CPUtime=49.73
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 1852 0 0 0 4972 1 0 0 25 0 1 0 26122803 8552448 1838 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29563/statm: 2088 1838 75 150 0 1935 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 30576

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29563
/proc/meminfo: memFree=1651272/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=9656 CPUtime=100.91
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 2155 0 0 0 10090 1 0 0 25 0 1 0 26122803 9887744 2141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29563/statm: 2414 2141 75 150 0 2261 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 31880

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29563
/proc/meminfo: memFree=1649928/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=11008 CPUtime=160.88
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 2455 0 0 0 16086 2 0 0 25 0 1 0 26122803 11272192 2441 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29563/statm: 2752 2441 75 150 0 2599 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 33232

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 29563
/proc/meminfo: memFree=1649096/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=11820 CPUtime=220.84
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 2667 0 0 0 22082 2 0 0 25 0 1 0 26122803 12103680 2653 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/29563/statm: 2955 2653 75 150 0 2802 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 34044

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 29564
/proc/meminfo: memFree=1648320/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=12664 CPUtime=280.81
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 2868 0 0 0 28079 2 0 0 25 0 1 0 26122803 12967936 2854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29563/statm: 3166 2854 75 150 0 3013 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 34888

[startup+342.302 s]

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

[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=19920 CPUtime=1235.26
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 4586 0 0 0 123519 7 0 0 25 0 1 0 26122803 20398080 4572 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/29563/statm: 4980 4572 75 150 0 4827 0
Current children cumulated CPU time (s) 1236.5
Current children cumulated vsize (KiB) 42144

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29606
/proc/meminfo: memFree=1810128/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=20348 CPUtime=1294.7
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 4702 0 0 0 129463 7 0 0 25 0 1 0 26122803 20836352 4688 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/29563/statm: 5087 4688 75 150 0 4934 0
Current children cumulated CPU time (s) 1295.94
Current children cumulated vsize (KiB) 42572

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29606
/proc/meminfo: memFree=1809680/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=20780 CPUtime=1354.13
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 4800 0 0 0 135406 7 0 0 25 0 1 0 26122803 21278720 4786 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29563/statm: 5195 4786 75 150 0 5042 0
Current children cumulated CPU time (s) 1355.37
Current children cumulated vsize (KiB) 43004

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29606
/proc/meminfo: memFree=1809488/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=20940 CPUtime=1413.57
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 4842 0 0 0 141350 7 0 0 25 0 1 0 26122803 21442560 4828 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29563/statm: 5235 4828 75 150 0 5082 0
Current children cumulated CPU time (s) 1414.81
Current children cumulated vsize (KiB) 43164

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29606
/proc/meminfo: memFree=1809360/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=21080 CPUtime=1473
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 4875 0 0 0 147293 7 0 0 25 0 1 0 26122803 21585920 4861 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29563/statm: 5270 4861 75 150 0 5117 0
Current children cumulated CPU time (s) 1474.24
Current children cumulated vsize (KiB) 43304

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29606
/proc/meminfo: memFree=1809104/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=21404 CPUtime=1532.43
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 4935 0 0 0 153236 7 0 0 25 0 1 0 26122803 21917696 4921 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/29563/statm: 5351 4921 75 150 0 5198 0
Current children cumulated CPU time (s) 1533.67
Current children cumulated vsize (KiB) 43628

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29606
/proc/meminfo: memFree=1808848/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=21540 CPUtime=1591.87
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 4981 0 0 0 159180 7 0 0 25 0 1 0 26122803 22056960 4967 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 1 0 0
/proc/29563/statm: 5385 4967 75 150 0 5232 0
Current children cumulated CPU time (s) 1593.11
Current children cumulated vsize (KiB) 43764

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29606
/proc/meminfo: memFree=1808784/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=21848 CPUtime=1651.31
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 5037 0 0 0 165123 8 0 0 25 0 1 0 26122803 22372352 5023 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29563/statm: 5462 5023 75 150 0 5309 0
Current children cumulated CPU time (s) 1652.55
Current children cumulated vsize (KiB) 44072

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29608
/proc/meminfo: memFree=1808528/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=21848 CPUtime=1710.75
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 5053 0 0 0 171067 8 0 0 25 0 1 0 26122803 22372352 5039 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/29563/statm: 5462 5039 75 150 0 5309 0
Current children cumulated CPU time (s) 1711.99
Current children cumulated vsize (KiB) 44072

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29608
/proc/meminfo: memFree=1808272/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=21988 CPUtime=1770.19
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 5060 0 0 0 177011 8 0 0 25 0 1 0 26122803 22515712 5046 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29563/statm: 5497 5046 75 150 0 5344 0
Current children cumulated CPU time (s) 1771.43
Current children cumulated vsize (KiB) 44212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29608
/proc/meminfo: memFree=1808272/2055920 swapFree=4192812/4192956
[pid=29539] ppid=29537 vsize=16868 CPUtime=1.24
/proc/29539/stat : 29539 (sugar) S 29537 29539 26338 0 -1 4194304 1376 11948 0 2 5 2 109 8 16 0 1 0 26122669 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29539/statm: 4217 1113 409 3 0 796 0
[pid=29562] ppid=29539 vsize=5356 CPUtime=0
/proc/29562/stat : 29562 (sh) S 29539 29539 26338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26122803 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29562/statm: 1339 232 193 169 0 50 0
[pid=29563] ppid=29562 vsize=21988 CPUtime=1798.81
/proc/29563/stat : 29563 (minisat) R 29562 29539 26338 0 -1 4194304 5060 0 0 0 179873 8 0 0 25 0 1 0 26122803 22515712 5046 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29563/statm: 5497 5046 75 150 0 5344 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 44212

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): 1811.22
CPU time (s): 1800.08
CPU user time (s): 1799.89
CPU system time (s): 0.19597
CPU usage (%): 99.3851
Max. virtual memory (cumulated for all children) (KiB): 886592

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

runsolver used 2.52162 second user time and 5.30519 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 11:22:57
IDJOB=2089859
IDBENCH=59635
IDSOLVER=739
FILE ID=node82/2089859-1247390577
PBS_JOBID= 9507157
Free space on /tmp= 66176 MiB

SOLVER NAME= Sugar v1.14.6+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 -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2089859-1247390577/watcher-2089859-1247390577 -o /tmp/evaluation-result-2089859-1247390577/solver-2089859-1247390577 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2089859-1247390577.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4af1ac04dec7bc8bcb78062e6ba4b675
RANDOM SEED=944142770

node82.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1664320 kB
Buffers:         19460 kB
Cached:          92468 kB
SwapCached:          0 kB
Active:         300988 kB
Inactive:        39256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:         238976 kB
Slab:            36088 kB
Committed_AS:   520452 kB
PageTables:       2464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66172 MiB
End job on node82 at 2009-07-12 11:53:10