Trace number 1086339

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? (MO) 252.804 258.387

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-3.xml
MD5SUM2fe8075751fff64133735b72d8923bdd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.0199
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Sat Jul  5 08:21:11 2008
0.00/0.16	c 0	PID 28765
0.00/0.16	c 0	HOST node20.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1086339-1215238870.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086339-1215238870.xml' 'HOME/temp.csp'
1.15/1.33	c 1	18 domains, 1000 variables, 8 predicates, 0 relations, 15032 constraints
1.15/1.37	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.37	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.20/1.46	c 1	Parsing HOME/temp.csp
1.20/1.91	c 1	parsed 10000 expressions
1.20/2.08	c 2	parsed 16058 expressions
1.20/2.08	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/2.08	c 2	Converting to clausal form CSP
2.99/3.29	c 3	converted 1606 (10%) expressions
5.18/5.41	c 5	converted 3212 (20%) expressions
7.05/7.39	c 7	converted 4818 (30%) expressions
8.62/8.96	c 8	converted 6424 (40%) expressions
10.41/10.75	c 10	converted 8029 (50%) expressions
11.89/12.23	c 12	converted 9635 (60%) expressions
13.38/13.74	c 13	converted 11241 (70%) expressions
15.25/15.69	c 15	converted 12847 (80%) expressions
16.74/17.16	c 17	converted 14453 (90%) expressions
18.22/18.65	c 18	converted 16058 (100%) expressions
18.22/18.65	c 18	CSP : 1994 integers, 43676 booleans, 91675 clauses, largest domain size 2741
18.22/18.65	c 18	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.22/18.65	c 18	Propagation in CSP
19.22/19.63	c 19	11928 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.22/19.63	c 19	CSP : 1994 integers, 43676 booleans, 91675 clauses, largest domain size 2741
19.22/19.63	c 19	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.22/19.67	c 19	Simplifing CSP by introducing new Boolean variables
19.41/19.87	c 19	CSP : 1994 integers, 74734 booleans, 122733 clauses, largest domain size 2741
19.41/19.87	c 19	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.10/20.56	c 20	Encoding CSP to SAT : HOME/temp.cnf
21.58/22.02	c 21	200 (10%) CSP integer variables are encoded (59504 clauses, 870490 bytes)
22.97/23.42	c 23	399 (20%) CSP integer variables are encoded (119236 clauses, 1805607 bytes)
24.26/24.79	c 24	599 (30%) CSP integer variables are encoded (176634 clauses, 2781373 bytes)
25.74/26.22	c 26	798 (40%) CSP integer variables are encoded (236930 clauses, 3806405 bytes)
27.03/27.51	c 27	997 (50%) CSP integer variables are encoded (291634 clauses, 4736373 bytes)
27.62/28.14	c 28	1197 (60%) CSP integer variables are encoded (765835 clauses, 12797790 bytes)
28.21/28.75	c 28	1396 (70%) CSP integer variables are encoded (1231776 clauses, 21184928 bytes)
28.82/29.33	c 29	1596 (80%) CSP integer variables are encoded (1679510 clauses, 29691874 bytes)
29.40/29.96	c 29	1795 (90%) CSP integer variables are encoded (2153315 clauses, 38694169 bytes)
30.00/30.54	c 30	1994 (100%) CSP integer variables are encoded (2595288 clauses, 47091656 bytes)
83.07/84.28	c 84	12274 (10%) CSP clauses are encoded (10142281 clauses, 221916901 bytes)
118.52/120.28	c 120	24547 (20%) CSP clauses are encoded (16542314 clauses, 380577825 bytes)
139.83/141.94	c 141	36820 (30%) CSP clauses are encoded (21298197 clauses, 502074452 bytes)
158.57/161.17	c 161	49094 (40%) CSP clauses are encoded (25906325 clauses, 621794810 bytes)
174.33/177.30	c 177	61367 (50%) CSP clauses are encoded (30288426 clauses, 737833934 bytes)
188.94/192.28	c 192	73640 (60%) CSP clauses are encoded (34553099 clauses, 850716957 bytes)
202.18/205.78	c 205	85914 (70%) CSP clauses are encoded (38474327 clauses, 954711580 bytes)
214.41/218.21	c 218	98187 (80%) CSP clauses are encoded (42098459 clauses, 1051936272 bytes)
228.12/232.23	c 232	110460 (90%) CSP clauses are encoded (46237835 clauses, 1162469182 bytes)
240.78/245.19	c 245	122733 (100%) CSP clauses are encoded (50030702 clauses, 1263995306 bytes)
240.78/245.19	c 245	122733 CSP clauses encoded
240.78/245.19	c 245	Writing map file : HOME/temp.map
240.98/245.32	c 245	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
240.98/245.32	c 245	SAT : 2672016 SAT variables, 50030702 SAT clauses, 1263995306 bytes
240.98/245.32	c 245	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
240.98/245.37	c 245	SOLVING HOME/temp.cnf
240.98/245.37	c 245	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
240.98/245.38	c 245	This is MiniSat 2.0 beta
240.98/245.38	c 245	WARNING: for repeatability, setting FPU to use double precision
240.98/245.38	c 245	============================[ Problem Statistics ]=============================
240.98/245.38	c 245	|                                                                             |
240.98/245.38	c 245	|  Number of variables:  2672016                                              |
240.98/245.38	c 245	|  Number of clauses:    50030702                                             |
252.21/257.33	c ERROR INTERRUPTED
252.31/257.49	s UNKNOWN
252.31/257.49	c 257	CPU 232.42 (0.04 0.01 232.38 8.6)
252.31/257.49	c 257	END Sat Jul  5 08:25:28 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-1086339-1215238870/watcher-1086339-1215238870 -o /tmp/evaluation-result-1086339-1215238870/solver-1086339-1215238870 -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-1086339-1215238870.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.99 1.97 1.99 4/72 28765
/proc/meminfo: memFree=1632888/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=18572 CPUtime=0
/proc/28765/stat : 28765 (runsolver) D 28763 28765 27372 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1312132948 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273952599335 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/28765/statm: 4643 292 257 25 0 2626 0

