Trace number 2075097

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.04 1814.43

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-26_ext.xml
MD5SUM8130eee4845b61b5a0d48c4b357e8b07
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 benchmark100.77
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 02:49:05 2009
0.00/0.07	c 0	PID 18299
0.00/0.07	c 0	HOST node81.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2075097-1247359745.xml TO HOME/temp.csp
0.00/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-2075097-1247359745.xml' 'HOME/temp.csp'
1.35/1.40	c 2	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.35/1.43	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.43	c 2	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.38/1.50	c 2	Parsing HOME/temp.csp
3.61/3.77	c 4	parsed 175 expressions
3.61/3.77	c 4	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.61/3.77	c 4	Converting to clausal form CSP
3.61/3.79	c 4	converted 18 (10%) expressions
3.71/3.83	c 4	converted 35 (20%) expressions
3.71/3.83	c 4	converted 53 (30%) expressions
3.71/3.86	c 4	converted 70 (40%) expressions
3.71/3.89	c 4	converted 88 (50%) expressions
3.81/3.98	c 4	converted 105 (60%) expressions
4.11/4.20	c 5	converted 123 (70%) expressions
4.69/4.80	c 5	converted 140 (80%) expressions
4.90/5.01	c 5	converted 158 (90%) expressions
5.10/5.21	c 6	converted 175 (100%) expressions
5.10/5.21	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.10/5.21	c 6	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.10/5.21	c 6	Propagation in CSP
5.10/5.21	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.10/5.21	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.10/5.21	c 6	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.10/5.22	c 6	Simplifing CSP by introducing new Boolean variables
5.10/5.22	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.10/5.22	c 6	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.29/5.45	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.29/5.45	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.29/5.45	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.29/5.46	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.29/5.46	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.29/5.46	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.29/5.46	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.29/5.46	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.29/5.46	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.29/5.46	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.29/5.46	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.70/5.86	c 6	8 (10%) CSP clauses are encoded (25236 clauses, 597581 bytes)
5.99/6.16	c 6	15 (20%) CSP clauses are encoded (46854 clauses, 1134664 bytes)
6.39/6.50	c 7	23 (30%) CSP clauses are encoded (71507 clauses, 1756369 bytes)
6.68/6.80	c 7	30 (40%) CSP clauses are encoded (93164 clauses, 2302874 bytes)
6.98/7.14	c 7	38 (50%) CSP clauses are encoded (117833 clauses, 2963092 bytes)
7.29/7.41	c 8	45 (60%) CSP clauses are encoded (138280 clauses, 3515022 bytes)
7.58/7.76	c 8	53 (70%) CSP clauses are encoded (162866 clauses, 4181967 bytes)
7.88/8.06	c 8	60 (80%) CSP clauses are encoded (184537 clauses, 4769994 bytes)
8.27/8.41	c 9	68 (90%) CSP clauses are encoded (209257 clauses, 5440810 bytes)
8.57/8.71	c 9	75 (100%) CSP clauses are encoded (230861 clauses, 6026770 bytes)
8.57/8.71	c 9	75 CSP clauses encoded
8.57/8.71	c 9	Writing map file : HOME/temp.map
8.57/8.71	c 9	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.57/8.72	c 9	SAT : 552 SAT variables, 230861 SAT clauses, 6026770 bytes
8.57/8.72	c 9	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.57/8.79	c 9	SOLVING HOME/temp.cnf
8.57/8.79	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.57/8.79	c 9	This is MiniSat 2.0 beta
8.57/8.79	c 9	WARNING: for repeatability, setting FPU to use double precision
8.57/8.79	c 9	============================[ Problem Statistics ]=============================
8.57/8.79	c 9	|                                                                             |
8.57/8.79	c 9	|  Number of variables:  552                                                  |
8.57/8.79	c 9	|  Number of clauses:    230861                                               |
8.62/8.93	c 9	|  Parsing time:         0.12         s                                       |
8.62/8.94	c 9	============================[ Search Statistics ]==============================
8.62/8.94	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.62/8.94	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.62/8.94	c 9	===============================================================================
8.62/8.94	c 9	|         0 |     552   230861  1286523 |    76953        0    nan |  0.000 % |
8.62/9.07	c 9	|       100 |     552   230861  1286523 |    84649      100     10 |  0.000 % |
8.62/9.18	c 9	|       250 |     552   230861  1286523 |    93113      250     10 |  0.008 % |
8.62/9.41	c 10	|       476 |     552   230861  1286523 |   102425      476     12 |  0.008 % |
8.62/9.68	c 10	|       813 |     552   230861  1286523 |   112667      813     12 |  0.008 % |
9.90/10.15	c 10	|      1320 |     552   230861  1286523 |   123934     1320     13 |  0.008 % |
10.40/10.68	c 11	|      2079 |     552   230861  1286523 |   136328     2079     13 |  0.008 % |
11.49/11.72	c 12	|      3218 |     552   230861  1286523 |   149960     3218     13 |  0.008 % |
12.88/13.19	c 13	|      4926 |     552   230861  1286523 |   164957     4926     13 |  0.008 % |
15.06/15.40	c 16	|      7490 |     552   230861  1286523 |   181452     7490     13 |  0.008 % |
18.52/18.84	c 19	|     11336 |     552   230861  1286523 |   199597    11336     14 |  0.008 % |
23.68/24.06	c 24	|     17102 |     552   230861  1286523 |   219557    17102     14 |  0.008 % |
32.48/32.93	c 33	|     25751 |     552   230861  1286523 |   241513    25751     15 |  0.008 % |
47.14/47.74	c 48	|     38725 |     552   230861  1286523 |   265664    38725     16 |  0.008 % |
71.90/72.74	c 73	|     58186 |     552   230861  1286523 |   292231    58186     16 |  0.008 % |
111.73/112.92	c 113	|     87378 |     552   230861  1286523 |   321454    87378     16 |  0.008 % |
183.45/185.33	c 186	|    131167 |     552   230861  1286523 |   353600   131167     16 |  0.008 % |
313.42/316.54	c 317	|    196853 |     552   230861  1286523 |   388960   196853     17 |  0.008 % |
542.29/547.55	c 548	|    295379 |     552   230861  1286523 |   427856   295379     17 |  0.008 % |
952.80/961.94	c 962	|    443168 |     552   230861  1286523 |   470641    39093     17 |  0.011 % |
1310.81/1322.88	c 1323	|    664851 |     551   229400  1279708 |   517705   163387     18 |  0.181 % |
1800.04/1814.41	c 1815	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1814.41	c 1815	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.04/1814.41	c ERROR INTERRUPTED
1800.04/1814.42	s UNKNOWN
1800.04/1814.42	c 1815	CPU 8.62 (0.05 0.02 8.28 0.27)
1800.04/1814.42	c 1815	END Sun Jul 12 03:19:20 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-2075097-1247359745/watcher-2075097-1247359745 -o /tmp/evaluation-result-2075097-1247359745/solver-2075097-1247359745 -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-2075097-1247359745.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.91 1.87 4/82 18299
/proc/meminfo: memFree=1444552/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=12272 CPUtime=0
/proc/18299/stat : 18299 (sugar) R 18297 18299 16241 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23039603 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269807745637 0 0 4224 0 0 0 0 17 1 0 0
/proc/18299/statm: 3068 327 246 3 0 168 0

