Trace number 1060725

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.13+minisat? (TO) 1800.13 1809.02

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 (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 01:36:39 2008
0.00/0.05	c 0	PID 13805
0.00/0.05	c 0	HOST node52.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1060725-1215128199.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060725-1215128199.xml' 'HOME/temp.csp'
0.04/0.97	c 1	1 domains, 2630 variables, 3 predicates, 0 relations, 6569 constraints
0.04/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.99	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.95/1.08	c 1	Parsing HOME/temp.csp
1.34/1.41	c 2	parsed 9203 expressions
1.34/1.41	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.34/1.41	c 2	Converting to clausal form CSP
1.34/1.45	c 2	converted 921 (10%) expressions
1.34/1.47	c 2	converted 1841 (20%) expressions
1.34/1.50	c 2	converted 2761 (30%) expressions
1.55/1.64	c 2	converted 3682 (40%) expressions
1.55/1.68	c 2	converted 4602 (50%) expressions
1.64/1.74	c 2	converted 5522 (60%) expressions
1.64/1.76	c 2	converted 6443 (70%) expressions
1.64/1.78	c 2	converted 7363 (80%) expressions
1.74/1.80	c 2	converted 8283 (90%) expressions
1.74/1.82	c 2	converted 9203 (100%) expressions
1.74/1.82	c 2	CSP : 2630 integers, 0 booleans, 6569 clauses, largest domain size 2
1.74/1.82	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/1.82	c 2	Propagation in CSP
1.74/1.87	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.74/1.88	c 2	CSP : 2630 integers, 0 booleans, 6569 clauses, largest domain size 2
1.74/1.88	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/1.88	c 2	Simplifing CSP by introducing new Boolean variables
1.74/1.89	c 2	CSP : 2630 integers, 0 booleans, 6569 clauses, largest domain size 2
1.74/1.89	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.84/1.93	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.84/1.94	c 2	263 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.84/1.94	c 2	526 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.84/1.95	c 2	789 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.84/1.95	c 2	1052 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.84/1.95	c 2	1315 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.84/1.96	c 2	1578 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.84/1.96	c 2	1841 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.84/1.96	c 2	2104 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.84/1.96	c 2	2367 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.84/1.96	c 2	2630 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.84/2.00	c 2	657 (10%) CSP clauses are encoded (657 clauses, 7078 bytes)
1.94/2.01	c 2	1314 (20%) CSP clauses are encoded (1314 clauses, 14621 bytes)
1.94/2.03	c 2	1971 (30%) CSP clauses are encoded (1971 clauses, 23506 bytes)
1.94/2.04	c 2	2628 (40%) CSP clauses are encoded (2628 clauses, 34807 bytes)
1.94/2.05	c 2	3285 (50%) CSP clauses are encoded (3285 clauses, 46640 bytes)
1.94/2.06	c 2	3942 (60%) CSP clauses are encoded (3942 clauses, 58940 bytes)
1.94/2.06	c 2	4599 (70%) CSP clauses are encoded (4599 clauses, 71242 bytes)
1.94/2.07	c 2	5256 (80%) CSP clauses are encoded (5256 clauses, 83449 bytes)
1.94/2.08	c 2	5913 (90%) CSP clauses are encoded (5913 clauses, 95788 bytes)
1.94/2.08	c 2	6569 (100%) CSP clauses are encoded (6569 clauses, 108172 bytes)
1.94/2.08	c 2	6569 CSP clauses encoded
1.94/2.09	c 2	Writing map file : HOME/temp.map
2.03/2.13	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.13	c 2	SAT : 2630 SAT variables, 6569 SAT clauses, 108172 bytes
2.03/2.13	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.15	c 2	SOLVING HOME/temp.cnf
2.03/2.15	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.03/2.15	c 2	This is MiniSat 2.0 beta
2.03/2.15	c 2	WARNING: for repeatability, setting FPU to use double precision
2.03/2.15	c 2	============================[ Problem Statistics ]=============================
2.03/2.15	c 2	|                                                                             |
2.03/2.15	c 2	|  Number of variables:  2630                                                 |
2.03/2.15	c 2	|  Number of clauses:    6569                                                 |
2.03/2.16	c 2	|  Parsing time:         0.00         s                                       |
2.03/2.16	c 2	============================[ Search Statistics ]==============================
2.03/2.16	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.03/2.16	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.03/2.16	c 2	===============================================================================
2.03/2.16	c 2	|         0 |    2630     6569    18020 |     2189        0    nan |  0.000 % |
2.03/2.17	c 2	|       101 |    2630     6569    18020 |     2408      101     28 |  0.000 % |
2.03/2.20	c 2	|       252 |    2628     6562    18004 |     2649      251     27 |  0.076 % |
2.08/2.23	c 2	|       477 |    2628     6562    18004 |     2914      476     26 |  0.076 % |
2.08/2.28	c 2	|       815 |    2628     6562    18004 |     3205      814     26 |  0.076 % |
2.08/2.40	c 3	|      1321 |    2628     6562    18004 |     3526     1320     27 |  0.076 % |
2.08/2.51	c 3	|      2080 |    2628     6562    18004 |     3879     2079     27 |  0.076 % |
2.08/2.75	c 3	|      3220 |    2628     6562    18004 |     4267     3219     27 |  0.076 % |
2.08/3.14	c 3	|      4929 |    2628     6562    18004 |     4693     2732     26 |  0.076 % |
3.51/3.66	c 4	|      7491 |    2628     6562    18004 |     5163     2899     24 |  0.076 % |
4.21/4.35	c 4	|     11336 |    2628     6562    18004 |     5679     4118     23 |  0.076 % |
5.41/5.52	c 6	|     17103 |    2628     6562    18004 |     6247     4122     23 |  0.076 % |
7.20/7.35	c 7	|     25752 |    2628     6562    18004 |     6872     3264     21 |  0.076 % |
9.88/10.08	c 10	|     38726 |    2628     6562    18004 |     7559     5810     22 |  0.076 % |
14.16/14.36	c 14	|     58187 |    2628     6562    18004 |     8315     6149     22 |  0.076 % |
20.82/21.05	c 21	|     87379 |    2628     6562    18004 |     9146     5931     25 |  0.076 % |
30.48/30.73	c 31	|    131169 |    2628     6562    18004 |    10061     8195     26 |  0.076 % |
45.20/45.50	c 46	|    196854 |    2628     6562    18004 |    11067     7951     22 |  0.076 % |
68.69/69.14	c 69	|    295381 |    2628     6562    18004 |    12174     6227     21 |  0.076 % |
104.31/104.91	c 105	|    443174 |    2628     6562    18004 |    13391     7034     19 |  0.076 % |
159.34/160.23	c 160	|    664858 |    2628     6562    18004 |    14730    13253     21 |  0.076 % |
239.44/240.74	c 241	|    997384 |    2628     6562    18004 |    16204    12567     23 |  0.076 % |
364.63/366.58	c 367	|   1496172 |    2628     6562    18004 |    17824    14475     20 |  0.076 % |
566.35/569.20	c 569	|   2244356 |    2628     6562    18004 |    19606     9492     22 |  0.076 % |
876.33/880.75	c 881	|   3366631 |    2628     6562    18004 |    21567    17935     20 |  0.076 % |
1375.48/1382.38	c 1382	|   5050042 |    2628     6562    18004 |    23724    21001     22 |  0.076 % |
1800.09/1809.00	sh: line 1: 13829 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1809.00	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1809.00	c 1809	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1809.02	c ERROR INTERRUPTED
1800.09/1809.02	s UNKNOWN
1800.09/1809.02	c 1809	CPU 1799.94 (0.03 0.01 1799.91 0.15)
1800.09/1809.02	c 1809	END Fri Jul  4 02:06:48 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060725-1215128199/watcher-1060725-1215128199 -o /tmp/evaluation-result-1060725-1215128199/solver-1060725-1215128199 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1060725-1215128199.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.86 1.97 1.83 4/81 13805
/proc/meminfo: memFree=1597864/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=4708 CPUtime=0
/proc/13805/stat : 13805 (sugar) R 13803 13805 12973 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 1991792182 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 273651136556 0 0 4096 0 0 0 0 17 1 0 0
/proc/13805/statm: 1177 40 31 3 0 8 0

[startup+0.052862 s]
/proc/loadavg: 1.86 1.97 1.83 4/81 13805
/proc/meminfo: memFree=1597864/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=0.04
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 884 127 0 0 3 1 0 0 18 0 1 0 1991792182 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102279 s]
/proc/loadavg: 1.86 1.97 1.83 4/81 13805
/proc/meminfo: memFree=1597864/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=0.04
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991792182 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301302 s]
/proc/loadavg: 1.86 1.97 1.83 4/81 13805
/proc/meminfo: memFree=1597864/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=0.04
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991792182 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702368 s]
/proc/loadavg: 1.86 1.97 1.83 4/81 13805
/proc/meminfo: memFree=1597864/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=0.04
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991792182 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50148 s]
/proc/loadavg: 1.86 1.97 1.83 3/84 13819
/proc/meminfo: memFree=1595408/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=0.95
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 974 8240 0 1 3 1 86 5 15 0 1 0 1991792182 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 797 370 3 0 500 0
[pid=13818] ppid=13805 vsize=5356 CPUtime=0
/proc/13818/stat : 13818 (sh) S 13805 13805 12973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991792281 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13818/statm: 1339 233 193 169 0 50 0
[pid=13819] ppid=13818 vsize=864320 CPUtime=0.49
/proc/13819/stat : 13819 (java) S 13818 13805 12973 0 -1 0 4501 0 1 0 46 3 0 0 18 0 9 0 1991792281 885063680 3932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13819/statm: 216080 3932 1731 9 0 210655 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883276

