Trace number 1081612

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.12 1803.24

General information on the benchmark

Namecsp/knights/
normalized-knights-100-25.xml
MD5SUM2de87842e968f8244d3eba63b4585241
Bench Category2-ARY-INT (binary constraints in intension)
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 variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size10000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension300
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.12	c 0	Sugar v1-13 + HOME/minisat
0.01/0.14	c 0	BEGIN Sat Jul  5 02:33:33 2008
0.01/0.14	c 0	PID 3213
0.01/0.15	c 0	HOST node65.alineos.net
0.01/0.15	c 0	CONVERTING HOME/instance-1081612-1215218012.xml TO HOME/temp.csp
0.01/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081612-1215218012.xml' 'HOME/temp.csp'
0.03/0.65	c 0	1 domains, 25 variables, 2 predicates, 0 relations, 300 constraints
0.03/0.65	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.66	c 0	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'
0.36/0.74	c 0	Parsing HOME/temp.csp
0.36/0.82	c 0	parsed 328 expressions
0.36/0.85	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.85	c 0	Converting to clausal form CSP
0.36/0.89	c 0	converted 33 (10%) expressions
0.36/0.90	c 0	converted 66 (20%) expressions
0.36/0.92	c 0	converted 99 (30%) expressions
0.36/0.93	c 0	converted 132 (40%) expressions
0.36/0.95	c 0	converted 164 (50%) expressions
0.68/1.02	c 1	converted 197 (60%) expressions
0.68/1.02	c 1	converted 230 (70%) expressions
0.68/1.03	c 1	converted 263 (80%) expressions
0.68/1.04	c 1	converted 296 (90%) expressions
0.68/1.05	c 1	converted 328 (100%) expressions
0.68/1.05	c 1	CSP : 125 integers, 50 booleans, 700 clauses, largest domain size 10000
0.68/1.05	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.68/1.06	c 1	Propagation in CSP
0.68/1.08	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.68/1.08	c 1	CSP : 125 integers, 50 booleans, 700 clauses, largest domain size 10000
0.68/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.68/1.08	c 1	Simplifing CSP by introducing new Boolean variables
0.68/1.09	c 1	CSP : 125 integers, 800 booleans, 1450 clauses, largest domain size 10000
0.68/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.78/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.96/1.32	c 1	13 (10%) CSP integer variables are encoded (129974 clauses, 1987438 bytes)
1.05/1.47	c 1	25 (20%) CSP integer variables are encoded (249950 clauses, 4027030 bytes)
1.05/1.47	c 1	38 (30%) CSP integer variables are encoded (251224 clauses, 4048688 bytes)
1.05/1.47	c 1	50 (40%) CSP integer variables are encoded (252400 clauses, 4068680 bytes)
1.05/1.48	c 1	63 (50%) CSP integer variables are encoded (253674 clauses, 4090338 bytes)
1.05/1.48	c 1	75 (60%) CSP integer variables are encoded (254850 clauses, 4110330 bytes)
1.05/1.48	c 1	88 (70%) CSP integer variables are encoded (256124 clauses, 4131988 bytes)
1.05/1.48	c 1	100 (80%) CSP integer variables are encoded (257300 clauses, 4151980 bytes)
1.05/1.48	c 1	113 (90%) CSP integer variables are encoded (258574 clauses, 4173638 bytes)
1.05/1.48	c 1	125 (100%) CSP integer variables are encoded (259750 clauses, 4193630 bytes)
2.16/2.59	c 2	145 (10%) CSP clauses are encoded (864499 clauses, 17954312 bytes)
3.76/4.24	c 4	290 (20%) CSP clauses are encoded (1706116 clauses, 37867180 bytes)
5.07/5.56	c 5	435 (30%) CSP clauses are encoded (2429301 clauses, 54993478 bytes)
6.36/6.86	c 6	580 (40%) CSP clauses are encoded (3142487 clauses, 71959798 bytes)
7.66/8.17	c 8	725 (50%) CSP clauses are encoded (3855673 clauses, 89006110 bytes)
9.04/9.52	c 9	870 (60%) CSP clauses are encoded (4578858 clauses, 106492282 bytes)
10.34/10.84	c 10	1015 (70%) CSP clauses are encoded (5292043 clauses, 124266819 bytes)
11.43/11.93	c 11	1160 (80%) CSP clauses are encoded (5886798 clauses, 139058138 bytes)
12.44/13.00	c 12	1305 (90%) CSP clauses are encoded (6471646 clauses, 153574350 bytes)
13.11/13.63	c 13	1450 (100%) CSP clauses are encoded (6799450 clauses, 161690590 bytes)
13.11/13.63	c 13	1450 CSP clauses encoded
13.11/13.63	c 13	Writing map file : HOME/temp.map
13.11/13.64	c 13	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.11/13.64	c 13	SAT : 260675 SAT variables, 6799450 SAT clauses, 161690590 bytes
13.11/13.64	c 13	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.11/13.66	c 13	SOLVING HOME/temp.cnf
13.11/13.66	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.11/13.66	c 13	This is MiniSat 2.0 beta
13.11/13.66	c 13	WARNING: for repeatability, setting FPU to use double precision
13.11/13.67	c 13	============================[ Problem Statistics ]=============================
13.11/13.67	c 13	|                                                                             |
13.11/13.67	c 13	|  Number of variables:  260675                                               |
13.11/13.67	c 13	|  Number of clauses:    6799450                                              |
16.88/17.46	c 17	|  Parsing time:         3.20         s                                       |
17.08/17.64	c 17	============================[ Search Statistics ]==============================
17.08/17.64	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.08/17.64	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.08/17.64	c 17	===============================================================================
17.08/17.64	c 17	|         0 |  260675  6799450 20117000 |  2266483        0    nan |  0.000 % |
19.28/19.89	c 19	|       100 |  260675  6799450 20117000 |  2493131      100      9 |  0.000 % |
21.88/22.41	c 22	|       250 |  260675  6799450 20117000 |  2742444      250     13 |  0.000 % |
24.27/24.84	c 24	|       475 |  260675  6799450 20117000 |  3016689      475     12 |  0.000 % |
27.77/28.35	c 28	|       812 |  260675  6799450 20117000 |  3318358      812     13 |  0.000 % |
35.57/36.17	c 36	|      1318 |  260675  6799450 20117000 |  3650194     1318     14 |  0.000 % |
43.37/44.00	c 43	|      2077 |  260675  6799450 20117000 |  4015213     2077     15 |  0.000 % |
55.46/56.10	c 56	|      3217 |  260675  6799450 20117000 |  4416734     3217     17 |  0.000 % |
79.55/80.19	c 80	|      4925 |  260675  6799450 20117000 |  4858408     4925     18 |  0.000 % |
110.63/111.27	c 111	|      7487 |  260675  6799450 20117000 |  5344249     7487     18 |  0.000 % |
158.82/159.51	c 159	|     11331 |  260675  6799450 20117000 |  5878674    11331     19 |  0.000 % |
221.00/221.77	c 221	|     17098 |  260675  6799450 20117000 |  6466541    17098     22 |  0.000 % |
328.55/329.39	c 329	|     25748 |  260675  6799450 20117000 |  7113195    25748     24 |  0.000 % |
467.71/468.58	c 468	|     38722 |  260675  6799450 20117000 |  7824515    38722     24 |  0.000 % |
599.96/600.84	c 600	|     58184 |  260675  6799450 20117000 |  8606966    58184     27 |  0.000 % |
1129.47/1130.59	c 1130	|     87378 |  260675  6799450 20117000 |  9467663    87378     29 |  0.000 % |
1800.08/1803.12	c ERROR INTERRUPTED
1800.08/1803.16	s UNKNOWN
1800.08/1803.16	c 1803	CPU 11.88 (0.03 0.01 11.85 1.28)
1800.08/1803.16	c 1803	END Sat Jul  5 03:03:36 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-1081612-1215218012/watcher-1081612-1215218012 -o /tmp/evaluation-result-1081612-1215218012/solver-1081612-1215218012 -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-1081612-1215218012.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.94 2.03 2.00 4/74 3213
/proc/meminfo: memFree=1682504/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=18572 CPUtime=0
/proc/3213/stat : 3213 (runsolver) D 3211 3213 1159 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2000771044 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 257203694887 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/3213/statm: 4643 292 257 25 0 2626 0

