Trace number 2089870

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.11 1804.92

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-20_ext.xml
MD5SUM5b05a39c23d0bd62d5f22e103d794b92
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark69.1305
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints325
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension325
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 11:23:38 2009
0.00/0.08	c 0	PID 24187
0.06/0.08	c 0	HOST node54.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2089870-1247390618.xml TO HOME/temp.csp
0.06/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-2089870-1247390618.xml' 'HOME/temp.csp'
0.06/0.56	c 1	1 domains, 40 variables, 0 predicates, 325 relations, 325 constraints
0.06/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	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.06/0.69	c 1	Parsing HOME/temp.csp
0.53/0.91	c 1	parsed 691 expressions
0.53/0.92	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/0.92	c 1	Converting to clausal form CSP
0.53/0.94	c 1	converted 70 (10%) expressions
0.53/0.95	c 1	converted 139 (20%) expressions
0.53/0.95	c 1	converted 208 (30%) expressions
0.53/0.95	c 1	converted 277 (40%) expressions
0.90/1.00	c 1	converted 346 (50%) expressions
0.90/1.04	c 1	converted 415 (60%) expressions
0.90/1.05	c 1	converted 484 (70%) expressions
0.90/1.07	c 1	converted 553 (80%) expressions
0.90/1.09	c 1	converted 622 (90%) expressions
1.00/1.16	c 1	converted 691 (100%) expressions
1.00/1.16	c 1	CSP : 40 integers, 0 booleans, 325 clauses, largest domain size 19
1.00/1.16	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.16	c 1	Propagation in CSP
1.00/1.16	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.00/1.16	c 1	CSP : 40 integers, 0 booleans, 325 clauses, largest domain size 19
1.00/1.16	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.17	c 1	Simplifing CSP by introducing new Boolean variables
1.00/1.17	c 1	CSP : 40 integers, 0 booleans, 325 clauses, largest domain size 19
1.00/1.17	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.09/1.21	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.09/1.22	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.09/1.22	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.09/1.22	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.09/1.22	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.09/1.22	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.09/1.22	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.09/1.23	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.09/1.23	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.09/1.23	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.09/1.28	c 1	33 (10%) CSP clauses are encoded (2846 clauses, 42569 bytes)
1.09/1.29	c 1	65 (20%) CSP clauses are encoded (4876 clauses, 76715 bytes)
1.19/1.31	c 1	98 (30%) CSP clauses are encoded (6993 clauses, 114189 bytes)
1.19/1.33	c 1	130 (40%) CSP clauses are encoded (9066 clauses, 153020 bytes)
1.19/1.34	c 1	163 (50%) CSP clauses are encoded (11248 clauses, 194037 bytes)
1.19/1.35	c 1	195 (60%) CSP clauses are encoded (13351 clauses, 233425 bytes)
1.19/1.37	c 1	228 (70%) CSP clauses are encoded (15423 clauses, 272329 bytes)
1.19/1.38	c 1	260 (80%) CSP clauses are encoded (17539 clauses, 311984 bytes)
1.19/1.40	c 1	293 (90%) CSP clauses are encoded (19707 clauses, 352512 bytes)
1.29/1.41	c 1	325 (100%) CSP clauses are encoded (21628 clauses, 388679 bytes)
1.29/1.41	c 1	325 CSP clauses encoded
1.29/1.41	c 1	Writing map file : HOME/temp.map
1.29/1.41	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.41	c 1	SAT : 720 SAT variables, 21628 SAT clauses, 388679 bytes
1.29/1.41	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.46	c 2	SOLVING HOME/temp.cnf
1.29/1.46	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.29/1.46	c 2	This is MiniSat 2.0 beta
1.29/1.46	c 2	WARNING: for repeatability, setting FPU to use double precision
1.29/1.46	c 2	============================[ Problem Statistics ]=============================
1.29/1.46	c 2	|                                                                             |
1.29/1.47	c 2	|  Number of variables:  720                                                  |
1.29/1.47	c 2	|  Number of clauses:    21628                                                |
1.29/1.48	c 2	|  Parsing time:         0.01         s                                       |
1.29/1.48	c 2	============================[ Search Statistics ]==============================
1.29/1.48	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.48	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.48	c 2	===============================================================================
1.29/1.48	c 2	|         0 |     720    21628    79354 |     7209        0    nan |  0.000 % |
1.29/1.49	c 2	|       100 |     720    21628    79354 |     7930      100     11 |  0.000 % |
1.33/1.51	c 2	|       251 |     720    21628    79354 |     8723      251     10 |  0.007 % |
1.33/1.53	c 2	|       477 |     720    21628    79354 |     9595      477     11 |  0.007 % |
1.33/1.57	c 2	|       816 |     720    21628    79354 |    10555      816     11 |  0.007 % |
1.33/1.62	c 2	|      1324 |     720    21628    79354 |    11610     1324     12 |  0.007 % |
1.33/1.71	c 2	|      2084 |     720    21628    79354 |    12771     2084     12 |  0.007 % |
1.33/1.83	c 2	|      3223 |     720    21628    79354 |    14048     3223     13 |  0.003 % |
1.33/2.03	c 2	|      4931 |     720    21628    79354 |    15453     4931     12 |  0.004 % |
2.14/2.38	c 2	|      7493 |     720    21628    79354 |    16999     7493     13 |  0.004 % |
2.73/2.91	c 3	|     11339 |     720    21628    79354 |    18699    11339     13 |  0.004 % |
3.72/3.94	c 4	|     17105 |     720    21628    79354 |    20569    17105     14 |  0.004 % |
5.20/5.47	c 6	|     25755 |     720    21628    79354 |    22625    15390     15 |  0.003 % |
7.98/8.25	c 8	|     38729 |     720    21628    79354 |    24888    16954     14 |  0.005 % |
12.13/12.48	c 13	|     58190 |     720    21628    79354 |    27377    23604     14 |  0.006 % |
19.46/19.83	c 20	|     87382 |     720    21628    79354 |    30115    23865     16 |  0.006 % |
30.73/31.26	c 31	|    131172 |     720    21628    79354 |    33126    18248     17 |  0.008 % |
49.03/49.73	c 50	|    196858 |     719    21569    79183 |    36439    19899     17 |  0.139 % |
77.34/78.35	c 78	|    295384 |     719    21569    79183 |    40083    28408     16 |  0.148 % |
117.41/118.41	c 118	|    443173 |     719    21569    79183 |    44091    17594     17 |  0.144 % |
183.10/184.41	c 184	|    664856 |     719    21569    79183 |    48500    29654     19 |  0.140 % |
295.81/298.24	c 298	|    997381 |     719    21569    79183 |    53350    23087     18 |  0.142 % |
470.66/473.82	c 474	|   1496169 |     716    21359    78465 |    58685    24741     18 |  0.556 % |
756.49/760.63	c 761	|   2244352 |     716    21359    78465 |    64554    35318     20 |  0.557 % |
1217.19/1221.59	c 1222	|   3366628 |     710    21036    77312 |    71010    20785     18 |  1.389 % |
1800.06/1804.91	sh: line 1: 24211 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.06/1804.91	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1804.91	c 1805	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.06/1804.92	c ERROR INTERRUPTED
1800.06/1804.92	s UNKNOWN
1800.06/1804.92	c 1805	CPU 1800.09 (0.05 0.02 1799.82 0.2)
1800.06/1804.92	c 1805	END Sun Jul 12 11:53:43 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-2089870-1247390618/watcher-2089870-1247390618 -o /tmp/evaluation-result-2089870-1247390618/solver-2089870-1247390618 -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-2089870-1247390618.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.01 2.01 1.86 4/82 24187
/proc/meminfo: memFree=1759960/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=12268 CPUtime=0
/proc/24187/stat : 24187 (sugar) R 24185 24187 23103 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26126598 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 234220469246 0 0 4224 0 0 0 0 17 1 0 0
/proc/24187/statm: 3067 316 241 3 0 167 0

