Trace number 1040920

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

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-29-29.xml
MD5SUM3195ec144ebbf2fbe4f6ca5dc1ee9867
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.312952
Satisfiable
(Un)Satisfiability was proved
Number of variables1682
Number of constraints2033
Maximum constraint arity29
Maximum domain size92
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1625
Global constraints used (with number of constraints)cumulative(2),weightedsum(406)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Wed Jul  2 13:42:55 2008
0.00/0.16	c 0	PID 5359
0.00/0.17	c 0	HOST node24.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1040920-1214998975.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1040920-1214998975.xml' 'HOME/temp.csp'
0.04/0.83	c 1	30 domains, 1682 variables, 2 predicates, 0 relations, 2033 constraints
0.04/0.85	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.85	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.70/0.93	c 1	Parsing HOME/temp.csp
0.93/1.17	c 1	parsed 3747 expressions
0.93/1.19	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.19	c 1	Converting to clausal form CSP
1.02/1.21	c 1	converted 375 (10%) expressions
1.02/1.22	c 1	converted 750 (20%) expressions
1.02/1.22	c 1	converted 1125 (30%) expressions
1.02/1.23	c 1	converted 1499 (40%) expressions
1.13/1.38	c 1	converted 1874 (50%) expressions
1.22/1.44	c 1	converted 2249 (60%) expressions
1.22/1.48	c 1	converted 2623 (70%) expressions
1.32/1.51	c 1	converted 2998 (80%) expressions
1.32/1.55	c 1	converted 3373 (90%) expressions
2.51/2.74	c 3	converted 3747 (100%) expressions
2.51/2.75	c 3	CSP : 11986 integers, 3532 booleans, 31447 clauses, largest domain size 226
2.51/2.75	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.75	c 3	Propagation in CSP
2.80/3.06	c 3	48261 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/3.07	c 3	CSP : 11986 integers, 3532 booleans, 31447 clauses, largest domain size 93
2.80/3.07	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/3.08	c 3	Simplifing CSP by introducing new Boolean variables
2.90/3.10	c 3	CSP : 11986 integers, 3532 booleans, 31447 clauses, largest domain size 93
2.90/3.10	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/3.23	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.26	c 3	1199 (10%) CSP integer variables are encoded (4344 clauses, 54349 bytes)
3.01/3.28	c 3	2398 (20%) CSP integer variables are encoded (16525 clauses, 229539 bytes)
3.10/3.31	c 3	3596 (30%) CSP integer variables are encoded (36323 clauses, 526509 bytes)
3.10/3.34	c 3	4795 (40%) CSP integer variables are encoded (56021 clauses, 821979 bytes)
3.10/3.36	c 3	5993 (50%) CSP integer variables are encoded (75351 clauses, 1111929 bytes)
3.10/3.39	c 3	7192 (60%) CSP integer variables are encoded (94083 clauses, 1395218 bytes)
3.19/3.42	c 3	8391 (70%) CSP integer variables are encoded (114378 clauses, 1740233 bytes)
3.19/3.45	c 3	9589 (80%) CSP integer variables are encoded (134159 clauses, 2076510 bytes)
3.19/3.47	c 3	10788 (90%) CSP integer variables are encoded (153279 clauses, 2401550 bytes)
3.29/3.50	c 3	11986 (100%) CSP integer variables are encoded (172347 clauses, 2725706 bytes)
3.69/3.91	c 4	3145 (10%) CSP clauses are encoded (369203 clauses, 6247682 bytes)
4.75/5.23	c 5	6290 (20%) CSP clauses are encoded (983332 clauses, 18843788 bytes)
5.74/6.26	c 6	9435 (30%) CSP clauses are encoded (1547528 clauses, 30773852 bytes)
6.73/7.29	c 7	12579 (40%) CSP clauses are encoded (2110184 clauses, 42672176 bytes)
7.72/8.27	c 8	15724 (50%) CSP clauses are encoded (2636418 clauses, 53786057 bytes)
9.01/9.57	c 9	18869 (60%) CSP clauses are encoded (3325003 clauses, 68832614 bytes)
10.18/10.76	c 11	22013 (70%) CSP clauses are encoded (3922008 clauses, 83211971 bytes)
11.27/11.88	c 12	25158 (80%) CSP clauses are encoded (4486204 clauses, 96801756 bytes)
12.36/12.93	c 13	28303 (90%) CSP clauses are encoded (5015885 clauses, 109552242 bytes)
13.55/14.10	c 14	31447 (100%) CSP clauses are encoded (5614131 clauses, 123911206 bytes)
13.55/14.10	c 14	31447 CSP clauses encoded
13.55/14.10	c 14	Writing map file : HOME/temp.map
13.55/14.15	c 14	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.55/14.15	c 14	SAT : 187801 SAT variables, 5614131 SAT clauses, 123911206 bytes
13.55/14.15	c 14	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.55/14.17	c 14	SOLVING HOME/temp.cnf
13.55/14.17	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.55/14.17	c 14	This is MiniSat 2.0 beta
13.55/14.17	c 14	WARNING: for repeatability, setting FPU to use double precision
13.55/14.17	c 14	============================[ Problem Statistics ]=============================
13.55/14.18	c 14	|                                                                             |
13.55/14.18	c 14	|  Number of variables:  187801                                               |
13.55/14.18	c 14	|  Number of clauses:    5614131                                              |
16.47/17.10	c 17	|  Parsing time:         2.52         s                                       |
16.57/17.23	c 17	============================[ Search Statistics ]==============================
16.57/17.23	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.57/17.23	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.57/17.23	c 17	===============================================================================
16.57/17.23	c 17	|         0 |  187801  5614131 16371410 |  1871377        0    nan |  0.000 % |
18.76/19.42	c 19	|       100 |  187801  5614131 16371410 |  2058514      100     45 |  0.000 % |
21.92/22.62	c 22	|       251 |  187801  5614131 16371410 |  2264366      251     44 |  0.000 % |
25.39/26.15	c 26	|       477 |  187801  5614131 16371410 |  2490802      477     38 |  0.000 % |
33.51/34.32	c 34	|       814 |  187801  5614131 16371410 |  2739883      814     40 |  0.000 % |
42.62/43.54	c 43	|      1322 |  187801  5614131 16371410 |  3013871     1322     42 |  0.000 % |
60.15/61.23	c 61	|      2081 |  187800  5614113 16371361 |  3315258     2080     43 |  0.001 % |
81.75/83.04	c 83	|      3220 |  187800  5614113 16371361 |  3646784     3219     41 |  0.001 % |
117.62/119.29	c 119	|      4929 |  187800  5614113 16371361 |  4011462     4928     41 |  0.001 % |
166.06/169.07	c 169	|      7492 |  187800  5614113 16371361 |  4412609     7491     42 |  0.001 % |
244.96/248.04	c 248	|     11336 |  187800  5614113 16371361 |  4853869    11335     45 |  0.001 % |
375.40/378.57	c 378	|     17103 |  187800  5614113 16371361 |  5339256    17102     47 |  0.001 % |
551.63/554.88	c 555	|     25754 |  187800  5614113 16371361 |  5873182    25753     49 |  0.001 % |
849.22/852.58	c 852	|     38728 |  187800  5614113 16371361 |  6460500    38727     48 |  0.001 % |
1283.43/1286.97	c 1287	|     58190 |  187800  5614113 16371361 |  7106551    58189     50 |  0.001 % |
1800.03/1803.71	c ERROR INTERRUPTED
1800.03/1803.75	s UNKNOWN
1800.03/1803.75	c 1804	CPU 12.67 (0.03 0.01 12.64 0.95)
1800.03/1803.75	c 1804	END Wed Jul  2 14:12:59 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-1040920-1214998975/watcher-1040920-1214998975 -o /tmp/evaluation-result-1040920-1214998975/solver-1040920-1214998975 -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-1040920-1214998975.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.00 1.72 4/80 5359
/proc/meminfo: memFree=1862616/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=18572 CPUtime=0
/proc/5359/stat : 5359 (runsolver) D 5357 5359 5077 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1978872038 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/5359/statm: 4643 292 257 25 0 2626 0

