Trace number 2066132

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.07 1815.82

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-1-c.xml
MD5SUMe4ec9a3febcaf38991fa134c8c940c52
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2630
Number of constraints6569
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6569
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 Sat Jul 11 21:43:07 2009
0.00/0.08	c 0	PID 17547
0.06/0.08	c 0	HOST node68.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2066132-1247341386.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-2066132-1247341386.xml' 'HOME/temp.csp'
0.96/1.06	c 1	1 domains, 2630 variables, 3 predicates, 0 relations, 6569 constraints
0.96/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.09	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'
1.01/1.17	c 1	Parsing HOME/temp.csp
1.01/1.45	c 1	parsed 9203 expressions
1.01/1.46	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.46	c 1	Converting to clausal form CSP
1.01/1.50	c 1	converted 921 (10%) expressions
1.01/1.51	c 1	converted 1841 (20%) expressions
1.01/1.55	c 1	converted 2761 (30%) expressions
1.01/1.71	c 1	converted 3682 (40%) expressions
1.01/1.75	c 1	converted 4602 (50%) expressions
1.01/1.81	c 1	converted 5522 (60%) expressions
1.01/1.84	c 1	converted 6443 (70%) expressions
1.01/1.86	c 1	converted 7363 (80%) expressions
1.01/1.88	c 1	converted 8283 (90%) expressions
1.01/1.90	c 1	converted 9203 (100%) expressions
1.01/1.90	c 1	CSP : 2630 integers, 0 booleans, 6569 clauses, largest domain size 2
1.01/1.90	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.90	c 1	Propagation in CSP
1.01/1.94	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.94	c 1	CSP : 2630 integers, 0 booleans, 6569 clauses, largest domain size 2
1.01/1.94	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.95	c 1	Simplifing CSP by introducing new Boolean variables
1.01/1.95	c 1	CSP : 2630 integers, 0 booleans, 6569 clauses, largest domain size 2
1.01/1.95	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/2.00	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/2.00	c 1	263 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/2.01	c 1	526 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/2.01	c 1	789 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/2.01	c 1	1052 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/2.02	c 1	1315 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/2.02	c 1	1578 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/2.02	c 1	1841 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/2.02	c 1	2104 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/2.02	c 1	2367 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/2.03	c 1	2630 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.01/2.06	c 2	657 (10%) CSP clauses are encoded (657 clauses, 7078 bytes)
1.01/2.08	c 2	1314 (20%) CSP clauses are encoded (1314 clauses, 14621 bytes)
1.01/2.09	c 2	1971 (30%) CSP clauses are encoded (1971 clauses, 23506 bytes)
2.00/2.11	c 2	2628 (40%) CSP clauses are encoded (2628 clauses, 34807 bytes)
2.00/2.11	c 2	3285 (50%) CSP clauses are encoded (3285 clauses, 46640 bytes)
2.00/2.12	c 2	3942 (60%) CSP clauses are encoded (3942 clauses, 58940 bytes)
2.00/2.13	c 2	4599 (70%) CSP clauses are encoded (4599 clauses, 71242 bytes)
2.00/2.14	c 2	5256 (80%) CSP clauses are encoded (5256 clauses, 83449 bytes)
2.00/2.14	c 2	5913 (90%) CSP clauses are encoded (5913 clauses, 95788 bytes)
2.00/2.15	c 2	6569 (100%) CSP clauses are encoded (6569 clauses, 108172 bytes)
2.00/2.15	c 2	6569 CSP clauses encoded
2.00/2.15	c 2	Writing map file : HOME/temp.map
2.00/2.17	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.00/2.17	c 2	SAT : 2630 SAT variables, 6569 SAT clauses, 108172 bytes
2.00/2.17	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.00/2.20	c 2	SOLVING HOME/temp.cnf
2.00/2.20	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.10/2.21	c 2	This is MiniSat 2.0 beta
2.10/2.21	c 2	WARNING: for repeatability, setting FPU to use double precision
2.10/2.21	c 2	============================[ Problem Statistics ]=============================
2.10/2.21	c 2	|                                                                             |
2.10/2.21	c 2	|  Number of variables:  2630                                                 |
2.10/2.21	c 2	|  Number of clauses:    6569                                                 |
2.10/2.21	c 2	|  Parsing time:         0.00         s                                       |
2.10/2.21	c 2	============================[ Search Statistics ]==============================
2.10/2.21	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.10/2.21	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.10/2.21	c 2	===============================================================================
2.10/2.21	c 2	|         0 |    2630     6569    18020 |     2189        0    nan |  0.000 % |
2.10/2.22	c 2	|       101 |    2630     6569    18020 |     2408      101     28 |  0.000 % |
2.10/2.25	c 2	|       252 |    2628     6562    18004 |     2649      251     27 |  0.076 % |
2.10/2.28	c 2	|       477 |    2628     6562    18004 |     2914      476     26 |  0.076 % |
2.10/2.34	c 2	|       815 |    2628     6562    18004 |     3205      814     26 |  0.076 % |
2.10/2.45	c 2	|      1321 |    2628     6562    18004 |     3526     1320     27 |  0.076 % |
2.10/2.57	c 2	|      2080 |    2628     6562    18004 |     3879     2079     27 |  0.076 % |
2.10/2.80	c 2	|      3220 |    2628     6562    18004 |     4267     3219     27 |  0.076 % |
2.10/3.19	c 3	|      4929 |    2628     6562    18004 |     4693     2732     26 |  0.076 % |
3.57/3.71	c 3	|      7491 |    2628     6562    18004 |     5163     2899     24 |  0.076 % |
4.17/4.39	c 4	|     11336 |    2628     6562    18004 |     5679     4118     23 |  0.076 % |
5.35/5.56	c 5	|     17103 |    2628     6562    18004 |     6247     4122     23 |  0.076 % |
7.14/7.39	c 7	|     25752 |    2628     6562    18004 |     6872     3264     21 |  0.076 % |
9.90/10.16	c 10	|     38726 |    2628     6562    18004 |     7559     5810     22 |  0.076 % |
14.26/14.52	c 14	|     58187 |    2628     6562    18004 |     8315     6149     22 |  0.076 % |
21.00/21.31	c 21	|     87379 |    2628     6562    18004 |     9146     5931     25 |  0.076 % |
30.61/31.03	c 30	|    131169 |    2628     6562    18004 |    10061     8195     26 |  0.076 % |
45.37/45.94	c 45	|    196854 |    2628     6562    18004 |    11067     7951     22 |  0.076 % |
69.14/69.94	c 69	|    295381 |    2628     6562    18004 |    12174     6227     21 |  0.076 % |
105.20/106.32	c 106	|    443174 |    2628     6562    18004 |    13391     7034     19 |  0.076 % |
160.77/162.44	c 162	|    664858 |    2628     6562    18004 |    14730    13253     21 |  0.076 % |
240.70/243.17	c 243	|    997384 |    2628     6562    18004 |    16204    12567     23 |  0.076 % |
365.91/369.50	c 369	|   1496172 |    2628     6562    18004 |    17824    14475     20 |  0.076 % |
566.89/572.48	c 572	|   2244356 |    2628     6562    18004 |    19606     9492     22 |  0.076 % |
874.16/882.68	c 882	|   3366631 |    2628     6562    18004 |    21567    17935     20 |  0.076 % |
1371.00/1384.21	c 1384	|   5050042 |    2628     6562    18004 |    23724    21001     22 |  0.076 % |
1800.03/1815.80	sh: line 1: 17571 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.03/1815.80	c 1815	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1815.80	c 1815	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/1815.81	c ERROR INTERRUPTED
1800.03/1815.82	s UNKNOWN
1800.03/1815.82	c 1815	CPU 1800.05 (0.06 0.02 1799.77 0.2)
1800.03/1815.82	c 1815	END Sat Jul 11 22:13:22 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-2066132-1247341386/watcher-2066132-1247341386 -o /tmp/evaluation-result-2066132-1247341386/solver-2066132-1247341386 -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-2066132-1247341386.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.08 2.05 2.00 4/77 17547
/proc/meminfo: memFree=1383288/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=18576 CPUtime=0
/proc/17547/stat : 17547 (runsolver) R 17545 17547 16661 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 21201333 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209560595751 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17547/statm: 4644 284 249 26 0 2626 0