[startup+3.10153 s]
/proc/loadavg: 1.86 1.97 1.83 3/92 13827
/proc/meminfo: memFree=1577808/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 15 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 13600

[startup+6.303 s]
/proc/loadavg: 1.87 1.97 1.83 3/84 13829
/proc/meminfo: memFree=1593552/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=3284 CPUtime=4.12
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 496 0 0 0 412 0 0 0 25 0 1 0 1991792397 3362816 482 996147200 134512640 135127466 4294956272 18446744073709551615 134527976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 821 482 75 150 0 668 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 22240

[startup+12.7019 s]
/proc/loadavg: 1.88 1.97 1.83 3/84 13829
/proc/meminfo: memFree=1592792/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=3556 CPUtime=10.49
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 579 0 0 0 1049 0 0 0 25 0 1 0 1991792397 3641344 565 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 889 565 75 150 0 736 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 22512

[startup+25.5018 s]
/proc/loadavg: 1.91 1.97 1.83 3/84 13829
/proc/meminfo: memFree=1591768/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=3992 CPUtime=23.22
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 681 0 0 0 2322 0 0 0 25 0 1 0 1991792397 4087808 667 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 998 667 75 150 0 845 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 22948

[startup+51.1016 s]
/proc/loadavg: 2.00 1.99 1.84 3/84 13829
/proc/meminfo: memFree=1590744/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=4412 CPUtime=48.69
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 791 0 0 0 4869 0 0 0 25 0 1 0 1991792397 4517888 777 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 1103 777 75 150 0 950 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 23368