[startup+0.00793508 s]
/proc/loadavg: 2.00 2.00 1.72 4/80 5359
/proc/meminfo: memFree=1862616/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=18572 CPUtime=0
/proc/5359/stat : 5359 (runsolver) D 5357 5359 5077 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1978872038 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/5359/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101946 s]
/proc/loadavg: 2.00 2.00 1.72 4/80 5359
/proc/meminfo: memFree=1862616/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=12272 CPUtime=0
/proc/5359/stat : 5359 (sugar) D 5357 5359 5077 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 1978872038 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 237788428901 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/5359/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301972 s]
/proc/loadavg: 2.00 2.00 1.72 4/80 5359
/proc/meminfo: memFree=1862616/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=0.04
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1978872038 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5359/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702013 s]
/proc/loadavg: 2.00 2.00 1.72 4/80 5359
/proc/meminfo: memFree=1862616/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=0.04
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1978872038 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5359/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50209 s]
/proc/loadavg: 2.00 2.00 1.72 3/91 5381
/proc/meminfo: memFree=1854656/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=0.7
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 974 5436 0 1 3 1 62 4 15 0 1 0 1978872038 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5359/statm: 3400 797 370 3 0 500 0
[pid=5372] ppid=5359 vsize=5356 CPUtime=0
/proc/5372/stat : 5372 (sh) S 5359 5359 5077 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978872123 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5372/statm: 1339 233 193 169 0 50 0
[pid=5373] ppid=5372 vsize=868272 CPUtime=0.62
/proc/5373/stat : 5373 (java) S 5372 5359 5077 0 -1 0 5531 0 1 0 58 4 0 0 18 0 9 0 1978872123 889110528 4949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5373/statm: 217068 4949 1734 9 0 211643 0
[pid=5373/tid=5374] ppid=5372 vsize=868272 CPUtime=0.37
/proc/5373/task/5374/stat : 5374 (java) R 5372 5359 5077 0 -1 64 2656 0 1 0 36 1 0 0 18 0 9 0 1978872124 889110528 4949 996147200 134512640 134550740 4294955952 18446744073709551615 4126473383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5375] ppid=5372 vsize=868272 CPUtime=0.04
/proc/5373/task/5375/stat : 5375 (java) S 5372 5359 5077 0 -1 64 725 0 0 0 4 0 0 0 16 0 9 0 1978872125 889110528 4949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5376] ppid=5372 vsize=868272 CPUtime=0
/proc/5373/task/5376/stat : 5376 (java) S 5372 5359 5077 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1978872125 889110528 4949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5377] ppid=5372 vsize=868272 CPUtime=0
/proc/5373/task/5377/stat : 5377 (java) S 5372 5359 5077 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1978872125 889110528 4949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5378] ppid=5372 vsize=868272 CPUtime=0
/proc/5373/task/5378/stat : 5378 (java) S 5372 5359 5077 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978872127 889110528 4949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5379] ppid=5372 vsize=868272 CPUtime=0.18
/proc/5373/task/5379/stat : 5379 (java) S 5372 5359 5077 0 -1 64 1458 0 0 0 17 1 0 0 16 0 9 0 1978872127 889110528 4949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5380] ppid=5372 vsize=868272 CPUtime=0
/proc/5373/task/5380/stat : 5380 (java) S 5372 5359 5077 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978872128 889110528 4949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5381] ppid=5372 vsize=868272 CPUtime=0
/proc/5373/task/5381/stat : 5381 (java) S 5372 5359 5077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978872128 889110528 4949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 887228