[startup+0.0836991 s]
/proc/loadavg: 2.01 2.01 1.86 4/82 24187
/proc/meminfo: memFree=1759960/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16740 CPUtime=0.06
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 26126598 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102087 s]
/proc/loadavg: 2.01 2.01 1.86 4/82 24187
/proc/meminfo: memFree=1759960/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=0.06
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26126598 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301113 s]
/proc/loadavg: 2.01 2.01 1.86 4/82 24187
/proc/meminfo: memFree=1759960/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=0.06
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26126598 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70116 s]
/proc/loadavg: 2.01 2.01 1.86 4/82 24187
/proc/meminfo: memFree=1759960/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=0.53
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1309 4802 0 1 5 2 43 3 16 0 1 0 26126598 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16868

[startup+1.50226 s]
/proc/loadavg: 2.01 2.01 1.86 4/93 24209
/proc/meminfo: memFree=1752128/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 16868

[startup+3.10247 s]
/proc/loadavg: 2.01 2.01 1.86 3/85 24211
/proc/meminfo: memFree=1760320/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 15 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=3984 CPUtime=1.6
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 750 0 0 0 160 0 0 0 25 0 1 0 26126745 4079616 736 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24211/statm: 996 736 75 150 0 843 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 26208

[startup+6.30187 s]
/proc/loadavg: 2.01 2.01 1.86 3/85 24211
/proc/meminfo: memFree=1755584/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=4812 CPUtime=4.77
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 955 0 0 0 476 1 0 0 25 0 1 0 26126745 4927488 941 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/24211/statm: 1203 941 75 150 0 1050 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 27036

