Trace number 1072085

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 1816.43

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-50_ext.xml
MD5SUM2466c8e6fcdc9c8a2b13ac44e35e1c6f
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 13:36:40 2008
0.00/0.04	c 0	PID 25577
0.00/0.05	c 0	HOST node41.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1072085-1215171399.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1072085-1215171399.xml' 'HOME/temp.csp'
1.35/1.48	c 1	1 domains, 24 variables, 0 predicates, 76 relations, 76 constraints
1.44/1.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.44/1.51	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.44/1.60	c 1	Parsing HOME/temp.csp
4.00/4.11	c 4	parsed 177 expressions
4.00/4.11	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.00/4.11	c 4	Converting to clausal form CSP
4.00/4.14	c 4	converted 18 (10%) expressions
4.00/4.16	c 4	converted 36 (20%) expressions
4.00/4.19	c 4	converted 54 (30%) expressions
4.09/4.20	c 4	converted 71 (40%) expressions
4.09/4.24	c 4	converted 89 (50%) expressions
4.18/4.37	c 4	converted 107 (60%) expressions
4.78/4.99	c 5	converted 124 (70%) expressions
5.08/5.23	c 5	converted 142 (80%) expressions
5.38/5.52	c 5	converted 160 (90%) expressions
5.57/5.75	c 6	converted 177 (100%) expressions
5.57/5.75	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.57/5.75	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.57/5.75	c 6	Propagation in CSP
5.57/5.75	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.57/5.75	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.57/5.75	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.57/5.75	c 6	Simplifing CSP by introducing new Boolean variables
5.57/5.75	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.57/5.75	c 6	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.87/6.09	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.87/6.10	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.96/6.10	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.96/6.10	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.96/6.10	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.96/6.11	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.96/6.11	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.96/6.11	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.96/6.11	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.96/6.11	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.96/6.11	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.36/6.57	c 6	8 (10%) CSP clauses are encoded (25306 clauses, 591613 bytes)
6.76/6.97	c 7	16 (20%) CSP clauses are encoded (50051 clauses, 1202390 bytes)
7.15/7.32	c 7	23 (30%) CSP clauses are encoded (71688 clauses, 1748416 bytes)
7.55/7.72	c 8	31 (40%) CSP clauses are encoded (96449 clauses, 2371346 bytes)
7.85/8.07	c 8	38 (50%) CSP clauses are encoded (118094 clauses, 2911719 bytes)
8.24/8.46	c 8	46 (60%) CSP clauses are encoded (142760 clauses, 3558005 bytes)
8.64/8.86	c 9	54 (70%) CSP clauses are encoded (167462 clauses, 4228154 bytes)
9.03/9.21	c 9	61 (80%) CSP clauses are encoded (189208 clauses, 4818159 bytes)
9.43/9.60	c 9	69 (90%) CSP clauses are encoded (213989 clauses, 5490100 bytes)
9.73/9.96	c 10	76 (100%) CSP clauses are encoded (235634 clauses, 6077583 bytes)
9.73/9.96	c 10	76 CSP clauses encoded
9.73/9.96	c 10	Writing map file : HOME/temp.map
9.73/9.96	c 10	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.73/9.96	c 10	SAT : 552 SAT variables, 235634 SAT clauses, 6077583 bytes
9.73/9.96	c 10	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.79/10.03	c 10	SOLVING HOME/temp.cnf
9.79/10.03	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.79/10.04	c 10	This is MiniSat 2.0 beta
9.79/10.04	c 10	WARNING: for repeatability, setting FPU to use double precision
9.79/10.04	c 10	============================[ Problem Statistics ]=============================
9.79/10.04	c 10	|                                                                             |
9.79/10.04	c 10	|  Number of variables:  552                                                  |
9.79/10.04	c 10	|  Number of clauses:    235634                                               |
9.82/10.19	c 10	|  Parsing time:         0.14         s                                       |
9.82/10.20	c 10	============================[ Search Statistics ]==============================
9.82/10.20	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.82/10.20	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.82/10.20	c 10	===============================================================================
9.82/10.20	c 10	|         0 |     552   235634  1313816 |    78544        0    nan |  0.000 % |
9.82/10.33	c 10	|       101 |     552   235634  1313816 |    86399      101     13 |  0.000 % |
9.82/10.46	c 10	|       252 |     552   235634  1313816 |    95039      252     12 |  0.007 % |
9.82/10.65	c 10	|       477 |     552   235634  1313816 |   104542      477     12 |  0.007 % |
9.82/10.94	c 11	|       815 |     552   235634  1313816 |   114997      815     12 |  0.008 % |
10.96/11.30	c 11	|      1321 |     552   235634  1313816 |   126496     1321     13 |  0.008 % |
11.66/11.91	c 12	|      2082 |     552   235634  1313816 |   139146     2082     13 |  0.008 % |
12.46/12.78	c 13	|      3221 |     552   235634  1313816 |   153061     3221     14 |  0.008 % |
13.75/14.01	c 14	|      4929 |     552   235634  1313816 |   168367     4929     14 |  0.008 % |
15.83/16.13	c 16	|      7491 |     552   235634  1313816 |   185204     7491     13 |  0.008 % |
19.29/19.60	c 19	|     11335 |     552   235634  1313816 |   203724    11335     13 |  0.008 % |
24.34/24.77	c 25	|     17101 |     552   235634  1313816 |   224097    17101     14 |  0.008 % |
31.97/32.49	c 32	|     25750 |     552   235634  1313816 |   246506    25750     15 |  0.006 % |
44.34/44.98	c 45	|     38724 |     552   235634  1313816 |   271157    38724     15 |  0.008 % |
65.64/66.49	c 66	|     58185 |     552   235634  1313816 |   298273    58185     16 |  0.007 % |
103.09/104.28	c 104	|     87378 |     552   235634  1313816 |   328100    87378     16 |  0.008 % |
164.41/166.10	c 166	|    131169 |     552   235634  1313816 |   360910   131169     17 |  0.002 % |
276.06/278.85	c 279	|    196853 |     552   235634  1313816 |   397001   196853     17 |  0.008 % |
511.83/516.89	c 517	|    295379 |     552   235634  1313816 |   436701   295379     18 |  0.008 % |
984.08/993.59	c 993	|    443168 |     552   235634  1313816 |   480372    29291     19 |  0.001 % |
1422.84/1436.45	c 1436	|    664851 |     552   235634  1313816 |   528409   250974     21 |  0.007 % |
1800.00/1816.41	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1816.41	c 1816	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.00/1816.41	c ERROR INTERRUPTED
1800.00/1816.42	s UNKNOWN
1800.00/1816.42	c 1816	CPU 9.52 (0.04 0.01 9.48 0.31)
1800.00/1816.42	c 1816	END Fri Jul  4 14:06:56 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-1072085-1215171399/watcher-1072085-1215171399 -o /tmp/evaluation-result-1072085-1215171399/solver-1072085-1215171399 -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-1072085-1215171399.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.97 1.98 1.99 4/72 25577
/proc/meminfo: memFree=1890920/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=12268 CPUtime=0
/proc/25577/stat : 25577 (sugar) R 25575 25577 24470 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1996112983 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209136089701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25577/statm: 3067 316 241 3 0 167 0