[startup+0.0937691 s]
/proc/loadavg: 1.94 2.03 2.00 4/74 3213
/proc/meminfo: memFree=1682504/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=12544 CPUtime=0
/proc/3213/stat : 3213 (sugar) R 3211 3213 1159 0 -1 4194304 467 0 0 0 0 0 0 0 18 0 1 0 2000771044 12845056 435 996147200 4194304 4206940 548682068608 18446744073709551615 257203540705 0 0 4224 0 0 0 0 17 0 0 0
/proc/3213/statm: 3136 435 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101768 s]
/proc/loadavg: 1.94 2.03 2.00 4/74 3213
/proc/meminfo: memFree=1682504/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=12676 CPUtime=0.01
/proc/3213/stat : 3213 (sugar) D 3211 3213 1159 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 2000771044 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/3213/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301785 s]
/proc/loadavg: 1.94 2.03 2.00 4/74 3213
/proc/meminfo: memFree=1682504/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=0.03
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 2000771044 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701818 s]
/proc/loadavg: 1.94 2.03 2.00 4/74 3213
/proc/meminfo: memFree=1682504/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=0.36
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 956 4464 0 52 2 1 25 8 17 0 1 0 2000771044 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 13600

[startup+1.50288 s]
/proc/loadavg: 1.94 2.03 2.00 4/85 3235
/proc/meminfo: memFree=1660072/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=0.37
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 974 4464 0 52 3 1 25 8 15 0 1 0 2000771044 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 797 370 3 0 500 0
[pid=3226] ppid=3213 vsize=5356 CPUtime=0
/proc/3226/stat : 3226 (sh) S 3213 3213 1159 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000771110 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3226/statm: 1339 233 193 169 0 50 0
[pid=3227] ppid=3226 vsize=868468 CPUtime=0.8
/proc/3227/stat : 3227 (java) S 3226 3213 1159 0 -1 0 6353 0 7 0 72 8 0 0 18 0 9 0 2000771110 889311232 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 217117 5490 2562 9 0 211664 0
[pid=3227/tid=3228] ppid=3226 vsize=868468 CPUtime=0.56
/proc/3227/task/3228/stat : 3228 (java) R 3226 3213 1159 0 -1 64 2789 0 7 0 50 6 0 0 25 0 9 0 2000771111 889311232 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3229] ppid=3226 vsize=868468 CPUtime=0.05
/proc/3227/task/3229/stat : 3229 (java) S 3226 3213 1159 0 -1 64 1415 0 0 0 5 0 0 0 16 0 9 0 2000771112 889311232 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3230/stat : 3230 (java) S 3226 3213 1159 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000771112 889311232 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3231] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3231/stat : 3231 (java) S 3226 3213 1159 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000771112 889311232 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3232] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3232/stat : 3232 (java) S 3226 3213 1159 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2000771114 889311232 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3233] ppid=3226 vsize=868468 CPUtime=0.15
/proc/3227/task/3233/stat : 3233 (java) S 3226 3213 1159 0 -1 64 1456 0 0 0 15 0 0 0 16 0 9 0 2000771114 889311232 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3234] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3234/stat : 3234 (java) S 3226 3213 1159 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2000771114 889311232 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3235] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3235/stat : 3235 (java) S 3226 3213 1159 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000771114 889311232 5490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 887424

