Trace number 2075262

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.03 1809.63

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-25_ext.xml
MD5SUMd7a0248553fd51a144621f336b528f20
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 benchmark340.792
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

0.06/0.20	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.20	c 0	BEGIN Sun Jul 12 03:15:05 2009
0.06/0.20	c 0	PID 21743
0.06/0.21	c 0	HOST node92.alineos.net
0.06/0.21	c 0	CONVERTING HOME/instance-2075262-1247361304.xml TO HOME/temp.csp
0.06/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2075262-1247361304.xml' 'HOME/temp.csp'
1.22/1.48	c 1	1 domains, 24 variables, 0 predicates, 76 relations, 76 constraints
1.30/1.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.30/1.53	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.31/1.71	c 1	Parsing HOME/temp.csp
3.65/4.05	c 4	parsed 177 expressions
3.65/4.06	c 4	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.65/4.06	c 4	Converting to clausal form CSP
3.65/4.08	c 4	converted 18 (10%) expressions
3.65/4.09	c 4	converted 36 (20%) expressions
3.76/4.12	c 4	converted 54 (30%) expressions
3.76/4.16	c 4	converted 71 (40%) expressions
3.76/4.16	c 4	converted 89 (50%) expressions
3.86/4.28	c 4	converted 107 (60%) expressions
4.45/4.81	c 4	converted 124 (70%) expressions
4.75/5.10	c 5	converted 142 (80%) expressions
4.95/5.32	c 5	converted 160 (90%) expressions
5.15/5.57	c 5	converted 177 (100%) expressions
5.15/5.57	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.15/5.57	c 5	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.15/5.57	c 5	Propagation in CSP
5.15/5.57	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.15/5.57	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.15/5.57	c 5	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.15/5.57	c 5	Simplifing CSP by introducing new Boolean variables
5.15/5.57	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.15/5.57	c 5	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.44/5.81	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.44/5.82	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.44/5.82	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.44/5.82	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.44/5.82	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.44/5.82	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.44/5.82	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.44/5.82	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.44/5.83	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.44/5.83	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.44/5.83	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.84/6.23	c 6	8 (10%) CSP clauses are encoded (25162 clauses, 590445 bytes)
6.14/6.57	c 6	16 (20%) CSP clauses are encoded (49767 clauses, 1201538 bytes)
6.44/6.87	c 7	23 (30%) CSP clauses are encoded (71411 clauses, 1747976 bytes)
6.84/7.21	c 7	31 (40%) CSP clauses are encoded (96027 clauses, 2369155 bytes)
7.14/7.51	c 7	38 (50%) CSP clauses are encoded (117548 clauses, 2945712 bytes)
7.43/7.85	c 7	46 (60%) CSP clauses are encoded (142159 clauses, 3612871 bytes)
7.73/8.19	c 8	54 (70%) CSP clauses are encoded (166734 clauses, 4279408 bytes)
8.03/8.50	c 8	61 (80%) CSP clauses are encoded (188435 clauses, 4868033 bytes)
8.43/8.84	c 8	69 (90%) CSP clauses are encoded (213194 clauses, 5540043 bytes)
8.72/9.14	c 9	76 (100%) CSP clauses are encoded (234738 clauses, 6124595 bytes)
8.72/9.14	c 9	76 CSP clauses encoded
8.72/9.14	c 9	Writing map file : HOME/temp.map
8.72/9.14	c 9	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.72/9.14	c 9	SAT : 552 SAT variables, 234738 SAT clauses, 6124595 bytes
8.72/9.14	c 9	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.72/9.19	c 9	SOLVING HOME/temp.cnf
8.72/9.19	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.72/9.19	c 9	This is MiniSat 2.0 beta
8.72/9.19	c 9	WARNING: for repeatability, setting FPU to use double precision
8.72/9.19	c 9	============================[ Problem Statistics ]=============================
8.72/9.19	c 9	|                                                                             |
8.72/9.20	c 9	|  Number of variables:  552                                                  |
8.72/9.20	c 9	|  Number of clauses:    234738                                               |
8.80/9.34	c 9	|  Parsing time:         0.13         s                                       |
8.80/9.35	c 9	============================[ Search Statistics ]==============================
8.80/9.35	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.80/9.35	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.80/9.35	c 9	===============================================================================
8.80/9.35	c 9	|         0 |     552   234738  1308901 |    78246        0    nan |  0.000 % |
8.80/9.48	c 9	|       100 |     552   234738  1308901 |    86070      100     11 |  0.000 % |
8.80/9.65	c 9	|       251 |     552   234738  1308901 |    94677      251     11 |  0.008 % |
9.50/9.93	c 10	|       476 |     552   234738  1308901 |   104145      476     12 |  0.008 % |
9.89/10.37	c 10	|       813 |     552   234738  1308901 |   114559      813     13 |  0.008 % |
10.39/10.88	c 11	|      1321 |     552   234738  1308901 |   126015     1321     13 |  0.008 % |
11.17/11.65	c 11	|      2080 |     552   234738  1308901 |   138617     2080     13 |  0.008 % |
12.48/12.92	c 13	|      3219 |     552   234738  1308901 |   152479     3219     13 |  0.008 % |
14.07/14.57	c 14	|      4928 |     552   234738  1308901 |   167727     4928     13 |  0.008 % |
16.85/17.39	c 17	|      7490 |     552   234738  1308901 |   184499     7490     14 |  0.008 % |
21.43/21.98	c 22	|     11334 |     552   234738  1308901 |   202949    11334     14 |  0.008 % |
27.49/28.07	c 28	|     17100 |     552   234738  1308901 |   223244    17100     14 |  0.008 % |
36.93/37.52	c 37	|     25752 |     552   234738  1308901 |   245569    25752     15 |  0.008 % |
53.96/54.66	c 54	|     38726 |     552   234738  1308901 |   270126    38726     15 |  0.008 % |
80.12/80.97	c 81	|     58188 |     552   234738  1308901 |   297139    58188     16 |  0.001 % |
128.89/129.92	c 130	|     87383 |     552   234738  1308901 |   326852    87383     16 |  0.001 % |
208.64/210.05	c 210	|    131172 |     552   234738  1308901 |   359538   131172     17 |  0.007 % |
361.21/363.45	c 363	|    196856 |     552   234738  1308901 |   395492   196856     17 |  0.008 % |
606.05/609.61	c 609	|    295382 |     552   234738  1308901 |   435041   295382     18 |  0.008 % |
1072.32/1078.10	c 1078	|    443171 |     552   234738  1308901 |   478545    27809     17 |  0.009 % |
1527.55/1535.85	c 1535	|    664854 |     552   234738  1308901 |   526399   249492     20 |  0.005 % |
1800.03/1809.61	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1809.61	c 1809	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1809.61	c ERROR INTERRUPTED
1800.03/1809.62	s UNKNOWN
1800.03/1809.62	c 1809	CPU 8.8 (0.06 0.01 8.45 0.28)
1800.03/1809.62	c 1809	END Sun Jul 12 03:45:14 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2075262-1247361304/watcher-2075262-1247361304 -o /tmp/evaluation-result-2075262-1247361304/solver-2075262-1247361304 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2075262-1247361304.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/85 21743
/proc/meminfo: memFree=1729672/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=18576 CPUtime=0
/proc/21743/stat : 21743 (runsolver) D 21741 21743 19819 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 23195490 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251279240487 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/21743/statm: 4644 284 249 26 0 2626 0

