Trace number 1072292

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.02 1803.93

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-31_ext.xml
MD5SUM0ddf2746acd7f496f267e50ee782e39f
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 benchmark41.4867
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
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 14:05:34 2008
0.00/0.04	c 0	PID 24352
0.00/0.04	c 0	HOST node36.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1072292-1215173134.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1072292-1215173134.xml' 'HOME/temp.csp'
1.35/1.48	c 1	1 domains, 24 variables, 0 predicates, 72 relations, 72 constraints
1.42/1.51	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.42/1.51	c 2	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.42/1.59	c 2	Parsing HOME/temp.csp
3.77/3.97	c 4	parsed 169 expressions
3.77/3.98	c 4	Heap : 42 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.77/3.98	c 4	Converting to clausal form CSP
3.87/4.00	c 4	converted 17 (10%) expressions
3.87/4.02	c 4	converted 34 (20%) expressions
3.87/4.05	c 4	converted 51 (30%) expressions
3.87/4.05	c 4	converted 68 (40%) expressions
3.87/4.09	c 4	converted 85 (50%) expressions
4.07/4.21	c 4	converted 102 (60%) expressions
4.27/4.44	c 4	converted 119 (70%) expressions
4.86/5.06	c 5	converted 136 (80%) expressions
5.06/5.29	c 5	converted 153 (90%) expressions
5.36/5.51	c 6	converted 169 (100%) expressions
5.36/5.51	c 6	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.36/5.51	c 6	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.36/5.51	c 6	Propagation in CSP
5.36/5.51	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.36/5.51	c 6	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.36/5.51	c 6	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.36/5.51	c 6	Simplifing CSP by introducing new Boolean variables
5.36/5.51	c 6	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.36/5.51	c 6	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.55/5.74	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.55/5.75	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.55/5.75	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.55/5.76	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.55/5.76	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.55/5.76	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.55/5.76	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.55/5.76	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.55/5.76	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.55/5.76	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.55/5.76	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.05/6.23	c 6	8 (10%) CSP clauses are encoded (25155 clauses, 599422 bytes)
6.34/6.58	c 7	15 (20%) CSP clauses are encoded (46815 clauses, 1121046 bytes)
6.73/6.93	c 7	22 (30%) CSP clauses are encoded (68463 clauses, 1661171 bytes)
7.04/7.23	c 7	29 (40%) CSP clauses are encoded (87863 clauses, 2144939 bytes)
7.33/7.55	c 8	36 (50%) CSP clauses are encoded (108429 clauses, 2667657 bytes)
7.73/7.96	c 8	44 (60%) CSP clauses are encoded (133213 clauses, 3334765 bytes)
8.13/8.31	c 8	51 (70%) CSP clauses are encoded (154790 clauses, 3919700 bytes)
8.42/8.65	c 9	58 (80%) CSP clauses are encoded (176388 clauses, 4505136 bytes)
8.71/8.98	c 9	65 (90%) CSP clauses are encoded (196844 clauses, 5057543 bytes)
9.11/9.33	c 9	72 (100%) CSP clauses are encoded (218428 clauses, 5642741 bytes)
9.11/9.33	c 9	72 CSP clauses encoded
9.11/9.33	c 9	Writing map file : HOME/temp.map
9.11/9.33	c 9	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.11/9.33	c 9	SAT : 552 SAT variables, 218428 SAT clauses, 5642741 bytes
9.11/9.33	c 9	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.16/9.40	c 9	SOLVING HOME/temp.cnf
9.16/9.40	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.16/9.40	c 9	This is MiniSat 2.0 beta
9.16/9.40	c 9	WARNING: for repeatability, setting FPU to use double precision
9.16/9.40	c 9	============================[ Problem Statistics ]=============================
9.16/9.40	c 9	|                                                                             |
9.16/9.40	c 9	|  Number of variables:  552                                                  |
9.16/9.40	c 9	|  Number of clauses:    218428                                               |
9.18/9.55	c 10	|  Parsing time:         0.12         s                                       |
9.18/9.56	c 10	============================[ Search Statistics ]==============================
9.18/9.56	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.18/9.56	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.18/9.56	c 10	===============================================================================
9.18/9.56	c 10	|         0 |     552   218428  1215320 |    72809        0    nan |  0.000 % |
9.18/9.68	c 10	|       100 |     552   218428  1215320 |    80090      100     11 |  0.000 % |
9.18/9.77	c 10	|       250 |     552   218428  1215320 |    88099      250     12 |  0.004 % |
9.67/9.95	c 10	|       475 |     552   218428  1215320 |    96909      475     11 |  0.008 % |
9.86/10.15	c 10	|       812 |     552   218428  1215320 |   106600      812     11 |  0.006 % |
10.25/10.57	c 11	|      1322 |     552   218428  1215320 |   117260     1322     12 |  0.008 % |
10.85/11.19	c 11	|      2081 |     552   218428  1215320 |   128986     2081     12 |  0.008 % |
11.54/11.82	c 12	|      3222 |     552   218428  1215320 |   141884     3222     12 |  0.008 % |
12.93/13.20	c 13	|      4930 |     552   218428  1215320 |   156073     4930     13 |  0.008 % |
14.81/15.14	c 15	|      7492 |     552   218428  1215320 |   171680     7492     13 |  0.008 % |
17.57/17.95	c 18	|     11336 |     552   218428  1215320 |   188848    11336     14 |  0.007 % |
22.04/22.49	c 22	|     17102 |     552   218428  1215320 |   207733    17102     13 |  0.008 % |
29.76/30.29	c 30	|     25753 |     552   218428  1215320 |   228506    25753     14 |  0.008 % |
42.15/42.78	c 43	|     38727 |     552   218428  1215320 |   251357    38727     14 |  0.008 % |
63.44/64.23	c 64	|     58188 |     552   218428  1215320 |   276493    58188     14 |  0.008 % |
98.42/99.58	c 100	|     87381 |     552   218428  1215320 |   304142    87381     15 |  0.008 % |
165.19/166.95	c 167	|    131170 |     552   218428  1215320 |   334556   131170     16 |  0.008 % |
283.86/286.78	c 287	|    196854 |     552   218428  1215320 |   368012   196854     17 |  0.008 % |
491.49/494.93	c 495	|    295382 |     552   218428  1215320 |   404813   295382     17 |  0.001 % |
892.25/895.89	c 896	|    443172 |     552   218428  1215320 |   445295    63355     19 |  0.008 % |
1368.57/1372.30	c 1372	|    664856 |     552   218428  1215320 |   489824   285039     19 |  0.003 % |
1800.02/1803.92	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1803.92	c 1804	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1803.92	c ERROR INTERRUPTED
1800.02/1803.92	s UNKNOWN
1800.02/1803.92	c 1804	CPU 8.89 (0.03 0.01 8.86 0.28)
1800.02/1803.92	c 1804	END Fri Jul  4 14:35:38 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-1072292-1215173134/watcher-1072292-1215173134 -o /tmp/evaluation-result-1072292-1215173134/solver-1072292-1215173134 -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-1072292-1215173134.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.92 1.98 1.99 4/80 24352
/proc/meminfo: memFree=1462924/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=18572 CPUtime=0
/proc/24352/stat : 24352 (runsolver) R 24350 24352 22294 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1996286288 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24352/statm: 3067 316 241 3 0 167 0

