Trace number 1060704

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.14 1810.42

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-2-c.xml
MD5SUMa74560533e7ad9b82e138ec40698969f
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 benchmark180.881
Satisfiable
(Un)Satisfiability was proved
Number of variables2606
Number of constraints6509
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6509
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 01:34:41 2008
0.00/0.04	c 0	PID 2215
0.03/0.05	c 0	HOST node54.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1060704-1215128081.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060704-1215128081.xml' 'HOME/temp.csp'
0.95/1.02	c 1	1 domains, 2606 variables, 3 predicates, 0 relations, 6509 constraints
0.95/1.04	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.04	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.98/1.12	c 2	Parsing HOME/temp.csp
0.98/1.64	c 2	parsed 9119 expressions
0.98/1.64	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.98/1.64	c 2	Converting to clausal form CSP
0.98/1.68	c 2	converted 912 (10%) expressions
0.98/1.69	c 2	converted 1824 (20%) expressions
0.98/1.73	c 2	converted 2736 (30%) expressions
0.98/1.87	c 2	converted 3648 (40%) expressions
0.98/1.91	c 2	converted 4560 (50%) expressions
0.98/1.97	c 2	converted 5472 (60%) expressions
0.98/2.00	c 2	converted 6384 (70%) expressions
0.98/2.01	c 2	converted 7296 (80%) expressions
0.98/2.03	c 2	converted 8208 (90%) expressions
0.98/2.05	c 2	converted 9119 (100%) expressions
0.98/2.05	c 2	CSP : 2606 integers, 0 booleans, 6509 clauses, largest domain size 2
0.98/2.05	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/2.05	c 2	Propagation in CSP
2.01/2.11	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.01/2.11	c 3	CSP : 2606 integers, 0 booleans, 6509 clauses, largest domain size 2
2.01/2.11	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.12	c 3	Simplifing CSP by introducing new Boolean variables
2.01/2.12	c 3	CSP : 2606 integers, 0 booleans, 6509 clauses, largest domain size 2
2.01/2.12	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.17	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.01/2.18	c 3	261 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.18	c 3	522 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.18	c 3	782 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.18	c 3	1043 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.19	c 3	1303 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.19	c 3	1564 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.19	c 3	1825 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.19	c 3	2085 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.20	c 3	2346 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.20	c 3	2606 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.11/2.23	c 3	651 (10%) CSP clauses are encoded (651 clauses, 7012 bytes)
2.11/2.25	c 3	1302 (20%) CSP clauses are encoded (1302 clauses, 14477 bytes)
2.11/2.26	c 3	1953 (30%) CSP clauses are encoded (1953 clauses, 23256 bytes)
2.11/2.27	c 3	2604 (40%) CSP clauses are encoded (2604 clauses, 34451 bytes)
2.11/2.28	c 3	3255 (50%) CSP clauses are encoded (3255 clauses, 46150 bytes)
2.11/2.28	c 3	3906 (60%) CSP clauses are encoded (3906 clauses, 58339 bytes)
2.11/2.29	c 3	4557 (70%) CSP clauses are encoded (4557 clauses, 70436 bytes)
2.11/2.30	c 3	5208 (80%) CSP clauses are encoded (5208 clauses, 82685 bytes)
2.20/2.31	c 3	5859 (90%) CSP clauses are encoded (5859 clauses, 94850 bytes)
2.20/2.31	c 3	6509 (100%) CSP clauses are encoded (6509 clauses, 107224 bytes)
2.20/2.31	c 3	6509 CSP clauses encoded
2.20/2.31	c 3	Writing map file : HOME/temp.map
2.20/2.36	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.36	c 3	SAT : 2606 SAT variables, 6509 SAT clauses, 107224 bytes
2.20/2.36	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.27/2.41	c 3	SOLVING HOME/temp.cnf
2.27/2.41	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.27/2.41	c 3	This is MiniSat 2.0 beta
2.27/2.41	c 3	WARNING: for repeatability, setting FPU to use double precision
2.27/2.41	c 3	============================[ Problem Statistics ]=============================
2.27/2.41	c 3	|                                                                             |
2.27/2.41	c 3	|  Number of variables:  2606                                                 |
2.27/2.41	c 3	|  Number of clauses:    6509                                                 |
2.27/2.42	c 3	|  Parsing time:         0.00         s                                       |
2.27/2.42	c 3	============================[ Search Statistics ]==============================
2.27/2.42	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.27/2.42	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.27/2.42	c 3	===============================================================================
2.27/2.42	c 3	|         0 |    2606     6509    17852 |     2169        0    nan |  0.000 % |
2.27/2.43	c 3	|       101 |    2606     6509    17852 |     2386      101     29 |  0.000 % |
2.27/2.46	c 3	|       251 |    2606     6509    17852 |     2625      251     28 |  0.000 % |
2.27/2.50	c 3	|       477 |    2606     6509    17852 |     2887      477     27 |  0.000 % |
2.29/2.54	c 3	|       814 |    2606     6509    17852 |     3176      814     29 |  0.000 % |
2.29/2.62	c 3	|      1320 |    2606     6509    17852 |     3494     1320     28 |  0.000 % |
2.29/2.73	c 3	|      2079 |    2606     6509    17852 |     3843     2079     28 |  0.000 % |
2.29/2.91	c 3	|      3218 |    2606     6509    17852 |     4228     3218     28 |  0.000 % |
2.29/3.19	c 4	|      4926 |    2606     6509    17852 |     4650     2779     26 |  0.000 % |
3.45/3.63	c 4	|      7488 |    2606     6509    17852 |     5115     2944     25 |  0.000 % |
4.04/4.30	c 5	|     11333 |    2606     6509    17852 |     5627     4185     26 |  0.000 % |
5.13/5.36	c 6	|     17100 |    2606     6509    17852 |     6190     4241     28 |  0.000 % |
6.82/7.07	c 8	|     25750 |    2606     6509    17852 |     6809     3457     23 |  0.000 % |
9.28/9.55	c 10	|     38725 |    2606     6509    17852 |     7490     6090     23 |  0.000 % |
13.05/13.38	c 14	|     58188 |    2606     6509    17852 |     8239     6551     27 |  0.000 % |
19.08/19.44	c 20	|     87380 |    2606     6509    17852 |     9063     6551     23 |  0.000 % |
28.58/29.00	c 29	|    131171 |    2606     6509    17852 |     9969     4604     21 |  0.000 % |
43.03/43.61	c 44	|    196855 |    2606     6509    17852 |    10966    10011     22 |  0.000 % |
65.50/66.32	c 67	|    295381 |    2606     6509    17852 |    12063     9156     22 |  0.000 % |
100.53/101.70	c 102	|    443171 |    2606     6509    17852 |    13269    11396     22 |  0.000 % |
149.81/151.56	c 152	|    664854 |    2604     6502    17836 |    14596    11930     21 |  0.077 % |
231.06/233.63	c 234	|    997379 |    2604     6502    17836 |    16056    14112     21 |  0.077 % |
357.93/361.87	c 362	|   1496167 |    2604     6502    17836 |    17661    12376     19 |  0.077 % |
555.33/561.88	c 562	|   2244350 |    2604     6502    17836 |    19427    14654     20 |  0.077 % |
854.46/864.37	c 865	|   3366625 |    2604     6502    17836 |    21370    14225     24 |  0.077 % |
1335.13/1345.21	c 1346	|   5050037 |    2604     6502    17836 |    23507    12340     21 |  0.077 % |
1800.09/1810.40	sh: line 1:  2242 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1810.40	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1810.40	c 1811	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/1810.41	c ERROR INTERRUPTED
1800.09/1810.42	s UNKNOWN
1800.09/1810.42	c 1811	CPU 1799.95 (0.04 0 1799.91 0.16)
1800.09/1810.42	c 1811	END Fri Jul  4 02:04:52 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-1060704-1215128081/watcher-1060704-1215128081 -o /tmp/evaluation-result-1060704-1215128081/solver-1060704-1215128081 -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-1060704-1215128081.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.92 1.98 1.91 4/85 2215
/proc/meminfo: memFree=1484104/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=4708 CPUtime=0
/proc/2215/stat : 2215 (sugar) R 2213 2215 1906 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1991780788 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 234208949641 0 0 4096 0 0 0 0 17 1 0 0
/proc/2215/statm: 1177 43 33 3 0 8 0