[startup+102.306 s]
/proc/loadavg: 2.11 2.02 1.86 3/84 13829
/proc/meminfo: memFree=1588440/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=4816 CPUtime=99.64
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 886 0 0 0 9964 0 0 0 25 0 1 0 1991792397 4931584 872 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 1204 872 75 150 0 1051 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 23772

[startup+162.302 s]
/proc/loadavg: 2.04 2.01 1.86 3/84 13829
/proc/meminfo: memFree=1586200/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=5344 CPUtime=159.35
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1012 0 0 0 15935 0 0 0 25 0 1 0 1991792397 5472256 998 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 1336 998 75 150 0 1183 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 24300

[startup+222.302 s]
/proc/loadavg: 2.01 2.00 1.87 3/84 13829
/proc/meminfo: memFree=1584536/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=5616 CPUtime=219.05
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1072 0 0 0 21905 0 0 0 25 0 1 0 1991792397 5750784 1058 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 1404 1058 75 150 0 1251 0
Current children cumulated CPU time (s) 221.13
Current children cumulated vsize (KiB) 24572

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.87 3/84 13829
/proc/meminfo: memFree=1582360/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=6064 CPUtime=278.77
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1177 0 0 0 27876 1 0 0 25 0 1 0 1991792397 6209536 1163 996147200 134512640 135127466 4294956272 18446744073709551615 134522946 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 1516 1163 75 150 0 1363 0
Current children cumulated CPU time (s) 280.85
Current children cumulated vsize (KiB) 25020


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