[startup+0.011386 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 24352
/proc/meminfo: memFree=1462924/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=12272 CPUtime=0
/proc/24352/stat : 24352 (sugar) R 24350 24352 22294 0 -1 4194304 371 0 0 0 0 0 0 0 18 0 1 0 1996286288 12566528 339 996147200 4194304 4206940 548682068608 18446744073709551615 240925359661 0 0 4224 0 0 0 0 17 0 0 0
/proc/24352/statm: 3068 340 254 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101399 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 24352
/proc/meminfo: memFree=1462924/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=0.03
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1996286288 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24352/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301416 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 24352
/proc/meminfo: memFree=1462924/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=0.03
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1996286288 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24352/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701457 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 24352
/proc/meminfo: memFree=1462924/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=0.03
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1996286288 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24352/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50253 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 24364
/proc/meminfo: memFree=1440684/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=0.03
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 918 127 0 0 3 0 0 0 16 0 1 0 1996286288 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 3400 796 370 3 0 500 0
[pid=24355] ppid=24352 vsize=5356 CPUtime=0
/proc/24355/stat : 24355 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996286293 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24355/statm: 1339 233 193 169 0 50 0
[pid=24356] ppid=24355 vsize=864032 CPUtime=1.39
/proc/24356/stat : 24356 (java) S 24355 24352 22294 0 -1 0 8755 0 1 0 132 7 0 0 18 0 9 0 1996286293 884768768 7894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24356/statm: 216008 7894 2527 9 0 210590 0
[pid=24356/tid=24357] ppid=24355 vsize=864032 CPUtime=1.15
/proc/24356/task/24357/stat : 24357 (java) S 24355 24352 22294 0 -1 64 2872 0 1 0 111 4 0 0 25 0 9 0 1996286294 884768768 7894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24358] ppid=24355 vsize=864032 CPUtime=0.16
/proc/24356/task/24358/stat : 24358 (java) S 24355 24352 22294 0 -1 64 4870 0 0 0 14 2 0 0 16 0 9 0 1996286296 884768768 7894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24359] ppid=24355 vsize=864032 CPUtime=0
/proc/24356/task/24359/stat : 24359 (java) S 24355 24352 22294 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1996286296 884768768 7894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24360] ppid=24355 vsize=864032 CPUtime=0
/proc/24356/task/24360/stat : 24360 (java) S 24355 24352 22294 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1996286296 884768768 7894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24361] ppid=24355 vsize=864032 CPUtime=0
/proc/24356/task/24361/stat : 24361 (java) S 24355 24352 22294 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996286298 884768768 7894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24362] ppid=24355 vsize=864032 CPUtime=0.05
/proc/24356/task/24362/stat : 24362 (java) S 24355 24352 22294 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 1996286298 884768768 7894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24363] ppid=24355 vsize=864032 CPUtime=0
/proc/24356/task/24363/stat : 24363 (java) S 24355 24352 22294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996286298 884768768 7894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24356/tid=24364] ppid=24355 vsize=864032 CPUtime=0
/proc/24356/task/24364/stat : 24364 (java) S 24355 24352 22294 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996286298 884768768 7894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 882988

