Trace number 2075009

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.05 1801.83

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-19_ext.xml
MD5SUM12fa9991c3edb6406160dfe2c7e35ac1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of 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.03/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.07	c 0	BEGIN Sun Jul 12 02:46:11 2009
0.03/0.07	c 0	PID 19309
0.03/0.07	c 0	HOST node76.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2075009-1247359570.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2075009-1247359570.xml' 'HOME/temp.csp'
1.27/1.32	c 1	1 domains, 24 variables, 0 predicates, 76 relations, 76 constraints
1.27/1.33	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.27/1.33	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.29/1.40	c 1	Parsing HOME/temp.csp
3.54/3.68	c 3	parsed 177 expressions
3.54/3.69	c 3	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.54/3.69	c 3	Converting to clausal form CSP
3.64/3.71	c 3	converted 18 (10%) expressions
3.64/3.72	c 3	converted 36 (20%) expressions
3.64/3.75	c 3	converted 54 (30%) expressions
3.64/3.78	c 3	converted 71 (40%) expressions
3.64/3.79	c 3	converted 89 (50%) expressions
3.83/3.91	c 3	converted 107 (60%) expressions
4.33/4.43	c 4	converted 124 (70%) expressions
4.62/4.72	c 4	converted 142 (80%) expressions
4.82/4.93	c 4	converted 160 (90%) expressions
5.03/5.17	c 5	converted 177 (100%) expressions
5.03/5.17	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.03/5.17	c 5	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.03/5.17	c 5	Propagation in CSP
5.03/5.17	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.03/5.17	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.03/5.17	c 5	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.03/5.18	c 5	Simplifing CSP by introducing new Boolean variables
5.03/5.18	c 5	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.03/5.18	c 5	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.22/5.40	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.32/5.41	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.32/5.41	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.32/5.42	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.32/5.42	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.32/5.42	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.32/5.42	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.32/5.42	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.32/5.42	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.32/5.42	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.32/5.42	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.72/5.82	c 5	8 (10%) CSP clauses are encoded (25145 clauses, 595311 bytes)
6.02/6.16	c 6	16 (20%) CSP clauses are encoded (50016 clauses, 1213462 bytes)
6.32/6.45	c 6	23 (30%) CSP clauses are encoded (71654 clauses, 1759453 bytes)
6.61/6.79	c 6	31 (40%) CSP clauses are encoded (96260 clauses, 2380269 bytes)
6.91/7.09	c 7	38 (50%) CSP clauses are encoded (117784 clauses, 2952920 bytes)
7.31/7.43	c 7	46 (60%) CSP clauses are encoded (142473 clauses, 3622643 bytes)
7.61/7.77	c 7	54 (70%) CSP clauses are encoded (167125 clauses, 4291476 bytes)
7.90/8.07	c 8	61 (80%) CSP clauses are encoded (188690 clauses, 4876533 bytes)
8.30/8.41	c 8	69 (90%) CSP clauses are encoded (213397 clauses, 5547029 bytes)
8.60/8.71	c 8	76 (100%) CSP clauses are encoded (234899 clauses, 6130208 bytes)
8.60/8.71	c 8	76 CSP clauses encoded
8.60/8.71	c 8	Writing map file : HOME/temp.map
8.60/8.71	c 8	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.60/8.71	c 8	SAT : 552 SAT variables, 234899 SAT clauses, 6130208 bytes
8.60/8.71	c 8	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.60/8.75	c 8	SOLVING HOME/temp.cnf
8.60/8.75	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.60/8.75	c 8	This is MiniSat 2.0 beta
8.60/8.75	c 8	WARNING: for repeatability, setting FPU to use double precision
8.60/8.75	c 8	============================[ Problem Statistics ]=============================
8.60/8.75	c 8	|                                                                             |
8.60/8.75	c 8	|  Number of variables:  552                                                  |
8.60/8.75	c 8	|  Number of clauses:    234899                                               |
8.65/8.89	c 8	|  Parsing time:         0.12         s                                       |
8.65/8.90	c 8	============================[ Search Statistics ]==============================
8.65/8.90	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.65/8.90	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.65/8.90	c 8	===============================================================================
8.65/8.90	c 8	|         0 |     552   234899  1309614 |    78299        0    nan |  0.000 % |
8.65/8.98	c 8	|       101 |     552   234899  1309614 |    86129      101     10 |  0.000 % |
8.65/9.11	c 9	|       253 |     552   234899  1309614 |    94742      253     11 |  0.008 % |
8.65/9.27	c 9	|       478 |     552   234899  1309614 |   104216      478     11 |  0.008 % |
8.65/9.52	c 9	|       816 |     552   234899  1309614 |   114638      816     12 |  0.008 % |
9.79/9.94	c 9	|      1322 |     552   234899  1309614 |   126102     1322     12 |  0.008 % |
10.38/10.55	c 10	|      2081 |     552   234899  1309614 |   138712     2081     12 |  0.008 % |
11.27/11.47	c 11	|      3220 |     552   234899  1309614 |   152583     3220     13 |  0.008 % |
12.77/12.92	c 12	|      4928 |     552   234899  1309614 |   167842     4928     13 |  0.008 % |
14.96/15.11	c 15	|      7491 |     552   234899  1309614 |   184626     7491     13 |  0.008 % |
17.74/17.94	c 17	|     11337 |     552   234899  1309614 |   203089    11337     14 |  0.006 % |
22.21/22.45	c 22	|     17103 |     552   234899  1309614 |   223398    17103     14 |  0.008 % |
30.57/30.85	c 30	|     25753 |     552   234899  1309614 |   245737    25753     15 |  0.008 % |
44.71/45.01	c 44	|     38728 |     552   234899  1309614 |   270311    38728     15 |  0.008 % |
66.00/66.45	c 66	|     58190 |     552   234899  1309614 |   297342    58190     16 |  0.008 % |
97.35/97.93	c 97	|     87384 |     552   234899  1309614 |   327077    87384     17 |  0.008 % |
154.56/155.48	c 155	|    131173 |     552   234899  1309614 |   359784   131173     17 |  0.008 % |
260.76/261.85	c 261	|    196857 |     552   234899  1309614 |   395763   196857     18 |  0.008 % |
454.18/455.40	c 455	|    295383 |     552   234899  1309614 |   435339   295383     18 |  0.006 % |
847.68/849.10	c 849	|    443173 |     552   234899  1309614 |   478873    30540     18 |  0.007 % |
1246.49/1248.06	c 1248	|    664857 |     552   234899  1309614 |   526761   252224     20 |  0.010 % |
1800.05/1801.82	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1801.82	c 1801	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.05/1801.82	c ERROR INTERRUPTED
1800.05/1801.82	s UNKNOWN
1800.05/1801.82	c 1801	CPU 8.65 (0.05 0.01 8.3 0.29)
1800.05/1801.82	c 1801	END Sun Jul 12 03:16:12 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-2075009-1247359570/watcher-2075009-1247359570 -o /tmp/evaluation-result-2075009-1247359570/solver-2075009-1247359570 -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-2075009-1247359570.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: 2.18 2.01 1.97 4/82 19309
/proc/meminfo: memFree=1786744/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=12272 CPUtime=0
/proc/19309/stat : 19309 (sugar) R 19307 19309 17203 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23022379 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265692019456 0 0 4224 0 0 0 0 17 0 0 0
/proc/19309/statm: 3068 327 246 3 0 168 0

