Trace number 2075229

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.03 1806.13

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-30_ext.xml
MD5SUM9b31209915af4ea1186b01688152c5d5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark134.938
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:11:34 2009
0.00/0.08	c 0	PID 18413
0.00/0.08	c 0	HOST node64.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2075229-1247361093.xml TO HOME/temp.csp
0.00/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-2075229-1247361093.xml' 'HOME/temp.csp'
1.25/1.31	c 1	1 domains, 24 variables, 0 predicates, 72 relations, 72 constraints
1.25/1.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.35	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.28/1.44	c 1	Parsing HOME/temp.csp
3.58/3.74	c 3	parsed 169 expressions
3.58/3.75	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.58/3.75	c 3	Converting to clausal form CSP
3.58/3.77	c 3	converted 17 (10%) expressions
3.58/3.79	c 3	converted 34 (20%) expressions
3.68/3.82	c 3	converted 51 (30%) expressions
3.68/3.85	c 3	converted 68 (40%) expressions
3.68/3.86	c 3	converted 85 (50%) expressions
3.78/3.98	c 4	converted 102 (60%) expressions
3.99/4.20	c 4	converted 119 (70%) expressions
4.57/4.73	c 4	converted 136 (80%) expressions
4.87/5.07	c 5	converted 153 (90%) expressions
5.07/5.28	c 5	converted 169 (100%) expressions
5.07/5.28	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.07/5.28	c 5	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.07/5.28	c 5	Propagation in CSP
5.07/5.28	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.07/5.28	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.07/5.28	c 5	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.07/5.29	c 5	Simplifing CSP by introducing new Boolean variables
5.07/5.29	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.07/5.29	c 5	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.37/5.52	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.37/5.53	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.37/5.53	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.37/5.53	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.37/5.53	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.37/5.54	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.37/5.54	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.37/5.54	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.37/5.54	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.37/5.54	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.37/5.54	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.75/5.98	c 6	8 (10%) CSP clauses are encoded (25288 clauses, 598483 bytes)
6.15/6.30	c 6	15 (20%) CSP clauses are encoded (46797 clauses, 1124660 bytes)
6.45/6.63	c 6	22 (30%) CSP clauses are encoded (68351 clauses, 1668641 bytes)
6.74/6.94	c 7	29 (40%) CSP clauses are encoded (88749 clauses, 2188845 bytes)
7.04/7.24	c 7	36 (50%) CSP clauses are encoded (109195 clauses, 2732022 bytes)
7.44/7.62	c 7	44 (60%) CSP clauses are encoded (133952 clauses, 3403631 bytes)
7.73/7.92	c 8	51 (70%) CSP clauses are encoded (154391 clauses, 3955566 bytes)
8.03/8.25	c 8	58 (80%) CSP clauses are encoded (175991 clauses, 4541618 bytes)
8.32/8.56	c 8	65 (90%) CSP clauses are encoded (196378 clauses, 5091977 bytes)
8.63/8.89	c 8	72 (100%) CSP clauses are encoded (217929 clauses, 5676401 bytes)
8.63/8.89	c 8	72 CSP clauses encoded
8.63/8.89	c 8	Writing map file : HOME/temp.map
8.63/8.89	c 8	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.63/8.89	c 8	SAT : 552 SAT variables, 217929 SAT clauses, 5676401 bytes
8.63/8.89	c 8	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.71/8.93	c 9	SOLVING HOME/temp.cnf
8.71/8.93	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.71/8.93	c 9	This is MiniSat 2.0 beta
8.71/8.93	c 9	WARNING: for repeatability, setting FPU to use double precision
8.71/8.93	c 9	============================[ Problem Statistics ]=============================
8.71/8.93	c 9	|                                                                             |
8.71/8.93	c 9	|  Number of variables:  552                                                  |
8.71/8.93	c 9	|  Number of clauses:    217929                                               |
8.74/9.08	c 9	|  Parsing time:         0.13         s                                       |
8.74/9.09	c 9	============================[ Search Statistics ]==============================
8.74/9.09	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.74/9.09	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.74/9.09	c 9	===============================================================================
8.74/9.09	c 9	|         0 |     552   217929  1212675 |    72643        0    nan |  0.000 % |
8.74/9.23	c 9	|       101 |     552   217929  1212675 |    79907      101     12 |  0.000 % |
8.74/9.41	c 9	|       251 |     552   217929  1212675 |    87898      251     12 |  0.006 % |
8.74/9.62	c 9	|       477 |     552   217929  1212675 |    96687      477     12 |  0.008 % |
9.69/9.97	c 10	|       815 |     552   217929  1212675 |   106356      815     13 |  0.008 % |
10.28/10.51	c 10	|      1321 |     552   217929  1212675 |   116992     1321     13 |  0.007 % |
10.97/11.21	c 11	|      2081 |     552   217929  1212675 |   128691     2081     13 |  0.008 % |
11.87/12.16	c 12	|      3221 |     552   217929  1212675 |   141560     3221     14 |  0.008 % |
13.56/13.92	c 14	|      4929 |     552   217929  1212675 |   155716     4929     14 |  0.008 % |
16.13/16.54	c 16	|      7492 |     552   217929  1212675 |   171288     7492     15 |  0.008 % |
20.19/20.67	c 20	|     11337 |     552   217929  1212675 |   188417    11337     15 |  0.008 % |
27.03/27.58	c 27	|     17103 |     552   217929  1212675 |   207258    17103     15 |  0.008 % |
39.01/39.61	c 39	|     25752 |     552   217929  1212675 |   227984    25752     16 |  0.008 % |
55.45/56.29	c 56	|     38727 |     552   217929  1212675 |   250783    38727     17 |  0.008 % |
80.01/81.00	c 81	|     58189 |     552   217929  1212675 |   275861    58189     18 |  0.005 % |
118.45/119.89	c 119	|     87382 |     552   217929  1212675 |   303447    87382     18 |  0.005 % |
174.60/176.57	c 176	|    131172 |     552   217929  1212675 |   333792   131172     18 |  0.007 % |
291.68/294.74	c 294	|    196857 |     552   217929  1212675 |   367171   196857     18 |  0.008 % |
540.95/546.53	c 546	|    295383 |     552   217929  1212675 |   403889   295383     18 |  0.008 % |
900.29/906.09	c 906	|    443173 |     552   217929  1212675 |   444277    62885     19 |  0.008 % |
1377.70/1383.65	c 1383	|    664856 |     552   217929  1212675 |   488705   284568     21 |  0.001 % |
1800.03/1806.11	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1806.11	c 1806	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/1806.12	c ERROR INTERRUPTED
1800.03/1806.12	s UNKNOWN
1800.03/1806.12	c 1806	CPU 8.74 (0.05 0.02 8.39 0.28)
1800.03/1806.12	c 1806	END Sun Jul 12 03:41:40 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-2075229-1247361093/watcher-2075229-1247361093 -o /tmp/evaluation-result-2075229-1247361093/solver-2075229-1247361093 -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-2075229-1247361093.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: 1.99 1.97 1.91 4/84 18413
/proc/meminfo: memFree=1610008/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=12268 CPUtime=0
/proc/18413/stat : 18413 (sugar) R 18411 18413 16538 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23172659 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 251255290469 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18413/statm: 3067 316 241 3 0 167 0