[startup+3.1027 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 24374
/proc/meminfo: memFree=1442604/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=1.43
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 973 9172 0 1 3 0 132 8 16 0 1 0 1996286288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 3400 797 370 3 0 500 0
[pid=24365] ppid=24352 vsize=5356 CPUtime=0
/proc/24365/stat : 24365 (sh) S 24352 24352 22294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996286440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24365/statm: 1339 233 193 169 0 50 0
[pid=24366] ppid=24365 vsize=864076 CPUtime=1.56
/proc/24366/stat : 24366 (java) S 24365 24352 22294 0 -1 0 11738 0 1 0 150 6 0 0 19 0 9 0 1996286440 884813824 11003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24366/statm: 216019 11003 2532 9 0 210601 0
[pid=24366/tid=24367] ppid=24365 vsize=864076 CPUtime=0.9
/proc/24366/task/24367/stat : 24367 (java) R 24365 24352 22294 0 -1 64 2768 0 1 0 89 1 0 0 25 0 9 0 1996286441 884813824 11003 996147200 134512640 134550740 4294955952 18446744073709551615 4126415715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24368] ppid=24365 vsize=864076 CPUtime=0.59
/proc/24366/task/24368/stat : 24368 (java) S 24365 24352 22294 0 -1 64 7958 0 0 0 56 3 0 0 16 0 9 0 1996286442 884813824 11003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24369] ppid=24365 vsize=864076 CPUtime=0
/proc/24366/task/24369/stat : 24369 (java) S 24365 24352 22294 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996286442 884813824 11003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24370] ppid=24365 vsize=864076 CPUtime=0
/proc/24366/task/24370/stat : 24370 (java) S 24365 24352 22294 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1996286442 884813824 11003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24371] ppid=24365 vsize=864076 CPUtime=0
/proc/24366/task/24371/stat : 24371 (java) S 24365 24352 22294 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996286444 884813824 11003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24372] ppid=24365 vsize=864076 CPUtime=0.04
/proc/24366/task/24372/stat : 24372 (java) S 24365 24352 22294 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 1996286444 884813824 11003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24373] ppid=24365 vsize=864076 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24365 24352 22294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996286444 884813824 11003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24374] ppid=24365 vsize=864076 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24365 24352 22294 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996286444 884813824 11003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883032