[startup+12.7017 s]
/proc/loadavg: 2.00 2.01 1.86 3/85 24211
/proc/meminfo: memFree=1754176/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=5344 CPUtime=11.1
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 1103 0 0 0 1109 1 0 0 25 0 1 0 26126745 5472256 1089 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/24211/statm: 1336 1089 75 150 0 1183 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 27568

[startup+25.5013 s]
/proc/loadavg: 2.00 2.01 1.87 3/85 24211
/proc/meminfo: memFree=1752640/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=6436 CPUtime=23.76
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 1350 0 0 0 2375 1 0 0 25 0 1 0 26126745 6590464 1336 996147200 134512640 135127466 4294956256 18446744073709551615 134530706 0 0 4096 3 0 0 0 17 1 0 0
/proc/24211/statm: 1609 1336 75 150 0 1456 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 28660

[startup+51.1016 s]
/proc/loadavg: 2.00 2.01 1.87 3/85 24211
/proc/meminfo: memFree=1744000/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=7252 CPUtime=49.09
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 1554 0 0 0 4908 1 0 0 25 0 1 0 26126745 7426048 1540 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/24211/statm: 1813 1540 75 150 0 1660 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 29476

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.87 3/85 24211
/proc/meminfo: memFree=1744576/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=9168 CPUtime=100
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 2027 0 0 0 9998 2 0 0 25 0 1 0 26126745 9388032 2013 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24211/statm: 2292 2013 75 150 0 2139 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 31392

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.88 3/85 24211
/proc/meminfo: memFree=1744192/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=10184 CPUtime=159.9
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 2265 0 0 0 15988 2 0 0 25 0 1 0 26126745 10428416 2251 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/24211/statm: 2546 2251 75 150 0 2393 0
Current children cumulated CPU time (s) 161.23
Current children cumulated vsize (KiB) 32408

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.88 3/85 24211
/proc/meminfo: memFree=1741248/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=11136 CPUtime=219.27
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 2495 0 0 0 21925 2 0 0 25 0 1 0 26126745 11403264 2481 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24211/statm: 2784 2481 75 150 0 2631 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 33360

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.89 3/85 24211
/proc/meminfo: memFree=1742336/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=11956 CPUtime=278.65
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 2710 0 0 0 27862 3 0 0 25 0 1 0 26126745 12242944 2696 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24211/statm: 2989 2696 75 150 0 2836 0
Current children cumulated CPU time (s) 279.98
Current children cumulated vsize (KiB) 34180

[startup+342.301 s]

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

