Trace number 2091399

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.09 1817.12

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-7_ext.xml
MD5SUM9a41dd9b53191791c805019802bafde1
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 benchmark15.7726
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 12:27:25 2009
0.00/0.08	c 0	PID 24644
0.00/0.08	c 0	HOST node54.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2091399-1247394445.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2091399-1247394445.xml' 'HOME/temp.csp'
0.07/0.56	c 0	1 domains, 40 variables, 0 predicates, 333 relations, 333 constraints
0.07/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.56	c 0	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.53/0.64	c 1	Parsing HOME/temp.csp
0.53/0.87	c 1	parsed 707 expressions
0.53/0.88	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/0.88	c 1	Converting to clausal form CSP
0.53/0.90	c 1	converted 71 (10%) expressions
0.53/0.90	c 1	converted 142 (20%) expressions
0.53/0.91	c 1	converted 213 (30%) expressions
0.53/0.95	c 1	converted 283 (40%) expressions
0.53/0.95	c 1	converted 354 (50%) expressions
0.53/0.98	c 1	converted 425 (60%) expressions
0.53/1.00	c 1	converted 495 (70%) expressions
0.53/1.02	c 1	converted 566 (80%) expressions
0.53/1.04	c 1	converted 637 (90%) expressions
1.04/1.12	c 1	converted 707 (100%) expressions
1.04/1.12	c 1	CSP : 40 integers, 0 booleans, 333 clauses, largest domain size 19
1.04/1.12	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.12	c 1	Propagation in CSP
1.04/1.12	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.12	c 1	CSP : 40 integers, 0 booleans, 333 clauses, largest domain size 19
1.04/1.12	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.12	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.12	c 1	CSP : 40 integers, 0 booleans, 333 clauses, largest domain size 19
1.04/1.12	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.16	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.17	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.04/1.17	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.04/1.18	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.04/1.18	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.04/1.18	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.04/1.18	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.04/1.18	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.04/1.18	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.04/1.18	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.04/1.18	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.14/1.23	c 1	34 (10%) CSP clauses are encoded (2853 clauses, 42557 bytes)
1.14/1.25	c 1	67 (20%) CSP clauses are encoded (5030 clauses, 78985 bytes)
1.14/1.27	c 1	100 (30%) CSP clauses are encoded (7152 clauses, 116489 bytes)
1.14/1.28	c 1	134 (40%) CSP clauses are encoded (9252 clauses, 155906 bytes)
1.24/1.30	c 1	167 (50%) CSP clauses are encoded (11416 clauses, 196448 bytes)
1.24/1.31	c 1	200 (60%) CSP clauses are encoded (13419 clauses, 234096 bytes)
1.24/1.33	c 1	234 (70%) CSP clauses are encoded (15639 clauses, 275548 bytes)
1.24/1.34	c 1	267 (80%) CSP clauses are encoded (17896 clauses, 317803 bytes)
1.24/1.36	c 1	300 (90%) CSP clauses are encoded (19981 clauses, 356848 bytes)
1.24/1.37	c 1	333 (100%) CSP clauses are encoded (22008 clauses, 394928 bytes)
1.24/1.37	c 1	333 CSP clauses encoded
1.24/1.37	c 1	Writing map file : HOME/temp.map
1.24/1.37	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.37	c 1	SAT : 720 SAT variables, 22008 SAT clauses, 394928 bytes
1.24/1.37	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.41	c 1	SOLVING HOME/temp.cnf
1.30/1.41	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.41	c 1	This is MiniSat 2.0 beta
1.30/1.41	c 1	WARNING: for repeatability, setting FPU to use double precision
1.30/1.41	c 1	============================[ Problem Statistics ]=============================
1.30/1.41	c 1	|                                                                             |
1.30/1.41	c 1	|  Number of variables:  720                                                  |
1.30/1.41	c 1	|  Number of clauses:    22008                                                |
1.30/1.43	c 1	|  Parsing time:         0.01         s                                       |
1.30/1.43	c 1	============================[ Search Statistics ]==============================
1.30/1.43	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.43	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.43	c 1	===============================================================================
1.30/1.43	c 1	|         0 |     720    22008    80730 |     7336        0    nan |  0.000 % |
1.30/1.44	c 1	|       102 |     720    22008    80730 |     8069      102     12 |  0.000 % |
1.30/1.46	c 1	|       252 |     720    22008    80730 |     8876      252     13 |  0.006 % |
1.30/1.48	c 1	|       477 |     720    22008    80730 |     9764      477     13 |  0.005 % |
1.32/1.52	c 1	|       816 |     720    22008    80730 |    10740      816     12 |  0.005 % |
1.32/1.59	c 1	|      1322 |     720    22008    80730 |    11814     1322     12 |  0.007 % |
1.32/1.67	c 2	|      2081 |     720    22008    80730 |    12996     2081     13 |  0.007 % |
1.32/1.81	c 2	|      3220 |     720    22008    80730 |    14295     3220     13 |  0.007 % |
1.32/2.03	c 2	|      4928 |     720    22008    80730 |    15725     4928     14 |  0.008 % |
2.19/2.38	c 2	|      7490 |     720    22008    80730 |    17297     7490     14 |  0.004 % |
2.77/2.97	c 3	|     11334 |     720    22008    80730 |    19027    11334     14 |  0.007 % |
3.86/4.01	c 4	|     17103 |     720    22008    80730 |    20930    17103     15 |  0.003 % |
5.64/5.84	c 6	|     25753 |     720    22008    80730 |    23023    15163     16 |  0.007 % |
8.51/8.76	c 9	|     38727 |     720    22008    80730 |    25325    16490     16 |  0.007 % |
13.26/13.59	c 13	|     58188 |     720    22008    80730 |    27858    22963     17 |  0.007 % |
20.30/20.68	c 21	|     87381 |     720    22008    80730 |    30644    20702     16 |  0.008 % |
32.76/33.21	c 33	|    131170 |     720    22008    80730 |    33708    29499     17 |  0.008 % |
52.26/53.00	c 53	|    196854 |     720    22008    80730 |    37079    16299     18 |  0.008 % |
82.15/83.12	c 83	|    295381 |     720    22008    80730 |    40787    20462     18 |  0.002 % |
130.45/131.99	c 132	|    443170 |     720    22008    80730 |    44866    34125     18 |  0.008 % |
208.73/211.04	c 211	|    664853 |     720    22008    80730 |    49352    44789     17 |  0.006 % |
327.30/330.83	c 331	|    997378 |     720    22008    80730 |    54288    30197     20 |  0.002 % |
516.50/522.15	c 522	|   1496166 |     720    22008    80730 |    59717    46476     19 |  0.000 % |
823.50/832.33	c 832	|   2244348 |     719    21943    80548 |    65688    45885     20 |  0.139 % |
1341.24/1355.55	c 1355	|   3366624 |     719    21943    80548 |    72257    56252     18 |  0.143 % |
1800.04/1817.11	sh: line 1: 24668 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.04/1817.11	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1817.11	c 1817	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.04/1817.12	c ERROR INTERRUPTED
1800.04/1817.12	s UNKNOWN
1800.04/1817.12	c 1817	CPU 1800.06 (0.06 0.01 1799.83 0.16)
1800.04/1817.12	c 1817	END Sun Jul 12 12:57:42 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-2091399-1247394445/watcher-2091399-1247394445 -o /tmp/evaluation-result-2091399-1247394445/solver-2091399-1247394445 -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-2091399-1247394445.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: 1.98 1.99 1.99 4/85 24644
/proc/meminfo: memFree=1760576/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=12268 CPUtime=0
/proc/24644/stat : 24644 (sugar) R 24642 24644 22982 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26509283 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 234211736144 0 0 4224 0 0 0 0 17 1 0 0
/proc/24644/statm: 3067 316 241 3 0 167 0