[startup+0.0448829 s]
/proc/loadavg: 1.99 1.98 1.99 4/85 21743
/proc/meminfo: memFree=1729672/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=12268 CPUtime=0
/proc/21743/stat : 21743 (sugar) D 21741 21743 19819 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 23195490 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/21743/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102843 s]
/proc/loadavg: 1.99 1.98 1.99 4/85 21743
/proc/meminfo: memFree=1729672/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=12676 CPUtime=0.01
/proc/21743/stat : 21743 (sugar) R 21741 21743 19819 0 -1 4194304 522 0 0 0 1 0 0 0 18 0 1 0 23195490 12980224 490 996147200 4194304 4206940 548682068608 18446744073709551615 251292885261 0 0 4224 0 0 0 0 17 1 0 0
/proc/21743/statm: 3169 490 314 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.302877 s]
/proc/loadavg: 1.99 1.98 1.99 4/85 21743
/proc/meminfo: memFree=1729672/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=0.07
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1227 128 0 0 6 1 0 0 16 0 1 0 23195490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21743/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702924 s]
/proc/loadavg: 1.99 1.98 1.99 4/85 21743
/proc/meminfo: memFree=1729672/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=0.07
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1227 128 0 0 6 1 0 0 16 0 1 0 23195490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21743/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50203 s]
/proc/loadavg: 1.99 1.98 1.99 5/96 21755
/proc/meminfo: memFree=1702448/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=0.07
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1245 128 0 0 6 1 0 0 16 0 1 0 23195490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21743/statm: 4217 1111 409 3 0 796 0
[pid=21746] ppid=21743 vsize=5356 CPUtime=0
/proc/21746/stat : 21746 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23195511 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21746/statm: 1339 233 193 169 0 50 0
[pid=21747] ppid=21746 vsize=864244 CPUtime=1.23
/proc/21747/stat : 21747 (java) S 21746 21743 19819 0 -1 0 9201 0 1 0 117 6 0 0 19 0 9 0 23195511 884985856 8324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21747/statm: 216061 8324 2553 9 0 210573 0
[pid=21747/tid=21748] ppid=21746 vsize=864244 CPUtime=0.96
/proc/21747/task/21748/stat : 21748 (java) S 21746 21743 19819 0 -1 64 2974 0 1 0 93 3 0 0 25 0 9 0 23195512 884985856 8324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21747/tid=21749] ppid=21746 vsize=864244 CPUtime=0.19
/proc/21747/task/21749/stat : 21749 (java) S 21746 21743 19819 0 -1 64 5197 0 0 0 17 2 0 0 16 0 9 0 23195514 884985856 8324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21747/tid=21750] ppid=21746 vsize=864244 CPUtime=0
/proc/21747/task/21750/stat : 21750 (java) S 21746 21743 19819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23195514 884985856 8324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21747/tid=21751] ppid=21746 vsize=864244 CPUtime=0
/proc/21747/task/21751/stat : 21751 (java) S 21746 21743 19819 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23195514 884985856 8324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21747/tid=21752] ppid=21746 vsize=864244 CPUtime=0
/proc/21747/task/21752/stat : 21752 (java) S 21746 21743 19819 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 23195516 884985856 8324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21747/tid=21753] ppid=21746 vsize=864244 CPUtime=0.06
/proc/21747/task/21753/stat : 21753 (java) S 21746 21743 19819 0 -1 64 327 0 0 0 6 0 0 0 16 0 9 0 23195516 884985856 8324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21747/tid=21754] ppid=21746 vsize=864244 CPUtime=0
/proc/21747/task/21754/stat : 21754 (java) S 21746 21743 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23195516 884985856 8324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21747/tid=21755] ppid=21746 vsize=864244 CPUtime=0
/proc/21747/task/21755/stat : 21755 (java) S 21746 21743 19819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23195516 884985856 8324 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 886468