[startup+0.00778211 s]
/proc/loadavg: 1.99 1.91 1.87 4/82 18299
/proc/meminfo: memFree=1444552/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=12272 CPUtime=0
/proc/18299/stat : 18299 (sugar) R 18297 18299 16241 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 23039603 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 0 0 0 0 17 1 0 0
/proc/18299/statm: 3068 369 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101796 s]
/proc/loadavg: 1.99 1.91 1.87 4/82 18299
/proc/meminfo: memFree=1444552/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=0.05
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 23039603 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18299/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.301818 s]
/proc/loadavg: 1.99 1.91 1.87 4/82 18299
/proc/meminfo: memFree=1444552/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=0.05
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 23039603 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18299/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.701859 s]
/proc/loadavg: 1.99 1.91 1.87 4/82 18299
/proc/meminfo: memFree=1444552/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=0.05
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 23039603 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18299/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+1.50295 s]
/proc/loadavg: 1.99 1.91 1.87 3/93 18311
/proc/meminfo: memFree=1417640/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=1.38
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1292 9593 0 1 4 2 125 7 16 0 1 0 23039603 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18299/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 16868

[startup+3.10212 s]
/proc/loadavg: 2.15 1.94 1.88 3/93 18321
/proc/meminfo: memFree=1421032/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=1.38
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1309 9593 0 1 4 2 125 7 15 0 1 0 23039603 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18299/statm: 4217 1111 409 3 0 796 0
[pid=18312] ppid=18299 vsize=5356 CPUtime=0
/proc/18312/stat : 18312 (sh) S 18299 18299 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23039746 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18312/statm: 1339 233 193 169 0 50 0
[pid=18313] ppid=18312 vsize=862288 CPUtime=1.64
/proc/18313/stat : 18313 (java) S 18312 18299 16241 0 -1 0 12362 0 1 0 158 6 0 0 20 0 9 0 23039747 882982912 11616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18313/statm: 215572 11616 2158 9 0 210485 0
[pid=18313/tid=18314] ppid=18312 vsize=862288 CPUtime=1.03
/proc/18313/task/18314/stat : 18314 (java) R 18312 18299 16241 0 -1 64 2342 0 1 0 101 2 0 0 25 0 9 0 23039748 882982912 11616 996147200 134512640 134550932 4294955936 18446744073709551615 4126424979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18315] ppid=18312 vsize=862288 CPUtime=0.56
/proc/18313/task/18315/stat : 18315 (java) S 18312 18299 16241 0 -1 64 9013 0 0 0 53 3 0 0 16 0 9 0 23039749 882982912 11616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18316] ppid=18312 vsize=862288 CPUtime=0
/proc/18313/task/18316/stat : 18316 (java) S 18312 18299 16241 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23039749 882982912 11616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18317] ppid=18312 vsize=862288 CPUtime=0
/proc/18313/task/18317/stat : 18317 (java) S 18312 18299 16241 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23039749 882982912 11616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18318] ppid=18312 vsize=862288 CPUtime=0
/proc/18313/task/18318/stat : 18318 (java) S 18312 18299 16241 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23039751 882982912 11616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18319] ppid=18312 vsize=862288 CPUtime=0.03
/proc/18313/task/18319/stat : 18319 (java) S 18312 18299 16241 0 -1 64 304 0 0 0 3 0 0 0 16 0 9 0 23039751 882982912 11616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18320] ppid=18312 vsize=862288 CPUtime=0
/proc/18313/task/18320/stat : 18320 (java) S 18312 18299 16241 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23039751 882982912 11616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18321] ppid=18312 vsize=862288 CPUtime=0
/proc/18313/task/18321/stat : 18321 (java) S 18312 18299 16241 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23039751 882982912 11616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 884512