[startup+0.0865799 s]
/proc/loadavg: 2.08 2.05 2.00 4/77 17547
/proc/meminfo: memFree=1383288/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16740 CPUtime=0.06
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21201333 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102787 s]
/proc/loadavg: 2.08 2.05 2.00 4/77 17547
/proc/meminfo: memFree=1383288/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=0.06
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21201333 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301377 s]
/proc/loadavg: 2.08 2.05 2.00 4/77 17547
/proc/meminfo: memFree=1383288/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=0.06
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21201333 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702446 s]
/proc/loadavg: 2.08 2.05 2.00 4/77 17547
/proc/meminfo: memFree=1383288/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=0.06
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21201333 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50158 s]
/proc/loadavg: 2.15 2.07 2.01 3/88 17559
/proc/meminfo: memFree=1362080/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=1.01
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1309 8322 0 1 5 1 91 4 15 0 1 0 21201333 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 16868

[startup+3.10185 s]
/proc/loadavg: 2.15 2.07 2.01 4/88 17569
/proc/meminfo: memFree=1362016/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 15 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30239 s]
/proc/loadavg: 2.15 2.07 2.01 3/80 17571
/proc/meminfo: memFree=1377632/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=3284 CPUtime=4.05
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 496 0 0 0 405 0 0 0 25 0 1 0 21201554 3362816 482 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 821 482 75 150 0 668 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 25508