[startup+0.100234 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 25577
/proc/meminfo: memFree=1890920/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=0.03
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996112983 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202244 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 25577
/proc/meminfo: memFree=1890920/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=0.03
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996112983 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302248 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 25577
/proc/meminfo: memFree=1890920/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=0.03
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996112983 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701286 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 25577
/proc/meminfo: memFree=1890920/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=0.03
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1996112983 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50235 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 25589
/proc/meminfo: memFree=1866576/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=0.03
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 918 127 0 0 3 0 0 0 16 0 1 0 1996112983 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 796 370 3 0 500 0
[pid=25580] ppid=25577 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996112988 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 233 193 169 0 50 0
[pid=25581] ppid=25580 vsize=864152 CPUtime=1.41
/proc/25581/stat : 25581 (java) S 25580 25577 24470 0 -1 0 9036 0 1 0 133 8 0 0 18 0 9 0 1996112988 884891648 8172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25581/statm: 216038 8172 2527 9 0 210620 0
[pid=25581/tid=25582] ppid=25580 vsize=864152 CPUtime=1.16
/proc/25581/task/25582/stat : 25582 (java) S 25580 25577 24470 0 -1 64 2901 0 1 0 112 4 0 0 25 0 9 0 1996112990 884891648 8172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25581/tid=25583] ppid=25580 vsize=864152 CPUtime=0.17
/proc/25581/task/25583/stat : 25583 (java) S 25580 25577 24470 0 -1 64 5120 0 0 0 14 3 0 0 16 0 9 0 1996112991 884891648 8172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25581/tid=25584] ppid=25580 vsize=864152 CPUtime=0
/proc/25581/task/25584/stat : 25584 (java) S 25580 25577 24470 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1996112991 884891648 8172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25581/tid=25585] ppid=25580 vsize=864152 CPUtime=0
/proc/25581/task/25585/stat : 25585 (java) S 25580 25577 24470 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1996112991 884891648 8172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25581/tid=25586] ppid=25580 vsize=864152 CPUtime=0
/proc/25581/task/25586/stat : 25586 (java) S 25580 25577 24470 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996112993 884891648 8172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25581/tid=25587] ppid=25580 vsize=864152 CPUtime=0.05
/proc/25581/task/25587/stat : 25587 (java) S 25580 25577 24470 0 -1 64 317 0 0 0 5 0 0 0 16 0 9 0 1996112993 884891648 8172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25581/tid=25588] ppid=25580 vsize=864152 CPUtime=0
/proc/25581/task/25588/stat : 25588 (java) S 25580 25577 24470 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996112993 884891648 8172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25581/tid=25589] ppid=25580 vsize=864152 CPUtime=0
/proc/25581/task/25589/stat : 25589 (java) S 25580 25577 24470 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996112993 884891648 8172 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883108