[startup+3.10302 s]
/proc/loadavg: 1.94 2.03 2.00 3/85 3235
/proc/meminfo: memFree=1645736/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=0.37
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 974 4464 0 52 3 1 25 8 16 0 1 0 2000771044 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 797 370 3 0 500 0
[pid=3226] ppid=3213 vsize=5356 CPUtime=0
/proc/3226/stat : 3226 (sh) S 3213 3213 1159 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000771110 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3226/statm: 1339 233 193 169 0 50 0
[pid=3227] ppid=3226 vsize=868468 CPUtime=2.39
/proc/3227/stat : 3227 (java) S 3226 3213 1159 0 -1 0 6888 0 7 0 215 24 0 0 18 0 9 0 2000771110 889311232 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 217117 5496 2562 9 0 211664 0
[pid=3227/tid=3228] ppid=3226 vsize=868468 CPUtime=2.05
/proc/3227/task/3228/stat : 3228 (java) R 3226 3213 1159 0 -1 64 3318 0 7 0 185 20 0 0 25 0 9 0 2000771111 889311232 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4126373534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3229] ppid=3226 vsize=868468 CPUtime=0.16
/proc/3227/task/3229/stat : 3229 (java) R 3226 3213 1159 0 -1 64 1415 0 0 0 13 3 0 0 15 0 9 0 2000771112 889311232 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3230/stat : 3230 (java) S 3226 3213 1159 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000771112 889311232 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3231] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3231/stat : 3231 (java) S 3226 3213 1159 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000771112 889311232 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3232] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3232/stat : 3232 (java) S 3226 3213 1159 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2000771114 889311232 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3233] ppid=3226 vsize=868468 CPUtime=0.16
/proc/3227/task/3233/stat : 3233 (java) S 3226 3213 1159 0 -1 64 1462 0 0 0 16 0 0 0 16 0 9 0 2000771114 889311232 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3234] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3234/stat : 3234 (java) S 3226 3213 1159 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2000771114 889311232 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3235] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3235/stat : 3235 (java) S 3226 3213 1159 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000771114 889311232 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 887424

