Trace number 1050232

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

General information on the benchmark

Namecsp/pseudo/
primesDimacs/normalized-g-125-18.xml
MD5SUM22689bcc3124eea2b7d80bb2193e6792
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 variables4500
Number of constraints72413
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension72413
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 Thu Jul  3 03:30:32 2008
0.00/0.05	c 0	PID 29146
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1050232-1215048631.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-1050232-1215048631.xml' 'HOME/temp.csp'
3.92/4.10	c 4	1 domains, 4500 variables, 3 predicates, 0 relations, 72413 constraints
4.02/4.14	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
4.02/4.14	c 4	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'
4.05/4.22	c 4	Parsing HOME/temp.csp
4.49/4.66	c 5	parsed 10000 expressions
4.68/4.87	c 5	parsed 20000 expressions
4.98/5.10	c 5	parsed 30000 expressions
5.09/5.28	c 5	parsed 40000 expressions
5.38/5.54	c 5	parsed 50000 expressions
5.57/5.72	c 6	parsed 60000 expressions
5.67/5.90	c 6	parsed 70000 expressions
5.97/6.18	c 6	parsed 76917 expressions
5.97/6.18	c 6	Heap : 23 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.97/6.18	c 6	Converting to clausal form CSP
6.27/6.45	c 6	converted 7692 (10%) expressions
6.37/6.60	c 6	converted 15384 (20%) expressions
6.56/6.73	c 7	converted 23076 (30%) expressions
6.66/6.85	c 7	converted 30767 (40%) expressions
7.06/7.21	c 7	converted 38459 (50%) expressions
7.15/7.34	c 7	converted 46151 (60%) expressions
7.26/7.46	c 7	converted 53842 (70%) expressions
7.36/7.59	c 7	converted 61534 (80%) expressions
7.56/7.72	c 8	converted 69226 (90%) expressions
7.85/8.01	c 8	converted 76917 (100%) expressions
7.85/8.01	c 8	CSP : 6500 integers, 0 booleans, 76413 clauses, largest domain size 10
7.85/8.01	c 8	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.85/8.01	c 8	Propagation in CSP
8.05/8.27	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.05/8.27	c 8	CSP : 6500 integers, 0 booleans, 76413 clauses, largest domain size 10
8.05/8.27	c 8	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.05/8.29	c 8	Simplifing CSP by introducing new Boolean variables
8.15/8.33	c 8	CSP : 6500 integers, 0 booleans, 76413 clauses, largest domain size 10
8.15/8.33	c 8	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.35/8.57	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.35/8.59	c 8	650 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.35/8.59	c 8	1300 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.44/8.60	c 8	1950 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.44/8.60	c 8	2600 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.44/8.60	c 8	3250 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.44/8.60	c 8	3900 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
8.44/8.61	c 8	4550 (70%) CSP integer variables are encoded (129 clauses, 1741 bytes)
8.44/8.61	c 8	5200 (80%) CSP integer variables are encoded (1835 clauses, 23919 bytes)
8.44/8.62	c 8	5850 (90%) CSP integer variables are encoded (3538 clauses, 46058 bytes)
8.44/8.62	c 8	6500 (100%) CSP integer variables are encoded (5250 clauses, 70853 bytes)
8.54/8.74	c 9	7642 (10%) CSP clauses are encoded (12892 clauses, 164530 bytes)
8.54/8.79	c 9	15283 (20%) CSP clauses are encoded (20533 clauses, 262347 bytes)
8.64/8.84	c 9	22924 (30%) CSP clauses are encoded (28174 clauses, 360429 bytes)
8.64/8.89	c 9	30566 (40%) CSP clauses are encoded (35816 clauses, 460758 bytes)
8.74/8.94	c 9	38207 (50%) CSP clauses are encoded (43457 clauses, 567396 bytes)
8.74/8.99	c 9	45848 (60%) CSP clauses are encoded (51098 clauses, 674000 bytes)
8.84/9.04	c 9	53490 (70%) CSP clauses are encoded (58740 clauses, 780568 bytes)
8.84/9.09	c 9	61131 (80%) CSP clauses are encoded (66381 clauses, 886974 bytes)
8.94/9.14	c 9	68772 (90%) CSP clauses are encoded (74022 clauses, 993152 bytes)
9.04/9.26	c 9	76413 (100%) CSP clauses are encoded (110163 clauses, 1579883 bytes)
9.04/9.26	c 9	76413 CSP clauses encoded
9.04/9.26	c 9	Writing map file : HOME/temp.map
9.14/9.31	c 9	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.14/9.31	c 9	SAT : 11750 SAT variables, 110163 SAT clauses, 1579883 bytes
9.14/9.31	c 9	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.14/9.35	c 9	SOLVING HOME/temp.cnf
9.14/9.35	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.14/9.35	c 9	This is MiniSat 2.0 beta
9.14/9.35	c 9	WARNING: for repeatability, setting FPU to use double precision
9.14/9.35	c 9	============================[ Problem Statistics ]=============================
9.14/9.35	c 9	|                                                                             |
9.14/9.36	c 9	|  Number of variables:  11750                                                |
9.14/9.36	c 9	|  Number of clauses:    110163                                               |
9.18/9.41	c 9	|  Parsing time:         0.05         s                                       |
9.18/9.41	c 9	============================[ Search Statistics ]==============================
9.18/9.41	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.18/9.41	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.18/9.41	c 9	===============================================================================
9.18/9.41	c 9	|         0 |   11750   110163   238326 |    36721        0    nan |  0.000 % |
9.18/9.43	c 9	|       100 |   11750   110163   238326 |    40393      100     16 |  0.000 % |
9.18/9.47	c 9	|       251 |   11750   110163   238326 |    44432      251     22 |  0.000 % |
9.18/9.52	c 9	|       478 |   11750   110163   238326 |    48875      478     24 |  0.000 % |
9.18/9.60	c 9	|       815 |   11750   110163   238326 |    53763      815     28 |  0.000 % |
9.18/9.76	c 10	|      1322 |   11750   110163   238326 |    59139     1322     42 |  0.000 % |
9.80/10.08	c 10	|      2082 |   11750   110163   238326 |    65053     2082     67 |  0.000 % |
10.30/10.55	c 10	|      3221 |   11750   110163   238326 |    71558     3221     95 |  0.000 % |
11.09/11.31	c 11	|      4930 |   11750   110163   238326 |    78714     4930    105 |  0.000 % |
12.49/12.76	c 13	|      7493 |   11750   110163   238326 |    86586     7493    108 |  0.000 % |
15.35/15.61	c 15	|     11339 |   11750   110163   238326 |    95244    11339    125 |  0.000 % |
19.71/20.09	c 20	|     17105 |   11750   110163   238326 |   104769    17105    131 |  0.000 % |
28.43/28.89	c 29	|     25754 |   11750   110163   238326 |   115246    25754    150 |  0.000 % |
41.02/41.60	c 41	|     38729 |   11750   110163   238326 |   126770    38729    149 |  0.000 % |
68.06/68.88	c 69	|     58198 |   11750   110163   238326 |   139447    58198    173 |  0.000 % |
123.34/124.61	c 124	|     87391 |   11750   110163   238326 |   153392    87391    174 |  0.000 % |
204.50/206.52	c 206	|    131182 |   11750   110163   238326 |   168732   131182    167 |  0.000 % |
303.27/306.24	c 306	|    196866 |   11750   110163   238326 |   185605    40310    122 |  0.000 % |
456.25/460.68	c 461	|    295392 |   11750   110163   238326 |   204165   138836    133 |  0.000 % |
709.61/715.36	c 715	|    443183 |   11750   110163   238326 |   224582    93966    125 |  0.000 % |
1114.27/1120.36	c 1120	|    664866 |   11750   110163   238326 |   247040   102136    230 |  0.000 % |
1800.07/1806.71	c ERROR INTERRUPTED
1800.07/1806.74	s UNKNOWN
1800.07/1806.74	c 1807	CPU 8.76 (0.04 0.01 8.72 0.41)
1800.07/1806.74	c 1807	END Thu Jul  3 04:00:39 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-1050232-1215048631/watcher-1050232-1215048631 -o /tmp/evaluation-result-1050232-1215048631/solver-1050232-1215048631 -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-1050232-1215048631.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: 2.00 2.05 2.08 4/72 29146
/proc/meminfo: memFree=1712824/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=18572 CPUtime=0
/proc/29146/stat : 29146 (runsolver) R 29144 29146 27538 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1983835454 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29146/statm: 4643 292 257 25 0 2626 0