[startup+3.1015 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 25599
/proc/meminfo: memFree=1867920/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=1.45
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 973 9453 0 1 3 0 133 9 16 0 1 0 1996112983 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 797 370 3 0 500 0
[pid=25590] ppid=25577 vsize=5356 CPUtime=0
/proc/25590/stat : 25590 (sh) S 25577 25577 24470 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996113135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25590/statm: 1339 233 193 169 0 50 0
[pid=25591] ppid=25590 vsize=864076 CPUtime=1.56
/proc/25591/stat : 25591 (java) S 25590 25577 24470 0 -1 0 11742 0 1 0 150 6 0 0 18 0 9 0 1996113135 884813824 11007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25591/statm: 216019 11007 2532 9 0 210601 0
[pid=25591/tid=25592] ppid=25590 vsize=864076 CPUtime=0.91
/proc/25591/task/25592/stat : 25592 (java) R 25590 25577 24470 0 -1 64 2769 0 1 0 89 2 0 0 25 0 9 0 1996113136 884813824 11007 996147200 134512640 134550740 4294955952 18446744073709551615 4126415887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25593] ppid=25590 vsize=864076 CPUtime=0.59
/proc/25591/task/25593/stat : 25593 (java) S 25590 25577 24470 0 -1 64 7962 0 0 0 56 3 0 0 16 0 9 0 1996113137 884813824 11007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25594] ppid=25590 vsize=864076 CPUtime=0
/proc/25591/task/25594/stat : 25594 (java) S 25590 25577 24470 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996113137 884813824 11007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25595] ppid=25590 vsize=864076 CPUtime=0
/proc/25591/task/25595/stat : 25595 (java) S 25590 25577 24470 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1996113137 884813824 11007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25596] ppid=25590 vsize=864076 CPUtime=0
/proc/25591/task/25596/stat : 25596 (java) S 25590 25577 24470 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996113139 884813824 11007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25597] ppid=25590 vsize=864076 CPUtime=0.04
/proc/25591/task/25597/stat : 25597 (java) S 25590 25577 24470 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 1996113139 884813824 11007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25598] ppid=25590 vsize=864076 CPUtime=0
/proc/25591/task/25598/stat : 25598 (java) S 25590 25577 24470 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996113140 884813824 11007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25599] ppid=25590 vsize=864076 CPUtime=0
/proc/25591/task/25599/stat : 25599 (java) S 25590 25577 24470 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996113140 884813824 11007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883032