[startup+0.102556 s]
/proc/loadavg: 1.99 1.97 1.91 4/84 18413
/proc/meminfo: memFree=1610008/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=0.06
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23172659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202567 s]
/proc/loadavg: 1.99 1.97 1.91 4/84 18413
/proc/meminfo: memFree=1610008/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=0.06
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23172659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302575 s]
/proc/loadavg: 1.99 1.97 1.91 4/84 18413
/proc/meminfo: memFree=1610008/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=0.06
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23172659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701622 s]
/proc/loadavg: 1.99 1.97 1.91 4/84 18413
/proc/meminfo: memFree=1610008/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=0.06
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23172659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50271 s]
/proc/loadavg: 1.99 1.97 1.91 3/95 18425
/proc/meminfo: memFree=1582848/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=1.28
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1309 9317 0 1 5 2 112 9 16 0 1 0 23172659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 16868

[startup+3.10188 s]
/proc/loadavg: 1.99 1.97 1.91 3/95 18435
/proc/meminfo: memFree=1584512/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=1.28
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1309 9317 0 1 5 2 112 9 16 0 1 0 23172659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4217 1111 409 3 0 796 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 16538 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23172794 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=862284 CPUtime=1.71
/proc/18427/stat : 18427 (java) S 18426 18413 16538 0 -1 0 12074 0 1 0 165 6 0 0 18 0 9 0 23172795 882978816 11329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18427/statm: 215571 11329 2158 9 0 210484 0
[pid=18427/tid=18428] ppid=18426 vsize=862284 CPUtime=1.07
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 16538 0 -1 64 2339 0 1 0 105 2 0 0 25 0 9 0 23172796 882978816 11329 996147200 134512640 134550932 4294955936 18446744073709551615 103823221 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=862284 CPUtime=0.59
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 16538 0 -1 64 8727 0 0 0 56 3 0 0 16 0 9 0 23172797 882978816 11329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=862284 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 16538 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23172798 882978816 11329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=862284 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 16538 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23172798 882978816 11329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=862284 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 16538 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23172800 882978816 11329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18433] ppid=18426 vsize=862284 CPUtime=0.03
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 16538 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 23172800 882978816 11329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18434] ppid=18426 vsize=862284 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 16538 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23172800 882978816 11329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18435] ppid=18426 vsize=862284 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23172800 882978816 11329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 884508