[startup+3.10226 s]
/proc/loadavg: 2.00 2.00 1.72 3/91 5381
/proc/meminfo: memFree=1838400/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=0.7
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 974 5436 0 1 3 1 62 4 15 0 1 0 1978872038 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5359/statm: 3400 797 370 3 0 500 0
[pid=5372] ppid=5359 vsize=5356 CPUtime=0
/proc/5372/stat : 5372 (sh) S 5359 5359 5077 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978872123 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5372/statm: 1339 233 193 169 0 50 0
[pid=5373] ppid=5372 vsize=868388 CPUtime=2.2
/proc/5373/stat : 5373 (java) S 5372 5359 5077 0 -1 0 11821 0 1 0 213 7 0 0 18 0 9 0 1978872123 889229312 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5373/statm: 217097 10861 2541 9 0 211672 0
[pid=5373/tid=5374] ppid=5372 vsize=868388 CPUtime=1.35
/proc/5373/task/5374/stat : 5374 (java) R 5372 5359 5077 0 -1 64 2965 0 1 0 133 2 0 0 25 0 9 0 1978872124 889229312 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4126373468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5375] ppid=5372 vsize=868388 CPUtime=0.58
/proc/5373/task/5375/stat : 5375 (java) S 5372 5359 5077 0 -1 64 6651 0 0 0 55 3 0 0 16 0 9 0 1978872125 889229312 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5376] ppid=5372 vsize=868388 CPUtime=0
/proc/5373/task/5376/stat : 5376 (java) S 5372 5359 5077 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978872125 889229312 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5377] ppid=5372 vsize=868388 CPUtime=0
/proc/5373/task/5377/stat : 5377 (java) S 5372 5359 5077 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978872125 889229312 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5378] ppid=5372 vsize=868388 CPUtime=0
/proc/5373/task/5378/stat : 5378 (java) S 5372 5359 5077 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978872127 889229312 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5379] ppid=5372 vsize=868388 CPUtime=0.25
/proc/5373/task/5379/stat : 5379 (java) S 5372 5359 5077 0 -1 64 1512 0 0 0 24 1 0 0 15 0 9 0 1978872127 889229312 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5380] ppid=5372 vsize=868388 CPUtime=0
/proc/5373/task/5380/stat : 5380 (java) S 5372 5359 5077 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978872128 889229312 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5381] ppid=5372 vsize=868388 CPUtime=0
/proc/5373/task/5381/stat : 5381 (java) S 5372 5359 5077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978872128 889229312 10861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 887344

