Trace number 2065230

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

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-66-4.xml
MD5SUMcb71f77943a3e9336840301264b4b7c7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.57676
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1056
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1056
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sat Jul 11 20:48:09 2009
0.05/0.07	c 0	PID 14694
0.05/0.08	c 0	HOST node70.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2065230-1247338089.xml TO HOME/temp.csp
0.05/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-2065230-1247338089.xml' 'HOME/temp.csp'
0.06/0.47	c 0	1 domains, 66 variables, 1 predicates, 0 relations, 1056 constraints
0.06/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.51	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.06/0.59	c 0	Parsing HOME/temp.csp
0.44/0.65	c 0	parsed 1124 expressions
0.44/0.67	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.67	c 0	Converting to clausal form CSP
0.44/0.74	c 0	converted 113 (10%) expressions
0.44/0.86	c 1	converted 225 (20%) expressions
0.44/0.89	c 1	converted 338 (30%) expressions
0.44/0.90	c 1	converted 450 (40%) expressions
0.44/0.92	c 1	converted 562 (50%) expressions
0.44/0.93	c 1	converted 675 (60%) expressions
0.44/0.93	c 1	converted 787 (70%) expressions
0.44/0.95	c 1	converted 900 (80%) expressions
0.44/0.96	c 1	converted 1012 (90%) expressions
0.44/0.97	c 1	converted 1124 (100%) expressions
0.44/0.97	c 1	CSP : 66 integers, 0 booleans, 1056 clauses, largest domain size 4
0.44/0.97	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.97	c 1	Propagation in CSP
0.44/0.98	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.44/0.98	c 1	CSP : 66 integers, 0 booleans, 1056 clauses, largest domain size 4
0.44/0.98	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.02	c 1	CSP : 66 integers, 6336 booleans, 7392 clauses, largest domain size 4
0.91/1.03	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.07	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.08	c 1	7 (10%) CSP integer variables are encoded (14 clauses, 178 bytes)
0.91/1.08	c 1	14 (20%) CSP integer variables are encoded (28 clauses, 304 bytes)
0.91/1.08	c 1	20 (30%) CSP integer variables are encoded (40 clauses, 412 bytes)
0.91/1.08	c 1	27 (40%) CSP integer variables are encoded (54 clauses, 538 bytes)
0.91/1.08	c 1	33 (50%) CSP integer variables are encoded (66 clauses, 646 bytes)
0.91/1.08	c 1	40 (60%) CSP integer variables are encoded (80 clauses, 800 bytes)
0.91/1.08	c 1	47 (70%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.91/1.08	c 1	53 (80%) CSP integer variables are encoded (106 clauses, 1086 bytes)
0.91/1.08	c 1	60 (90%) CSP integer variables are encoded (120 clauses, 1240 bytes)
0.91/1.08	c 1	66 (100%) CSP integer variables are encoded (132 clauses, 1372 bytes)
1.01/1.13	c 1	740 (10%) CSP clauses are encoded (2777 clauses, 34959 bytes)
1.01/1.15	c 1	1479 (20%) CSP clauses are encoded (5415 clauses, 71347 bytes)
1.01/1.17	c 1	2218 (30%) CSP clauses are encoded (8056 clauses, 109785 bytes)
1.01/1.18	c 1	2957 (40%) CSP clauses are encoded (10694 clauses, 148154 bytes)
1.01/1.19	c 1	3696 (50%) CSP clauses are encoded (13332 clauses, 186619 bytes)
1.10/1.20	c 1	4436 (60%) CSP clauses are encoded (15977 clauses, 225416 bytes)
1.10/1.21	c 1	5175 (70%) CSP clauses are encoded (18615 clauses, 264025 bytes)
1.10/1.23	c 1	5914 (80%) CSP clauses are encoded (21256 clauses, 302937 bytes)
1.10/1.24	c 1	6653 (90%) CSP clauses are encoded (23894 clauses, 341753 bytes)
1.10/1.25	c 1	7392 (100%) CSP clauses are encoded (26532 clauses, 380623 bytes)
1.10/1.25	c 1	7392 CSP clauses encoded
1.10/1.25	c 1	Writing map file : HOME/temp.map
1.10/1.25	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.25	c 1	SAT : 6534 SAT variables, 26532 SAT clauses, 380623 bytes
1.10/1.25	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.30	c 1	SOLVING HOME/temp.cnf
1.10/1.30	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.18/1.30	c 1	This is MiniSat 2.0 beta
1.18/1.30	c 1	WARNING: for repeatability, setting FPU to use double precision
1.18/1.30	c 1	============================[ Problem Statistics ]=============================
1.18/1.30	c 1	|                                                                             |
1.18/1.30	c 1	|  Number of variables:  6534                                                 |
1.18/1.30	c 1	|  Number of clauses:    26532                                                |
1.18/1.31	c 1	|  Parsing time:         0.01         s                                       |
1.18/1.32	c 1	============================[ Search Statistics ]==============================
1.18/1.32	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.18/1.32	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.18/1.32	c 1	===============================================================================
1.18/1.32	c 1	|         0 |    6534    26532    69960 |     8844        0    nan |  0.000 % |
1.18/1.33	c 1	|       100 |    6534    26532    69960 |     9728      100      6 |  0.000 % |
1.18/1.35	c 1	|       250 |    6534    26532    69960 |    10701      250      6 |  0.000 % |
1.18/1.38	c 1	|       475 |    6534    26532    69960 |    11771      475      6 |  0.000 % |
1.18/1.42	c 1	|       812 |    6534    26532    69960 |    12948      812      6 |  0.000 % |
1.18/1.48	c 1	|      1318 |    6534    26532    69960 |    14243     1318      6 |  0.000 % |
1.18/1.57	c 1	|      2077 |    6534    26532    69960 |    15667     2077      7 |  0.000 % |
1.18/1.70	c 1	|      3216 |    6534    26532    69960 |    17234     3216      8 |  0.000 % |
1.18/1.91	c 2	|      4924 |    6534    26532    69960 |    18957     4924     10 |  0.000 % |
2.16/2.32	c 2	|      7487 |    6534    26532    69960 |    20853     7487     15 |  0.000 % |
2.86/3.02	c 3	|     11331 |    6534    26532    69960 |    22939    11331     17 |  0.000 % |
4.15/4.37	c 4	|     17099 |    6534    26532    69960 |    25232    17099     20 |  0.000 % |
7.33/7.50	c 7	|     25750 |    6534    26532    69960 |    27756    25750     21 |  0.000 % |
11.81/12.07	c 12	|     38725 |    6534    26532    69960 |    30531    24324     22 |  0.000 % |
18.98/19.21	c 19	|     58186 |    6534    26532    69960 |    33585    26610     24 |  0.000 % |
30.92/31.25	c 31	|     87378 |    6534    26532    69960 |    36943    18061     21 |  0.000 % |
50.71/51.18	c 51	|    131167 |    6534    26532    69960 |    40637    18739     21 |  0.000 % |
81.28/81.82	c 82	|    196854 |    6534    26532    69960 |    44701    30288     32 |  0.000 % |
134.78/135.60	c 135	|    295380 |    6534    26532    69960 |    49171    40498     27 |  0.000 % |
218.17/219.44	c 219	|    443171 |    6534    26532    69960 |    54089    17835     26 |  0.000 % |
343.94/345.81	c 346	|    664855 |    6534    26532    69960 |    59498    44345     42 |  0.000 % |
545.64/548.55	c 548	|    997381 |    6534    26532    69960 |    65447    27699     36 |  0.000 % |
892.11/896.73	c 896	|   1496170 |    6534    26532    69960 |    71992    36083     34 |  0.000 % |
1418.17/1425.10	c 1425	|   2244353 |    6534    26532    69960 |    79191    21765     36 |  0.000 % |
1800.03/1808.51	sh: line 1: 14718 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.03/1808.51	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1808.51	c 1808	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.03/1808.52	c ERROR INTERRUPTED
1800.03/1808.52	s UNKNOWN
1800.03/1808.52	c 1808	CPU 1800.05 (0.06 0.02 1799.66 0.31)
1800.03/1808.52	c 1808	END Sat Jul 11 21:18:17 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-2065230-1247338089/watcher-2065230-1247338089 -o /tmp/evaluation-result-2065230-1247338089/solver-2065230-1247338089 -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-2065230-1247338089.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.85 2.54 2.23 4/82 14694
/proc/meminfo: memFree=1838024/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=18576 CPUtime=0
/proc/14694/stat : 14694 (runsolver) R 14692 14694 14008 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 20871536 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14694/statm: 4644 284 249 26 0 2626 0

[startup+0.0725029 s]
/proc/loadavg: 2.85 2.54 2.23 4/82 14694
/proc/meminfo: memFree=1838024/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16608 CPUtime=0.05
/proc/14694/stat : 14694 (sugar) R 14692 14694 14008 0 -1 4194304 1052 0 0 0 4 1 0 0 18 0 1 0 20871536 17006592 1020 996147200 4194304 4206940 548682068608 18446744073709551615 233419690812 0 0 4224 0 0 0 0 17 0 0 0
/proc/14694/statm: 4152 1020 380 3 0 731 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16608

[startup+0.101508 s]
/proc/loadavg: 2.85 2.54 2.23 4/82 14694
/proc/meminfo: memFree=1838024/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=0.06
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20871536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301526 s]
/proc/loadavg: 2.85 2.54 2.23 4/82 14694
/proc/meminfo: memFree=1838024/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=0.06
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20871536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70157 s]
/proc/loadavg: 2.85 2.54 2.23 4/82 14694
/proc/meminfo: memFree=1838024/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=0.44
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1309 4857 0 1 5 1 34 4 16 0 1 0 20871536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14694/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16868