[startup+6.30223 s]
/proc/loadavg: 1.99 1.97 1.91 4/95 18435
/proc/meminfo: memFree=1514048/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=1.28
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1310 9317 0 1 5 2 112 9 16 0 1 0 23172659 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4217 1111 409 3 0 796 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 16538 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23172794 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=864332 CPUtime=4.87
/proc/18427/stat : 18427 (java) S 18426 18413 16538 0 -1 0 25572 0 1 0 474 13 0 0 18 0 9 0 23172795 885075968 24750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18427/statm: 216083 24750 2590 9 0 210560 0
[pid=18427/tid=18428] ppid=18426 vsize=864332 CPUtime=2.72
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 16538 0 -1 64 3738 0 1 0 269 3 0 0 25 0 9 0 23172796 885075968 24750 996147200 134512640 134550932 4294955936 18446744073709551615 102093923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=864332 CPUtime=2.04
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 16538 0 -1 64 20793 0 0 0 195 9 0 0 15 0 9 0 23172797 885075968 24750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=864332 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 16538 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23172798 885075968 24750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=864332 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 16538 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23172798 885075968 24750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=864332 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 16538 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23172800 885075968 24750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18433] ppid=18426 vsize=864332 CPUtime=0.09
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 16538 0 -1 64 338 0 0 0 9 0 0 0 16 0 9 0 23172800 885075968 24750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18434] ppid=18426 vsize=864332 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 16538 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23172800 885075968 24750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18435] ppid=18426 vsize=864332 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23172800 885075968 24750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886556

[startup+12.7019 s]
/proc/loadavg: 1.99 1.97 1.91 3/87 18437
/proc/meminfo: memFree=1583168/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=15088 CPUtime=3.63
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 3604 0 0 0 361 2 0 0 25 0 1 0 23173553 15450112 3590 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/18437/statm: 3772 3590 75 150 0 3619 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 37312

[startup+25.5023 s]
/proc/loadavg: 1.99 1.97 1.91 3/87 18437
/proc/meminfo: memFree=1557824/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=16280 CPUtime=16.3
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 3882 0 0 0 1628 2 0 0 25 0 1 0 23173553 16670720 3868 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18437/statm: 4070 3868 75 150 0 3917 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 38504

[startup+51.1021 s]
/proc/loadavg: 1.99 1.97 1.91 3/87 18437
/proc/meminfo: memFree=1555712/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=18384 CPUtime=41.65
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 4419 0 0 0 4162 3 0 0 25 0 1 0 23173553 18825216 4405 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18437/statm: 4596 4405 75 150 0 4443 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 40608

[startup+102.303 s]
/proc/loadavg: 1.99 1.97 1.91 3/87 18437
/proc/meminfo: memFree=1551616/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=22444 CPUtime=92.37
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 5423 0 0 0 9232 5 0 0 25 0 1 0 23173553 22982656 5409 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18437/statm: 5611 5409 75 150 0 5458 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 44668

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/87 18437
/proc/meminfo: memFree=1546624/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=27516 CPUtime=151.8
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 6663 0 0 0 15173 7 0 0 25 0 1 0 23173553 28176384 6649 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18437/statm: 6879 6649 75 150 0 6726 0
Current children cumulated CPU time (s) 160.54
Current children cumulated vsize (KiB) 49740

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

/proc/meminfo: memFree=1365000/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=60488 CPUtime=1287.7
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 14772 0 0 0 128751 19 0 0 25 0 1 0 23173553 61939712 14758 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 15122 14758 75 150 0 14969 0
Current children cumulated CPU time (s) 1296.44
Current children cumulated vsize (KiB) 82712

[startup+1362.3 s]
/proc/loadavg: 2.03 2.09 2.00 3/85 18536
/proc/meminfo: memFree=1364936/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=60488 CPUtime=1347.67
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 14773 0 0 0 134748 19 0 0 25 0 1 0 23173553 61939712 14759 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 15122 14759 75 150 0 14969 0
Current children cumulated CPU time (s) 1356.41
Current children cumulated vsize (KiB) 82712

[startup+1422.3 s]
/proc/loadavg: 2.01 2.07 2.00 3/85 18536
/proc/meminfo: memFree=1364936/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=60488 CPUtime=1407.65
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 14780 0 0 0 140746 19 0 0 25 0 1 0 23173553 61939712 14766 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 15122 14766 75 150 0 14969 0
Current children cumulated CPU time (s) 1416.39
Current children cumulated vsize (KiB) 82712