[startup+12.7015 s]
/proc/loadavg: 2.13 2.06 2.01 3/80 17571
/proc/meminfo: memFree=1377056/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=3556 CPUtime=10.38
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 579 0 0 0 1038 0 0 0 25 0 1 0 21201554 3641344 565 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 889 565 75 150 0 736 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 25780

[startup+25.5016 s]
/proc/loadavg: 2.11 2.06 2.01 3/80 17571
/proc/meminfo: memFree=1376672/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=3992 CPUtime=23.06
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 681 0 0 0 2306 0 0 0 25 0 1 0 21201554 4087808 667 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 998 667 75 150 0 845 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 26216

[startup+51.103 s]
/proc/loadavg: 2.07 2.05 2.00 4/80 17571
/proc/meminfo: memFree=1376352/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=4412 CPUtime=48.42
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 786 0 0 0 4842 0 0 0 25 0 1 0 21201554 4517888 772 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 1103 772 75 150 0 950 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 26636

[startup+102.308 s]
/proc/loadavg: 2.03 2.04 2.00 4/80 17571
/proc/meminfo: memFree=1375840/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=4816 CPUtime=99.13
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 886 0 0 0 9913 0 0 0 25 0 1 0 21201554 4931584 872 996147200 134512640 135127466 4294956256 18446744073709551615 134528005 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 1204 872 75 150 0 1051 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 27040