[startup+0.0355269 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 28765
/proc/meminfo: memFree=1632888/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=12268 CPUtime=0
/proc/28765/stat : 28765 (sugar) D 28763 28765 27372 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1312132948 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273952766565 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/28765/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101539 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 28765
/proc/meminfo: memFree=1632888/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=12272 CPUtime=0
/proc/28765/stat : 28765 (sugar) D 28763 28765 27372 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 1312132948 12566528 365 996147200 4194304 4206940 548682068608 18446744073709551615 273961499646 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/28765/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301585 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 28765
/proc/meminfo: memFree=1632888/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=0.04
/proc/28765/stat : 28765 (sugar) S 28763 28765 27372 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1312132948 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28765/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701667 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 28765
/proc/meminfo: memFree=1632888/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=0.04
/proc/28765/stat : 28765 (sugar) S 28763 28765 27372 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1312132948 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28765/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50182 s]
/proc/loadavg: 1.99 1.97 1.99 5/83 28777
/proc/meminfo: memFree=1604832/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=1.2
/proc/28765/stat : 28765 (sugar) S 28763 28765 27372 0 -1 4194304 973 11172 0 1 3 1 107 9 16 0 1 0 1312132948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28765/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 13600

[startup+3.10213 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 28787
/proc/meminfo: memFree=1616480/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=1.2
/proc/28765/stat : 28765 (sugar) S 28763 28765 27372 0 -1 4194304 974 11172 0 1 3 1 107 9 15 0 1 0 1312132948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28765/statm: 3400 797 370 3 0 500 0
[pid=28778] ppid=28765 vsize=5356 CPUtime=0
/proc/28778/stat : 28778 (sh) S 28765 28765 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1312133086 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28778/statm: 1339 233 193 169 0 50 0
[pid=28779] ppid=28778 vsize=868392 CPUtime=1.7
/proc/28779/stat : 28779 (java) S 28778 28765 27372 0 -1 0 8565 0 1 0 163 7 0 0 18 0 9 0 1312133086 889233408 7553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28779/statm: 217098 7553 2541 9 0 211673 0
[pid=28779/tid=28780] ppid=28778 vsize=868392 CPUtime=1.19
/proc/28779/task/28780/stat : 28780 (java) R 28778 28765 27372 0 -1 64 2710 0 1 0 117 2 0 0 25 0 9 0 1312133087 889233408 7553 996147200 134512640 134550740 4294955952 18446744073709551615 4126568104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28781] ppid=28778 vsize=868392 CPUtime=0.28
/proc/28779/task/28781/stat : 28781 (java) S 28778 28765 27372 0 -1 64 3699 0 0 0 26 2 0 0 16 0 9 0 1312133089 889233408 7553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28782] ppid=28778 vsize=868392 CPUtime=0
/proc/28779/task/28782/stat : 28782 (java) S 28778 28765 27372 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1312133089 889233408 7553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28783] ppid=28778 vsize=868392 CPUtime=0
/proc/28779/task/28783/stat : 28783 (java) S 28778 28765 27372 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1312133089 889233408 7553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28784] ppid=28778 vsize=868392 CPUtime=0
/proc/28779/task/28784/stat : 28784 (java) S 28778 28765 27372 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1312133091 889233408 7553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28785] ppid=28778 vsize=868392 CPUtime=0.2
/proc/28779/task/28785/stat : 28785 (java) S 28778 28765 27372 0 -1 64 1459 0 0 0 19 1 0 0 15 0 9 0 1312133091 889233408 7553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28786] ppid=28778 vsize=868392 CPUtime=0
/proc/28779/task/28786/stat : 28786 (java) S 28778 28765 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1312133091 889233408 7553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28787] ppid=28778 vsize=868392 CPUtime=0
/proc/28779/task/28787/stat : 28787 (java) S 28778 28765 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1312133091 889233408 7553 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 887348