[startup+6.30159 s]
/proc/loadavg: 2.00 2.00 1.73 3/91 5381
/proc/meminfo: memFree=1805248/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=0.7
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 974 5436 0 1 3 1 62 4 16 0 1 0 1978872038 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5359/statm: 3400 797 370 3 0 500 0
[pid=5372] ppid=5359 vsize=5356 CPUtime=0
/proc/5372/stat : 5372 (sh) S 5359 5359 5077 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978872123 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5372/statm: 1339 233 193 169 0 50 0
[pid=5373] ppid=5372 vsize=868500 CPUtime=5.15
/proc/5373/stat : 5373 (java) S 5372 5359 5077 0 -1 0 12465 0 1 0 485 30 0 0 18 0 9 0 1978872123 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5373/statm: 217125 10934 2565 9 0 211672 0
[pid=5373/tid=5374] ppid=5372 vsize=868500 CPUtime=4
/proc/5373/task/5374/stat : 5374 (java) R 5372 5359 5077 0 -1 64 3375 0 1 0 379 21 0 0 25 0 9 0 1978872124 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4127163353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5375] ppid=5372 vsize=868500 CPUtime=0.81
/proc/5373/task/5375/stat : 5375 (java) S 5372 5359 5077 0 -1 64 6855 0 0 0 76 5 0 0 16 0 9 0 1978872125 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5376] ppid=5372 vsize=868500 CPUtime=0
/proc/5373/task/5376/stat : 5376 (java) S 5372 5359 5077 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978872125 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5377] ppid=5372 vsize=868500 CPUtime=0
/proc/5373/task/5377/stat : 5377 (java) S 5372 5359 5077 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978872125 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5378] ppid=5372 vsize=868500 CPUtime=0
/proc/5373/task/5378/stat : 5378 (java) S 5372 5359 5077 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978872127 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5379] ppid=5372 vsize=868500 CPUtime=0.3
/proc/5373/task/5379/stat : 5379 (java) S 5372 5359 5077 0 -1 64 1542 0 0 0 29 1 0 0 17 0 9 0 1978872127 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5380] ppid=5372 vsize=868500 CPUtime=0
/proc/5373/task/5380/stat : 5380 (java) S 5372 5359 5077 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978872128 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5381] ppid=5372 vsize=868500 CPUtime=0
/proc/5373/task/5381/stat : 5381 (java) S 5372 5359 5077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978872128 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 887456

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 1.73 3/91 5381
/proc/meminfo: memFree=1728448/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=0.7
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 974 5436 0 1 3 1 62 4 16 0 1 0 1978872038 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5359/statm: 3400 797 370 3 0 500 0
[pid=5372] ppid=5359 vsize=5356 CPUtime=0
/proc/5372/stat : 5372 (sh) S 5359 5359 5077 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978872123 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5372/statm: 1339 233 193 169 0 50 0
[pid=5373] ppid=5372 vsize=868500 CPUtime=11.46
/proc/5373/stat : 5373 (java) S 5372 5359 5077 0 -1 0 13260 0 1 0 1068 78 0 0 18 0 9 0 1978872123 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5373/statm: 217125 10934 2565 9 0 211672 0
[pid=5373/tid=5374] ppid=5372 vsize=868500 CPUtime=10.01
/proc/5373/task/5374/stat : 5374 (java) R 5372 5359 5077 0 -1 64 4170 0 1 0 937 64 0 0 25 0 9 0 1978872124 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4126899191 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5375] ppid=5372 vsize=868500 CPUtime=1.11
/proc/5373/task/5375/stat : 5375 (java) S 5372 5359 5077 0 -1 64 6855 0 0 0 101 10 0 0 16 0 9 0 1978872125 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5376] ppid=5372 vsize=868500 CPUtime=0
/proc/5373/task/5376/stat : 5376 (java) S 5372 5359 5077 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978872125 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5377] ppid=5372 vsize=868500 CPUtime=0
/proc/5373/task/5377/stat : 5377 (java) S 5372 5359 5077 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978872125 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5378] ppid=5372 vsize=868500 CPUtime=0
/proc/5373/task/5378/stat : 5378 (java) S 5372 5359 5077 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978872127 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5379] ppid=5372 vsize=868500 CPUtime=0.3
/proc/5373/task/5379/stat : 5379 (java) S 5372 5359 5077 0 -1 64 1542 0 0 0 29 1 0 0 17 0 9 0 1978872127 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5380] ppid=5372 vsize=868500 CPUtime=0
/proc/5373/task/5380/stat : 5380 (java) S 5372 5359 5077 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978872128 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5373/tid=5381] ppid=5372 vsize=868500 CPUtime=0
/proc/5373/task/5381/stat : 5381 (java) S 5372 5359 5077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978872128 889344000 10934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 887456

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 1.73 3/83 5383
/proc/meminfo: memFree=1491456/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=13.62
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 1033 19190 0 2 3 1 1264 94 16 0 1 0 1978872038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5359/statm: 3400 799 370 3 0 500 0
[pid=5382] ppid=5359 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5359 5359 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873455 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 232 193 169 0 50 0
[pid=5383] ppid=5382 vsize=256792 CPUtime=11.17
/proc/5383/stat : 5383 (minisat) R 5382 5359 5077 0 -1 4194304 61396 0 0 0 1081 36 0 0 25 0 1 0 1978873456 262955008 61382 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5383/statm: 64198 61382 76 150 0 64045 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 275748

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 1.74 3/83 5383
/proc/meminfo: memFree=1488704/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=13.62
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 1033 19190 0 2 3 1 1264 94 16 0 1 0 1978872038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1518080/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=13.62
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 1033 19190 0 2 3 1 1264 94 16 0 1 0 1978872038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5359/statm: 3400 799 370 3 0 500 0
[pid=5382] ppid=5359 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5359 5359 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873455 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 232 193 169 0 50 0
[pid=5383] ppid=5382 vsize=277108 CPUtime=1345.19
/proc/5383/stat : 5383 (minisat) R 5382 5359 5077 0 -1 4194304 66437 0 0 0 134469 50 0 0 25 0 1 0 1978873456 283758592 66423 996147200 134512640 135127466 4294956272 18446744073709551615 134522678 0 0 4096 3 0 0 0 17 0 0 0
/proc/5383/statm: 69277 66423 76 150 0 69124 0
Current children cumulated CPU time (s) 1358.81
Current children cumulated vsize (KiB) 296064

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 5761
/proc/meminfo: memFree=1517376/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=13.62
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 1033 19190 0 2 3 1 1264 94 16 0 1 0 1978872038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5359/statm: 3400 799 370 3 0 500 0
[pid=5382] ppid=5359 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5359 5359 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873455 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 232 193 169 0 50 0
[pid=5383] ppid=5382 vsize=277756 CPUtime=1405.16
/proc/5383/stat : 5383 (minisat) R 5382 5359 5077 0 -1 4194304 66579 0 0 0 140466 50 0 0 25 0 1 0 1978873456 284422144 66565 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5383/statm: 69439 66565 76 150 0 69286 0
Current children cumulated CPU time (s) 1418.78
Current children cumulated vsize (KiB) 296712

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 5761
/proc/meminfo: memFree=1516608/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=13.62
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 1033 19190 0 2 3 1 1264 94 16 0 1 0 1978872038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5359/statm: 3400 799 370 3 0 500 0
[pid=5382] ppid=5359 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5359 5359 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873455 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 232 193 169 0 50 0
[pid=5383] ppid=5382 vsize=278416 CPUtime=1465.13
/proc/5383/stat : 5383 (minisat) R 5382 5359 5077 0 -1 4194304 66746 0 0 0 146463 50 0 0 25 0 1 0 1978873456 285097984 66732 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5383/statm: 69604 66732 76 150 0 69451 0
Current children cumulated CPU time (s) 1478.75
Current children cumulated vsize (KiB) 297372

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 5761
/proc/meminfo: memFree=1516032/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=13.62
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 1033 19190 0 2 3 1 1264 94 16 0 1 0 1978872038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5359/statm: 3400 799 370 3 0 500 0
[pid=5382] ppid=5359 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5359 5359 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873455 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 232 193 169 0 50 0
[pid=5383] ppid=5382 vsize=278944 CPUtime=1525.12
/proc/5383/stat : 5383 (minisat) R 5382 5359 5077 0 -1 4194304 66891 0 0 0 152461 51 0 0 25 0 1 0 1978873456 285638656 66877 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/5383/statm: 69736 66877 76 150 0 69583 0
Current children cumulated CPU time (s) 1538.74
Current children cumulated vsize (KiB) 297900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 5761
/proc/meminfo: memFree=1515520/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=13.62
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 1033 19190 0 2 3 1 1264 94 16 0 1 0 1978872038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5359/statm: 3400 799 370 3 0 500 0
[pid=5382] ppid=5359 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5359 5359 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873455 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 232 193 169 0 50 0
[pid=5383] ppid=5382 vsize=279472 CPUtime=1585.09
/proc/5383/stat : 5383 (minisat) R 5382 5359 5077 0 -1 4194304 67031 0 0 0 158458 51 0 0 25 0 1 0 1978873456 286179328 67017 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/5383/statm: 69868 67017 76 150 0 69715 0
Current children cumulated CPU time (s) 1598.71
Current children cumulated vsize (KiB) 298428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 5761
/proc/meminfo: memFree=1514880/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=13.62
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 1033 19190 0 2 3 1 1264 94 16 0 1 0 1978872038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5359/statm: 3400 799 370 3 0 500 0
[pid=5382] ppid=5359 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5359 5359 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873455 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 232 193 169 0 50 0
[pid=5383] ppid=5382 vsize=280132 CPUtime=1645.06
/proc/5383/stat : 5383 (minisat) R 5382 5359 5077 0 -1 4194304 67187 0 0 0 164455 51 0 0 25 0 1 0 1978873456 286855168 67173 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/5383/statm: 70033 67173 76 150 0 69880 0
Current children cumulated CPU time (s) 1658.68
Current children cumulated vsize (KiB) 299088

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 5761
/proc/meminfo: memFree=1514304/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=13.62
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 1033 19190 0 2 3 1 1264 94 16 0 1 0 1978872038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5359/statm: 3400 799 370 3 0 500 0
[pid=5382] ppid=5359 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5359 5359 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873455 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 232 193 169 0 50 0
[pid=5383] ppid=5382 vsize=280660 CPUtime=1705.04
/proc/5383/stat : 5383 (minisat) R 5382 5359 5077 0 -1 4194304 67323 0 0 0 170452 52 0 0 25 0 1 0 1978873456 287395840 67309 996147200 134512640 135127466 4294956272 18446744073709551615 134528349 0 0 4096 3 0 0 0 17 0 0 0
/proc/5383/statm: 70165 67309 76 150 0 70012 0
Current children cumulated CPU time (s) 1718.66
Current children cumulated vsize (KiB) 299616

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 5761
/proc/meminfo: memFree=1513664/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=13.62
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 1033 19190 0 2 3 1 1264 94 16 0 1 0 1978872038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5359/statm: 3400 799 370 3 0 500 0
[pid=5382] ppid=5359 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5359 5359 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873455 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 232 193 169 0 50 0
[pid=5383] ppid=5382 vsize=281188 CPUtime=1765.02
/proc/5383/stat : 5383 (minisat) R 5382 5359 5077 0 -1 4194304 67463 0 0 0 176450 52 0 0 25 0 1 0 1978873456 287936512 67449 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5383/statm: 70297 67449 76 150 0 70144 0
Current children cumulated CPU time (s) 1778.64
Current children cumulated vsize (KiB) 300144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 5761
/proc/meminfo: memFree=1513472/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=13.62
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 1033 19190 0 2 3 1 1264 94 16 0 1 0 1978872038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5359/statm: 3400 799 370 3 0 500 0
[pid=5382] ppid=5359 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5359 5359 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873455 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 232 193 169 0 50 0
[pid=5383] ppid=5382 vsize=281452 CPUtime=1786.41
/proc/5383/stat : 5383 (minisat) R 5382 5359 5077 0 -1 4194304 67512 0 0 0 178589 52 0 0 25 0 1 0 1978873456 288206848 67498 996147200 134512640 135127466 4294956272 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 0 0 0
/proc/5383/statm: 70363 67498 76 150 0 70210 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 300408

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

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