[startup+6.30201 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 24374
/proc/meminfo: memFree=1371628/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=1.43
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 974 9172 0 1 3 0 132 8 15 0 1 0 1996286288 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 3400 797 370 3 0 500 0
[pid=24365] ppid=24352 vsize=5356 CPUtime=0
/proc/24365/stat : 24365 (sh) S 24352 24352 22294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996286440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24365/statm: 1339 233 193 169 0 50 0
[pid=24366] ppid=24365 vsize=864332 CPUtime=4.72
/proc/24366/stat : 24366 (java) S 24365 24352 22294 0 -1 0 25409 0 1 0 459 13 0 0 19 0 9 0 1996286440 885075968 24611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24366/statm: 216083 24611 2564 9 0 210630 0
[pid=24366/tid=24367] ppid=24365 vsize=864332 CPUtime=2.49
/proc/24366/task/24367/stat : 24367 (java) R 24365 24352 22294 0 -1 64 3676 0 1 0 246 3 0 0 25 0 9 0 1996286441 885075968 24611 996147200 134512640 134550740 4294955952 18446744073709551615 4126591032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24368] ppid=24365 vsize=864332 CPUtime=2.09
/proc/24366/task/24368/stat : 24368 (java) S 24365 24352 22294 0 -1 64 20682 0 0 0 201 8 0 0 16 0 9 0 1996286442 885075968 24611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24369] ppid=24365 vsize=864332 CPUtime=0
/proc/24366/task/24369/stat : 24369 (java) S 24365 24352 22294 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996286442 885075968 24611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24370] ppid=24365 vsize=864332 CPUtime=0
/proc/24366/task/24370/stat : 24370 (java) S 24365 24352 22294 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1996286442 885075968 24611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24371] ppid=24365 vsize=864332 CPUtime=0
/proc/24366/task/24371/stat : 24371 (java) S 24365 24352 22294 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996286444 885075968 24611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24372] ppid=24365 vsize=864332 CPUtime=0.1
/proc/24366/task/24372/stat : 24372 (java) S 24365 24352 22294 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1996286444 885075968 24611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24373] ppid=24365 vsize=864332 CPUtime=0
/proc/24366/task/24373/stat : 24373 (java) S 24365 24352 22294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996286444 885075968 24611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24366/tid=24374] ppid=24365 vsize=864332 CPUtime=0
/proc/24366/task/24374/stat : 24374 (java) S 24365 24352 22294 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996286444 885075968 24611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883288