[startup+6.30277 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 28787
/proc/meminfo: memFree=1600224/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=1.2
/proc/28765/stat : 28765 (sugar) S 28763 28765 27372 0 -1 4194304 974 11172 0 1 3 1 107 9 16 0 1 0 1312132948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28765/statm: 3400 797 370 3 0 500 0
[pid=28778] ppid=28765 vsize=5356 CPUtime=0
/proc/28778/stat : 28778 (sh) S 28765 28765 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1312133086 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28778/statm: 1339 233 193 169 0 50 0
[pid=28779] ppid=28778 vsize=873772 CPUtime=4.86
/proc/28779/stat : 28779 (java) S 28778 28765 27372 0 -1 0 14364 0 1 0 474 12 0 0 18 0 9 0 1312133086 894742528 11838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28779/statm: 218443 11838 2540 9 0 213018 0
[pid=28779/tid=28780] ppid=28778 vsize=873772 CPUtime=3.8
/proc/28779/task/28780/stat : 28780 (java) R 28778 28765 27372 0 -1 64 3049 0 1 0 377 3 0 0 25 0 9 0 1312133087 894742528 11838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28781] ppid=28778 vsize=873772 CPUtime=0.8
/proc/28779/task/28781/stat : 28781 (java) R 28778 28765 27372 0 -1 64 9151 0 0 0 74 6 0 0 16 0 9 0 1312133089 894742528 11838 996147200 134512640 134550740 4294955952 18446744073709551615 102731777 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28782] ppid=28778 vsize=873772 CPUtime=0
/proc/28779/task/28782/stat : 28782 (java) S 28778 28765 27372 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1312133089 894742528 11838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28783] ppid=28778 vsize=873772 CPUtime=0
/proc/28779/task/28783/stat : 28783 (java) S 28778 28765 27372 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1312133089 894742528 11838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28784] ppid=28778 vsize=873772 CPUtime=0
/proc/28779/task/28784/stat : 28784 (java) S 28778 28765 27372 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1312133091 894742528 11838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28785] ppid=28778 vsize=873772 CPUtime=0.22
/proc/28779/task/28785/stat : 28785 (java) S 28778 28765 27372 0 -1 64 1467 0 0 0 21 1 0 0 15 0 9 0 1312133091 894742528 11838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28786] ppid=28778 vsize=873772 CPUtime=0
/proc/28779/task/28786/stat : 28786 (java) S 28778 28765 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1312133091 894742528 11838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28787] ppid=28778 vsize=873772 CPUtime=0
/proc/28779/task/28787/stat : 28787 (java) S 28778 28765 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1312133091 894742528 11838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 892728