[startup+1482.3 s]
/proc/loadavg: 2.00 2.06 2.00 3/85 18536
/proc/meminfo: memFree=1364808/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=60644 CPUtime=1467.62
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 14804 0 0 0 146742 20 0 0 25 0 1 0 23173553 62099456 14790 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 15161 14790 75 150 0 15008 0
Current children cumulated CPU time (s) 1476.36
Current children cumulated vsize (KiB) 82868

[startup+1542.31 s]
/proc/loadavg: 2.00 2.04 2.00 3/85 18536
/proc/meminfo: memFree=1364680/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=60808 CPUtime=1527.6
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 14829 0 0 0 152740 20 0 0 25 0 1 0 23173553 62267392 14815 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 15202 14815 75 150 0 15049 0
Current children cumulated CPU time (s) 1536.34
Current children cumulated vsize (KiB) 83032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/85 18536
/proc/meminfo: memFree=1363976/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=61472 CPUtime=1587.57
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 14998 0 0 0 158737 20 0 0 25 0 1 0 23173553 62947328 14984 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 15368 14984 75 150 0 15215 0
Current children cumulated CPU time (s) 1596.31
Current children cumulated vsize (KiB) 83696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/85 18536
/proc/meminfo: memFree=1362120/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=63320 CPUtime=1647.55
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 15449 0 0 0 164734 21 0 0 25 0 1 0 23173553 64839680 15435 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 15830 15435 75 150 0 15677 0
Current children cumulated CPU time (s) 1656.29
Current children cumulated vsize (KiB) 85544

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 18536
/proc/meminfo: memFree=1360200/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=65180 CPUtime=1707.52
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 15920 0 0 0 170731 21 0 0 25 0 1 0 23173553 66744320 15906 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 16295 15906 75 150 0 16142 0
Current children cumulated CPU time (s) 1716.26
Current children cumulated vsize (KiB) 87404

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 18536
/proc/meminfo: memFree=1357960/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=67032 CPUtime=1767.49
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 16392 0 0 0 176727 22 0 0 25 0 1 0 23173553 68640768 16378 996147200 134512640 135127466 4294956256 18446744073709551615 134530834 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 16758 16378 75 150 0 16605 0
Current children cumulated CPU time (s) 1776.23
Current children cumulated vsize (KiB) 89256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 18536
/proc/meminfo: memFree=1357128/2055920 swapFree=4192812/4192956
[pid=18413] ppid=18411 vsize=16868 CPUtime=8.74
/proc/18413/stat : 18413 (sugar) S 18411 18413 16538 0 -1 4194304 1374 35242 0 2 5 2 839 28 16 0 1 0 23172659 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18413/statm: 4217 1112 409 3 0 796 0
[pid=18436] ppid=18413 vsize=5356 CPUtime=0
/proc/18436/stat : 18436 (sh) S 18413 18413 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23173552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18436/statm: 1339 232 193 169 0 50 0
[pid=18437] ppid=18436 vsize=67824 CPUtime=1791.29
/proc/18437/stat : 18437 (minisat) R 18436 18413 16538 0 -1 4194304 16595 0 0 0 179106 23 0 0 25 0 1 0 23173553 69451776 16581 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/18437/statm: 16956 16581 75 150 0 16803 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 90048

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18413 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=450715
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=319951
# CPU time returned by wait4() is 8.77067
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.13
CPU time (s): 1800.03
CPU user time (s): 1799.5
CPU system time (s): 0.53
CPU usage (%): 99.6623
Max. virtual memory (cumulated for all children) (KiB): 886556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.45072
system time used= 0.319951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37089
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= 3743
involuntary context switches= 3907

runsolver used 2.08368 second user time and 6.14407 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-12 03:11:34
IDJOB=2075229
IDBENCH=56249
IDSOLVER=739
FILE ID=node64/2075229-1247361093
PBS_JOBID= 9506930
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-30_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075229-1247361093/watcher-2075229-1247361093 -o /tmp/evaluation-result-2075229-1247361093/solver-2075229-1247361093 -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-2075229-1247361093.xml

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

MD5SUM BENCH= 9b31209915af4ea1186b01688152c5d5
RANDOM SEED=1183237638

node64.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.220
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.220
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:       1610488 kB
Buffers:         19980 kB
Cached:          90384 kB
SwapCached:          0 kB
Active:         345216 kB
Inactive:        50712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4000 kB
Writeback:           0 kB
Mapped:         301256 kB
Slab:            33912 kB
Committed_AS:   883040 kB
PageTables:       2292 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= 66320 MiB
End job on node64 at 2009-07-12 03:41:42