[startup+6.30228 s]
/proc/loadavg: 1.94 2.03 2.00 3/85 3235
/proc/meminfo: memFree=1604712/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=0.37
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 974 4464 0 52 3 1 25 8 16 0 1 0 2000771044 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 797 370 3 0 500 0
[pid=3226] ppid=3213 vsize=5356 CPUtime=0
/proc/3226/stat : 3226 (sh) S 3213 3213 1159 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000771110 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3226/statm: 1339 233 193 169 0 50 0
[pid=3227] ppid=3226 vsize=868468 CPUtime=5.49
/proc/3227/stat : 3227 (java) S 3226 3213 1159 0 -1 0 7922 0 7 0 496 53 0 0 18 0 9 0 2000771110 889311232 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 217117 5497 2562 9 0 211664 0
[pid=3227/tid=3228] ppid=3226 vsize=868468 CPUtime=4.91
/proc/3227/task/3228/stat : 3228 (java) R 3226 3213 1159 0 -1 64 4351 0 7 0 448 43 0 0 25 0 9 0 2000771111 889311232 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3229] ppid=3226 vsize=868468 CPUtime=0.38
/proc/3227/task/3229/stat : 3229 (java) S 3226 3213 1159 0 -1 64 1415 0 0 0 30 8 0 0 16 0 9 0 2000771112 889311232 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3230/stat : 3230 (java) S 3226 3213 1159 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000771112 889311232 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3231] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3231/stat : 3231 (java) S 3226 3213 1159 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000771112 889311232 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3232] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3232/stat : 3232 (java) S 3226 3213 1159 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2000771114 889311232 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3233] ppid=3226 vsize=868468 CPUtime=0.17
/proc/3227/task/3233/stat : 3233 (java) S 3226 3213 1159 0 -1 64 1463 0 0 0 17 0 0 0 16 0 9 0 2000771114 889311232 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3234] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3234/stat : 3234 (java) S 3226 3213 1159 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2000771114 889311232 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3235] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3235/stat : 3235 (java) S 3226 3213 1159 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000771114 889311232 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 887424