[startup+0.100233 s]
/proc/loadavg: 1.98 1.99 1.99 4/85 24644
/proc/meminfo: memFree=1760576/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=0.07
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26509283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202247 s]
/proc/loadavg: 1.98 1.99 1.99 4/85 24644
/proc/meminfo: memFree=1760576/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=0.07
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26509283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302261 s]
/proc/loadavg: 1.98 1.99 1.99 4/85 24644
/proc/meminfo: memFree=1760576/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=0.07
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26509283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702311 s]
/proc/loadavg: 1.98 1.99 1.99 4/85 24644
/proc/meminfo: memFree=1760576/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=0.53
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1309 4806 0 1 6 1 43 3 16 0 1 0 26509283 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16868

[startup+1.50241 s]
/proc/loadavg: 1.98 1.99 1.99 5/96 24666
/proc/meminfo: memFree=1743208/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16868

[startup+3.10161 s]
/proc/loadavg: 1.98 1.99 1.99 3/88 24668
/proc/meminfo: memFree=1754472/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 15 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=3992 CPUtime=1.65
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 751 0 0 0 165 0 0 0 25 0 1 0 26509425 4087808 737 996147200 134512640 135127466 4294956256 18446744073709551615 134521712 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 998 737 75 150 0 845 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 26216

[startup+6.30202 s]
/proc/loadavg: 2.06 2.01 2.00 3/88 24668
/proc/meminfo: memFree=1752872/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=4876 CPUtime=4.82
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 977 0 0 0 482 0 0 0 25 0 1 0 26509425 4993024 963 996147200 134512640 135127466 4294956256 18446744073709551615 134527232 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 1219 963 75 150 0 1066 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27100