[startup+12.703 s]
/proc/loadavg: 2.07 1.99 1.99 3/83 28787
/proc/meminfo: memFree=1573600/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=1.2
/proc/28765/stat : 28765 (sugar) S 28763 28765 27372 0 -1 4194304 974 11172 0 1 3 1 107 9 16 0 1 0 1312132948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28765/statm: 3400 797 370 3 0 500 0
[pid=28778] ppid=28765 vsize=5356 CPUtime=0
/proc/28778/stat : 28778 (sh) S 28765 28765 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1312133086 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28778/statm: 1339 233 193 169 0 50 0
[pid=28779] ppid=28778 vsize=868392 CPUtime=11.19
/proc/28779/stat : 28779 (java) S 28778 28765 27372 0 -1 0 22663 0 1 0 1099 20 0 0 18 0 9 0 1312133086 889233408 17284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28779/statm: 217098 17284 2540 9 0 211673 0
[pid=28779/tid=28780] ppid=28778 vsize=868392 CPUtime=9.15
/proc/28779/task/28780/stat : 28780 (java) R 28778 28765 27372 0 -1 64 3627 0 1 0 910 5 0 0 25 0 9 0 1312133087 889233408 17284 996147200 134512640 134550740 4294955952 18446744073709551615 4126571038 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28781] ppid=28778 vsize=868392 CPUtime=1.79
/proc/28779/task/28781/stat : 28781 (java) S 28778 28765 27372 0 -1 64 16872 0 0 0 167 12 0 0 16 0 9 0 1312133089 889233408 17284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28782] ppid=28778 vsize=868392 CPUtime=0
/proc/28779/task/28782/stat : 28782 (java) S 28778 28765 27372 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1312133089 889233408 17284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28783] ppid=28778 vsize=868392 CPUtime=0
/proc/28779/task/28783/stat : 28783 (java) S 28778 28765 27372 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1312133089 889233408 17284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28784] ppid=28778 vsize=868392 CPUtime=0
/proc/28779/task/28784/stat : 28784 (java) S 28778 28765 27372 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1312133091 889233408 17284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28785] ppid=28778 vsize=868392 CPUtime=0.22
/proc/28779/task/28785/stat : 28785 (java) S 28778 28765 27372 0 -1 64 1467 0 0 0 21 1 0 0 15 0 9 0 1312133091 889233408 17284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28786] ppid=28778 vsize=868392 CPUtime=0
/proc/28779/task/28786/stat : 28786 (java) S 28778 28765 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1312133091 889233408 17284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28787] ppid=28778 vsize=868392 CPUtime=0
/proc/28779/task/28787/stat : 28787 (java) S 28778 28765 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1312133091 889233408 17284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 887348

[startup+25.5015 s]
/proc/loadavg: 2.06 1.99 1.99 4/83 28787
/proc/meminfo: memFree=1524256/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=1.2
/proc/28765/stat : 28765 (sugar) S 28763 28765 27372 0 -1 4194304 974 11172 0 1 3 1 107 9 16 0 1 0 1312132948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28765/statm: 3400 797 370 3 0 500 0
[pid=28778] ppid=28765 vsize=5356 CPUtime=0
/proc/28778/stat : 28778 (sh) S 28765 28765 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1312133086 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28778/statm: 1339 233 193 169 0 50 0
[pid=28779] ppid=28778 vsize=868504 CPUtime=23.85
/proc/28779/stat : 28779 (java) S 28778 28765 27372 0 -1 0 35473 0 1 0 2353 32 0 0 18 0 9 0 1312133086 889348096 27994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28779/statm: 217126 27994 2566 9 0 211673 0
[pid=28779/tid=28780] ppid=28778 vsize=868504 CPUtime=19.83
/proc/28779/task/28780/stat : 28780 (java) R 28778 28765 27372 0 -1 64 4410 0 1 0 1975 8 0 0 25 0 9 0 1312133087 889348096 27994 996147200 134512640 134550740 4294955952 18446744073709551615 4126603407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28781] ppid=28778 vsize=868504 CPUtime=3.7
/proc/28779/task/28781/stat : 28781 (java) S 28778 28765 27372 0 -1 64 28864 0 0 0 349 21 0 0 16 0 9 0 1312133089 889348096 27994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28782] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28782/stat : 28782 (java) S 28778 28765 27372 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1312133089 889348096 27994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28783] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28783/stat : 28783 (java) S 28778 28765 27372 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1312133089 889348096 27994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28784] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28784/stat : 28784 (java) S 28778 28765 27372 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1312133091 889348096 27994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28785] ppid=28778 vsize=868504 CPUtime=0.28
/proc/28779/task/28785/stat : 28785 (java) S 28778 28765 27372 0 -1 64 1502 0 0 0 27 1 0 0 16 0 9 0 1312133091 889348096 27994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28786] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28786/stat : 28786 (java) S 28778 28765 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1312133091 889348096 27994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28787] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28787/stat : 28787 (java) S 28778 28765 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1312133091 889348096 27994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 887460