[startup+0.082058 s]
/proc/loadavg: 2.00 2.05 2.08 4/72 29146
/proc/meminfo: memFree=1712824/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=0.03
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983835454 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10106 s]
/proc/loadavg: 2.00 2.05 2.08 4/72 29146
/proc/meminfo: memFree=1712824/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=0.03
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983835454 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301092 s]
/proc/loadavg: 2.00 2.05 2.08 4/72 29146
/proc/meminfo: memFree=1712824/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=0.03
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983835454 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701175 s]
/proc/loadavg: 2.00 2.05 2.08 4/72 29146
/proc/meminfo: memFree=1712824/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=0.03
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983835454 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50233 s]
/proc/loadavg: 2.00 2.05 2.08 3/83 29158
/proc/meminfo: memFree=1685536/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=0.03
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983835454 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29146/statm: 3400 796 370 3 0 500 0
[pid=29149] ppid=29146 vsize=5356 CPUtime=0
/proc/29149/stat : 29149 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983835459 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29149/statm: 1339 233 193 169 0 50 0
[pid=29150] ppid=29149 vsize=864676 CPUtime=1.41
/proc/29150/stat : 29150 (java) S 29149 29146 27538 0 -1 0 15551 0 1 0 132 9 0 0 18 0 9 0 1983835460 885428224 13104 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29150/statm: 216169 13104 2529 9 0 210751 0
[pid=29150/tid=29151] ppid=29149 vsize=864676 CPUtime=0.81
/proc/29150/task/29151/stat : 29151 (java) R 29149 29146 27538 0 -1 64 2971 0 1 0 78 3 0 0 24 0 9 0 1983835461 885428224 13104 996147200 134512640 134550740 4294956016 18446744073709551615 4126501304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29152] ppid=29149 vsize=864676 CPUtime=0.5
/proc/29150/task/29152/stat : 29152 (java) S 29149 29146 27538 0 -1 64 11397 0 0 0 45 5 0 0 16 0 9 0 1983835462 885428224 13104 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29153] ppid=29149 vsize=864676 CPUtime=0
/proc/29150/task/29153/stat : 29153 (java) S 29149 29146 27538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983835462 885428224 13104 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29154] ppid=29149 vsize=864676 CPUtime=0
/proc/29150/task/29154/stat : 29154 (java) S 29149 29146 27538 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1983835462 885428224 13104 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29155] ppid=29149 vsize=864676 CPUtime=0
/proc/29150/task/29155/stat : 29155 (java) S 29149 29146 27538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983835464 885428224 13104 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29156] ppid=29149 vsize=864676 CPUtime=0.09
/proc/29150/task/29156/stat : 29156 (java) S 29149 29146 27538 0 -1 64 484 0 0 0 9 0 0 0 16 0 9 0 1983835464 885428224 13104 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29157] ppid=29149 vsize=864676 CPUtime=0
/proc/29150/task/29157/stat : 29157 (java) S 29149 29146 27538 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983835465 885428224 13104 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29158] ppid=29149 vsize=864676 CPUtime=0
/proc/29150/task/29158/stat : 29158 (java) S 29149 29146 27538 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983835465 885428224 13104 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883632