[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=7912 CPUtime=1234.08
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1605 0 0 0 123407 1 0 0 25 0 1 0 1991792397 8101888 1591 996147200 134512640 135127466 4294956272 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 1978 1591 75 150 0 1825 0
Current children cumulated CPU time (s) 1236.16
Current children cumulated vsize (KiB) 26868

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/84 13829
/proc/meminfo: memFree=1576216/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=7912 CPUtime=1293.79
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1606 0 0 0 129378 1 0 0 25 0 1 0 1991792397 8101888 1592 996147200 134512640 135127466 4294956272 18446744073709551615 134528611 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 1978 1592 75 150 0 1825 0
Current children cumulated CPU time (s) 1295.87
Current children cumulated vsize (KiB) 26868

[startup+1362.3 s]
/proc/loadavg: 2.17 2.05 1.94 3/84 13829
/proc/meminfo: memFree=1576216/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=7912 CPUtime=1353.5
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1618 0 0 0 135349 1 0 0 25 0 1 0 1991792397 8101888 1604 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 1978 1604 75 150 0 1825 0
Current children cumulated CPU time (s) 1355.58
Current children cumulated vsize (KiB) 26868

[startup+1422.31 s]
/proc/loadavg: 2.12 2.05 1.94 3/84 13829
/proc/meminfo: memFree=1575576/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=8492 CPUtime=1413.21
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1770 0 0 0 141319 2 0 0 25 0 1 0 1991792397 8695808 1756 996147200 134512640 135127466 4294956272 18446744073709551615 134530576 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 2123 1756 75 150 0 1970 0
Current children cumulated CPU time (s) 1415.29
Current children cumulated vsize (KiB) 27448

[startup+1482.3 s]
/proc/loadavg: 2.04 2.04 1.94 3/84 13835
/proc/meminfo: memFree=1575512/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=8492 CPUtime=1472.9
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1772 0 0 0 147288 2 0 0 25 0 1 0 1991792397 8695808 1758 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 2123 1758 75 150 0 1970 0
Current children cumulated CPU time (s) 1474.98
Current children cumulated vsize (KiB) 27448

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 1.94 3/84 13835
/proc/meminfo: memFree=1575512/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=8492 CPUtime=1532.61
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1772 0 0 0 153259 2 0 0 25 0 1 0 1991792397 8695808 1758 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 2123 1758 75 150 0 1970 0
Current children cumulated CPU time (s) 1534.69
Current children cumulated vsize (KiB) 27448

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/84 13835
/proc/meminfo: memFree=1575448/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=8632 CPUtime=1592.32
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1792 0 0 0 159230 2 0 0 25 0 1 0 1991792397 8839168 1778 996147200 134512640 135127466 4294956272 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 2158 1778 75 150 0 2005 0
Current children cumulated CPU time (s) 1594.4
Current children cumulated vsize (KiB) 27588

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/84 13835
/proc/meminfo: memFree=1575384/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=8632 CPUtime=1652.02
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1794 0 0 0 165200 2 0 0 25 0 1 0 1991792397 8839168 1780 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 2158 1780 75 150 0 2005 0
Current children cumulated CPU time (s) 1654.1
Current children cumulated vsize (KiB) 27588

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/84 13835
/proc/meminfo: memFree=1575320/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=8632 CPUtime=1711.73
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1806 0 0 0 171171 2 0 0 25 0 1 0 1991792397 8839168 1792 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 2158 1792 75 150 0 2005 0
Current children cumulated CPU time (s) 1713.81
Current children cumulated vsize (KiB) 27588

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 1.95 3/84 13835
/proc/meminfo: memFree=1575320/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=8632 CPUtime=1771.44
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1806 0 0 0 177142 2 0 0 25 0 1 0 1991792397 8839168 1792 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13829/statm: 2158 1792 75 150 0 2005 0
Current children cumulated CPU time (s) 1773.52
Current children cumulated vsize (KiB) 27588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.04 2.02 1.95 3/83 13873
/proc/meminfo: memFree=1545376/2055920 swapFree=4180424/4192956
[pid=13805] ppid=13803 vsize=13600 CPUtime=2.08
/proc/13805/stat : 13805 (sugar) S 13803 13805 12973 0 -1 4194304 1033 16247 0 2 3 1 193 11 16 0 1 0 1991792182 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13805/statm: 3400 799 370 3 0 500 0
[pid=13828] ppid=13805 vsize=5356 CPUtime=0
/proc/13828/stat : 13828 (sh) S 13805 13805 12973 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991792397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13828/statm: 1339 232 193 169 0 50 0
[pid=13829] ppid=13828 vsize=8632 CPUtime=1798.01
/proc/13829/stat : 13829 (minisat) R 13828 13805 12973 0 -1 4194304 1806 0 0 0 179798 3 0 0 25 0 1 0 1991792397 8839168 1792 996147200 134512640 135127466 4294956272 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/13829/statm: 2158 1792 75 150 0 2005 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 27588

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): 1809.02
CPU time (s): 1800.13
CPU user time (s): 1799.96
CPU system time (s): 0.174973
CPU usage (%): 99.5086
Max. virtual memory (cumulated for all children) (KiB): 887528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20117
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= 2357
involuntary context switches= 56867

runsolver used 1.81472 second user time and 4.81427 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-04 01:36:39
IDJOB=1060725
IDBENCH=54476
IDSOLVER=346
FILE ID=node52/1060725-1215128199
PBS_JOBID= 7877251
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-1-c.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060725-1215128199/watcher-1060725-1215128199 -o /tmp/evaluation-result-1060725-1215128199/solver-1060725-1215128199 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1060725-1215128199.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e4ec9a3febcaf38991fa134c8c940c52
RANDOM SEED=2057977885

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1598344 kB
Buffers:         67020 kB
Cached:         285212 kB
SwapCached:       6808 kB
Active:         219536 kB
Inactive:       178800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598344 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            4084 kB
Writeback:           0 kB
Mapped:          62004 kB
Slab:            44188 kB
Committed_AS:  3906356 kB
PageTables:       2032 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= 66520 MiB
End job on node52 at 2008-07-04 02:06:50