Trace number 1056915

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.02 1817.13

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-15_ext.xml
MD5SUM49ece5c5a71ddb66f0927be7e6359085
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 benchmark289.926
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 19:51:55 2008
0.00/0.04	c 0	PID 28478
0.03/0.05	c 0	HOST node62.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1056915-1215107514.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1056915-1215107514.xml' 'HOME/temp.csp'
1.25/1.35	c 1	1 domains, 24 variables, 0 predicates, 76 relations, 76 constraints
1.25/1.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.36	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'
1.31/1.44	c 1	Parsing HOME/temp.csp
3.81/3.97	c 4	parsed 177 expressions
3.81/3.98	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.81/3.98	c 4	Converting to clausal form CSP
3.81/4.00	c 4	converted 18 (10%) expressions
3.90/4.02	c 4	converted 36 (20%) expressions
3.90/4.05	c 4	converted 54 (30%) expressions
3.90/4.06	c 4	converted 71 (40%) expressions
3.90/4.09	c 4	converted 89 (50%) expressions
4.11/4.22	c 4	converted 107 (60%) expressions
4.69/4.86	c 4	converted 124 (70%) expressions
4.89/5.10	c 5	converted 142 (80%) expressions
5.19/5.37	c 5	converted 160 (90%) expressions
5.48/5.61	c 5	converted 177 (100%) expressions
5.48/5.61	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.48/5.61	c 5	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.48/5.61	c 5	Propagation in CSP
5.48/5.61	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.48/5.61	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.48/5.61	c 5	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.48/5.61	c 5	Simplifing CSP by introducing new Boolean variables
5.48/5.61	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.48/5.61	c 5	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.78/5.95	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.78/5.96	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.78/5.96	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.78/5.97	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.78/5.97	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.78/5.97	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.78/5.97	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.78/5.97	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.78/5.97	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.78/5.97	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.78/5.98	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.28/6.43	c 6	8 (10%) CSP clauses are encoded (25218 clauses, 598997 bytes)
6.66/6.84	c 6	16 (20%) CSP clauses are encoded (49836 clauses, 1209087 bytes)
6.96/7.19	c 7	23 (30%) CSP clauses are encoded (71538 clauses, 1756195 bytes)
7.37/7.58	c 7	31 (40%) CSP clauses are encoded (96317 clauses, 2389398 bytes)
7.75/7.94	c 8	38 (50%) CSP clauses are encoded (117886 clauses, 2962085 bytes)
8.15/8.33	c 8	46 (60%) CSP clauses are encoded (142525 clauses, 3628572 bytes)
8.56/8.73	c 8	54 (70%) CSP clauses are encoded (167235 clauses, 4298821 bytes)
8.85/9.08	c 9	61 (80%) CSP clauses are encoded (188883 clauses, 4886193 bytes)
9.25/9.47	c 9	69 (90%) CSP clauses are encoded (213543 clauses, 5555026 bytes)
9.65/9.83	c 9	76 (100%) CSP clauses are encoded (235206 clauses, 6142432 bytes)
9.65/9.83	c 9	76 CSP clauses encoded
9.65/9.83	c 9	Writing map file : HOME/temp.map
9.65/9.83	c 9	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.65/9.83	c 9	SAT : 552 SAT variables, 235206 SAT clauses, 6142432 bytes
9.65/9.83	c 9	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.65/9.88	c 10	SOLVING HOME/temp.cnf
9.65/9.88	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.65/9.88	c 10	This is MiniSat 2.0 beta
9.65/9.88	c 10	WARNING: for repeatability, setting FPU to use double precision
9.65/9.88	c 10	============================[ Problem Statistics ]=============================
9.65/9.88	c 10	|                                                                             |
9.65/9.88	c 10	|  Number of variables:  552                                                  |
9.65/9.88	c 10	|  Number of clauses:    235206                                               |
9.71/10.03	c 10	|  Parsing time:         0.13         s                                       |
9.71/10.04	c 10	============================[ Search Statistics ]==============================
9.71/10.05	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.71/10.05	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.71/10.05	c 10	===============================================================================
9.71/10.05	c 10	|         0 |     552   235206  1311339 |    78402        0    nan |  0.000 % |
9.71/10.20	c 10	|       100 |     552   235206  1311339 |    86242      100     12 |  0.000 % |
9.71/10.39	c 10	|       250 |     552   235206  1311339 |    94866      250     11 |  0.008 % |
9.71/10.65	c 10	|       475 |     552   235206  1311339 |   104353      475     11 |  0.008 % |
10.81/11.07	c 11	|       812 |     552   235206  1311339 |   114788      812     11 |  0.008 % |
11.31/11.59	c 11	|      1318 |     552   235206  1311339 |   126267     1318     12 |  0.008 % |
12.09/12.37	c 12	|      2078 |     552   235206  1311339 |   138893     2078     14 |  0.008 % |
13.18/13.45	c 13	|      3217 |     552   235206  1311339 |   152783     3217     14 |  0.005 % |
14.97/15.24	c 15	|      4925 |     552   235206  1311339 |   168061     4925     14 |  0.007 % |
18.14/18.45	c 18	|      7487 |     552   235206  1311339 |   184867     7487     14 |  0.008 % |
22.49/22.85	c 22	|     11333 |     552   235206  1311339 |   203354    11333     14 |  0.008 % |
30.12/30.51	c 30	|     17099 |     552   235206  1311339 |   223690    17099     14 |  0.008 % |
40.22/40.80	c 40	|     25749 |     552   235206  1311339 |   246059    25749     15 |  0.008 % |
59.12/59.88	c 60	|     38723 |     552   235206  1311339 |   270664    38723     16 |  0.006 % |
86.97/87.92	c 88	|     58185 |     552   235206  1311339 |   297731    58185     17 |  0.008 % |
135.80/137.24	c 137	|     87378 |     552   235206  1311339 |   327504    87378     17 |  0.008 % |
213.26/215.41	c 215	|    131167 |     552   235206  1311339 |   360255   131167     17 |  0.005 % |
339.45/342.86	c 342	|    196852 |     552   235206  1311339 |   396280   196852     18 |  0.008 % |
613.91/619.93	c 620	|    295378 |     552   235206  1311339 |   435908   295378     18 |  0.008 % |
1129.88/1140.87	c 1141	|    443167 |     552   235206  1311339 |   479499    28021     17 |  0.009 % |
1642.87/1658.80	c 1658	|    664850 |     552   235206  1311339 |   527449   249704     21 |  0.009 % |
1800.02/1817.12	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1817.12	c 1817	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1817.12	c ERROR INTERRUPTED
1800.02/1817.12	s UNKNOWN
1800.02/1817.12	c 1817	CPU 9.38 (0.04 0.01 9.34 0.33)
1800.02/1817.12	c 1817	END Thu Jul  3 20:22:12 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-1056915-1215107514/watcher-1056915-1215107514 -o /tmp/evaluation-result-1056915-1215107514/solver-1056915-1215107514 -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-1056915-1215107514.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.59 1.88 1.65 4/72 28478
/proc/meminfo: memFree=1538536/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=12000 CPUtime=0
/proc/28478/stat : 28478 (sugar) R 28476 28478 28319 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 1989723210 12288000 173 996147200 4194304 4206940 548682068608 18446744073709551615 236437568480 0 0 4224 0 0 0 0 17 1 0 0
/proc/28478/statm: 3000 173 134 3 0 100 0