[startup+3.10163 s]
/proc/loadavg: 2.00 2.05 2.08 3/83 29158
/proc/meminfo: memFree=1648416/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=0.03
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983835454 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29146/statm: 3400 796 370 3 0 500 0
[pid=29149] ppid=29146 vsize=5356 CPUtime=0
/proc/29149/stat : 29149 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983835459 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29149/statm: 1339 233 193 169 0 50 0
[pid=29150] ppid=29149 vsize=864692 CPUtime=3
/proc/29150/stat : 29150 (java) S 29149 29146 27538 0 -1 0 32460 0 1 0 282 18 0 0 18 0 9 0 1983835460 885444608 27064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29150/statm: 216173 27064 2529 9 0 210755 0
[pid=29150/tid=29151] ppid=29149 vsize=864692 CPUtime=1.44
/proc/29150/task/29151/stat : 29151 (java) R 29149 29146 27538 0 -1 64 3863 0 1 0 140 4 0 0 25 0 9 0 1983835461 885444608 27064 996147200 134512640 134550740 4294956016 18446744073709551615 4126714035 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29152] ppid=29149 vsize=864692 CPUtime=1.42
/proc/29150/task/29152/stat : 29152 (java) S 29149 29146 27538 0 -1 64 27397 0 0 0 130 12 0 0 16 0 9 0 1983835462 885444608 27064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29153] ppid=29149 vsize=864692 CPUtime=0
/proc/29150/task/29153/stat : 29153 (java) S 29149 29146 27538 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983835462 885444608 27064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29154] ppid=29149 vsize=864692 CPUtime=0
/proc/29150/task/29154/stat : 29154 (java) S 29149 29146 27538 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983835462 885444608 27064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29155] ppid=29149 vsize=864692 CPUtime=0
/proc/29150/task/29155/stat : 29155 (java) S 29149 29146 27538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983835464 885444608 27064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29156] ppid=29149 vsize=864692 CPUtime=0.11
/proc/29150/task/29156/stat : 29156 (java) S 29149 29146 27538 0 -1 64 501 0 0 0 11 0 0 0 16 0 9 0 1983835464 885444608 27064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29157] ppid=29149 vsize=864692 CPUtime=0
/proc/29150/task/29157/stat : 29157 (java) S 29149 29146 27538 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983835465 885444608 27064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29150/tid=29158] ppid=29149 vsize=864692 CPUtime=0
/proc/29150/task/29158/stat : 29158 (java) S 29149 29146 27538 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983835465 885444608 27064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883648