[startup+51.1026 s]
/proc/loadavg: 2.04 1.99 1.99 3/83 28787
/proc/meminfo: memFree=1426592/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=1.2
/proc/28765/stat : 28765 (sugar) S 28763 28765 27372 0 -1 4194304 974 11172 0 1 3 1 107 9 15 0 1 0 1312132948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28765/statm: 3400 797 370 3 0 500 0
[pid=28778] ppid=28765 vsize=5356 CPUtime=0
/proc/28778/stat : 28778 (sh) S 28765 28765 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1312133086 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28778/statm: 1339 233 193 169 0 50 0
[pid=28779] ppid=28778 vsize=868504 CPUtime=49.15
/proc/28779/stat : 28779 (java) S 28778 28765 27372 0 -1 0 35784 0 1 0 4821 94 0 0 18 0 9 0 1312133086 889348096 28010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/28779/task/28787/stat : 28787 (java) S 28778 28765 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1312133091 889348096 28014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.9
Current children cumulated vsize (KiB) 887460

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 28787
/proc/meminfo: memFree=902560/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=1.2
/proc/28765/stat : 28765 (sugar) S 28763 28765 27372 0 -1 4194304 974 11172 0 1 3 1 107 9 16 0 1 0 1312132948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28765/statm: 3400 797 370 3 0 500 0
[pid=28778] ppid=28765 vsize=5356 CPUtime=0
/proc/28778/stat : 28778 (sh) S 28765 28765 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1312133086 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28778/statm: 1339 233 193 169 0 50 0
[pid=28779] ppid=28778 vsize=868504 CPUtime=158.55
/proc/28779/stat : 28779 (java) S 28778 28765 27372 0 -1 0 37317 0 1 0 15409 446 0 0 18 0 9 0 1312133086 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28779/statm: 217126 28015 2566 9 0 211673 0
[pid=28779/tid=28780] ppid=28778 vsize=868504 CPUtime=153.31
/proc/28779/task/28780/stat : 28780 (java) R 28778 28765 27372 0 -1 64 6234 0 1 0 14924 407 0 0 25 0 9 0 1312133087 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4126629229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28781] ppid=28778 vsize=868504 CPUtime=4.9
/proc/28779/task/28781/stat : 28781 (java) S 28778 28765 27372 0 -1 64 28864 0 0 0 454 36 0 0 16 0 9 0 1312133089 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28782] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28782/stat : 28782 (java) S 28778 28765 27372 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1312133089 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28783] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28783/stat : 28783 (java) S 28778 28765 27372 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1312133089 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28784] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28784/stat : 28784 (java) S 28778 28765 27372 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1312133091 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28785] ppid=28778 vsize=868504 CPUtime=0.32
/proc/28779/task/28785/stat : 28785 (java) S 28778 28765 27372 0 -1 64 1522 0 0 0 31 1 0 0 15 0 9 0 1312133091 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28786] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28786/stat : 28786 (java) S 28778 28765 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1312133091 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28787] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28787/stat : 28787 (java) S 28778 28765 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1312133091 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.75
Current children cumulated vsize (KiB) 887460