[startup+0.051234 s]
/proc/loadavg: 1.92 1.98 1.91 4/85 2215
/proc/meminfo: memFree=1484104/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=0.03
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 845 0 0 0 3 0 0 0 18 0 1 0 1991780788 13926400 793 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102257 s]
/proc/loadavg: 1.92 1.98 1.91 4/85 2215
/proc/meminfo: memFree=1484104/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=0.03
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991780788 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301281 s]
/proc/loadavg: 1.92 1.98 1.91 4/85 2215
/proc/meminfo: memFree=1484104/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=0.03
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991780788 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701372 s]
/proc/loadavg: 1.92 1.98 1.91 4/85 2215
/proc/meminfo: memFree=1484104/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=0.03
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991780788 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50153 s]
/proc/loadavg: 1.92 1.98 1.91 3/96 2229
/proc/meminfo: memFree=1464176/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=0.98
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 973 8216 0 1 3 0 90 5 16 0 1 0 1991780788 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 13600

[startup+3.10186 s]
/proc/loadavg: 1.92 1.98 1.91 3/96 2240
/proc/meminfo: memFree=1464368/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 15 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 13600

[startup+6.30153 s]
/proc/loadavg: 1.93 1.98 1.91 3/88 2242
/proc/meminfo: memFree=1479728/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=3284 CPUtime=3.83
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 512 0 0 0 383 0 0 0 25 0 1 0 1991781030 3362816 498 996147200 134512640 135127466 4294956272 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/2242/statm: 821 498 75 150 0 668 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 22240

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.91 3/88 2242
/proc/meminfo: memFree=1479280/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=3684 CPUtime=10.17
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 594 0 0 0 1017 0 0 0 25 0 1 0 1991781030 3772416 580 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2242/statm: 921 580 75 150 0 768 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 22640