[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=19536 CPUtime=1296.64
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 4483 0 0 0 129655 9 0 0 25 0 1 0 26126745 20004864 4469 996147200 134512640 135127466 4294956256 18446744073709551615 134527270 0 0 4096 3 0 0 0 17 0 0 0
/proc/24211/statm: 4884 4469 75 150 0 4731 0
Current children cumulated CPU time (s) 1297.97
Current children cumulated vsize (KiB) 41760

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/78 24326
/proc/meminfo: memFree=1807288/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=20124 CPUtime=1356.61
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 4629 0 0 0 135652 9 0 0 25 0 1 0 26126745 20606976 4615 996147200 134512640 135127466 4294956256 18446744073709551615 134530802 0 0 4096 3 0 0 0 17 0 0 0
/proc/24211/statm: 5031 4615 75 150 0 4878 0
Current children cumulated CPU time (s) 1357.94
Current children cumulated vsize (KiB) 42348

[startup+1422.31 s]
/proc/loadavg: 2.14 2.03 1.93 3/78 24326
/proc/meminfo: memFree=1806776/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=20124 CPUtime=1416.58
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 4654 0 0 0 141649 9 0 0 25 0 1 0 26126745 20606976 4640 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/24211/statm: 5031 4640 75 150 0 4878 0
Current children cumulated CPU time (s) 1417.91
Current children cumulated vsize (KiB) 42348

[startup+1482.3 s]
/proc/loadavg: 2.35 2.11 1.96 3/78 24326
/proc/meminfo: memFree=1806264/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=20260 CPUtime=1476.56
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 4682 0 0 0 147647 9 0 0 25 0 1 0 26126745 20746240 4668 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24211/statm: 5065 4668 75 150 0 4912 0
Current children cumulated CPU time (s) 1477.89
Current children cumulated vsize (KiB) 42484

[startup+1542.3 s]
/proc/loadavg: 2.20 2.11 1.97 3/78 24326
/proc/meminfo: memFree=1805752/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=20844 CPUtime=1536.53
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 4796 0 0 0 153644 9 0 0 25 0 1 0 26126745 21344256 4782 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24211/statm: 5211 4782 75 150 0 5058 0
Current children cumulated CPU time (s) 1537.86
Current children cumulated vsize (KiB) 43068

[startup+1602.3 s]
/proc/loadavg: 2.14 2.10 1.97 3/78 24326
/proc/meminfo: memFree=1804984/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=20844 CPUtime=1596.5
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 4824 0 0 0 159641 9 0 0 25 0 1 0 26126745 21344256 4810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24211/statm: 5211 4810 75 150 0 5058 0
Current children cumulated CPU time (s) 1597.83
Current children cumulated vsize (KiB) 43068

[startup+1662.3 s]
/proc/loadavg: 2.11 2.09 1.98 3/78 24328
/proc/meminfo: memFree=1804408/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=20984 CPUtime=1656.48
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 4841 0 0 0 165639 9 0 0 25 0 1 0 26126745 21487616 4827 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 0 0 0
/proc/24211/statm: 5246 4827 75 150 0 5093 0
Current children cumulated CPU time (s) 1657.81
Current children cumulated vsize (KiB) 43208

[startup+1722.3 s]
/proc/loadavg: 2.10 2.09 1.98 3/78 24328
/proc/meminfo: memFree=1804024/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=21252 CPUtime=1716.45
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 4896 0 0 0 171636 9 0 0 25 0 1 0 26126745 21762048 4882 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24211/statm: 5313 4882 75 150 0 5160 0
Current children cumulated CPU time (s) 1717.78
Current children cumulated vsize (KiB) 43476

[startup+1782.3 s]
/proc/loadavg: 2.09 2.09 1.99 3/76 24365
/proc/meminfo: memFree=1828680/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=21568 CPUtime=1776.34
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 4987 0 0 0 177624 10 0 0 25 0 1 0 26126745 22085632 4973 996147200 134512640 135127466 4294956256 18446744073709551615 134522716 0 0 4096 3 0 0 0 17 1 0 0
/proc/24211/statm: 5392 4973 75 150 0 5239 0
Current children cumulated CPU time (s) 1777.67
Current children cumulated vsize (KiB) 43792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.9 s]
/proc/loadavg: 2.20 2.11 2.00 3/76 24365
/proc/meminfo: memFree=1828552/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=21700 CPUtime=1798.73
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 5016 0 0 0 179863 10 0 0 25 0 1 0 26126745 22220800 5002 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24211/statm: 5425 5002 75 150 0 5272 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 43924

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

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

[startup+1804.9 s]
/proc/loadavg: 2.20 2.11 2.00 3/76 24365
/proc/meminfo: memFree=1828552/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.33
/proc/24187/stat : 24187 (sugar) S 24185 24187 23103 0 -1 4194304 1376 11947 0 2 5 2 118 8 16 0 1 0 26126598 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
[pid=24210] ppid=24187 vsize=5356 CPUtime=0
/proc/24210/stat : 24210 (sh) S 24187 24187 23103 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26126745 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24210/statm: 1339 232 193 169 0 50 0
[pid=24211] ppid=24210 vsize=21700 CPUtime=1798.73
/proc/24211/stat : 24211 (minisat) R 24210 24187 23103 0 -1 4194304 5016 0 0 0 179863 10 0 0 25 0 1 0 26126745 22220800 5002 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24211/statm: 5425 5002 75 150 0 5272 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 43924

Child status: 0
Real time (s): 1804.92
CPU time (s): 1800.11
CPU user time (s): 1799.88
CPU system time (s): 0.228965
CPU usage (%): 99.7332
Max. virtual memory (cumulated for all children) (KiB): 886544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.228965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19274
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= 1869
involuntary context switches= 16276

runsolver used 2.39264 second user time and 5.83111 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 11:23:38
IDJOB=2089870
IDBENCH=59640
IDSOLVER=739
FILE ID=node54/2089870-1247390618
PBS_JOBID= 9507287
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= 5b05a39c23d0bd62d5f22e103d794b92
RANDOM SEED=1250012491

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:       1760440 kB
Buffers:         19964 kB
Cached:         144596 kB
SwapCached:          0 kB
Active:         167556 kB
Inactive:        80776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1508 kB
Writeback:           0 kB
Mapped:          96360 kB
Slab:            32000 kB
Committed_AS:   259564 kB
PageTables:       2068 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 11:53:45