[startup+6.30223 s]
/proc/loadavg: 2.00 2.05 2.08 3/83 29168
/proc/meminfo: memFree=1689824/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=4.05
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 974 34925 0 1 3 0 379 23 15 0 1 0 1983835454 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29146/statm: 3400 797 370 3 0 500 0
[pid=29159] ppid=29146 vsize=5356 CPUtime=0
/proc/29159/stat : 29159 (sh) S 29146 29146 27538 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983835868 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29159/statm: 1339 233 193 169 0 50 0
[pid=29160] ppid=29159 vsize=864200 CPUtime=2.12
/proc/29160/stat : 29160 (java) S 29159 29146 27538 0 -1 0 11623 0 1 0 203 9 0 0 18 0 9 0 1983835868 884940800 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29160/statm: 216050 9875 2543 9 0 210625 0
[pid=29160/tid=29161] ppid=29159 vsize=864200 CPUtime=1.34
/proc/29160/task/29161/stat : 29161 (java) R 29159 29146 27538 0 -1 64 3019 0 1 0 132 2 0 0 25 0 9 0 1983835869 884940800 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29160/tid=29162] ppid=29159 vsize=864200 CPUtime=0.64
/proc/29160/task/29162/stat : 29162 (java) S 29159 29146 27538 0 -1 64 7547 0 0 0 59 5 0 0 16 0 9 0 1983835870 884940800 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29160/tid=29163] ppid=29159 vsize=864200 CPUtime=0
/proc/29160/task/29163/stat : 29163 (java) S 29159 29146 27538 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983835871 884940800 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29160/tid=29164] ppid=29159 vsize=864200 CPUtime=0
/proc/29160/task/29164/stat : 29164 (java) S 29159 29146 27538 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983835871 884940800 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29160/tid=29165] ppid=29159 vsize=864200 CPUtime=0
/proc/29160/task/29165/stat : 29165 (java) S 29159 29146 27538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983835873 884940800 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29160/tid=29166] ppid=29159 vsize=864200 CPUtime=0.11
/proc/29160/task/29166/stat : 29166 (java) R 29159 29146 27538 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 1983835873 884940800 9875 996147200 134512640 134550740 4294955952 18446744073709551615 102143681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29160/tid=29167] ppid=29159 vsize=864200 CPUtime=0
/proc/29160/task/29167/stat : 29167 (java) S 29159 29146 27538 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983835873 884940800 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29160/tid=29168] ppid=29159 vsize=864200 CPUtime=0
/proc/29160/task/29168/stat : 29168 (java) S 29159 29146 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983835873 884940800 9875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883156