[startup+12.7017 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 24376
/proc/meminfo: memFree=1437228/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 15 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996287228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=15380 CPUtime=3.25
/proc/24376/stat : 24376 (minisat) R 24375 24352 22294 0 -1 4194304 3660 0 0 0 323 2 0 0 25 0 1 0 1996287229 15749120 3646 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 1 0 0
/proc/24376/statm: 3845 3646 75 150 0 3692 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 34336

[startup+25.5019 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 24376
/proc/meminfo: memFree=1435692/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 16 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996287228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=16880 CPUtime=15.93
/proc/24376/stat : 24376 (minisat) R 24375 24352 22294 0 -1 4194304 4047 0 0 0 1590 3 0 0 25 0 1 0 1996287229 17285120 4033 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24376/statm: 4220 4033 75 150 0 4067 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 35836

[startup+51.1015 s]
/proc/loadavg: 2.13 2.03 2.01 3/83 24376
/proc/meminfo: memFree=1433644/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 16 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996287228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=19116 CPUtime=41.29
/proc/24376/stat : 24376 (minisat) R 24375 24352 22294 0 -1 4194304 4575 0 0 0 4125 4 0 0 25 0 1 0 1996287229 19574784 4561 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/24376/statm: 4779 4561 75 150 0 4626 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 38072

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 2.00 3/83 24376
/proc/meminfo: memFree=1429164/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 16 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0

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

/proc/meminfo: memFree=1477684/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 16 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996287228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=61104 CPUtime=1349.39
/proc/24376/stat : 24376 (minisat) R 24375 24352 22294 0 -1 4194304 14893 0 0 0 134922 17 0 0 25 0 1 0 1996287229 62570496 14871 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 0 0 0
/proc/24376/statm: 15276 14871 75 150 0 15123 0
Current children cumulated CPU time (s) 1358.57
Current children cumulated vsize (KiB) 80060

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24406
/proc/meminfo: memFree=1477620/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 16 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996287228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=61284 CPUtime=1409.37
/proc/24376/stat : 24376 (minisat) R 24375 24352 22294 0 -1 4194304 14917 0 0 0 140920 17 0 0 25 0 1 0 1996287229 62754816 14895 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/24376/statm: 15321 14895 75 150 0 15168 0
Current children cumulated CPU time (s) 1418.55
Current children cumulated vsize (KiB) 80240

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24406
/proc/meminfo: memFree=1477620/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 16 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996287228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=61284 CPUtime=1469.35
/proc/24376/stat : 24376 (minisat) R 24375 24352 22294 0 -1 4194304 14920 0 0 0 146917 18 0 0 25 0 1 0 1996287229 62754816 14898 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/24376/statm: 15321 14898 75 150 0 15168 0
Current children cumulated CPU time (s) 1478.53
Current children cumulated vsize (KiB) 80240

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24406
/proc/meminfo: memFree=1477556/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 16 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996287228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=61424 CPUtime=1529.33
/proc/24376/stat : 24376 (minisat) R 24375 24352 22294 0 -1 4194304 14938 0 0 0 152915 18 0 0 25 0 1 0 1996287229 62898176 14916 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24376/statm: 15356 14916 75 150 0 15203 0
Current children cumulated CPU time (s) 1538.51
Current children cumulated vsize (KiB) 80380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24406
/proc/meminfo: memFree=1477300/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 16 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996287228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=61568 CPUtime=1589.31
/proc/24376/stat : 24376 (minisat) R 24375 24352 22294 0 -1 4194304 14967 0 0 0 158913 18 0 0 25 0 1 0 1996287229 63045632 14945 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24376/statm: 15392 14945 75 150 0 15239 0
Current children cumulated CPU time (s) 1598.49
Current children cumulated vsize (KiB) 80524

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24406
/proc/meminfo: memFree=1476980/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 16 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996287228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=61784 CPUtime=1649.28
/proc/24376/stat : 24376 (minisat) R 24375 24352 22294 0 -1 4194304 15043 0 0 0 164910 18 0 0 25 0 1 0 1996287229 63266816 15021 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24376/statm: 15446 15021 75 150 0 15293 0
Current children cumulated CPU time (s) 1658.46
Current children cumulated vsize (KiB) 80740

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24406
/proc/meminfo: memFree=1475892/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 16 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996287228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=62956 CPUtime=1709.26
/proc/24376/stat : 24376 (minisat) R 24375 24352 22294 0 -1 4194304 15318 0 0 0 170907 19 0 0 25 0 1 0 1996287229 64466944 15296 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24376/statm: 15739 15296 75 150 0 15586 0
Current children cumulated CPU time (s) 1718.44
Current children cumulated vsize (KiB) 81912

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24406
/proc/meminfo: memFree=1474100/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 16 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996287228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=64560 CPUtime=1769.23
/proc/24376/stat : 24376 (minisat) R 24375 24352 22294 0 -1 4194304 15752 0 0 0 176904 19 0 0 25 0 1 0 1996287229 66109440 15730 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24376/statm: 16140 15730 75 150 0 15987 0
Current children cumulated CPU time (s) 1778.41
Current children cumulated vsize (KiB) 83516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24406
/proc/meminfo: memFree=1473460/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 16 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996287228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=65220 CPUtime=1790.84
/proc/24376/stat : 24376 (minisat) R 24375 24352 22294 0 -1 4194304 15907 0 0 0 179064 20 0 0 25 0 1 0 1996287229 66785280 15885 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24376/statm: 16305 15885 75 150 0 16152 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 84176

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

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

[startup+1803.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24406
/proc/meminfo: memFree=1473460/2055920 swapFree=4179028/4192956
[pid=24352] ppid=24350 vsize=13600 CPUtime=9.18
/proc/24352/stat : 24352 (sugar) S 24350 24352 22294 0 -1 4194304 1031 34941 0 2 3 1 886 28 16 0 1 0 1996286288 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24352/statm: 3400 798 370 3 0 500 0
[pid=24375] ppid=24352 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24352 24352 22294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996287228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 232 193 169 0 50 0
[pid=24376] ppid=24375 vsize=65220 CPUtime=1790.84
/proc/24376/stat : 24376 (minisat) R 24375 24352 22294 0 -1 4194304 15907 0 0 0 179064 20 0 0 25 0 1 0 1996287229 66785280 15885 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24376/statm: 16305 15885 75 150 0 16152 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 84176

Child status: 0

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

Real time (s): 1803.93
CPU time (s): 1800.02
CPU user time (s): 1799.53
CPU system time (s): 0.49
CPU usage (%): 99.7831
Max. virtual memory (cumulated for all children) (KiB): 883288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.90864
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36399
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= 3279
involuntary context switches= 3409

runsolver used 2.23666 second user time and 5.98209 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 14:05:34
IDJOB=1072292
IDBENCH=56246
IDSOLVER=346
FILE ID=node36/1072292-1215173134
PBS_JOBID= 7881488
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ddf2746acd7f496f267e50ee782e39f
RANDOM SEED=1624151751

node36.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.240
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.240
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:       1463404 kB
Buffers:         81916 kB
Cached:         325564 kB
SwapCached:       7932 kB
Active:         345764 kB
Inactive:       178696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1463404 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            3948 kB
Writeback:           0 kB
Mapped:         130416 kB
Slab:            53152 kB
Committed_AS:  4047828 kB
PageTables:       1932 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= 66544 MiB
End job on node36 at 2008-07-04 14:35:40