[startup+0.039825 s]
/proc/loadavg: 2.18 2.01 1.97 4/82 19309
/proc/meminfo: memFree=1786744/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=13468 CPUtime=0.03
/proc/19309/stat : 19309 (sugar) R 19307 19309 17203 0 -1 4194304 755 0 0 0 2 1 0 0 18 0 1 0 23022379 13791232 723 996147200 4194304 4206940 548682068608 18446744073709551615 265674259045 0 0 4224 0 0 0 0 17 0 0 0
/proc/19309/statm: 3367 723 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101836 s]
/proc/loadavg: 2.18 2.01 1.97 4/82 19309
/proc/meminfo: memFree=1786744/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=0.06
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23022379 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19309/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301875 s]
/proc/loadavg: 2.18 2.01 1.97 4/82 19309
/proc/meminfo: memFree=1786744/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=0.06
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23022379 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19309/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70195 s]
/proc/loadavg: 2.18 2.01 1.97 4/82 19309
/proc/meminfo: memFree=1786744/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=0.06
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23022379 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19309/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5021 s]
/proc/loadavg: 2.18 2.01 1.97 3/93 19321
/proc/meminfo: memFree=1759200/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=1.29
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1309 9612 0 1 5 1 115 8 15 0 1 0 23022379 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19309/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16868