[startup+3.10123 s]
/proc/loadavg: 2.07 2.00 2.00 3/96 21765
/proc/meminfo: memFree=1709040/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=1.31
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1309 9618 0 1 6 1 117 7 15 0 1 0 23195490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21743/statm: 4217 1111 409 3 0 796 0
[pid=21756] ppid=21743 vsize=5356 CPUtime=0
/proc/21756/stat : 21756 (sh) S 21743 21743 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23195643 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21756/statm: 1339 233 193 169 0 50 0
[pid=21757] ppid=21756 vsize=862288 CPUtime=1.45
/proc/21757/stat : 21757 (java) S 21756 21743 19819 0 -1 0 10910 0 2 0 139 6 0 0 20 0 9 0 23195653 882982912 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21757/statm: 215572 10170 2158 9 0 210485 0
[pid=21757/tid=21758] ppid=21756 vsize=862288 CPUtime=0.87
/proc/21757/task/21758/stat : 21758 (java) R 21756 21743 19819 0 -1 64 2332 0 2 0 85 2 0 0 25 0 9 0 23195654 882982912 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4126422224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21759] ppid=21756 vsize=862288 CPUtime=0.53
/proc/21757/task/21759/stat : 21759 (java) S 21756 21743 19819 0 -1 64 7569 0 0 0 50 3 0 0 16 0 9 0 23195655 882982912 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21760] ppid=21756 vsize=862288 CPUtime=0
/proc/21757/task/21760/stat : 21760 (java) S 21756 21743 19819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23195655 882982912 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21761] ppid=21756 vsize=862288 CPUtime=0
/proc/21757/task/21761/stat : 21761 (java) S 21756 21743 19819 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23195655 882982912 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21762] ppid=21756 vsize=862288 CPUtime=0
/proc/21757/task/21762/stat : 21762 (java) S 21756 21743 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23195657 882982912 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21763] ppid=21756 vsize=862288 CPUtime=0.03
/proc/21757/task/21763/stat : 21763 (java) S 21756 21743 19819 0 -1 64 306 0 0 0 3 0 0 0 16 0 9 0 23195657 882982912 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21764] ppid=21756 vsize=862288 CPUtime=0
/proc/21757/task/21764/stat : 21764 (java) S 21756 21743 19819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23195657 882982912 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21765] ppid=21756 vsize=862288 CPUtime=0
/proc/21757/task/21765/stat : 21765 (java) S 21756 21743 19819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23195657 882982912 10170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 884512