[startup+12.7018 s]
/proc/loadavg: 2.06 2.01 2.00 3/88 24668
/proc/meminfo: memFree=1752040/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=5672 CPUtime=11.15
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 1161 0 0 0 1115 0 0 0 25 0 1 0 26509425 5808128 1147 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 1418 1147 75 150 0 1265 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 27896

[startup+25.5025 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 24668
/proc/meminfo: memFree=1751208/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=6640 CPUtime=23.82
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 1400 0 0 0 2381 1 0 0 25 0 1 0 26509425 6799360 1386 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 1660 1386 75 150 0 1507 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 28864

[startup+51.1027 s]
/proc/loadavg: 2.03 2.00 2.00 3/88 24668
/proc/meminfo: memFree=1750312/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=7568 CPUtime=49.16
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 1644 0 0 0 4915 1 0 0 25 0 1 0 26509425 7749632 1630 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 1892 1630 75 150 0 1739 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 29792

[startup+102.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 24668
/proc/meminfo: memFree=1748584/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=9248 CPUtime=99.83
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 2024 0 0 0 9981 2 0 0 25 0 1 0 26509425 9469952 2010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 2312 2010 75 150 0 2159 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 31472

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 24668
/proc/meminfo: memFree=1747432/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=10328 CPUtime=159.21
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 2299 0 0 0 15919 2 0 0 25 0 1 0 26509425 10575872 2285 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 2582 2285 75 150 0 2429 0
Current children cumulated CPU time (s) 160.53
Current children cumulated vsize (KiB) 32552

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 24668
/proc/meminfo: memFree=1746472/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=11144 CPUtime=218.59
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 2517 0 0 0 21857 2 0 0 25 0 1 0 26509425 11411456 2503 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 2786 2503 75 150 0 2633 0
Current children cumulated CPU time (s) 219.91
Current children cumulated vsize (KiB) 33368

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 24668
/proc/meminfo: memFree=1745128/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=12484 CPUtime=277.98
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 2853 0 0 0 27795 3 0 0 25 0 1 0 26509425 12783616 2839 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 3121 2839 75 150 0 2968 0
Current children cumulated CPU time (s) 279.3
Current children cumulated vsize (KiB) 34708

[startup+342.303 s]

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

[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=19884 CPUtime=1227.89
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 4563 0 0 0 122785 4 0 0 25 0 1 0 26509425 20361216 4549 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 4971 4549 75 150 0 4818 0
Current children cumulated CPU time (s) 1229.21
Current children cumulated vsize (KiB) 42108

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 24668
/proc/meminfo: memFree=1624808/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=20160 CPUtime=1287.27
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 4631 0 0 0 128723 4 0 0 25 0 1 0 26509425 20643840 4617 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 5040 4617 75 150 0 4887 0
Current children cumulated CPU time (s) 1288.59
Current children cumulated vsize (KiB) 42384

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 24668
/proc/meminfo: memFree=1624616/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=20308 CPUtime=1346.65
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 4676 0 0 0 134661 4 0 0 25 0 1 0 26509425 20795392 4662 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 5077 4662 75 150 0 4924 0
Current children cumulated CPU time (s) 1347.97
Current children cumulated vsize (KiB) 42532

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 24670
/proc/meminfo: memFree=1624232/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=20608 CPUtime=1406.03
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 4743 0 0 0 140599 4 0 0 25 0 1 0 26509425 21102592 4729 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 5152 4729 75 150 0 4999 0
Current children cumulated CPU time (s) 1407.35
Current children cumulated vsize (KiB) 42832

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 24670
/proc/meminfo: memFree=1623912/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=20872 CPUtime=1465.42
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 4815 0 0 0 146537 5 0 0 25 0 1 0 26509425 21372928 4801 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 5218 4801 75 150 0 5065 0
Current children cumulated CPU time (s) 1466.74
Current children cumulated vsize (KiB) 43096

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 24670
/proc/meminfo: memFree=1623464/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=21348 CPUtime=1524.8
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 4907 0 0 0 152475 5 0 0 25 0 1 0 26509425 21860352 4893 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/24668/statm: 5337 4893 75 150 0 5184 0
Current children cumulated CPU time (s) 1526.12
Current children cumulated vsize (KiB) 43572

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/74 24673
/proc/meminfo: memFree=1826008/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=21520 CPUtime=1584
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 4953 0 0 0 158395 5 0 0 25 0 1 0 26509425 22036480 4939 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24668/statm: 5380 4939 75 150 0 5227 0
Current children cumulated CPU time (s) 1585.32
Current children cumulated vsize (KiB) 43744

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/88 24712
/proc/meminfo: memFree=1751720/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=22228 CPUtime=1643.97
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 5126 0 0 0 164392 5 0 0 25 0 1 0 26509425 22761472 5112 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24668/statm: 5557 5112 75 150 0 5404 0
Current children cumulated CPU time (s) 1645.29
Current children cumulated vsize (KiB) 44452

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 24712
/proc/meminfo: memFree=1706472/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=22404 CPUtime=1703.95
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 5162 0 0 0 170390 5 0 0 25 0 1 0 26509425 22941696 5148 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24668/statm: 5601 5148 75 150 0 5448 0
Current children cumulated CPU time (s) 1705.27
Current children cumulated vsize (KiB) 44628

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 24712
/proc/meminfo: memFree=1706024/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=22404 CPUtime=1763.93
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 5187 0 0 0 176387 6 0 0 25 0 1 0 26509425 22941696 5173 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/24668/statm: 5601 5173 75 150 0 5448 0
Current children cumulated CPU time (s) 1765.25
Current children cumulated vsize (KiB) 44628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 24712
/proc/meminfo: memFree=1705832/2055920 swapFree=4192812/4192956
[pid=24644] ppid=24642 vsize=16868 CPUtime=1.32
/proc/24644/stat : 24644 (sugar) S 24642 24644 22982 0 -1 4194304 1376 11957 0 2 6 1 116 9 16 0 1 0 26509283 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24644/statm: 4217 1113 409 3 0 796 0
[pid=24667] ppid=24644 vsize=5356 CPUtime=0
/proc/24667/stat : 24667 (sh) S 24644 24644 22982 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26509424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24667/statm: 1339 232 193 169 0 50 0
[pid=24668] ppid=24667 vsize=22696 CPUtime=1798.72
/proc/24668/stat : 24668 (minisat) R 24667 24644 22982 0 -1 4194304 5227 0 0 0 179866 6 0 0 25 0 1 0 26509425 23240704 5213 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/24668/statm: 5674 5213 75 150 0 5521 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 44920

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): 1817.12
CPU time (s): 1800.09
CPU user time (s): 1799.91
CPU system time (s): 0.181972
CPU usage (%): 99.0627
Max. virtual memory (cumulated for all children) (KiB): 886672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19331
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= 1903
involuntary context switches= 66936

runsolver used 2.33065 second user time and 5.95409 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 12:27:25
IDJOB=2091399
IDBENCH=60055
IDSOLVER=739
FILE ID=node54/2091399-1247394445
PBS_JOBID= 9507251
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-7_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-2091399-1247394445/watcher-2091399-1247394445 -o /tmp/evaluation-result-2091399-1247394445/solver-2091399-1247394445 -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-2091399-1247394445.xml

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

MD5SUM BENCH= 9a41dd9b53191791c805019802bafde1
RANDOM SEED=645499629

node54.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.232
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.232
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:       1761056 kB
Buffers:         25560 kB
Cached:         114180 kB
SwapCached:          0 kB
Active:         182972 kB
Inactive:        64888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:         123668 kB
Slab:            31988 kB
Committed_AS:   890764 kB
PageTables:       1924 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= 66412 MiB
End job on node54 at 2009-07-12 12:57:44