[startup+3.10141 s]
/proc/loadavg: 2.18 2.01 1.97 4/93 19331
/proc/meminfo: memFree=1761120/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=1.29
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1309 9612 0 1 5 1 115 8 15 0 1 0 23022379 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19309/statm: 4217 1111 409 3 0 796 0
[pid=19322] ppid=19309 vsize=5356 CPUtime=0
/proc/19322/stat : 19322 (sh) S 19309 19309 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23022512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19322/statm: 1339 233 193 169 0 50 0
[pid=19323] ppid=19322 vsize=862284 CPUtime=1.74
/proc/19323/stat : 19323 (java) S 19322 19309 17203 0 -1 0 13229 0 1 0 168 6 0 0 18 0 9 0 23022513 882978816 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19323/statm: 215571 12480 2158 9 0 210484 0
[pid=19323/tid=19324] ppid=19322 vsize=862284 CPUtime=1.09
/proc/19323/task/19324/stat : 19324 (java) R 19322 19309 17203 0 -1 64 2343 0 1 0 108 1 0 0 25 0 9 0 23022514 882978816 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4126480668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19325] ppid=19322 vsize=862284 CPUtime=0.6
/proc/19323/task/19325/stat : 19325 (java) S 19322 19309 17203 0 -1 64 9878 0 0 0 56 4 0 0 16 0 9 0 23022515 882978816 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19326] ppid=19322 vsize=862284 CPUtime=0
/proc/19323/task/19326/stat : 19326 (java) S 19322 19309 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23022515 882978816 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19327] ppid=19322 vsize=862284 CPUtime=0
/proc/19323/task/19327/stat : 19327 (java) S 19322 19309 17203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23022515 882978816 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19328] ppid=19322 vsize=862284 CPUtime=0
/proc/19323/task/19328/stat : 19328 (java) S 19322 19309 17203 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23022517 882978816 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19329] ppid=19322 vsize=862284 CPUtime=0.03
/proc/19323/task/19329/stat : 19329 (java) S 19322 19309 17203 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 23022517 882978816 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19330] ppid=19322 vsize=862284 CPUtime=0
/proc/19323/task/19330/stat : 19330 (java) S 19322 19309 17203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23022517 882978816 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19331] ppid=19322 vsize=862284 CPUtime=0
/proc/19323/task/19331/stat : 19331 (java) S 19322 19309 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23022517 882978816 12480 996147200 134512640 134550932 4294955936 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) 884508

[startup+6.30302 s]
/proc/loadavg: 2.32 2.04 1.98 3/93 19331
/proc/meminfo: memFree=1683104/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=1.29
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1310 9612 0 1 5 1 115 8 15 0 1 0 23022379 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19309/statm: 4217 1111 409 3 0 796 0
[pid=19322] ppid=19309 vsize=5356 CPUtime=0
/proc/19322/stat : 19322 (sh) S 19309 19309 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23022512 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19322/statm: 1339 233 193 169 0 50 0
[pid=19323] ppid=19322 vsize=864488 CPUtime=4.93
/proc/19323/stat : 19323 (java) S 19322 19309 17203 0 -1 0 27352 0 1 0 478 15 0 0 18 0 9 0 23022513 885235712 26539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19323/statm: 216122 26539 2590 9 0 210599 0
[pid=19323/tid=19324] ppid=19322 vsize=864488 CPUtime=2.85
/proc/19323/task/19324/stat : 19324 (java) R 19322 19309 17203 0 -1 64 3776 0 1 0 282 3 0 0 25 0 9 0 23022514 885235712 26539 996147200 134512640 134550932 4294955936 18446744073709551615 4126573476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19325] ppid=19322 vsize=864488 CPUtime=1.97
/proc/19323/task/19325/stat : 19325 (java) S 19322 19309 17203 0 -1 64 22535 0 0 0 187 10 0 0 16 0 9 0 23022515 885235712 26539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19326] ppid=19322 vsize=864488 CPUtime=0
/proc/19323/task/19326/stat : 19326 (java) S 19322 19309 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23022515 885235712 26539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19327] ppid=19322 vsize=864488 CPUtime=0
/proc/19323/task/19327/stat : 19327 (java) S 19322 19309 17203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23022515 885235712 26539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19328] ppid=19322 vsize=864488 CPUtime=0
/proc/19323/task/19328/stat : 19328 (java) S 19322 19309 17203 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23022517 885235712 26539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19329] ppid=19322 vsize=864488 CPUtime=0.08
/proc/19323/task/19329/stat : 19329 (java) S 19322 19309 17203 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 23022517 885235712 26539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19330] ppid=19322 vsize=864488 CPUtime=0
/proc/19323/task/19330/stat : 19330 (java) S 19322 19309 17203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23022517 885235712 26539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19323/tid=19331] ppid=19322 vsize=864488 CPUtime=0
/proc/19323/task/19331/stat : 19331 (java) S 19322 19309 17203 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23022517 885235712 26539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 886712