[startup+162.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/80 17571
/proc/meminfo: memFree=1375264/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=5080 CPUtime=158.57
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 954 0 0 0 15857 0 0 0 25 0 1 0 21201554 5201920 940 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 1270 940 75 150 0 1117 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 27304

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 17571
/proc/meminfo: memFree=1374752/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=5616 CPUtime=217.99
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 1072 0 0 0 21799 0 0 0 25 0 1 0 21201554 5750784 1058 996147200 134512640 135127466 4294956256 18446744073709551615 134704100 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 1404 1058 75 150 0 1251 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 27840

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/80 17571
/proc/meminfo: memFree=1374240/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=6064 CPUtime=277.43
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 1167 0 0 0 27743 0 0 0 25 0 1 0 21201554 6209536 1153 996147200 134512640 135127466 4294956256 18446744073709551615 134527188 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 1516 1153 75 150 0 1363 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 28288

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/80 17571
/proc/meminfo: memFree=1373856/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0

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

[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=7912 CPUtime=1228.34
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 1605 0 0 0 122833 1 0 0 25 0 1 0 21201554 8101888 1591 996147200 134512640 135127466 4294956256 18446744073709551615 134528362 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 1978 1591 75 150 0 1825 0
Current children cumulated CPU time (s) 1230.44
Current children cumulated vsize (KiB) 30136

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 17579
/proc/meminfo: memFree=1370328/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=7912 CPUtime=1287.78
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 1606 0 0 0 128777 1 0 0 25 0 1 0 21201554 8101888 1592 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 1978 1592 75 150 0 1825 0
Current children cumulated CPU time (s) 1289.88
Current children cumulated vsize (KiB) 30136

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 17579
/proc/meminfo: memFree=1370200/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=7912 CPUtime=1347.21
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 1618 0 0 0 134720 1 0 0 25 0 1 0 21201554 8101888 1604 996147200 134512640 135127466 4294956256 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 1978 1604 75 150 0 1825 0
Current children cumulated CPU time (s) 1349.31
Current children cumulated vsize (KiB) 30136

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 17579
/proc/meminfo: memFree=1369632/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=8492 CPUtime=1406.64
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 1768 0 0 0 140663 1 0 0 25 0 1 0 21201554 8695808 1754 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 2123 1754 75 150 0 1970 0
Current children cumulated CPU time (s) 1408.74
Current children cumulated vsize (KiB) 30716

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 17579
/proc/meminfo: memFree=1369376/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=8492 CPUtime=1466.07
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 1772 0 0 0 146606 1 0 0 25 0 1 0 21201554 8695808 1758 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 2123 1758 75 150 0 1970 0
Current children cumulated CPU time (s) 1468.17
Current children cumulated vsize (KiB) 30716

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 17579
/proc/meminfo: memFree=1369248/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=8492 CPUtime=1525.5
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 1772 0 0 0 152549 1 0 0 25 0 1 0 21201554 8695808 1758 996147200 134512640 135127466 4294956256 18446744073709551615 134530706 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 2123 1758 75 150 0 1970 0
Current children cumulated CPU time (s) 1527.6
Current children cumulated vsize (KiB) 30716

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 17579
/proc/meminfo: memFree=1369056/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=8632 CPUtime=1584.94
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 1792 0 0 0 158493 1 0 0 25 0 1 0 21201554 8839168 1778 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 2158 1778 75 150 0 2005 0
Current children cumulated CPU time (s) 1587.04
Current children cumulated vsize (KiB) 30856

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 17835
/proc/meminfo: memFree=1332776/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=8632 CPUtime=1644.79
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 1794 0 0 0 164474 5 0 0 25 0 1 0 21201554 8839168 1780 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17571/statm: 2158 1780 75 150 0 2005 0
Current children cumulated CPU time (s) 1646.89
Current children cumulated vsize (KiB) 30856

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17835
/proc/meminfo: memFree=1314408/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=8632 CPUtime=1704.76
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 1806 0 0 0 170471 5 0 0 25 0 1 0 21201554 8839168 1792 996147200 134512640 135127466 4294956256 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 0 0 0
/proc/17571/statm: 2158 1792 75 150 0 2005 0
Current children cumulated CPU time (s) 1706.86
Current children cumulated vsize (KiB) 30856

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17873
/proc/meminfo: memFree=1199920/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=8632 CPUtime=1764.57
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 1806 0 0 0 176451 6 0 0 25 0 1 0 21201554 8839168 1792 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17571/statm: 2158 1792 75 150 0 2005 0
Current children cumulated CPU time (s) 1766.67
Current children cumulated vsize (KiB) 30856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 17997
/proc/meminfo: memFree=1367280/2055920 swapFree=4192952/4192956
[pid=17547] ppid=17545 vsize=16868 CPUtime=2.1
/proc/17547/stat : 17547 (sugar) S 17545 17547 16661 0 -1 4194304 1376 16346 0 2 6 2 191 11 16 0 1 0 21201333 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17547/statm: 4217 1113 409 3 0 796 0
[pid=17570] ppid=17547 vsize=5356 CPUtime=0
/proc/17570/stat : 17570 (sh) S 17547 17547 16661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21201553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17570/statm: 1339 232 193 169 0 50 0
[pid=17571] ppid=17570 vsize=8632 CPUtime=1797.93
/proc/17571/stat : 17571 (minisat) R 17570 17547 16661 0 -1 4194304 1808 0 0 0 179785 8 0 0 25 0 1 0 21201554 8839168 1794 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/17571/statm: 2158 1794 75 150 0 2005 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 30856

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

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

Child status: 0
Real time (s): 1815.82
CPU time (s): 1800.07
CPU user time (s): 1799.84
CPU system time (s): 0.231964
CPU usage (%): 99.1328
Max. virtual memory (cumulated for all children) (KiB): 890936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20610
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= 1811
involuntary context switches= 28986

runsolver used 2.18767 second user time and 6.14007 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-11 21:43:06
IDJOB=2066132
IDBENCH=54476
IDSOLVER=739
FILE ID=node68/2066132-1247341386
PBS_JOBID= 9506733
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-1-c.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-2066132-1247341386/watcher-2066132-1247341386 -o /tmp/evaluation-result-2066132-1247341386/solver-2066132-1247341386 -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-2066132-1247341386.xml

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

MD5SUM BENCH= e4ec9a3febcaf38991fa134c8c940c52
RANDOM SEED=874855811

node68.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.258
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.258
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:       1383768 kB
Buffers:         53476 kB
Cached:         521052 kB
SwapCached:          4 kB
Active:          87920 kB
Inactive:       510504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1383768 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2240 kB
Writeback:           0 kB
Mapped:          35264 kB
Slab:            58708 kB
Committed_AS:   172532 kB
PageTables:       2004 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= 66440 MiB
End job on node68 at 2009-07-11 22:13:24