[startup+6.30278 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 25599
/proc/meminfo: memFree=1794448/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=1.45
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 974 9453 0 1 3 0 133 9 15 0 1 0 1996112983 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 797 370 3 0 500 0
[pid=25590] ppid=25577 vsize=5356 CPUtime=0
/proc/25590/stat : 25590 (sh) S 25577 25577 24470 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996113135 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25590/statm: 1339 233 193 169 0 50 0
[pid=25591] ppid=25590 vsize=864332 CPUtime=4.72
/proc/25591/stat : 25591 (java) S 25590 25577 24470 0 -1 0 32355 0 1 0 457 15 0 0 18 0 9 0 1996113135 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25591/statm: 216083 26485 2564 9 0 210630 0
[pid=25591/tid=25592] ppid=25590 vsize=864332 CPUtime=2.32
/proc/25591/task/25592/stat : 25592 (java) R 25590 25577 24470 0 -1 64 3656 0 1 0 229 3 0 0 25 0 9 0 1996113136 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4126592154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25593] ppid=25590 vsize=864332 CPUtime=2.27
/proc/25591/task/25593/stat : 25593 (java) S 25590 25577 24470 0 -1 64 27649 0 0 0 216 11 0 0 16 0 9 0 1996113137 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25594] ppid=25590 vsize=864332 CPUtime=0
/proc/25591/task/25594/stat : 25594 (java) S 25590 25577 24470 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996113137 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25595] ppid=25590 vsize=864332 CPUtime=0
/proc/25591/task/25595/stat : 25595 (java) S 25590 25577 24470 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996113137 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25596] ppid=25590 vsize=864332 CPUtime=0
/proc/25591/task/25596/stat : 25596 (java) S 25590 25577 24470 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996113139 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25597] ppid=25590 vsize=864332 CPUtime=0.1
/proc/25591/task/25597/stat : 25597 (java) S 25590 25577 24470 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 1996113139 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25598] ppid=25590 vsize=864332 CPUtime=0
/proc/25591/task/25598/stat : 25598 (java) S 25590 25577 24470 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996113140 885075968 26485 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25591/tid=25599] ppid=25590 vsize=864332 CPUtime=0
/proc/25591/task/25599/stat : 25599 (java) S 25590 25577 24470 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996113140 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.7014 s]
/proc/loadavg: 2.04 2.00 2.00 3/75 25601
/proc/meminfo: memFree=1863376/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 15 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0
[pid=25600] ppid=25577 vsize=5356 CPUtime=0
/proc/25600/stat : 25600 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996113987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1339 232 193 169 0 50 0
[pid=25601] ppid=25600 vsize=16160 CPUtime=2.63
/proc/25601/stat : 25601 (minisat) R 25600 25577 24470 0 -1 4194304 3890 0 0 0 261 2 0 0 25 0 1 0 1996113987 16547840 3876 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25601/statm: 4040 3876 75 150 0 3887 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 35116

[startup+25.5025 s]
/proc/loadavg: 2.04 2.00 2.00 3/75 25601
/proc/meminfo: memFree=1861968/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 16 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0
[pid=25600] ppid=25577 vsize=5356 CPUtime=0
/proc/25600/stat : 25600 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996113987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1339 232 193 169 0 50 0
[pid=25601] ppid=25600 vsize=17524 CPUtime=15.3
/proc/25601/stat : 25601 (minisat) R 25600 25577 24470 0 -1 4194304 4219 0 0 0 1528 2 0 0 25 0 1 0 1996113987 17944576 4205 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25601/statm: 4381 4205 75 150 0 4228 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 36480