[startup+0.0499619 s]
/proc/loadavg: 1.59 1.88 1.65 4/72 28478
/proc/meminfo: memFree=1538536/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=0.03
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1989723210 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102608 s]
/proc/loadavg: 1.59 1.88 1.65 4/72 28478
/proc/meminfo: memFree=1538536/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=0.03
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1989723210 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301651 s]
/proc/loadavg: 1.59 1.88 1.65 4/72 28478
/proc/meminfo: memFree=1538536/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=0.03
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1989723210 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70172 s]
/proc/loadavg: 1.59 1.88 1.65 4/72 28478
/proc/meminfo: memFree=1538536/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=0.03
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1989723210 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50288 s]
/proc/loadavg: 1.59 1.88 1.65 3/83 28490
/proc/meminfo: memFree=1513616/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=1.31
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 973 9452 0 1 3 0 119 9 16 0 1 0 1989723210 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 13600

[startup+3.10219 s]
/proc/loadavg: 1.59 1.88 1.65 4/83 28500
/proc/meminfo: memFree=1514128/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=1.31
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 973 9452 0 1 3 0 119 9 16 0 1 0 1989723210 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 797 370 3 0 500 0
[pid=28491] ppid=28478 vsize=5356 CPUtime=0
/proc/28491/stat : 28491 (sh) S 28478 28478 28319 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989723347 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28491/statm: 1339 233 193 169 0 50 0
[pid=28492] ppid=28491 vsize=864076 CPUtime=1.72
/proc/28492/stat : 28492 (java) S 28491 28478 28319 0 -1 0 12646 0 1 0 165 7 0 0 18 0 9 0 1989723347 884813824 11908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28492/statm: 216019 11908 2532 9 0 210601 0
[pid=28492/tid=28493] ppid=28491 vsize=864076 CPUtime=1.01
/proc/28492/task/28493/stat : 28493 (java) R 28491 28478 28319 0 -1 64 2771 0 1 0 99 2 0 0 25 0 9 0 1989723348 884813824 11908 996147200 134512640 134550740 4294955952 18446744073709551615 4126415715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28494] ppid=28491 vsize=864076 CPUtime=0.63
/proc/28492/task/28494/stat : 28494 (java) S 28491 28478 28319 0 -1 64 8863 0 0 0 60 3 0 0 16 0 9 0 1989723349 884813824 11908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28495] ppid=28491 vsize=864076 CPUtime=0
/proc/28492/task/28495/stat : 28495 (java) S 28491 28478 28319 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989723349 884813824 11908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28496] ppid=28491 vsize=864076 CPUtime=0
/proc/28492/task/28496/stat : 28496 (java) S 28491 28478 28319 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1989723349 884813824 11908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28497] ppid=28491 vsize=864076 CPUtime=0
/proc/28492/task/28497/stat : 28497 (java) S 28491 28478 28319 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1989723351 884813824 11908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28498] ppid=28491 vsize=864076 CPUtime=0.04
/proc/28492/task/28498/stat : 28498 (java) S 28491 28478 28319 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 1989723351 884813824 11908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28499] ppid=28491 vsize=864076 CPUtime=0
/proc/28492/task/28499/stat : 28499 (java) S 28491 28478 28319 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989723351 884813824 11908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28500] ppid=28491 vsize=864076 CPUtime=0
/proc/28492/task/28500/stat : 28500 (java) S 28491 28478 28319 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989723351 884813824 11908 996147200 134512640 134550740 4294955952 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) 883032