[startup+6.30146 s]
/proc/loadavg: 2.15 1.94 1.88 4/93 18321
/proc/meminfo: memFree=1344232/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=1.39
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1310 9593 0 1 5 2 125 7 15 0 1 0 23039603 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18299/statm: 4217 1111 409 3 0 796 0
[pid=18312] ppid=18299 vsize=5356 CPUtime=0
/proc/18312/stat : 18312 (sh) S 18299 18299 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23039746 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18312/statm: 1339 233 193 169 0 50 0
[pid=18313] ppid=18312 vsize=864496 CPUtime=4.81
/proc/18313/stat : 18313 (java) S 18312 18299 16241 0 -1 0 26512 0 1 0 467 14 0 0 20 0 9 0 23039747 885243904 25701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18313/statm: 216124 25701 2590 9 0 210601 0
[pid=18313/tid=18314] ppid=18312 vsize=864496 CPUtime=2.8
/proc/18313/task/18314/stat : 18314 (java) R 18312 18299 16241 0 -1 64 3760 0 1 0 275 5 0 0 25 0 9 0 23039748 885243904 25701 996147200 134512640 134550932 4294955936 18446744073709551615 103211704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18315] ppid=18312 vsize=864496 CPUtime=1.91
/proc/18313/task/18315/stat : 18315 (java) S 18312 18299 16241 0 -1 64 21712 0 0 0 183 8 0 0 16 0 9 0 23039749 885243904 25701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18316] ppid=18312 vsize=864496 CPUtime=0
/proc/18313/task/18316/stat : 18316 (java) S 18312 18299 16241 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23039749 885243904 25701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18317] ppid=18312 vsize=864496 CPUtime=0
/proc/18313/task/18317/stat : 18317 (java) S 18312 18299 16241 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23039749 885243904 25701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18318] ppid=18312 vsize=864496 CPUtime=0
/proc/18313/task/18318/stat : 18318 (java) S 18312 18299 16241 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23039751 885243904 25701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18319] ppid=18312 vsize=864496 CPUtime=0.07
/proc/18313/task/18319/stat : 18319 (java) S 18312 18299 16241 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 23039751 885243904 25701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18320] ppid=18312 vsize=864496 CPUtime=0
/proc/18313/task/18320/stat : 18320 (java) S 18312 18299 16241 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23039751 885243904 25701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18313/tid=18321] ppid=18312 vsize=864496 CPUtime=0
/proc/18313/task/18321/stat : 18321 (java) S 18312 18299 16241 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23039751 885243904 25701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 886720