[startup+25.5025 s]
/proc/loadavg: 1.95 1.98 1.91 3/88 2242
/proc/meminfo: memFree=1479024/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=3960 CPUtime=22.83
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 676 0 0 0 2283 0 0 0 25 0 1 0 1991781030 4055040 662 996147200 134512640 135127466 4294956272 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 1 0 0
/proc/2242/statm: 990 662 75 150 0 837 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 22916

[startup+51.1018 s]
/proc/loadavg: 1.96 1.98 1.91 3/88 2242
/proc/meminfo: memFree=1478640/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=4364 CPUtime=48.17
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 767 0 0 0 4816 1 0 0 25 0 1 0 1991781030 4468736 753 996147200 134512640 135127466 4294956272 18446744073709551615 134530879 0 0 4096 3 0 0 0 17 1 0 0
/proc/2242/statm: 1091 753 75 150 0 938 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 23320

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.91 3/88 2242
/proc/meminfo: memFree=1478064/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=4948 CPUtime=98.84
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 893 0 0 0 9883 1 0 0 25 0 1 0 1991781030 5066752 879 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2242/statm: 1237 879 75 150 0 1084 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 23904

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.91 3/88 2242
/proc/meminfo: memFree=1477424/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=5500 CPUtime=158.22
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1046 0 0 0 15821 1 0 0 25 0 1 0 1991781030 5632000 1032 996147200 134512640 135127466 4294956272 18446744073709551615 134522972 0 0 4096 3 0 0 0 17 1 0 0
/proc/2242/statm: 1375 1032 75 150 0 1222 0
Current children cumulated CPU time (s) 160.51
Current children cumulated vsize (KiB) 24456

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/88 2242
/proc/meminfo: memFree=1477104/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=5816 CPUtime=217.59
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1101 0 0 0 21758 1 0 0 25 0 1 0 1991781030 5955584 1087 996147200 134512640 135127466 4294956272 18446744073709551615 134526053 0 0 4096 3 0 0 0 17 1 0 0
/proc/2242/statm: 1454 1087 75 150 0 1301 0
Current children cumulated CPU time (s) 219.88
Current children cumulated vsize (KiB) 24772

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/88 2242
/proc/meminfo: memFree=1476848/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=5964 CPUtime=276.96
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1157 0 0 0 27695 1 0 0 25 0 1 0 1991781030 6107136 1143 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2242/statm: 1491 1143 75 150 0 1338 0
Current children cumulated CPU time (s) 279.25
Current children cumulated vsize (KiB) 24920

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/88 2242
/proc/meminfo: memFree=1476848/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0

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