[startup+12.7014 s]
/proc/loadavg: 2.07 2.06 2.08 3/75 29170
/proc/meminfo: memFree=1697760/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 15 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0
[pid=29169] ppid=29146 vsize=5356 CPUtime=0
/proc/29169/stat : 29169 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983836389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29169/statm: 1339 232 193 169 0 50 0
[pid=29170] ppid=29169 vsize=10436 CPUtime=3.31
/proc/29170/stat : 29170 (minisat) R 29169 29146 27538 0 -1 4194304 2477 0 0 0 330 1 0 0 25 0 1 0 1983836390 10686464 2463 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29170/statm: 2609 2463 76 150 0 2456 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 29392

[startup+25.5018 s]
/proc/loadavg: 2.06 2.06 2.08 3/75 29170
/proc/meminfo: memFree=1687456/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 16 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0
[pid=29169] ppid=29146 vsize=5356 CPUtime=0
/proc/29169/stat : 29169 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983836389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29169/statm: 1339 232 193 169 0 50 0
[pid=29170] ppid=29169 vsize=20612 CPUtime=15.98
/proc/29170/stat : 29170 (minisat) R 29169 29146 27538 0 -1 4194304 5015 0 0 0 1594 4 0 0 25 0 1 0 1983836390 21106688 5001 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/29170/statm: 5153 5001 76 150 0 5000 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 39568

[startup+51.1017 s]
/proc/loadavg: 2.04 2.05 2.08 3/75 29170
/proc/meminfo: memFree=1670880/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 16 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0
[pid=29169] ppid=29146 vsize=5356 CPUtime=0
/proc/29169/stat : 29169 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983836389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29169/statm: 1339 232 193 169 0 50 0
[pid=29170] ppid=29169 vsize=37360 CPUtime=41.34
/proc/29170/stat : 29170 (minisat) R 29169 29146 27538 0 -1 4194304 9202 0 0 0 4125 9 0 0 25 0 1 0 1983836390 38256640 9188 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/29170/statm: 9340 9188 76 150 0 9187 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 56316