[startup+222.301 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 28787
/proc/meminfo: memFree=444896/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=1.2
/proc/28765/stat : 28765 (sugar) S 28763 28765 27372 0 -1 4194304 974 11172 0 1 3 1 107 9 16 0 1 0 1312132948 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28765/statm: 3400 797 370 3 0 500 0
[pid=28778] ppid=28765 vsize=5356 CPUtime=0
/proc/28778/stat : 28778 (sh) S 28765 28765 27372 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1312133086 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28778/statm: 1339 233 193 169 0 50 0
[pid=28779] ppid=28778 vsize=868504 CPUtime=217.23
/proc/28779/stat : 28779 (java) S 28778 28765 27372 0 -1 0 38545 0 1 0 20990 733 0 0 18 0 9 0 1312133086 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28779/statm: 217126 28015 2566 9 0 211673 0
[pid=28779/tid=28780] ppid=28778 vsize=868504 CPUtime=211.16
/proc/28779/task/28780/stat : 28780 (java) R 28778 28765 27372 0 -1 64 7462 0 1 0 20432 684 0 0 25 0 9 0 1312133087 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4126646210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28781] ppid=28778 vsize=868504 CPUtime=5.72
/proc/28779/task/28781/stat : 28781 (java) S 28778 28765 27372 0 -1 64 28864 0 0 0 526 46 0 0 16 0 9 0 1312133089 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28782] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28782/stat : 28782 (java) S 28778 28765 27372 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1312133089 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28783] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28783/stat : 28783 (java) S 28778 28765 27372 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1312133089 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28784] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28784/stat : 28784 (java) S 28778 28765 27372 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1312133091 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28785] ppid=28778 vsize=868504 CPUtime=0.32
/proc/28779/task/28785/stat : 28785 (java) S 28778 28765 27372 0 -1 64 1522 0 0 0 31 1 0 0 15 0 9 0 1312133091 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28786] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28786/stat : 28786 (java) S 28778 28765 27372 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1312133091 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28779/tid=28787] ppid=28778 vsize=868504 CPUtime=0
/proc/28779/task/28787/stat : 28787 (java) S 28778 28765 27372 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1312133091 889348096 28015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.43
Current children cumulated vsize (KiB) 887460



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+257.302 s]
/proc/loadavg: 2.10 2.02 2.00 3/75 28789
/proc/meminfo: memFree=16288/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=241.03
/proc/28765/stat : 28765 (sugar) S 28763 28765 27372 0 -1 4194304 1033 50511 0 2 4 1 23238 860 16 0 1 0 1312132948 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28765/statm: 3400 799 370 3 0 500 0
[pid=28788] ppid=28765 vsize=5356 CPUtime=0
/proc/28788/stat : 28788 (sh) S 28765 28765 27372 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1312157486 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28788/statm: 1339 232 193 169 0 50 0
[pid=28789] ppid=28788 vsize=913412 CPUtime=11.18
/proc/28789/stat : 28789 (minisat) R 28788 28765 27372 0 -1 4194304 213122 0 0 0 931 187 0 0 21 0 1 0 1312157486 935333888 213108 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 1 0 0
/proc/28789/statm: 228353 213108 62 150 0 228200 0
Current children cumulated CPU time (s) 252.21
Current children cumulated vsize (KiB) 932368

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

[startup+257.435 s]
/proc/loadavg: 2.10 2.02 2.00 3/75 28789
/proc/meminfo: memFree=16288/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=241.03
/proc/28765/stat : 28765 (sugar) S 28763 28765 27372 0 -1 4194304 1044 50511 0 2 4 1 23238 860 16 0 1 0 1312132948 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/28765/statm: 3400 799 370 3 0 500 0
[pid=28788] ppid=28765 vsize=0 CPUtime=0
/proc/28788/stat : 28788 (sh) Z 28765 28765 27372 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1312157486 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28788/statm: 0 0 0 0 0 0 0
[pid=28789] ppid=1 vsize=0 CPUtime=11.28
/proc/28789/stat : 28789 (minisat) R 1 28765 27372 0 -1 4195332 213122 0 0 0 931 197 0 0 20 0 1 0 1312157486 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/28789/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 252.31
Current children cumulated vsize (KiB) 13600

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