[startup+1803.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 5761
/proc/meminfo: memFree=1513472/2055920 swapFree=4180448/4192956
[pid=5359] ppid=5357 vsize=13600 CPUtime=13.62
/proc/5359/stat : 5359 (sugar) S 5357 5359 5077 0 -1 4194304 1033 19190 0 2 3 1 1264 94 16 0 1 0 1978872038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5359/statm: 3400 799 370 3 0 500 0
[pid=5382] ppid=5359 vsize=5356 CPUtime=0
/proc/5382/stat : 5382 (sh) S 5359 5359 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873455 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5382/statm: 1339 232 193 169 0 50 0
[pid=5383] ppid=5382 vsize=281452 CPUtime=1786.41
/proc/5383/stat : 5383 (minisat) R 5382 5359 5077 0 -1 4194304 67512 0 0 0 178589 52 0 0 25 0 1 0 1978873456 288206848 67498 996147200 134512640 135127466 4294956272 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 0 0 0
/proc/5383/statm: 70363 67498 76 150 0 70210 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 300408

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5359 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=682072
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=30843
# CPU time returned by wait4() is 13.7129
# 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): 1803.81
CPU time (s): 1800.03
CPU user time (s): 1798.56
CPU system time (s): 1.47
CPU usage (%): 99.7904
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6821
system time used= 1.03084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20567
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= 12785
involuntary context switches= 12820

runsolver used 2.20167 second user time and 6.01609 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-02 13:42:55
IDJOB=1040920
IDBENCH=53754
IDSOLVER=346
FILE ID=node24/1040920-1214998975
PBS_JOBID= 7870875
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-29-29.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-1040920-1214998975/watcher-1040920-1214998975 -o /tmp/evaluation-result-1040920-1214998975/solver-1040920-1214998975 -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-1040920-1214998975.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3195ec144ebbf2fbe4f6ca5dc1ee9867
RANDOM SEED=625982431

node24.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.232
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.232
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:       1863096 kB
Buffers:          4016 kB
Cached:          58516 kB
SwapCached:       6556 kB
Active:         121308 kB
Inactive:        12096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863096 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:          84400 kB
Slab:            44608 kB
Committed_AS:  4177348 kB
PageTables:       1960 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= 66524 MiB
End job on node24 at 2008-07-02 14:13:01