[startup+12.7012 s]
/proc/loadavg: 2.54 2.09 2.00 3/85 19333
/proc/meminfo: memFree=1758368/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=15896 CPUtime=3.92
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 3806 0 0 0 390 2 0 0 25 0 1 0 23023254 16277504 3792 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19333/statm: 3974 3792 75 150 0 3821 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 38120

[startup+25.5017 s]
/proc/loadavg: 2.42 2.09 2.00 3/85 19333
/proc/meminfo: memFree=1756640/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=17596 CPUtime=16.65
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 4251 0 0 0 1663 2 0 0 25 0 1 0 23023254 18018304 4237 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19333/statm: 4399 4237 75 150 0 4246 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 39820

[startup+51.1026 s]
/proc/loadavg: 2.27 2.08 2.00 3/85 19333
/proc/meminfo: memFree=1754464/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=20100 CPUtime=42.13
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 4837 0 0 0 4210 3 0 0 25 0 1 0 23023254 20582400 4823 996147200 134512640 135127466 4294956256 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 1 0 0
/proc/19333/statm: 5025 4823 75 150 0 4872 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 42324

[startup+102.306 s]
/proc/loadavg: 2.16 2.08 2.00 3/85 19333
/proc/meminfo: memFree=1749216/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=25108 CPUtime=93.08
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 6096 0 0 0 9303 5 0 0 25 0 1 0 23023254 25710592 6082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19333/statm: 6277 6082 75 150 0 6124 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 47332

[startup+162.302 s]
/proc/loadavg: 2.06 2.06 2.00 3/85 19333
/proc/meminfo: memFree=1744800/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=29476 CPUtime=152.78
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 7184 0 0 0 15272 6 0 0 25 0 1 0 23023254 30183424 7170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19333/statm: 7369 7170 75 150 0 7216 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 51700

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