[startup+102.307 s]
/proc/loadavg: 2.01 2.04 2.07 3/75 29170
/proc/meminfo: memFree=1644512/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 16 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1553880/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 16 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0
[pid=29169] ppid=29146 vsize=5356 CPUtime=0
/proc/29169/stat : 29169 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983836389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29169/statm: 1339 232 193 169 0 50 0
[pid=29170] ppid=29169 vsize=186776 CPUtime=1346.87
/proc/29170/stat : 29170 (minisat) R 29169 29146 27538 0 -1 4194304 46460 0 0 0 134627 60 0 0 25 0 1 0 1983836390 191258624 46446 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29170/statm: 46694 46446 76 150 0 46541 0
Current children cumulated CPU time (s) 1356.05
Current children cumulated vsize (KiB) 205732

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29241
/proc/meminfo: memFree=1540632/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 16 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0
[pid=29169] ppid=29146 vsize=5356 CPUtime=0
/proc/29169/stat : 29169 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983836389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29169/statm: 1339 232 193 169 0 50 0
[pid=29170] ppid=29169 vsize=200060 CPUtime=1406.82
/proc/29170/stat : 29170 (minisat) R 29169 29146 27538 0 -1 4194304 49751 0 0 0 140619 63 0 0 25 0 1 0 1983836390 204861440 49737 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29170/statm: 50015 49737 76 150 0 49862 0
Current children cumulated CPU time (s) 1416
Current children cumulated vsize (KiB) 219016

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 29241
/proc/meminfo: memFree=1528536/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 16 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0
[pid=29169] ppid=29146 vsize=5356 CPUtime=0
/proc/29169/stat : 29169 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983836389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29169/statm: 1339 232 193 169 0 50 0
[pid=29170] ppid=29169 vsize=212268 CPUtime=1466.77
/proc/29170/stat : 29170 (minisat) R 29169 29146 27538 0 -1 4194304 52795 0 0 0 146611 66 0 0 25 0 1 0 1983836390 217362432 52781 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29170/statm: 53067 52781 76 150 0 52914 0
Current children cumulated CPU time (s) 1475.95
Current children cumulated vsize (KiB) 231224

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 29242
/proc/meminfo: memFree=1526480/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 16 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0
[pid=29169] ppid=29146 vsize=5356 CPUtime=0
/proc/29169/stat : 29169 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983836389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29169/statm: 1339 232 193 169 0 50 0
[pid=29170] ppid=29169 vsize=214148 CPUtime=1526.72
/proc/29170/stat : 29170 (minisat) R 29169 29146 27538 0 -1 4194304 53260 0 0 0 152605 67 0 0 25 0 1 0 1983836390 219287552 53246 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/29170/statm: 53537 53246 76 150 0 53384 0
Current children cumulated CPU time (s) 1535.9
Current children cumulated vsize (KiB) 233104

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 29242
/proc/meminfo: memFree=1526352/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 16 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0
[pid=29169] ppid=29146 vsize=5356 CPUtime=0
/proc/29169/stat : 29169 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983836389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29169/statm: 1339 232 193 169 0 50 0
[pid=29170] ppid=29169 vsize=214148 CPUtime=1586.67
/proc/29170/stat : 29170 (minisat) R 29169 29146 27538 0 -1 4194304 53265 0 0 0 158600 67 0 0 25 0 1 0 1983836390 219287552 53251 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29170/statm: 53537 53251 76 150 0 53384 0
Current children cumulated CPU time (s) 1595.85
Current children cumulated vsize (KiB) 233104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 29242
/proc/meminfo: memFree=1526288/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 16 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0
[pid=29169] ppid=29146 vsize=5356 CPUtime=0
/proc/29169/stat : 29169 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983836389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29169/statm: 1339 232 193 169 0 50 0
[pid=29170] ppid=29169 vsize=214148 CPUtime=1646.61
/proc/29170/stat : 29170 (minisat) R 29169 29146 27538 0 -1 4194304 53270 0 0 0 164594 67 0 0 25 0 1 0 1983836390 219287552 53256 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29170/statm: 53537 53256 76 150 0 53384 0
Current children cumulated CPU time (s) 1655.79
Current children cumulated vsize (KiB) 233104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 29242
/proc/meminfo: memFree=1526224/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 16 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0
[pid=29169] ppid=29146 vsize=5356 CPUtime=0
/proc/29169/stat : 29169 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983836389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29169/statm: 1339 232 193 169 0 50 0
[pid=29170] ppid=29169 vsize=214148 CPUtime=1706.56
/proc/29170/stat : 29170 (minisat) R 29169 29146 27538 0 -1 4194304 53271 0 0 0 170589 67 0 0 25 0 1 0 1983836390 219287552 53257 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29170/statm: 53537 53257 76 150 0 53384 0
Current children cumulated CPU time (s) 1715.74
Current children cumulated vsize (KiB) 233104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 29242
/proc/meminfo: memFree=1526032/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 16 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0
[pid=29169] ppid=29146 vsize=5356 CPUtime=0
/proc/29169/stat : 29169 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983836389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29169/statm: 1339 232 193 169 0 50 0
[pid=29170] ppid=29169 vsize=214148 CPUtime=1766.51
/proc/29170/stat : 29170 (minisat) R 29169 29146 27538 0 -1 4194304 53272 0 0 0 176583 68 0 0 25 0 1 0 1983836390 219287552 53258 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29170/statm: 53537 53258 76 150 0 53384 0
Current children cumulated CPU time (s) 1775.69
Current children cumulated vsize (KiB) 233104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 29242
/proc/meminfo: memFree=1526032/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 16 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0
[pid=29169] ppid=29146 vsize=5356 CPUtime=0
/proc/29169/stat : 29169 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983836389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29169/statm: 1339 232 193 169 0 50 0
[pid=29170] ppid=29169 vsize=214148 CPUtime=1790.89
/proc/29170/stat : 29170 (minisat) R 29169 29146 27538 0 -1 4194304 53272 0 0 0 179021 68 0 0 25 0 1 0 1983836390 219287552 53258 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29170/statm: 53537 53258 76 150 0 53384 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 233104

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

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