[startup+12.7022 s]
/proc/loadavg: 2.20 1.96 1.89 3/85 18323
/proc/meminfo: memFree=1415592/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=16152 CPUtime=3.86
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 3878 0 0 0 385 1 0 0 25 0 1 0 23040482 16539648 3864 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18323/statm: 4038 3864 75 150 0 3885 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 38376

[startup+25.5015 s]
/proc/loadavg: 2.17 1.96 1.89 3/85 18323
/proc/meminfo: memFree=1413608/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=17548 CPUtime=16.54
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 4201 0 0 0 1652 2 0 0 25 0 1 0 23040482 17969152 4187 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18323/statm: 4387 4187 75 150 0 4234 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 39772

[startup+51.1013 s]
/proc/loadavg: 2.11 1.96 1.89 3/85 18323
/proc/meminfo: memFree=1410024/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=19796 CPUtime=41.89
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 4771 0 0 0 4186 3 0 0 25 0 1 0 23040482 20271104 4757 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18323/statm: 4949 4757 75 150 0 4796 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 42020

[startup+102.307 s]
/proc/loadavg: 2.08 1.98 1.90 3/85 18325
/proc/meminfo: memFree=1404392/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=23548 CPUtime=92.61
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 5692 0 0 0 9257 4 0 0 25 0 1 0 23040482 24113152 5678 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18323/statm: 5887 5678 75 150 0 5734 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 45772

[startup+162.301 s]
/proc/loadavg: 2.07 2.00 1.91 3/85 18325
/proc/meminfo: memFree=1400616/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=27404 CPUtime=152.04
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 6649 0 0 0 15198 6 0 0 25 0 1 0 23040482 28061696 6635 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18323/statm: 6851 6635 75 150 0 6698 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 49628

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