/proc/meminfo: memFree=1694328/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=63104 CPUtime=1292.12
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 15483 0 0 0 129195 17 0 0 25 0 1 0 23023254 64618496 15469 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19333/statm: 15776 15469 75 150 0 15623 0
Current children cumulated CPU time (s) 1300.77
Current children cumulated vsize (KiB) 85328

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 19371
/proc/meminfo: memFree=1694200/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=63316 CPUtime=1352.09
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 15511 0 0 0 135192 17 0 0 25 0 1 0 23023254 64835584 15497 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/19333/statm: 15829 15497 75 150 0 15676 0
Current children cumulated CPU time (s) 1360.74
Current children cumulated vsize (KiB) 85540

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 19371
/proc/meminfo: memFree=1694072/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=63316 CPUtime=1412.07
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 15516 0 0 0 141189 18 0 0 25 0 1 0 23023254 64835584 15502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19333/statm: 15829 15502 75 150 0 15676 0
Current children cumulated CPU time (s) 1420.72
Current children cumulated vsize (KiB) 85540

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 19371
/proc/meminfo: memFree=1693944/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=63316 CPUtime=1472.04
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 15518 0 0 0 147186 18 0 0 25 0 1 0 23023254 64835584 15504 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19333/statm: 15829 15504 75 150 0 15676 0
Current children cumulated CPU time (s) 1480.69
Current children cumulated vsize (KiB) 85540

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 19371
/proc/meminfo: memFree=1693944/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=63316 CPUtime=1532
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 15523 0 0 0 153182 18 0 0 25 0 1 0 23023254 64835584 15509 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19333/statm: 15829 15509 75 150 0 15676 0
Current children cumulated CPU time (s) 1540.65
Current children cumulated vsize (KiB) 85540

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 19372
/proc/meminfo: memFree=1693936/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=63316 CPUtime=1591.98
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 15525 0 0 0 159180 18 0 0 25 0 1 0 23023254 64835584 15511 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19333/statm: 15829 15511 75 150 0 15676 0
Current children cumulated CPU time (s) 1600.63
Current children cumulated vsize (KiB) 85540

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 19372
/proc/meminfo: memFree=1693808/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=63548 CPUtime=1651.95
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 15558 0 0 0 165177 18 0 0 25 0 1 0 23023254 65073152 15544 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19333/statm: 15887 15544 75 150 0 15734 0
Current children cumulated CPU time (s) 1660.6
Current children cumulated vsize (KiB) 85772

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 19372
/proc/meminfo: memFree=1691952/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=65284 CPUtime=1711.92
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 16002 0 0 0 171174 18 0 0 25 0 1 0 23023254 66850816 15988 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19333/statm: 16321 15988 75 150 0 16168 0
Current children cumulated CPU time (s) 1720.57
Current children cumulated vsize (KiB) 87508

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 19373
/proc/meminfo: memFree=1689832/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=67392 CPUtime=1771.9
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 16493 0 0 0 177171 19 0 0 25 0 1 0 23023254 69009408 16479 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19333/statm: 16848 16479 75 150 0 16695 0
Current children cumulated CPU time (s) 1780.55
Current children cumulated vsize (KiB) 89616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 19373
/proc/meminfo: memFree=1689320/2055920 swapFree=4192812/4192956
[pid=19309] ppid=19307 vsize=16868 CPUtime=8.65
/proc/19309/stat : 19309 (sugar) S 19307 19309 17203 0 -1 4194304 1374 37317 0 2 5 1 830 29 16 0 1 0 23022379 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19309/statm: 4217 1112 409 3 0 796 0
[pid=19332] ppid=19309 vsize=5356 CPUtime=0
/proc/19332/stat : 19332 (sh) S 19309 19309 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23023254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19332/statm: 1339 232 193 169 0 50 0
[pid=19333] ppid=19332 vsize=67844 CPUtime=1791.4
/proc/19333/stat : 19333 (minisat) R 19332 19309 17203 0 -1 4194304 16622 0 0 0 179121 19 0 0 25 0 1 0 23023254 69472256 16608 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19333/statm: 16961 16608 75 150 0 16808 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 90068

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 19309 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=359729
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=324950
# CPU time returned by wait4() is 8.68468
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.83
CPU time (s): 1800.05
CPU user time (s): 1799.56
CPU system time (s): 0.49
CPU usage (%): 99.9012
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.35973
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39138
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= 3785
involuntary context switches= 3863

runsolver used 2.07968 second user time and 5.21521 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 02:46:10
IDJOB=2075009
IDBENCH=56216
IDSOLVER=739
FILE ID=node76/2075009-1247359570
PBS_JOBID= 9506828
Free space on /tmp= 66376 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-19_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-2075009-1247359570/watcher-2075009-1247359570 -o /tmp/evaluation-result-2075009-1247359570/solver-2075009-1247359570 -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-2075009-1247359570.xml

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

MD5SUM BENCH= 12fa9991c3edb6406160dfe2c7e35ac1
RANDOM SEED=1319777950

node76.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.277
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.277
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:       1787224 kB
Buffers:         14520 kB
Cached:          90744 kB
SwapCached:          0 kB
Active:         168568 kB
Inactive:        47616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4232 kB
Writeback:           0 kB
Mapped:         131300 kB
Slab:            37472 kB
Committed_AS:   328156 kB
PageTables:       2080 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= 66372 MiB
End job on node76 at 2009-07-12 03:16:14