[startup+6.30263 s]
/proc/loadavg: 2.07 2.00 2.00 3/96 21765
/proc/meminfo: memFree=1631216/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=1.31
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1310 9618 0 1 6 1 117 7 15 0 1 0 23195490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21743/statm: 4217 1111 409 3 0 796 0
[pid=21756] ppid=21743 vsize=5356 CPUtime=0
/proc/21756/stat : 21756 (sh) S 21743 21743 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23195643 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21756/statm: 1339 233 193 169 0 50 0
[pid=21757] ppid=21756 vsize=864492 CPUtime=4.63
/proc/21757/stat : 21757 (java) S 21756 21743 19819 0 -1 0 27340 0 2 0 448 15 0 0 20 0 9 0 23195653 885239808 26537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21757/statm: 216123 26537 2590 9 0 210600 0
[pid=21757/tid=21758] ppid=21756 vsize=864492 CPUtime=2.5
/proc/21757/task/21758/stat : 21758 (java) R 21756 21743 19819 0 -1 64 3764 0 2 0 247 3 0 0 25 0 9 0 23195654 885239808 26537 996147200 134512640 134550932 4294955936 18446744073709551615 4126573874 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21759] ppid=21756 vsize=864492 CPUtime=2.02
/proc/21757/task/21759/stat : 21759 (java) S 21756 21743 19819 0 -1 64 22534 0 0 0 191 11 0 0 16 0 9 0 23195655 885239808 26537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21760] ppid=21756 vsize=864492 CPUtime=0
/proc/21757/task/21760/stat : 21760 (java) S 21756 21743 19819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23195655 885239808 26537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21761] ppid=21756 vsize=864492 CPUtime=0
/proc/21757/task/21761/stat : 21761 (java) S 21756 21743 19819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23195655 885239808 26537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21762] ppid=21756 vsize=864492 CPUtime=0
/proc/21757/task/21762/stat : 21762 (java) S 21756 21743 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23195657 885239808 26537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21763] ppid=21756 vsize=864492 CPUtime=0.08
/proc/21757/task/21763/stat : 21763 (java) S 21756 21743 19819 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 23195657 885239808 26537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21764] ppid=21756 vsize=864492 CPUtime=0
/proc/21757/task/21764/stat : 21764 (java) S 21756 21743 19819 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23195657 885239808 26537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21757/tid=21765] ppid=21756 vsize=864492 CPUtime=0
/proc/21757/task/21765/stat : 21765 (java) S 21756 21743 19819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23195657 885239808 26537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 886716

[startup+12.7014 s]
/proc/loadavg: 2.06 2.00 2.00 3/88 21767
/proc/meminfo: memFree=1699824/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 15 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0
/proc/21766/stat : 21766 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23196409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21766/statm: 1339 232 193 169 0 50 0
[pid=21767] ppid=21766 vsize=16284 CPUtime=3.48
/proc/21767/stat : 21767 (minisat) R 21766 21743 19819 0 -1 4194304 3911 0 0 0 345 3 0 0 25 0 1 0 23196410 16674816 3897 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/21767/statm: 4071 3897 75 150 0 3918 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 38508

[startup+25.502 s]
/proc/loadavg: 2.05 2.00 2.00 3/88 21767
/proc/meminfo: memFree=1699120/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 16 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0
/proc/21766/stat : 21766 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23196409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21766/statm: 1339 232 193 169 0 50 0
[pid=21767] ppid=21766 vsize=17240 CPUtime=16.21
/proc/21767/stat : 21767 (minisat) R 21766 21743 19819 0 -1 4194304 4143 0 0 0 1618 3 0 0 25 0 1 0 23196410 17653760 4129 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21767/statm: 4310 4129 75 150 0 4157 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 39464