[startup+1.50165 s]
/proc/loadavg: 2.78 2.53 2.22 4/93 14716
/proc/meminfo: memFree=1822240/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.18
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 5 2 101 10 15 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 16868

[startup+3.10281 s]
/proc/loadavg: 2.78 2.53 2.22 4/85 14718
/proc/meminfo: memFree=1831520/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.18
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 5 2 101 10 15 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=4712 CPUtime=1.78
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 907 0 0 0 178 0 0 0 25 0 1 0 20871667 4825088 893 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14718/statm: 1178 893 75 150 0 1025 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 26936

[startup+6.30113 s]
/proc/loadavg: 2.78 2.53 2.22 3/85 14718
/proc/meminfo: memFree=1829728/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.18
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 5 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=6108 CPUtime=4.96
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 1266 0 0 0 496 0 0 0 25 0 1 0 20871667 6254592 1252 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14718/statm: 1527 1252 75 150 0 1374 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 28332

[startup+12.7018 s]
/proc/loadavg: 2.81 2.54 2.23 3/85 14718
/proc/meminfo: memFree=1828520/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.18
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 5 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=7084 CPUtime=11.32
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 1485 0 0 0 1132 0 0 0 25 0 1 0 20871667 7254016 1471 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/14718/statm: 1771 1471 75 150 0 1618 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 29308