[startup+1806.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 29242
/proc/meminfo: memFree=1526032/2055920 swapFree=4116764/4192956
[pid=29146] ppid=29144 vsize=13600 CPUtime=9.18
/proc/29146/stat : 29146 (sugar) S 29144 29146 27538 0 -1 4194304 1033 57042 0 2 4 1 872 41 16 0 1 0 1983835454 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29146/statm: 3400 799 370 3 0 500 0
[pid=29169] ppid=29146 vsize=5356 CPUtime=0
/proc/29169/stat : 29169 (sh) S 29146 29146 27538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983836389 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29169/statm: 1339 232 193 169 0 50 0
[pid=29170] ppid=29169 vsize=214148 CPUtime=1790.89
/proc/29170/stat : 29170 (minisat) R 29169 29146 27538 0 -1 4194304 53272 0 0 0 179021 68 0 0 25 0 1 0 1983836390 219287552 53258 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29170/statm: 53537 53258 76 150 0 53384 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 233104

Child status: 0

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

Real time (s): 1806.74
CPU time (s): 1800.07
CPU user time (s): 1798.97
CPU system time (s): 1.1
CPU usage (%): 99.6306
Max. virtual memory (cumulated for all children) (KiB): 888412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.77267
system time used= 0.431934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58420
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= 4231
involuntary context switches= 4234

runsolver used 2.24766 second user time and 5.41318 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-03 03:30:32
IDJOB=1050232
IDBENCH=54868
IDSOLVER=346
FILE ID=node47/1050232-1215048631
PBS_JOBID= 7875081
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-g-125-18.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-1050232-1215048631/watcher-1050232-1215048631 -o /tmp/evaluation-result-1050232-1215048631/solver-1050232-1215048631 -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-1050232-1215048631.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 22689bcc3124eea2b7d80bb2193e6792
RANDOM SEED=1228019435

node47.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.281
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.281
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:       1713304 kB
Buffers:         24268 kB
Cached:         122084 kB
SwapCached:      69820 kB
Active:         234784 kB
Inactive:        50072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713304 kB
SwapTotal:     4192956 kB
SwapFree:      4116764 kB
Dirty:           10532 kB
Writeback:           0 kB
Mapped:         146248 kB
Slab:            42792 kB
Committed_AS:  3959492 kB
PageTables:       2052 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= 66528 MiB
End job on node47 at 2008-07-03 04:00:41