[startup+51.1022 s]
/proc/loadavg: 2.03 2.00 2.00 3/88 21767
/proc/meminfo: memFree=1697200/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 16 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0
/proc/21766/stat : 21766 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23196409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21766/statm: 1339 232 193 169 0 50 0
[pid=21767] ppid=21766 vsize=19196 CPUtime=41.67
/proc/21767/stat : 21767 (minisat) R 21766 21743 19819 0 -1 4194304 4641 0 0 0 4163 4 0 0 25 0 1 0 23196410 19656704 4627 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/21767/statm: 4799 4627 75 150 0 4646 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 41420

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 21767
/proc/meminfo: memFree=1670576/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 16 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1535856/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 16 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0
/proc/21766/stat : 21766 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23196409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21766/statm: 1339 232 193 169 0 50 0
[pid=21767] ppid=21766 vsize=62668 CPUtime=1286.6
/proc/21767/stat : 21767 (minisat) R 21766 21743 19819 0 -1 4194304 15333 0 0 0 128644 16 0 0 25 0 1 0 23196410 64172032 15319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21767/statm: 15667 15319 75 150 0 15514 0
Current children cumulated CPU time (s) 1295.4
Current children cumulated vsize (KiB) 84892

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 21767
/proc/meminfo: memFree=1535856/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 16 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0
/proc/21766/stat : 21766 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23196409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21766/statm: 1339 232 193 169 0 50 0
[pid=21767] ppid=21766 vsize=62668 CPUtime=1346.3
/proc/21767/stat : 21767 (minisat) R 21766 21743 19819 0 -1 4194304 15333 0 0 0 134613 17 0 0 25 0 1 0 23196410 64172032 15319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21767/statm: 15667 15319 75 150 0 15514 0
Current children cumulated CPU time (s) 1355.1
Current children cumulated vsize (KiB) 84892

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 21767
/proc/meminfo: memFree=1535792/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 16 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0
/proc/21766/stat : 21766 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23196409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21766/statm: 1339 232 193 169 0 50 0
[pid=21767] ppid=21766 vsize=62668 CPUtime=1406.01
/proc/21767/stat : 21767 (minisat) R 21766 21743 19819 0 -1 4194304 15336 0 0 0 140584 17 0 0 25 0 1 0 23196410 64172032 15322 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21767/statm: 15667 15322 75 150 0 15514 0
Current children cumulated CPU time (s) 1414.81
Current children cumulated vsize (KiB) 84892

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 21767
/proc/meminfo: memFree=1512112/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 16 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0
/proc/21766/stat : 21766 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23196409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21766/statm: 1339 232 193 169 0 50 0
[pid=21767] ppid=21766 vsize=62668 CPUtime=1465.7
/proc/21767/stat : 21767 (minisat) R 21766 21743 19819 0 -1 4194304 15342 0 0 0 146553 17 0 0 25 0 1 0 23196410 64172032 15328 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/21767/statm: 15667 15328 75 150 0 15514 0
Current children cumulated CPU time (s) 1474.5
Current children cumulated vsize (KiB) 84892

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 21838
/proc/meminfo: memFree=1745144/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 16 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0
/proc/21766/stat : 21766 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23196409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21766/statm: 1339 232 193 169 0 50 0
[pid=21767] ppid=21766 vsize=62668 CPUtime=1525.22
/proc/21767/stat : 21767 (minisat) R 21766 21743 19819 0 -1 4194304 15344 0 0 0 152504 18 0 0 25 0 1 0 23196410 64172032 15330 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21767/statm: 15667 15330 75 150 0 15514 0
Current children cumulated CPU time (s) 1534.02
Current children cumulated vsize (KiB) 84892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 21838
/proc/meminfo: memFree=1688952/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 16 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0
/proc/21766/stat : 21766 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23196409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21766/statm: 1339 232 193 169 0 50 0
[pid=21767] ppid=21766 vsize=62748 CPUtime=1584.93
/proc/21767/stat : 21767 (minisat) R 21766 21743 19819 0 -1 4194304 15346 0 0 0 158475 18 0 0 25 0 1 0 23196410 64253952 15332 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21767/statm: 15687 15332 75 150 0 15534 0
Current children cumulated CPU time (s) 1593.73
Current children cumulated vsize (KiB) 84972

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 21838
/proc/meminfo: memFree=1620088/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 16 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0
/proc/21766/stat : 21766 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23196409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21766/statm: 1339 232 193 169 0 50 0
[pid=21767] ppid=21766 vsize=62900 CPUtime=1644.64
/proc/21767/stat : 21767 (minisat) R 21766 21743 19819 0 -1 4194304 15370 0 0 0 164446 18 0 0 25 0 1 0 23196410 64409600 15356 996147200 134512640 135127466 4294956256 18446744073709551615 134530656 0 0 4096 3 0 0 0 17 1 0 0
/proc/21767/statm: 15725 15356 75 150 0 15572 0
Current children cumulated CPU time (s) 1653.44
Current children cumulated vsize (KiB) 85124

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/86 21838
/proc/meminfo: memFree=1563896/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 16 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0
/proc/21766/stat : 21766 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23196409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21766/statm: 1339 232 193 169 0 50 0
[pid=21767] ppid=21766 vsize=62900 CPUtime=1704.35
/proc/21767/stat : 21767 (minisat) R 21766 21743 19819 0 -1 4194304 15389 0 0 0 170417 18 0 0 25 0 1 0 23196410 64409600 15375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21767/statm: 15725 15375 75 150 0 15572 0
Current children cumulated CPU time (s) 1713.15
Current children cumulated vsize (KiB) 85124

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/86 21838
/proc/meminfo: memFree=1517560/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 16 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0
/proc/21766/stat : 21766 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23196409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21766/statm: 1339 232 193 169 0 50 0
[pid=21767] ppid=21766 vsize=62900 CPUtime=1764.06
/proc/21767/stat : 21767 (minisat) R 21766 21743 19819 0 -1 4194304 15389 0 0 0 176388 18 0 0 25 0 1 0 23196410 64409600 15375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21767/statm: 15725 15375 75 150 0 15572 0
Current children cumulated CPU time (s) 1772.86
Current children cumulated vsize (KiB) 85124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 21838
/proc/meminfo: memFree=1488952/2055920 swapFree=4192812/4192956
[pid=21743] ppid=21741 vsize=16868 CPUtime=8.8
/proc/21743/stat : 21743 (sugar) S 21741 21743 19819 0 -1 4194304 1374 37320 0 3 6 1 845 28 16 0 1 0 23195490 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21743/statm: 4217 1112 409 3 0 796 0
[pid=21766] ppid=21743 vsize=5356 CPUtime=0
/proc/21766/stat : 21766 (sh) S 21743 21743 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23196409 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21766/statm: 1339 232 193 169 0 50 0
[pid=21767] ppid=21766 vsize=62900 CPUtime=1791.23
/proc/21767/stat : 21767 (minisat) R 21766 21743 19819 0 -1 4194304 15392 0 0 0 179105 18 0 0 25 0 1 0 23196410 64409600 15378 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21767/statm: 15725 15378 75 150 0 15572 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 85124

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21743 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=523704
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=307953
# CPU time returned by wait4() is 8.83166
# 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): 1809.63
CPU time (s): 1800.03
CPU user time (s): 1799.56
CPU system time (s): 0.47
CPU usage (%): 99.4697
Max. virtual memory (cumulated for all children) (KiB): 886716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5237
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39167
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3845
involuntary context switches= 3861

runsolver used 2.44363 second user time and 5.57215 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 03:15:05
IDJOB=2075262
IDBENCH=56256
IDSOLVER=739
FILE ID=node92/2075262-1247361304
PBS_JOBID= 9506858
Free space on /tmp= 66268 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-25_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075262-1247361304/watcher-2075262-1247361304 -o /tmp/evaluation-result-2075262-1247361304/solver-2075262-1247361304 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2075262-1247361304.xml

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

MD5SUM BENCH= d7a0248553fd51a144621f336b528f20
RANDOM SEED=1353046909

node92.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1730152 kB
Buffers:          4928 kB
Cached:          81976 kB
SwapCached:          0 kB
Active:         233544 kB
Inactive:        43912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4248 kB
Writeback:           0 kB
Mapped:         206196 kB
Slab:            33204 kB
Committed_AS:   851936 kB
PageTables:       2208 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= 66268 MiB
End job on node92 at 2009-07-12 03:45:16