[startup+25.502 s]
/proc/loadavg: 2.84 2.56 2.24 4/85 14718
/proc/meminfo: memFree=1825704/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.18
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 5 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=8276 CPUtime=24.06
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 1803 0 0 0 2405 1 0 0 25 0 1 0 20871667 8474624 1789 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14718/statm: 2069 1789 75 150 0 1916 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 30500

[startup+51.1016 s]
/proc/loadavg: 2.89 2.59 2.26 4/85 14718
/proc/meminfo: memFree=1826088/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.18
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 5 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=9228 CPUtime=49.53
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 2021 0 0 0 4952 1 0 0 25 0 1 0 20871667 9449472 2007 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/14718/statm: 2307 2007 75 150 0 2154 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 31452

[startup+102.307 s]
/proc/loadavg: 2.74 2.60 2.28 4/85 14718
/proc/meminfo: memFree=1822696/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=11880 CPUtime=100.48
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 2681 0 0 0 10046 2 0 0 25 0 1 0 20871667 12165120 2667 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/14718/statm: 2970 2667 75 150 0 2817 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 34104

[startup+162.302 s]
/proc/loadavg: 2.25 2.50 2.26 2/70 15017
/proc/meminfo: memFree=1898032/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=13256 CPUtime=160.16
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 3016 0 0 0 16010 6 0 0 25 0 1 0 20871667 13574144 3002 996147200 134512640 135127466 4294956256 18446744073709551615 134528076 0 0 4096 3 0 0 0 17 1 0 0
/proc/14718/statm: 3314 3002 75 150 0 3161 0
Current children cumulated CPU time (s) 161.35
Current children cumulated vsize (KiB) 35480