[startup+51.1027 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 25601
/proc/meminfo: memFree=1859536/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 16 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0
[pid=25600] ppid=25577 vsize=5356 CPUtime=0
/proc/25600/stat : 25600 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996113987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1339 232 193 169 0 50 0
[pid=25601] ppid=25600 vsize=20084 CPUtime=40.66
/proc/25601/stat : 25601 (minisat) R 25600 25577 24470 0 -1 4194304 4849 0 0 0 4063 3 0 0 25 0 1 0 1996113987 20566016 4835 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/25601/statm: 5021 4835 75 150 0 4868 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 39040

[startup+102.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 25601
/proc/meminfo: memFree=1855312/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 16 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0

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

/proc/meminfo: memFree=1814224/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 16 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0
[pid=25600] ppid=25577 vsize=5356 CPUtime=0
/proc/25600/stat : 25600 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996113987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1339 232 193 169 0 50 0
[pid=25601] ppid=25600 vsize=65244 CPUtime=1339.6
/proc/25601/stat : 25601 (minisat) R 25600 25577 24470 0 -1 4194304 15954 0 0 0 133946 14 0 0 25 0 1 0 1996113987 66809856 15932 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25601/statm: 16311 15932 75 150 0 16158 0
Current children cumulated CPU time (s) 1349.43
Current children cumulated vsize (KiB) 84200

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25601
/proc/meminfo: memFree=1813648/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 16 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0
[pid=25600] ppid=25577 vsize=5356 CPUtime=0
/proc/25600/stat : 25600 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996113987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1339 232 193 169 0 50 0
[pid=25601] ppid=25600 vsize=65704 CPUtime=1399.04
/proc/25601/stat : 25601 (minisat) R 25600 25577 24470 0 -1 4194304 16084 0 0 0 139890 14 0 0 25 0 1 0 1996113987 67280896 16062 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25601/statm: 16426 16062 75 150 0 16273 0
Current children cumulated CPU time (s) 1408.87
Current children cumulated vsize (KiB) 84660

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25607
/proc/meminfo: memFree=1812944/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 16 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0
[pid=25600] ppid=25577 vsize=5356 CPUtime=0
/proc/25600/stat : 25600 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996113987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1339 232 193 169 0 50 0
[pid=25601] ppid=25600 vsize=66248 CPUtime=1458.48
/proc/25601/stat : 25601 (minisat) R 25600 25577 24470 0 -1 4194304 16199 0 0 0 145833 15 0 0 25 0 1 0 1996113987 67837952 16177 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25601/statm: 16562 16177 75 150 0 16409 0
Current children cumulated CPU time (s) 1468.31
Current children cumulated vsize (KiB) 85204

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25607
/proc/meminfo: memFree=1812944/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 16 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0
[pid=25600] ppid=25577 vsize=5356 CPUtime=0
/proc/25600/stat : 25600 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996113987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1339 232 193 169 0 50 0
[pid=25601] ppid=25600 vsize=66248 CPUtime=1517.92
/proc/25601/stat : 25601 (minisat) R 25600 25577 24470 0 -1 4194304 16201 0 0 0 151777 15 0 0 25 0 1 0 1996113987 67837952 16179 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25601/statm: 16562 16179 75 150 0 16409 0
Current children cumulated CPU time (s) 1527.75
Current children cumulated vsize (KiB) 85204

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25607
/proc/meminfo: memFree=1812944/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 16 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0
[pid=25600] ppid=25577 vsize=5356 CPUtime=0
/proc/25600/stat : 25600 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996113987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1339 232 193 169 0 50 0
[pid=25601] ppid=25600 vsize=66248 CPUtime=1577.36
/proc/25601/stat : 25601 (minisat) R 25600 25577 24470 0 -1 4194304 16203 0 0 0 157721 15 0 0 25 0 1 0 1996113987 67837952 16181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25601/statm: 16562 16181 75 150 0 16409 0
Current children cumulated CPU time (s) 1587.19
Current children cumulated vsize (KiB) 85204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25607
/proc/meminfo: memFree=1812880/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 16 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0
[pid=25600] ppid=25577 vsize=5356 CPUtime=0
/proc/25600/stat : 25600 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996113987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1339 232 193 169 0 50 0
[pid=25601] ppid=25600 vsize=66424 CPUtime=1636.79
/proc/25601/stat : 25601 (minisat) R 25600 25577 24470 0 -1 4194304 16216 0 0 0 163664 15 0 0 25 0 1 0 1996113987 68018176 16194 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25601/statm: 16606 16194 75 150 0 16453 0
Current children cumulated CPU time (s) 1646.62
Current children cumulated vsize (KiB) 85380

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25607
/proc/meminfo: memFree=1812688/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 16 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0
[pid=25600] ppid=25577 vsize=5356 CPUtime=0
/proc/25600/stat : 25600 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996113987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1339 232 193 169 0 50 0
[pid=25601] ppid=25600 vsize=66424 CPUtime=1696.24
/proc/25601/stat : 25601 (minisat) R 25600 25577 24470 0 -1 4194304 16219 0 0 0 169609 15 0 0 25 0 1 0 1996113987 68018176 16197 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/25601/statm: 16606 16197 75 150 0 16453 0
Current children cumulated CPU time (s) 1706.07
Current children cumulated vsize (KiB) 85380

[startup+1782.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/76 25636
/proc/meminfo: memFree=1770184/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 16 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0
[pid=25600] ppid=25577 vsize=5356 CPUtime=0
/proc/25600/stat : 25600 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996113987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1339 232 193 169 0 50 0
[pid=25601] ppid=25600 vsize=66424 CPUtime=1756.08
/proc/25601/stat : 25601 (minisat) R 25600 25577 24470 0 -1 4194304 16221 0 0 0 175592 16 0 0 25 0 1 0 1996113987 68018176 16199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25601/statm: 16606 16199 75 150 0 16453 0
Current children cumulated CPU time (s) 1765.91
Current children cumulated vsize (KiB) 85380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 25636
/proc/meminfo: memFree=1770184/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 16 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0
[pid=25600] ppid=25577 vsize=5356 CPUtime=0
/proc/25600/stat : 25600 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996113987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1339 232 193 169 0 50 0
[pid=25601] ppid=25600 vsize=66424 CPUtime=1790.17
/proc/25601/stat : 25601 (minisat) R 25600 25577 24470 0 -1 4194304 16234 0 0 0 179001 16 0 0 25 0 1 0 1996113987 68018176 16212 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25601/statm: 16606 16212 75 150 0 16453 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 85380

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

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

[startup+1816.4 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 25636
/proc/meminfo: memFree=1770184/2055920 swapFree=4180688/4192956
[pid=25577] ppid=25575 vsize=13600 CPUtime=9.83
/proc/25577/stat : 25577 (sugar) S 25575 25577 24470 0 -1 4194304 1031 42181 0 2 4 1 948 30 16 0 1 0 1996112983 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25577/statm: 3400 798 370 3 0 500 0
[pid=25600] ppid=25577 vsize=5356 CPUtime=0
/proc/25600/stat : 25600 (sh) S 25577 25577 24470 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996113987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1339 232 193 169 0 50 0
[pid=25601] ppid=25600 vsize=66424 CPUtime=1790.17
/proc/25601/stat : 25601 (minisat) R 25600 25577 24470 0 -1 4194304 16234 0 0 0 179001 16 0 0 25 0 1 0 1996113987 68018176 16212 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25601/statm: 16606 16212 75 150 0 16453 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 85380

Child status: 0

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

Real time (s): 1816.43
CPU time (s): 1800
CPU user time (s): 1799.53
CPU system time (s): 0.47
CPU usage (%): 99.0957
Max. virtual memory (cumulated for all children) (KiB): 893424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.53055
system time used= 0.330949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43639
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= 3290
involuntary context switches= 3297

runsolver used 2.22766 second user time and 5.97709 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-04 13:36:40
IDJOB=1072085
IDBENCH=56228
IDSOLVER=346
FILE ID=node41/1072085-1215171399
PBS_JOBID= 7881455
Free space on /tmp= 66204 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-50_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-1072085-1215171399/watcher-1072085-1215171399 -o /tmp/evaluation-result-1072085-1215171399/solver-1072085-1215171399 -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-1072085-1215171399.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2466c8e6fcdc9c8a2b13ac44e35e1c6f
RANDOM SEED=870175499

node41.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1891400 kB
Buffers:         15736 kB
Cached:          74296 kB
SwapCached:       6596 kB
Active:          71492 kB
Inactive:        40516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1891400 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            4260 kB
Writeback:           0 kB
Mapped:          28680 kB
Slab:            37980 kB
Committed_AS:  3519752 kB
PageTables:       1684 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= 66200 MiB
End job on node41 at 2008-07-04 14:06:58