[startup+12.7028 s]
/proc/loadavg: 2.03 2.05 2.01 3/85 3235
/proc/meminfo: memFree=1517800/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=0.37
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 974 4464 0 52 3 1 25 8 16 0 1 0 2000771044 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 797 370 3 0 500 0
[pid=3226] ppid=3213 vsize=5356 CPUtime=0
/proc/3226/stat : 3226 (sh) S 3213 3213 1159 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000771110 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3226/statm: 1339 233 193 169 0 50 0
[pid=3227] ppid=3226 vsize=868468 CPUtime=11.87
/proc/3227/stat : 3227 (java) S 3226 3213 1159 0 -1 0 10076 0 7 0 1078 109 0 0 18 0 9 0 2000771110 889311232 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3227/statm: 217117 5501 2562 9 0 211664 0
[pid=3227/tid=3228] ppid=3226 vsize=868468 CPUtime=10.85
/proc/3227/task/3228/stat : 3228 (java) R 3226 3213 1159 0 -1 64 6501 0 7 0 995 90 0 0 25 0 9 0 2000771111 889311232 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3229] ppid=3226 vsize=868468 CPUtime=0.81
/proc/3227/task/3229/stat : 3229 (java) S 3226 3213 1159 0 -1 64 1415 0 0 0 64 17 0 0 16 0 9 0 2000771112 889311232 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3230] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3230/stat : 3230 (java) S 3226 3213 1159 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000771112 889311232 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3231] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3231/stat : 3231 (java) S 3226 3213 1159 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000771112 889311232 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3232] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3232/stat : 3232 (java) S 3226 3213 1159 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2000771114 889311232 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3233] ppid=3226 vsize=868468 CPUtime=0.18
/proc/3227/task/3233/stat : 3233 (java) S 3226 3213 1159 0 -1 64 1467 0 0 0 18 0 0 0 17 0 9 0 2000771114 889311232 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3234] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3234/stat : 3234 (java) S 3226 3213 1159 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2000771114 889311232 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3227/tid=3235] ppid=3226 vsize=868468 CPUtime=0
/proc/3227/task/3235/stat : 3235 (java) S 3226 3213 1159 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000771114 889311232 5501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 887424

[startup+25.5019 s]
/proc/loadavg: 2.09 2.06 2.01 3/77 3237
/proc/meminfo: memFree=1212272/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=13.17
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 1032 15148 0 59 3 1 1185 128 16 0 1 0 2000771044 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 798 370 3 0 500 0
[pid=3236] ppid=3213 vsize=5356 CPUtime=0
/proc/3236/stat : 3236 (sh) S 3213 3213 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000772410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3236/statm: 1339 232 193 169 0 50 0
[pid=3237] ppid=3236 vsize=306684 CPUtime=11.8
/proc/3237/stat : 3237 (minisat) R 3236 3213 1159 0 -1 4194304 74152 0 0 0 1118 62 0 0 25 0 1 0 2000772411 314044416 74138 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/3237/statm: 76671 74138 76 150 0 76518 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 325640