[startup+222.302 s]
/proc/loadavg: 2.09 2.40 2.25 3/85 15050
/proc/meminfo: memFree=1831144/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=13836 CPUtime=219.86
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 3164 0 0 0 21978 8 0 0 25 0 1 0 20871667 14168064 3150 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14718/statm: 3459 3150 75 150 0 3306 0
Current children cumulated CPU time (s) 221.05
Current children cumulated vsize (KiB) 36060

[startup+282.302 s]
/proc/loadavg: 2.03 2.33 2.23 3/85 15050
/proc/meminfo: memFree=1817448/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=17848 CPUtime=279.56
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 4148 0 0 0 27947 9 0 0 25 0 1 0 20871667 18276352 4134 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14718/statm: 4462 4134 75 150 0 4309 0
Current children cumulated CPU time (s) 280.75
Current children cumulated vsize (KiB) 40072

[startup+342.302 s]

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

[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=22968 CPUtime=1294.68
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 5359 0 0 0 129451 17 0 0 25 0 1 0 20871667 23519232 5345 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14718/statm: 5742 5345 75 150 0 5589 0
Current children cumulated CPU time (s) 1295.87
Current children cumulated vsize (KiB) 45192

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 2.04 3/83 15233
/proc/meminfo: memFree=1814976/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=22968 CPUtime=1354.44
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 5370 0 0 0 135426 18 0 0 25 0 1 0 20871667 23519232 5356 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/14718/statm: 5742 5356 75 150 0 5589 0
Current children cumulated CPU time (s) 1355.63
Current children cumulated vsize (KiB) 45192

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 2.03 3/83 15233
/proc/meminfo: memFree=1813888/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=23988 CPUtime=1414.19
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 5622 0 0 0 141401 18 0 0 25 0 1 0 20871667 24563712 5608 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14718/statm: 5997 5608 75 150 0 5844 0
Current children cumulated CPU time (s) 1415.38
Current children cumulated vsize (KiB) 46212

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/83 15233
/proc/meminfo: memFree=1813568/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=24120 CPUtime=1473.95
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 5671 0 0 0 147376 19 0 0 25 0 1 0 20871667 24698880 5657 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14718/statm: 6030 5657 75 150 0 5877 0
Current children cumulated CPU time (s) 1475.14
Current children cumulated vsize (KiB) 46344

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 2.02 3/83 15233
/proc/meminfo: memFree=1813504/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=24120 CPUtime=1533.71
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 5672 0 0 0 153352 19 0 0 25 0 1 0 20871667 24698880 5658 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14718/statm: 6030 5658 75 150 0 5877 0
Current children cumulated CPU time (s) 1534.9
Current children cumulated vsize (KiB) 46344

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 2.02 3/83 15233
/proc/meminfo: memFree=1813376/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=24296 CPUtime=1593.47
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 5703 0 0 0 159328 19 0 0 25 0 1 0 20871667 24879104 5689 996147200 134512640 135127466 4294956256 18446744073709551615 134530593 0 0 4096 3 0 0 0 17 0 0 0
/proc/14718/statm: 6074 5689 75 150 0 5921 0
Current children cumulated CPU time (s) 1594.66
Current children cumulated vsize (KiB) 46520

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 2.01 3/83 15233
/proc/meminfo: memFree=1813120/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=24440 CPUtime=1653.23
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 5745 0 0 0 165304 19 0 0 25 0 1 0 20871667 25026560 5731 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14718/statm: 6110 5731 75 150 0 5957 0
Current children cumulated CPU time (s) 1654.42
Current children cumulated vsize (KiB) 46664

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 2.01 3/83 15233
/proc/meminfo: memFree=1812672/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=24820 CPUtime=1712.99
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 5814 0 0 0 171280 19 0 0 25 0 1 0 20871667 25415680 5800 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14718/statm: 6205 5800 75 150 0 6052 0
Current children cumulated CPU time (s) 1714.18
Current children cumulated vsize (KiB) 47044

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 2.00 3/83 15233
/proc/meminfo: memFree=1812160/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=25084 CPUtime=1772.74
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 5903 0 0 0 177255 19 0 0 25 0 1 0 20871667 25686016 5889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14718/statm: 6271 5889 75 150 0 6118 0
Current children cumulated CPU time (s) 1773.93
Current children cumulated vsize (KiB) 47308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 1.99 1.99 2.00 3/83 15233
/proc/meminfo: memFree=1812160/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=25084 CPUtime=1798.84
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 5903 0 0 0 179864 20 0 0 25 0 1 0 20871667 25686016 5889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14718/statm: 6271 5889 75 150 0 6118 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 47308

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

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

[startup+1808.5 s]
/proc/loadavg: 1.99 1.99 2.00 3/83 15233
/proc/meminfo: memFree=1812160/2055920 swapFree=4192812/4192956
[pid=14694] ppid=14692 vsize=16868 CPUtime=1.19
/proc/14694/stat : 14694 (sugar) S 14692 14694 14008 0 -1 4194304 1376 12247 0 2 6 2 101 10 16 0 1 0 20871536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14694/statm: 4217 1113 409 3 0 796 0
[pid=14717] ppid=14694 vsize=5356 CPUtime=0
/proc/14717/stat : 14717 (sh) S 14694 14694 14008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20871666 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14717/statm: 1339 232 193 169 0 50 0
[pid=14718] ppid=14717 vsize=25084 CPUtime=1798.84
/proc/14718/stat : 14718 (minisat) R 14717 14694 14008 0 -1 4194304 5903 0 0 0 179864 20 0 0 25 0 1 0 20871667 25686016 5889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14718/statm: 6271 5889 75 150 0 6118 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 47308

Child status: 0
Real time (s): 1808.52
CPU time (s): 1800.06
CPU user time (s): 1799.73
CPU system time (s): 0.335948
CPU usage (%): 99.5322
Max. virtual memory (cumulated for all children) (KiB): 891944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.335948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20297
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= 1760
involuntary context switches= 29153

runsolver used 2.22266 second user time and 5.32519 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-11 20:48:09
IDJOB=2065230
IDBENCH=54341
IDSOLVER=739
FILE ID=node70/2065230-1247338089
PBS_JOBID= 9506644
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-66-4.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-2065230-1247338089/watcher-2065230-1247338089 -o /tmp/evaluation-result-2065230-1247338089/solver-2065230-1247338089 -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-2065230-1247338089.xml

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

MD5SUM BENCH= cb71f77943a3e9336840301264b4b7c7
RANDOM SEED=1075006262

node70.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.214
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.214
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:       1838504 kB
Buffers:         12188 kB
Cached:          72404 kB
SwapCached:          0 kB
Active:         140956 kB
Inactive:        30232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:         106960 kB
Slab:            31212 kB
Committed_AS:   237784 kB
PageTables:       1948 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node70 at 2009-07-11 21:18:19