[startup+6.30281 s]
/proc/loadavg: 1.70 1.89 1.65 3/83 28500
/proc/meminfo: memFree=1442064/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=1.31
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 974 9452 0 1 3 0 119 9 15 0 1 0 1989723210 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 797 370 3 0 500 0
[pid=28491] ppid=28478 vsize=5356 CPUtime=0
/proc/28491/stat : 28491 (sh) S 28478 28478 28319 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989723347 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28491/statm: 1339 233 193 169 0 50 0
[pid=28492] ppid=28491 vsize=864332 CPUtime=4.86
/proc/28492/stat : 28492 (java) S 28491 28478 28319 0 -1 0 32327 0 1 0 469 17 0 0 18 0 9 0 1989723347 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28492/statm: 216083 26485 2564 9 0 210630 0
[pid=28492/tid=28493] ppid=28491 vsize=864332 CPUtime=2.44
/proc/28492/task/28493/stat : 28493 (java) R 28491 28478 28319 0 -1 64 3658 0 1 0 242 2 0 0 25 0 9 0 1989723348 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4126591074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28494] ppid=28491 vsize=864332 CPUtime=2.28
/proc/28492/task/28494/stat : 28494 (java) S 28491 28478 28319 0 -1 64 27618 0 0 0 215 13 0 0 16 0 9 0 1989723349 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28495] ppid=28491 vsize=864332 CPUtime=0
/proc/28492/task/28495/stat : 28495 (java) S 28491 28478 28319 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989723349 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28496] ppid=28491 vsize=864332 CPUtime=0
/proc/28492/task/28496/stat : 28496 (java) S 28491 28478 28319 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1989723349 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28497] ppid=28491 vsize=864332 CPUtime=0
/proc/28492/task/28497/stat : 28497 (java) S 28491 28478 28319 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1989723351 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28498] ppid=28491 vsize=864332 CPUtime=0.1
/proc/28492/task/28498/stat : 28498 (java) S 28491 28478 28319 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1989723351 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28499] ppid=28491 vsize=864332 CPUtime=0
/proc/28492/task/28499/stat : 28499 (java) S 28491 28478 28319 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1989723351 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28492/tid=28500] ppid=28491 vsize=864332 CPUtime=0
/proc/28492/task/28500/stat : 28500 (java) S 28491 28478 28319 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989723351 885075968 26485 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) 883288