[startup+51.102 s]
/proc/loadavg: 2.06 2.05 2.01 3/77 3237
/proc/meminfo: memFree=1210672/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=13.17
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 1032 15148 0 59 3 1 1185 128 16 0 1 0 2000771044 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[pid=3236] ppid=3213 vsize=5356 CPUtime=0
/proc/3236/stat : 3236 (sh) S 3213 3213 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000772410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3236/statm: 1339 232 193 169 0 50 0
[pid=3237] ppid=3236 vsize=323364 CPUtime=1407.63
/proc/3237/stat : 3237 (minisat) R 3236 3213 1159 0 -1 4194304 78235 0 0 0 140691 72 0 0 25 0 1 0 2000772411 331124736 78221 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/3237/statm: 80841 78221 76 150 0 80688 0
Current children cumulated CPU time (s) 1420.8
Current children cumulated vsize (KiB) 342320

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 3265
/proc/meminfo: memFree=1397632/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=13.17
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 1032 15148 0 59 3 1 1185 128 16 0 1 0 2000771044 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 798 370 3 0 500 0
[pid=3236] ppid=3213 vsize=5356 CPUtime=0
/proc/3236/stat : 3236 (sh) S 3213 3213 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000772410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3236/statm: 1339 232 193 169 0 50 0
[pid=3237] ppid=3236 vsize=323760 CPUtime=1467.38
/proc/3237/stat : 3237 (minisat) R 3236 3213 1159 0 -1 4194304 78361 0 0 0 146666 72 0 0 25 0 1 0 2000772411 331530240 78347 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3237/statm: 80940 78347 76 150 0 80787 0
Current children cumulated CPU time (s) 1480.55
Current children cumulated vsize (KiB) 342716

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 3265
/proc/meminfo: memFree=1396608/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=13.17
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 1032 15148 0 59 3 1 1185 128 16 0 1 0 2000771044 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 798 370 3 0 500 0
[pid=3236] ppid=3213 vsize=5356 CPUtime=0
/proc/3236/stat : 3236 (sh) S 3213 3213 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000772410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3236/statm: 1339 232 193 169 0 50 0
[pid=3237] ppid=3236 vsize=324424 CPUtime=1527.14
/proc/3237/stat : 3237 (minisat) R 3236 3213 1159 0 -1 4194304 78517 0 0 0 152642 72 0 0 25 0 1 0 2000772411 332210176 78503 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3237/statm: 81106 78503 76 150 0 80953 0
Current children cumulated CPU time (s) 1540.31
Current children cumulated vsize (KiB) 343380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 3265
/proc/meminfo: memFree=1395968/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=13.17
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 1032 15148 0 59 3 1 1185 128 16 0 1 0 2000771044 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 798 370 3 0 500 0
[pid=3236] ppid=3213 vsize=5356 CPUtime=0
/proc/3236/stat : 3236 (sh) S 3213 3213 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000772410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3236/statm: 1339 232 193 169 0 50 0
[pid=3237] ppid=3236 vsize=324952 CPUtime=1586.9
/proc/3237/stat : 3237 (minisat) R 3236 3213 1159 0 -1 4194304 78654 0 0 0 158617 73 0 0 25 0 1 0 2000772411 332750848 78640 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3237/statm: 81238 78640 76 150 0 81085 0
Current children cumulated CPU time (s) 1600.07
Current children cumulated vsize (KiB) 343908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3271
/proc/meminfo: memFree=1394560/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=13.17
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 1032 15148 0 59 3 1 1185 128 16 0 1 0 2000771044 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 798 370 3 0 500 0
[pid=3236] ppid=3213 vsize=5356 CPUtime=0
/proc/3236/stat : 3236 (sh) S 3213 3213 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000772410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3236/statm: 1339 232 193 169 0 50 0
[pid=3237] ppid=3236 vsize=325612 CPUtime=1646.66
/proc/3237/stat : 3237 (minisat) R 3236 3213 1159 0 -1 4194304 78819 0 0 0 164593 73 0 0 25 0 1 0 2000772411 333426688 78805 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3237/statm: 81403 78805 76 150 0 81250 0
Current children cumulated CPU time (s) 1659.83
Current children cumulated vsize (KiB) 344568

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3271
/proc/meminfo: memFree=1394112/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=13.17
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 1032 15148 0 59 3 1 1185 128 16 0 1 0 2000771044 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 798 370 3 0 500 0
[pid=3236] ppid=3213 vsize=5356 CPUtime=0
/proc/3236/stat : 3236 (sh) S 3213 3213 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000772410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3236/statm: 1339 232 193 169 0 50 0
[pid=3237] ppid=3236 vsize=326140 CPUtime=1706.41
/proc/3237/stat : 3237 (minisat) R 3236 3213 1159 0 -1 4194304 78959 0 0 0 170568 73 0 0 25 0 1 0 2000772411 333967360 78945 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3237/statm: 81535 78945 76 150 0 81382 0
Current children cumulated CPU time (s) 1719.58
Current children cumulated vsize (KiB) 345096

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3271
/proc/meminfo: memFree=1393536/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=13.17
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 1032 15148 0 59 3 1 1185 128 16 0 1 0 2000771044 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 798 370 3 0 500 0
[pid=3236] ppid=3213 vsize=5356 CPUtime=0
/proc/3236/stat : 3236 (sh) S 3213 3213 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000772410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3236/statm: 1339 232 193 169 0 50 0
[pid=3237] ppid=3236 vsize=326800 CPUtime=1766.18
/proc/3237/stat : 3237 (minisat) R 3236 3213 1159 0 -1 4194304 79115 0 0 0 176544 74 0 0 25 0 1 0 2000772411 334643200 79101 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3237/statm: 81700 79101 76 150 0 81547 0
Current children cumulated CPU time (s) 1779.35
Current children cumulated vsize (KiB) 345756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3271
/proc/meminfo: memFree=1393280/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=13.17
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 1032 15148 0 59 3 1 1185 128 16 0 1 0 2000771044 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 798 370 3 0 500 0
[pid=3236] ppid=3213 vsize=5356 CPUtime=0
/proc/3236/stat : 3236 (sh) S 3213 3213 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000772410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3236/statm: 1339 232 193 169 0 50 0
[pid=3237] ppid=3236 vsize=327080 CPUtime=1786.91
/proc/3237/stat : 3237 (minisat) R 3236 3213 1159 0 -1 4194304 79183 0 0 0 178617 74 0 0 25 0 1 0 2000772411 334929920 79169 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3237/statm: 81770 79169 76 150 0 81617 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 346036

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