/proc/meminfo: memFree=1372080/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=60604 CPUtime=1281.8
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 14822 0 0 0 128163 17 0 0 25 0 1 0 23040482 62058496 14800 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18323/statm: 15151 14800 75 150 0 14998 0
Current children cumulated CPU time (s) 1290.42
Current children cumulated vsize (KiB) 82828

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/85 18373
/proc/meminfo: memFree=1369392/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=60780 CPUtime=1341.5
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 14848 0 0 0 134133 17 0 0 25 0 1 0 23040482 62238720 14826 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18323/statm: 15195 14826 75 150 0 15042 0
Current children cumulated CPU time (s) 1350.12
Current children cumulated vsize (KiB) 83004

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.98 3/85 18373
/proc/meminfo: memFree=1367344/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=60960 CPUtime=1401.21
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 14880 0 0 0 140104 17 0 0 25 0 1 0 23040482 62423040 14858 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18323/statm: 15240 14858 75 150 0 15087 0
Current children cumulated CPU time (s) 1409.83
Current children cumulated vsize (KiB) 83184

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 18373
/proc/meminfo: memFree=1367088/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=60960 CPUtime=1460.92
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 14882 0 0 0 146075 17 0 0 25 0 1 0 23040482 62423040 14860 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18323/statm: 15240 14860 75 150 0 15087 0
Current children cumulated CPU time (s) 1469.54
Current children cumulated vsize (KiB) 83184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 18373
/proc/meminfo: memFree=1367088/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=60960 CPUtime=1520.63
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 14882 0 0 0 152046 17 0 0 25 0 1 0 23040482 62423040 14860 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18323/statm: 15240 14860 75 150 0 15087 0
Current children cumulated CPU time (s) 1529.25
Current children cumulated vsize (KiB) 83184

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 18373
/proc/meminfo: memFree=1367088/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=60960 CPUtime=1580.34
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 14882 0 0 0 158017 17 0 0 25 0 1 0 23040482 62423040 14860 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18323/statm: 15240 14860 75 150 0 15087 0
Current children cumulated CPU time (s) 1588.96
Current children cumulated vsize (KiB) 83184

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 18373
/proc/meminfo: memFree=1366448/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=60960 CPUtime=1640.05
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 14896 0 0 0 163988 17 0 0 25 0 1 0 23040482 62423040 14874 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18323/statm: 15240 14874 75 150 0 15087 0
Current children cumulated CPU time (s) 1648.67
Current children cumulated vsize (KiB) 83184

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 18373
/proc/meminfo: memFree=1366128/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=61296 CPUtime=1699.76
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 14961 0 0 0 169959 17 0 0 25 0 1 0 23040482 62767104 14939 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18323/statm: 15324 14939 75 150 0 15171 0
Current children cumulated CPU time (s) 1708.38
Current children cumulated vsize (KiB) 83520

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 18373
/proc/meminfo: memFree=1365552/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=61772 CPUtime=1759.47
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 15059 0 0 0 175930 17 0 0 25 0 1 0 23040482 63254528 15037 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18323/statm: 15443 15037 75 150 0 15290 0
Current children cumulated CPU time (s) 1768.09
Current children cumulated vsize (KiB) 83996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 18373
/proc/meminfo: memFree=1365168/2055920 swapFree=4192948/4192956
[pid=18299] ppid=18297 vsize=16868 CPUtime=8.62
/proc/18299/stat : 18299 (sugar) S 18297 18299 16241 0 -1 4194304 1374 36459 0 2 5 2 828 27 16 0 1 0 23039603 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18299/statm: 4217 1112 409 3 0 796 0
[pid=18322] ppid=18299 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18299 18299 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040482 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 232 193 169 0 50 0
[pid=18323] ppid=18322 vsize=62292 CPUtime=1791.42
/proc/18323/stat : 18323 (minisat) R 18322 18299 16241 0 -1 4194304 15151 0 0 0 179125 17 0 0 25 0 1 0 23040482 63787008 15129 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18323/statm: 15573 15129 75 150 0 15420 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 84516

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

Real time (s): 1814.43
CPU time (s): 1800.04
CPU user time (s): 1799.58
CPU system time (s): 0.46
CPU usage (%): 99.2071
Max. virtual memory (cumulated for all children) (KiB): 886720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.33673
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38306
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= 3571
involuntary context switches= 3618

runsolver used 2.36264 second user time and 5.77912 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 02:49:05
IDJOB=2075097
IDBENCH=56230
IDSOLVER=739
FILE ID=node81/2075097-1247359745
PBS_JOBID= 9506888
Free space on /tmp= 126616 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-26_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-2075097-1247359745/watcher-2075097-1247359745 -o /tmp/evaluation-result-2075097-1247359745/solver-2075097-1247359745 -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-2075097-1247359745.xml

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

MD5SUM BENCH= 8130eee4845b61b5a0d48c4b357e8b07
RANDOM SEED=289229441

node81.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.233
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.233
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:       1445032 kB
Buffers:         68648 kB
Cached:         439508 kB
SwapCached:          8 kB
Active:         129696 kB
Inactive:       427140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445032 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            4180 kB
Writeback:           0 kB
Mapped:          69036 kB
Slab:            38992 kB
Committed_AS:   225676 kB
PageTables:       1984 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126612 MiB
End job on node81 at 2009-07-12 03:19:22