[startup+12.7011 s]
/proc/loadavg: 1.72 1.90 1.66 3/75 28502
/proc/meminfo: memFree=1510608/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 15 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=16164 CPUtime=2.78
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 3893 0 0 0 275 3 0 0 25 0 1 0 1989724199 16551936 3879 996147200 134512640 135127466 4294956272 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/28502/statm: 4041 3879 75 150 0 3888 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 35120

[startup+25.5025 s]
/proc/loadavg: 1.78 1.90 1.66 3/75 28502
/proc/meminfo: memFree=1509328/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=17356 CPUtime=15.45
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 4165 0 0 0 1542 3 0 0 25 0 1 0 1989724199 17772544 4151 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28502/statm: 4339 4151 75 150 0 4186 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 36312

[startup+51.1025 s]
/proc/loadavg: 1.86 1.91 1.67 3/75 28502
/proc/meminfo: memFree=1507536/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=19200 CPUtime=40.8
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 4647 0 0 0 4077 3 0 0 25 0 1 0 1989724199 19660800 4633 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/28502/statm: 4800 4633 75 150 0 4647 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 38156

[startup+102.306 s]
/proc/loadavg: 1.94 1.92 1.68 3/75 28502
/proc/meminfo: memFree=1504080/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=22888 CPUtime=91.52
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 5522 0 0 0 9148 4 0 0 25 0 1 0 1989724199 23437312 5508 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28502/statm: 5722 5508 75 150 0 5569 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 41844

[startup+162.301 s]
/proc/loadavg: 1.97 1.93 1.70 3/75 28502
/proc/meminfo: memFree=1500368/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=26416 CPUtime=150.95
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 6402 0 0 0 15090 5 0 0 25 0 1 0 1989724199 27049984 6388 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/28502/statm: 6604 6388 75 150 0 6451 0
Current children cumulated CPU time (s) 160.66

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