[startup+1803.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3271
/proc/meminfo: memFree=1393280/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=13.17
/proc/3213/stat : 3213 (sugar) S 3211 3213 1159 0 -1 4194304 1032 15148 0 59 3 1 1185 128 16 0 1 0 2000771044 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3213/statm: 3400 798 370 3 0 500 0
[pid=3236] ppid=3213 vsize=5356 CPUtime=0
/proc/3236/stat : 3236 (sh) S 3213 3213 1159 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000772410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3236/statm: 1339 232 193 169 0 50 0
[pid=3237] ppid=3236 vsize=327080 CPUtime=1786.91
/proc/3237/stat : 3237 (minisat) R 3236 3213 1159 0 -1 4194304 79183 0 0 0 178617 74 0 0 25 0 1 0 2000772411 334929920 79169 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3237/statm: 81770 79169 76 150 0 81617 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 346036

# WARNING:
# current cumulated CPU time (13.23 s) is less than in the last sample (1800.08 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1786.85 s) to the 'lost time'.

[startup+1803.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3271
/proc/meminfo: memFree=1393280/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=13.23
/proc/3213/stat : 3213 (sugar) R 3211 3213 1159 0 -1 4194304 1068 15425 0 59 3 7 1185 128 17 0 1 0 2000771044 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257203868713 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3213/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 13.23
Current children cumulated vsize (KiB) 13600

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

[startup+1803.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 3271
/proc/meminfo: memFree=1393280/2055920 swapFree=4180808/4192956
[pid=3213] ppid=3211 vsize=13600 CPUtime=13.23
/proc/3213/stat : 3213 (sugar) R 3211 3213 1159 0 -1 4194304 1068 15425 0 59 3 7 1185 128 17 0 1 0 2000771044 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257203868713 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3213/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 13.23
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1786.85
#  lost CPU user time (s): 1786.17
#  lost CPU system time (s): 0.68

Real time (s): 1803.24
CPU time (s): 1800.12
CPU user time (s): 1798.06
CPU system time (s): 2.06279
CPU usage (%): 99.8272
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8872
system time used= 1.38279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16524
page faults= 59
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30563
involuntary context switches= 30352

runsolver used 2.29765 second user time and 5.86711 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-05 02:33:32
IDJOB=1081612
IDBENCH=57118
IDSOLVER=346
FILE ID=node65/1081612-1215218012
PBS_JOBID= 7881658
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/knights/normalized-knights-100-25.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-1081612-1215218012/watcher-1081612-1215218012 -o /tmp/evaluation-result-1081612-1215218012/solver-1081612-1215218012 -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-1081612-1215218012.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2de87842e968f8244d3eba63b4585241
RANDOM SEED=1853326802

node65.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.231
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.231
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:       1683176 kB
Buffers:          2820 kB
Cached:         129488 kB
SwapCached:       5732 kB
Active:         210232 kB
Inactive:       106912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683176 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:         192020 kB
Slab:            40464 kB
Committed_AS:  4143112 kB
PageTables:       2288 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= 66492 MiB
End job on node65 at 2008-07-05 03:03:38