[startup+257.502 s]
/proc/loadavg: 2.10 2.02 2.00 3/75 28789
/proc/meminfo: memFree=16288/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=241.03
/proc/28765/stat : 28765 (sugar) D 28763 28765 27372 0 -1 4194304 1069 50788 0 2 4 1 23238 860 16 0 1 0 1312132948 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/28765/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 241.03
Current children cumulated vsize (KiB) 13600

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

[startup+257.435 s]
/proc/loadavg: 2.10 2.02 2.00 3/75 28789
/proc/meminfo: memFree=16288/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=241.03
/proc/28765/stat : 28765 (sugar) S 28763 28765 27372 0 -1 4194304 1044 50511 0 2 4 1 23238 860 16 0 1 0 1312132948 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/28765/statm: 3400 799 370 3 0 500 0
[pid=28788] ppid=28765 vsize=0 CPUtime=0
/proc/28788/stat : 28788 (sh) Z 28765 28765 27372 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1312157486 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28788/statm: 0 0 0 0 0 0 0
[pid=28789] ppid=1 vsize=0 CPUtime=11.28
/proc/28789/stat : 28789 (minisat) R 1 28765 27372 0 -1 4195332 213122 0 0 0 931 197 0 0 20 0 1 0 1312157486 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/28789/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 252.31
Current children cumulated vsize (KiB) 13600

[startup+257.802 s]
/proc/loadavg: 2.10 2.02 2.00 3/75 28789
/proc/meminfo: memFree=16288/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=241.33
/proc/28765/stat : 28765 (sugar) R 28763 28765 27372 0 -1 4194304 1069 50788 0 2 4 31 23238 860 16 0 1 0 1312132948 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28765/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 241.33
Current children cumulated vsize (KiB) 13600

[startup+258.201 s]
/proc/loadavg: 2.10 2.02 2.00 3/75 28789
/proc/meminfo: memFree=16288/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=241.49
/proc/28765/stat : 28765 (sugar) D 28763 28765 27372 0 -1 4194304 1069 50788 0 2 4 47 23238 860 15 0 1 0 1312132948 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/28765/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 241.49
Current children cumulated vsize (KiB) 13600

[startup+258.301 s]
/proc/loadavg: 2.10 2.02 2.00 3/75 28789
/proc/meminfo: memFree=16288/2055920 swapFree=4122200/4192956
[pid=28765] ppid=28763 vsize=13600 CPUtime=241.5
/proc/28765/stat : 28765 (sugar) D 28763 28765 27372 0 -1 4194304 1069 50788 0 2 4 48 23238 860 15 0 1 0 1312132948 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/28765/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 241.5
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): 11.28
#  lost CPU user time (s): 9.31
#  lost CPU system time (s): 1.97

Real time (s): 258.387
CPU time (s): 252.804
CPU user time (s): 241.74
CPU system time (s): 11.0646
CPU usage (%): 97.8393
Max. virtual memory (cumulated for all children) (KiB): 932368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.43
system time used= 9.09462
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51888
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= 37440
involuntary context switches= 42599

runsolver used 0.32295 second user time and 0.926859 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 08:21:10
IDJOB=1086339
IDBENCH=57801
IDSOLVER=346
FILE ID=node20/1086339-1215238870
PBS_JOBID= 7881867
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-3.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-1086339-1215238870/watcher-1086339-1215238870 -o /tmp/evaluation-result-1086339-1215238870/solver-1086339-1215238870 -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-1086339-1215238870.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2fe8075751fff64133735b72d8923bdd
RANDOM SEED=123009754

node20.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.263
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.263
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:       1633432 kB
Buffers:          7908 kB
Cached:          87964 kB
SwapCached:      64404 kB
Active:         317344 kB
Inactive:        48552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1633432 kB
SwapTotal:     4192956 kB
SwapFree:      4122200 kB
Dirty:            3492 kB
Writeback:           0 kB
Mapped:         278132 kB
Slab:            41360 kB
Committed_AS:  2952428 kB
PageTables:       2300 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= 66496 MiB
End job on node20 at 2008-07-05 08:25:30