[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=8076 CPUtime=1229.98
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1663 0 0 0 122996 2 0 0 25 0 1 0 1991781030 8269824 1649 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2242/statm: 2019 1649 75 150 0 1866 0
Current children cumulated CPU time (s) 1232.27
Current children cumulated vsize (KiB) 27032

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 2314
/proc/meminfo: memFree=1520592/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=8076 CPUtime=1289.96
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1666 0 0 0 128993 3 0 0 25 0 1 0 1991781030 8269824 1652 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/2242/statm: 2019 1652 75 150 0 1866 0
Current children cumulated CPU time (s) 1292.25
Current children cumulated vsize (KiB) 27032

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 2314
/proc/meminfo: memFree=1520336/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=8384 CPUtime=1349.92
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1727 0 0 0 134989 3 0 0 25 0 1 0 1991781030 8585216 1713 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2242/statm: 2096 1713 75 150 0 1943 0
Current children cumulated CPU time (s) 1352.21
Current children cumulated vsize (KiB) 27340

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 2314
/proc/meminfo: memFree=1520080/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=8528 CPUtime=1409.9
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1772 0 0 0 140987 3 0 0 25 0 1 0 1991781030 8732672 1758 996147200 134512640 135127466 4294956272 18446744073709551615 134522631 0 0 4096 3 0 0 0 17 0 0 0
/proc/2242/statm: 2132 1758 75 150 0 1979 0
Current children cumulated CPU time (s) 1412.19
Current children cumulated vsize (KiB) 27484

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 2314
/proc/meminfo: memFree=1519632/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=8672 CPUtime=1469.86
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1801 0 0 0 146983 3 0 0 25 0 1 0 1991781030 8880128 1787 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2242/statm: 2168 1787 75 150 0 2015 0
Current children cumulated CPU time (s) 1472.15
Current children cumulated vsize (KiB) 27628

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 2314
/proc/meminfo: memFree=1519504/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=8812 CPUtime=1529.83
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1829 0 0 0 152980 3 0 0 25 0 1 0 1991781030 9023488 1815 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2242/statm: 2203 1815 75 150 0 2050 0
Current children cumulated CPU time (s) 1532.12
Current children cumulated vsize (KiB) 27768

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 2326
/proc/meminfo: memFree=1519248/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=8956 CPUtime=1589.8
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1847 0 0 0 158976 4 0 0 25 0 1 0 1991781030 9170944 1833 996147200 134512640 135127466 4294956272 18446744073709551615 134522637 0 0 4096 3 0 0 0 17 0 0 0
/proc/2242/statm: 2239 1833 75 150 0 2086 0
Current children cumulated CPU time (s) 1592.09
Current children cumulated vsize (KiB) 27912

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 2326
/proc/meminfo: memFree=1519120/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=8956 CPUtime=1649.78
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1848 0 0 0 164974 4 0 0 25 0 1 0 1991781030 9170944 1834 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/2242/statm: 2239 1834 75 150 0 2086 0
Current children cumulated CPU time (s) 1652.07
Current children cumulated vsize (KiB) 27912

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 2326
/proc/meminfo: memFree=1518928/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=9096 CPUtime=1709.74
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1877 0 0 0 170970 4 0 0 25 0 1 0 1991781030 9314304 1863 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2242/statm: 2274 1863 75 150 0 2121 0
Current children cumulated CPU time (s) 1712.03
Current children cumulated vsize (KiB) 28052

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 2326
/proc/meminfo: memFree=1518672/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=9096 CPUtime=1769.71
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1893 0 0 0 176967 4 0 0 25 0 1 0 1991781030 9314304 1879 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2242/statm: 2274 1879 75 150 0 2121 0
Current children cumulated CPU time (s) 1772
Current children cumulated vsize (KiB) 28052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 2326
/proc/meminfo: memFree=1518672/2055920 swapFree=4179680/4192956
[pid=2215] ppid=2213 vsize=13600 CPUtime=2.29
/proc/2215/stat : 2215 (sugar) S 2213 2215 1906 0 -1 4194304 1033 16194 0 2 4 0 214 11 16 0 1 0 1991780788 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2215/statm: 3400 799 370 3 0 500 0
[pid=2241] ppid=2215 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2215 2215 1906 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991781030 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2241/statm: 1339 232 193 169 0 50 0
[pid=2242] ppid=2241 vsize=9096 CPUtime=1797.8
/proc/2242/stat : 2242 (minisat) R 2241 2215 1906 0 -1 4194304 1893 0 0 0 179776 4 0 0 25 0 1 0 1991781030 9314304 1879 996147200 134512640 135127466 4294956272 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/2242/statm: 2274 1879 75 150 0 2121 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 28052

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): 1810.42
CPU time (s): 1800.14
CPU user time (s): 1799.96
CPU system time (s): 0.178972
CPU usage (%): 99.432
Max. virtual memory (cumulated for all children) (KiB): 887508

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

runsolver used 2.08168 second user time and 6.17506 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-04 01:34:41
IDJOB=1060704
IDBENCH=54475
IDSOLVER=346
FILE ID=node54/1060704-1215128081
PBS_JOBID= 7877278
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-2-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-1060704-1215128081/watcher-1060704-1215128081 -o /tmp/evaluation-result-1060704-1215128081/solver-1060704-1215128081 -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-1060704-1215128081.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a74560533e7ad9b82e138ec40698969f
RANDOM SEED=961869863

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
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.279
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:       1484584 kB
Buffers:         39064 kB
Cached:         420380 kB
SwapCached:       6628 kB
Active:         249784 kB
Inactive:       254504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484584 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            2284 kB
Writeback:           0 kB
Mapped:          62048 kB
Slab:            51936 kB
Committed_AS:  3835564 kB
PageTables:       1908 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= 66544 MiB
End job on node54 at 2008-07-04 02:04:54