/proc/meminfo: memFree=1463056/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=62972 CPUtime=1339.57
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 15437 0 0 0 133943 14 0 0 25 0 1 0 1989724199 64483328 15423 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28502/statm: 15743 15423 75 150 0 15590 0
Current children cumulated CPU time (s) 1349.28
Current children cumulated vsize (KiB) 81928

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.89 3/75 28508
/proc/meminfo: memFree=1462928/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=63148 CPUtime=1399.01
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 15456 0 0 0 139887 14 0 0 25 0 1 0 1989724199 64663552 15442 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28502/statm: 15787 15442 75 150 0 15634 0
Current children cumulated CPU time (s) 1408.72
Current children cumulated vsize (KiB) 82104

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/75 28508
/proc/meminfo: memFree=1462928/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=63148 CPUtime=1458.43
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 15456 0 0 0 145829 14 0 0 25 0 1 0 1989724199 64663552 15442 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28502/statm: 15787 15442 75 150 0 15634 0
Current children cumulated CPU time (s) 1468.14
Current children cumulated vsize (KiB) 82104

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/75 28508
/proc/meminfo: memFree=1462416/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=63792 CPUtime=1517.86
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 15614 0 0 0 151772 14 0 0 25 0 1 0 1989724199 65323008 15600 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28502/statm: 15948 15600 75 150 0 15795 0
Current children cumulated CPU time (s) 1527.57
Current children cumulated vsize (KiB) 82748

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/75 28508
/proc/meminfo: memFree=1462032/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=64176 CPUtime=1577.29
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 15704 0 0 0 157715 14 0 0 25 0 1 0 1989724199 65716224 15690 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/28502/statm: 16044 15690 75 150 0 15891 0
Current children cumulated CPU time (s) 1587
Current children cumulated vsize (KiB) 83132

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 28508
/proc/meminfo: memFree=1461712/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=64472 CPUtime=1636.72
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 15770 0 0 0 163658 14 0 0 25 0 1 0 1989724199 66019328 15756 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28502/statm: 16118 15756 75 150 0 15965 0
Current children cumulated CPU time (s) 1646.43
Current children cumulated vsize (KiB) 83428

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 28508
/proc/meminfo: memFree=1461264/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=64792 CPUtime=1696.17
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 15866 0 0 0 169602 15 0 0 25 0 1 0 1989724199 66347008 15852 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28502/statm: 16198 15852 75 150 0 16045 0
Current children cumulated CPU time (s) 1705.88
Current children cumulated vsize (KiB) 83748

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/75 28508
/proc/meminfo: memFree=1461008/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=65004 CPUtime=1755.59
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 15893 0 0 0 175544 15 0 0 25 0 1 0 1989724199 66564096 15879 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28502/statm: 16251 15879 75 150 0 16098 0
Current children cumulated CPU time (s) 1765.3
Current children cumulated vsize (KiB) 83960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.1 s]
/proc/loadavg: 2.00 1.97 1.91 3/84 28548
/proc/meminfo: memFree=1458568/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=65004 CPUtime=1790.31
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 15895 0 0 0 179015 16 0 0 25 0 1 0 1989724199 66564096 15881 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 16251 15881 75 150 0 16098 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 83960

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

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

[startup+1817.1 s]
/proc/loadavg: 2.00 1.97 1.91 3/84 28548
/proc/meminfo: memFree=1458568/2055920 swapFree=4179412/4192956
[pid=28478] ppid=28476 vsize=13600 CPUtime=9.71
/proc/28478/stat : 28478 (sugar) S 28476 28478 28319 0 -1 4194304 1031 42151 0 2 4 0 934 33 16 0 1 0 1989723210 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28478/statm: 3400 798 370 3 0 500 0
[pid=28501] ppid=28478 vsize=5356 CPUtime=0
/proc/28501/stat : 28501 (sh) S 28478 28478 28319 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989724198 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28501/statm: 1339 232 193 169 0 50 0
[pid=28502] ppid=28501 vsize=65004 CPUtime=1790.31
/proc/28502/stat : 28502 (minisat) R 28501 28478 28319 0 -1 4194304 15895 0 0 0 179015 16 0 0 25 0 1 0 1989724199 66564096 15881 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28502/statm: 16251 15881 75 150 0 16098 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 83960

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28478 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=386573
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=356945
# CPU time returned by wait4() is 9.74352
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.13
CPU time (s): 1800.02
CPU user time (s): 1799.53
CPU system time (s): 0.49
CPU usage (%): 99.0584
Max. virtual memory (cumulated for all children) (KiB): 893424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.38657
system time used= 0.356945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43635
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= 3435
involuntary context switches= 3490

runsolver used 2.23866 second user time and 6.04208 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-03 19:51:55
IDJOB=1056915
IDBENCH=53980
IDSOLVER=346
FILE ID=node62/1056915-1215107514
PBS_JOBID= 7877081
Free space on /tmp= 65284 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-15_ext.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-1056915-1215107514/watcher-1056915-1215107514 -o /tmp/evaluation-result-1056915-1215107514/solver-1056915-1215107514 -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-1056915-1215107514.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 49ece5c5a71ddb66f0927be7e6359085
RANDOM SEED=742451563

node62.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.259
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.259
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:       1539016 kB
Buffers:         43424 kB
Cached:         376676 kB
SwapCached:       6736 kB
Active:         160000 kB
Inactive:       291244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539016 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:            9944 kB
Writeback:           0 kB
Mapped:          38884 kB
Slab:            50592 kB
Committed_AS:  4048748 kB
PageTables:       2040 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= 65284 MiB
End job on node62 at 2008-07-03 20:22:14