Trace number 1085856

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) 143.192 145.156

General information on the benchmark

Namecsp/fapp/fapp10/
normalized-fapp10-0900-9.xml
MD5SUMbb8fed9f370e164b93c37276047ba0d0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark55.3086
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints11381
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11381
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul  5 07:30:41 2008
0.00/0.15	c 0	PID 30456
0.00/0.16	c 0	HOST node70.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1085856-1215235841.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-1085856-1215235841.xml' 'HOME/temp.csp'
0.93/1.16	c 1	28 domains, 900 variables, 8 predicates, 0 relations, 11381 constraints
1.00/1.22	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.00/1.22	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.00/1.30	c 1	Parsing HOME/temp.csp
1.00/1.74	c 1	parsed 10000 expressions
1.00/1.80	c 2	parsed 12317 expressions
1.00/1.81	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.81	c 2	Converting to clausal form CSP
2.53/2.86	c 3	converted 1232 (10%) expressions
5.57/5.97	c 6	converted 2464 (20%) expressions
8.12/8.58	c 8	converted 3696 (30%) expressions
9.67/10.17	c 10	converted 4927 (40%) expressions
11.35/11.87	c 12	converted 6159 (50%) expressions
13.24/13.80	c 14	converted 7391 (60%) expressions
14.73/15.27	c 15	converted 8622 (70%) expressions
16.12/16.65	c 16	converted 9854 (80%) expressions
17.62/18.20	c 18	converted 11086 (90%) expressions
19.81/20.30	c 20	converted 12317 (100%) expressions
19.81/20.30	c 20	CSP : 1797 integers, 32936 booleans, 68146 clauses, largest domain size 2741
19.81/20.30	c 20	Heap : 106 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.81/20.30	c 20	Propagation in CSP
20.50/21.03	c 21	5940 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.50/21.03	c 21	CSP : 1797 integers, 32936 booleans, 68146 clauses, largest domain size 2741
20.50/21.03	c 21	Heap : 117 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.50/21.08	c 21	Simplifing CSP by introducing new Boolean variables
20.70/21.21	c 21	CSP : 1797 integers, 56088 booleans, 91298 clauses, largest domain size 2741
20.70/21.21	c 21	Heap : 118 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.40/21.95	c 22	Encoding CSP to SAT : HOME/temp.cnf
22.19/22.73	c 22	180 (10%) CSP integer variables are encoded (36979 clauses, 532655 bytes)
22.99/23.56	c 23	360 (20%) CSP integer variables are encoded (78127 clauses, 1149875 bytes)
23.78/24.38	c 24	540 (30%) CSP integer variables are encoded (119433 clauses, 1809244 bytes)
24.58/25.18	c 25	719 (40%) CSP integer variables are encoded (159061 clauses, 2482920 bytes)
25.38/25.90	c 26	899 (50%) CSP integer variables are encoded (195757 clauses, 3106752 bytes)
25.68/26.26	c 26	1079 (60%) CSP integer variables are encoded (486246 clauses, 8045065 bytes)
25.97/26.59	c 26	1258 (70%) CSP integer variables are encoded (770499 clauses, 12877366 bytes)
26.38/26.94	c 27	1438 (80%) CSP integer variables are encoded (1078643 clauses, 18275887 bytes)
26.76/27.32	c 27	1618 (90%) CSP integer variables are encoded (1381347 clauses, 24027263 bytes)
27.07/27.65	c 27	1797 (100%) CSP integer variables are encoded (1652496 clauses, 29179094 bytes)
52.89/53.64	c 53	9130 (10%) CSP clauses are encoded (5769143 clauses, 120686954 bytes)
69.68/70.51	c 70	18260 (20%) CSP clauses are encoded (9168427 clauses, 201771943 bytes)
81.65/82.68	c 82	27390 (30%) CSP clauses are encoded (11904182 clauses, 269231739 bytes)
90.85/91.95	c 92	36520 (40%) CSP clauses are encoded (14472524 clauses, 335141000 bytes)
98.93/100.26	c 100	45649 (50%) CSP clauses are encoded (17020753 clauses, 401236746 bytes)
106.12/107.53	c 107	54779 (60%) CSP clauses are encoded (19355828 clauses, 461816903 bytes)
112.62/114.15	c 114	63909 (70%) CSP clauses are encoded (21439824 clauses, 515426880 bytes)
119.23/120.87	c 121	73039 (80%) CSP clauses are encoded (23645015 clauses, 573117524 bytes)
125.71/127.47	c 127	82169 (90%) CSP clauses are encoded (25764989 clauses, 628712332 bytes)
131.82/133.65	c 133	91298 (100%) CSP clauses are encoded (27744012 clauses, 680754789 bytes)
131.82/133.65	c 133	91298 CSP clauses encoded
131.82/133.65	c 133	Writing map file : HOME/temp.map
131.93/133.72	c 133	Heap : 111 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
131.93/133.72	c 133	SAT : 1710381 SAT variables, 27744012 SAT clauses, 680754789 bytes
131.93/133.72	c 133	Heap : 111 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
131.93/133.76	c 133	SOLVING HOME/temp.cnf
131.93/133.76	c 133	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
131.93/133.77	c 133	This is MiniSat 2.0 beta
131.93/133.77	c 133	WARNING: for repeatability, setting FPU to use double precision
131.93/133.77	c 133	============================[ Problem Statistics ]=============================
131.93/133.77	c 133	|                                                                             |
131.93/133.77	c 133	|  Number of variables:  1710381                                              |
131.93/133.77	c 133	|  Number of clauses:    27744012                                             |
143.17/145.02	c ERROR INTERRUPTED
132.00/145.15	s UNKNOWN
132.00/145.15	c 145	CPU 127.87 (0.03 0.01 127.84 4.12)
132.00/145.15	c 145	END Sat Jul  5 07:33:06 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-1085856-1215235841/watcher-1085856-1215235841 -o /tmp/evaluation-result-1085856-1215235841/solver-1085856-1215235841 -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-1085856-1215235841.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: 2.25 2.52 2.34 4/93 30456
/proc/meminfo: memFree=1702512/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=18572 CPUtime=0
/proc/30456/stat : 30456 (runsolver) R 30454 30456 29288 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002552926 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30456/statm: 4643 292 257 25 0 2626 0

[startup+0.0147041 s]
/proc/loadavg: 2.25 2.52 2.34 4/93 30456
/proc/meminfo: memFree=1702512/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=24 CPUtime=0
/proc/30456/stat : 30456 (sugar) D 30454 30456 29288 0 -1 4194304 15 0 0 0 0 0 0 0 19 0 1 0 2002552926 24576 1 996147200 0 0 548682069405 18446744073709551615 233402068263 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/30456/statm: 6 1 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24

[startup+0.101728 s]
/proc/loadavg: 2.25 2.52 2.34 4/93 30456
/proc/meminfo: memFree=1702512/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=12272 CPUtime=0
/proc/30456/stat : 30456 (sugar) R 30454 30456 29288 0 -1 4194304 403 0 3 0 0 0 0 0 18 0 1 0 2002552926 12566528 374 996147200 4194304 4206940 548682068608 18446744073709551615 233410968574 0 0 4224 0 0 0 0 17 1 0 0
/proc/30456/statm: 3068 374 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301761 s]
/proc/loadavg: 2.25 2.52 2.34 4/93 30456
/proc/meminfo: memFree=1702512/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=0.04
/proc/30456/stat : 30456 (sugar) S 30454 30456 29288 0 -1 4194304 897 127 3 0 3 1 0 0 18 0 1 0 2002552926 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701835 s]
/proc/loadavg: 2.25 2.52 2.34 4/93 30456
/proc/meminfo: memFree=1702512/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=0.04
/proc/30456/stat : 30456 (sugar) S 30454 30456 29288 0 -1 4194304 897 127 3 0 3 1 0 0 18 0 1 0 2002552926 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50198 s]
/proc/loadavg: 2.31 2.53 2.34 3/104 30468
/proc/meminfo: memFree=1676824/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=1
/proc/30456/stat : 30456 (sugar) S 30454 30456 29288 0 -1 4194304 970 9991 3 1 3 1 90 6 16 0 1 0 2002552926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 13600

[startup+3.10227 s]
/proc/loadavg: 2.31 2.53 2.34 4/104 30478
/proc/meminfo: memFree=1686232/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=1
/proc/30456/stat : 30456 (sugar) S 30454 30456 29288 0 -1 4194304 971 9991 3 1 3 1 90 6 16 0 1 0 2002552926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 797 370 3 0 500 0
[pid=30469] ppid=30456 vsize=5356 CPUtime=0
/proc/30469/stat : 30469 (sh) S 30456 30456 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002553048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30469/statm: 1339 233 193 169 0 50 0
[pid=30470] ppid=30469 vsize=868388 CPUtime=1.83
/proc/30470/stat : 30470 (java) S 30469 30456 29288 0 -1 0 8683 0 1 0 178 5 0 0 18 0 9 0 2002553049 889229312 7773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30470/statm: 217097 7773 2541 9 0 211672 0
[pid=30470/tid=30471] ppid=30469 vsize=868388 CPUtime=1.34
/proc/30470/task/30471/stat : 30471 (java) R 30469 30456 29288 0 -1 64 2687 0 1 0 133 1 0 0 25 0 9 0 2002553050 889229312 7773 996147200 134512640 134550740 4294955952 18446744073709551615 4126599546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30472] ppid=30469 vsize=868388 CPUtime=0.25
/proc/30470/task/30472/stat : 30472 (java) S 30469 30456 29288 0 -1 64 3844 0 0 0 24 1 0 0 16 0 9 0 2002553051 889229312 7773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30473] ppid=30469 vsize=868388 CPUtime=0
/proc/30470/task/30473/stat : 30473 (java) S 30469 30456 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002553051 889229312 7773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30474] ppid=30469 vsize=868388 CPUtime=0
/proc/30470/task/30474/stat : 30474 (java) S 30469 30456 29288 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002553051 889229312 7773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30475] ppid=30469 vsize=868388 CPUtime=0
/proc/30470/task/30475/stat : 30475 (java) S 30469 30456 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002553053 889229312 7773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30476] ppid=30469 vsize=868388 CPUtime=0.2
/proc/30470/task/30476/stat : 30476 (java) S 30469 30456 29288 0 -1 64 1456 0 0 0 19 1 0 0 16 0 9 0 2002553053 889229312 7773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30477] ppid=30469 vsize=868388 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30469 30456 29288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002553053 889229312 7773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30478] ppid=30469 vsize=868388 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30469 30456 29288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002553053 889229312 7773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 887344

[startup+6.30284 s]
/proc/loadavg: 2.31 2.53 2.34 4/104 30478
/proc/meminfo: memFree=1667096/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=1
/proc/30456/stat : 30456 (sugar) S 30454 30456 29288 0 -1 4194304 971 9991 3 1 3 1 90 6 16 0 1 0 2002552926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 797 370 3 0 500 0
[pid=30469] ppid=30456 vsize=5356 CPUtime=0
/proc/30469/stat : 30469 (sh) S 30456 30456 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002553048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30469/statm: 1339 233 193 169 0 50 0
[pid=30470] ppid=30469 vsize=868388 CPUtime=4.96
/proc/30470/stat : 30470 (java) S 30469 30456 29288 0 -1 0 12645 0 1 0 488 8 0 0 18 0 9 0 2002553049 889229312 11567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30470/statm: 217097 11567 2540 9 0 211672 0
[pid=30470/tid=30471] ppid=30469 vsize=868388 CPUtime=3.97
/proc/30470/task/30471/stat : 30471 (java) R 30469 30456 29288 0 -1 64 3066 0 1 0 395 2 0 0 25 0 9 0 2002553050 889229312 11567 996147200 134512640 134550740 4294955952 18446744073709551615 4126566923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30472] ppid=30469 vsize=868388 CPUtime=0.76
/proc/30470/task/30472/stat : 30472 (java) S 30469 30456 29288 0 -1 64 7419 0 0 0 72 4 0 0 16 0 9 0 2002553051 889229312 11567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30473] ppid=30469 vsize=868388 CPUtime=0
/proc/30470/task/30473/stat : 30473 (java) S 30469 30456 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002553051 889229312 11567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30474] ppid=30469 vsize=868388 CPUtime=0
/proc/30470/task/30474/stat : 30474 (java) S 30469 30456 29288 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002553051 889229312 11567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30475] ppid=30469 vsize=868388 CPUtime=0
/proc/30470/task/30475/stat : 30475 (java) S 30469 30456 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002553053 889229312 11567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30476] ppid=30469 vsize=868388 CPUtime=0.21
/proc/30470/task/30476/stat : 30476 (java) S 30469 30456 29288 0 -1 64 1464 0 0 0 20 1 0 0 16 0 9 0 2002553053 889229312 11567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30477] ppid=30469 vsize=868388 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30469 30456 29288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002553053 889229312 11567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30478] ppid=30469 vsize=868388 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30469 30456 29288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002553053 889229312 11567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 887344

[startup+12.703 s]
/proc/loadavg: 2.26 2.51 2.34 2/78 30495
/proc/meminfo: memFree=1752168/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=1
/proc/30456/stat : 30456 (sugar) S 30454 30456 29288 0 -1 4194304 971 9991 3 1 3 1 90 6 16 0 1 0 2002552926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 797 370 3 0 500 0
[pid=30469] ppid=30456 vsize=5356 CPUtime=0
/proc/30469/stat : 30469 (sh) S 30456 30456 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002553048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30469/statm: 1339 233 193 169 0 50 0
[pid=30470] ppid=30469 vsize=878636 CPUtime=11.25
/proc/30470/stat : 30470 (java) S 30469 30456 29288 0 -1 0 28587 0 1 0 1107 18 0 0 18 0 9 0 2002553049 899723264 22558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30470/statm: 219659 22558 2540 9 0 214234 0
[pid=30470/tid=30471] ppid=30469 vsize=878636 CPUtime=9.04
/proc/30470/task/30471/stat : 30471 (java) S 30469 30456 29288 0 -1 64 3451 0 1 0 901 3 0 0 17 0 9 0 2002553050 899723264 22558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30472] ppid=30469 vsize=878636 CPUtime=1.96
/proc/30470/task/30472/stat : 30472 (java) R 30469 30456 29288 0 -1 64 22976 0 0 0 184 12 0 0 16 0 9 0 2002553051 899723264 22558 996147200 134512640 134550740 4294955952 18446744073709551615 102731968 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30470/tid=30473] ppid=30469 vsize=878636 CPUtime=0
/proc/30470/task/30473/stat : 30473 (java) S 30469 30456 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002553051 899723264 22558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30474] ppid=30469 vsize=878636 CPUtime=0
/proc/30470/task/30474/stat : 30474 (java) S 30469 30456 29288 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002553051 899723264 22558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30475] ppid=30469 vsize=878636 CPUtime=0
/proc/30470/task/30475/stat : 30475 (java) S 30469 30456 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002553053 899723264 22558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30476] ppid=30469 vsize=878636 CPUtime=0.21
/proc/30470/task/30476/stat : 30476 (java) S 30469 30456 29288 0 -1 64 1464 0 0 0 20 1 0 0 16 0 9 0 2002553053 899723264 22558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30477] ppid=30469 vsize=878636 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30469 30456 29288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002553053 899723264 22558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30478] ppid=30469 vsize=878636 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30469 30456 29288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002553053 899723264 22558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 897592

[startup+25.5013 s]
/proc/loadavg: 2.29 2.51 2.34 3/83 30505
/proc/meminfo: memFree=1600080/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=1
/proc/30456/stat : 30456 (sugar) S 30454 30456 29288 0 -1 4194304 971 9991 3 1 3 1 90 6 16 0 1 0 2002552926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30456/statm: 3400 797 370 3 0 500 0
[pid=30469] ppid=30456 vsize=5356 CPUtime=0
/proc/30469/stat : 30469 (sh) S 30456 30456 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002553048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30469/statm: 1339 233 193 169 0 50 0
[pid=30470] ppid=30469 vsize=868500 CPUtime=23.97
/proc/30470/stat : 30470 (java) S 30469 30456 29288 0 -1 0 48551 0 1 0 2366 31 0 0 18 0 9 0 2002553049 889344000 36301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30470/statm: 217125 36301 2566 9 0 211672 0
[pid=30470/tid=30471] ppid=30469 vsize=868500 CPUtime=19.38
/proc/30470/task/30471/stat : 30471 (java) R 30469 30456 29288 0 -1 64 4653 0 1 0 1932 6 0 0 25 0 9 0 2002553050 889344000 36301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30470/tid=30472] ppid=30469 vsize=868500 CPUtime=4.31
/proc/30470/task/30472/stat : 30472 (java) S 30469 30456 29288 0 -1 64 41705 0 0 0 408 23 0 0 16 0 9 0 2002553051 889344000 36301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30470/tid=30473] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30473/stat : 30473 (java) S 30469 30456 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002553051 889344000 36301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30474] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30474/stat : 30474 (java) S 30469 30456 29288 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002553051 889344000 36301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30475] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30475/stat : 30475 (java) S 30469 30456 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002553053 889344000 36301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30476] ppid=30469 vsize=868500 CPUtime=0.26
/proc/30470/task/30476/stat : 30476 (java) S 30469 30456 29288 0 -1 64 1497 0 0 0 25 1 0 0 16 0 9 0 2002553053 889344000 36301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30470/tid=30477] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30469 30456 29288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002553053 889344000 36301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30478] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30469 30456 29288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002553053 889344000 36301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 887456

[startup+51.1019 s]
/proc/loadavg: 2.19 2.47 2.33 3/83 30505
/proc/meminfo: memFree=1495312/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=1
/proc/30456/stat : 30456 (sugar) S 30454 30456 29288 0 -1 4194304 971 9991 3 1 3 1 90 6 15 0 1 0 2002552926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30456/statm: 3400 797 370 3 0 500 0
[pid=30469] ppid=30456 vsize=5356 CPUtime=0
/proc/30469/stat : 30469 (sh) S 30456 30456 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002553048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30469/statm: 1339 233 193 169 0 50 0
[pid=30470] ppid=30469 vsize=868500 CPUtime=49.41
/proc/30470/stat : 30470 (java) S 30469 30456 29288 0 -1 0 48807 0 1 0 4848 93 0 0 18 0 9 0 2002553049 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30470/statm: 217125 36321 2566 9 0 211672 0
[pid=30470/tid=30471] ppid=30469 vsize=868500 CPUtime=44.62
/proc/30470/task/30471/stat : 30471 (java) R 30469 30456 29288 0 -1 64 4890 0 1 0 4397 65 0 0 25 0 9 0 2002553050 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30470/tid=30472] ppid=30469 vsize=868500 CPUtime=4.46
/proc/30470/task/30472/stat : 30472 (java) S 30469 30456 29288 0 -1 64 41705 0 0 0 422 24 0 0 16 0 9 0 2002553051 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30470/tid=30473] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30473/stat : 30473 (java) S 30469 30456 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002553051 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30474] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30474/stat : 30474 (java) S 30469 30456 29288 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002553051 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30475] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30475/stat : 30475 (java) S 30469 30456 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002553053 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30476] ppid=30469 vsize=868500 CPUtime=0.29
/proc/30470/task/30476/stat : 30476 (java) S 30469 30456 29288 0 -1 64 1516 0 0 0 28 1 0 0 17 0 9 0 2002553053 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30470/tid=30477] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30469 30456 29288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002553053 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30478] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30469 30456 29288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002553053 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 887456

[startup+102.306 s]
/proc/loadavg: 2.15 2.40 2.31 3/83 30505
/proc/meminfo: memFree=1186320/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=1
/proc/30456/stat : 30456 (sugar) S 30454 30456 29288 0 -1 4194304 971 9991 3 1 3 1 90 6 16 0 1 0 2002552926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30456/statm: 3400 797 370 3 0 500 0
[pid=30469] ppid=30456 vsize=5356 CPUtime=0
/proc/30469/stat : 30469 (sh) S 30456 30456 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002553048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30469/statm: 1339 233 193 169 0 50 0
[pid=30470] ppid=30469 vsize=868500 CPUtime=100
/proc/30470/stat : 30470 (java) S 30469 30456 29288 0 -1 0 49427 0 1 0 9745 255 0 0 18 0 9 0 2002553049 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30470/statm: 217125 36321 2566 9 0 211672 0
[pid=30470/tid=30471] ppid=30469 vsize=868500 CPUtime=94.81
/proc/30470/task/30471/stat : 30471 (java) R 30469 30456 29288 0 -1 64 5510 0 1 0 9257 224 0 0 25 0 9 0 2002553050 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4126566909 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30470/tid=30472] ppid=30469 vsize=868500 CPUtime=4.86
/proc/30470/task/30472/stat : 30472 (java) S 30469 30456 29288 0 -1 64 41705 0 0 0 458 28 0 0 16 0 9 0 2002553051 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30470/tid=30473] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30473/stat : 30473 (java) S 30469 30456 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002553051 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30474] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30474/stat : 30474 (java) S 30469 30456 29288 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002553051 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30475] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30475/stat : 30475 (java) S 30469 30456 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002553053 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30476] ppid=30469 vsize=868500 CPUtime=0.29
/proc/30470/task/30476/stat : 30476 (java) S 30469 30456 29288 0 -1 64 1516 0 0 0 28 1 0 0 17 0 9 0 2002553053 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30470/tid=30477] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30469 30456 29288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002553053 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30478] ppid=30469 vsize=868500 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30469 30456 29288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002553053 889344000 36321 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101
Current children cumulated vsize (KiB) 887456



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+145.003 s]
/proc/loadavg: 2.12 2.37 2.30 3/75 30507
/proc/meminfo: memFree=203216/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=132
/proc/30456/stat : 30456 (sugar) S 30454 30456 29288 0 -1 4194304 1030 60237 3 2 3 1 12784 412 16 0 1 0 2002552926 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30456/statm: 3400 799 370 3 0 500 0
[pid=30506] ppid=30456 vsize=5356 CPUtime=0
/proc/30506/stat : 30506 (sh) S 30456 30456 29288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002566303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1339 232 193 169 0 50 0
[pid=30507] ppid=30506 vsize=902704 CPUtime=11.17
/proc/30507/stat : 30507 (minisat) R 30506 30456 29288 0 -1 4194304 213338 0 0 0 977 140 0 0 25 0 1 0 2002566303 924368896 213324 996147200 134512640 135127466 4294956256 18446744073709551615 134542060 0 0 4096 3 0 0 0 17 1 0 0
/proc/30507/statm: 225676 213324 62 150 0 225523 0
Current children cumulated CPU time (s) 143.17
Current children cumulated vsize (KiB) 921660

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

[startup+145.003 s]
/proc/loadavg: 2.12 2.37 2.30 3/75 30507
/proc/meminfo: memFree=203216/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=132
/proc/30456/stat : 30456 (sugar) S 30454 30456 29288 0 -1 4194304 1030 60237 3 2 3 1 12784 412 16 0 1 0 2002552926 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30456/statm: 3400 799 370 3 0 500 0
[pid=30506] ppid=30456 vsize=5356 CPUtime=0
/proc/30506/stat : 30506 (sh) S 30456 30456 29288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002566303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30506/statm: 1339 232 193 169 0 50 0
[pid=30507] ppid=30506 vsize=902704 CPUtime=11.17
/proc/30507/stat : 30507 (minisat) R 30506 30456 29288 0 -1 4194304 213338 0 0 0 977 140 0 0 25 0 1 0 2002566303 924368896 213324 996147200 134512640 135127466 4294956256 18446744073709551615 134542060 0 0 4096 3 0 0 0 17 1 0 0
/proc/30507/statm: 225676 213324 62 150 0 225523 0
Current children cumulated CPU time (s) 143.17
Current children cumulated vsize (KiB) 921660

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

[startup+145.122 s]
/proc/loadavg: 2.12 2.37 2.30 3/76 30508
/proc/meminfo: memFree=930952/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=132
/proc/30456/stat : 30456 (sugar) S 30454 30456 29288 0 -1 4194304 1042 60237 3 2 3 1 12784 412 16 0 1 0 2002552926 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 799 370 3 0 500 0
[pid=30506] ppid=30456 vsize=0 CPUtime=0
/proc/30506/stat : 30506 (sh) Z 30456 30456 29288 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2002566303 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/30506/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 132
Current children cumulated vsize (KiB) 13600

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

[startup+145.122 s]
/proc/loadavg: 2.12 2.37 2.30 3/76 30508
/proc/meminfo: memFree=930952/2055920 swapFree=4111052/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=132
/proc/30456/stat : 30456 (sugar) S 30454 30456 29288 0 -1 4194304 1042 60237 3 2 3 1 12784 412 16 0 1 0 2002552926 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 799 370 3 0 500 0
[pid=30506] ppid=30456 vsize=0 CPUtime=0
/proc/30506/stat : 30506 (sh) Z 30456 30456 29288 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2002566303 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/30506/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 132
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.17
#  lost CPU user time (s): 9.77
#  lost CPU system time (s): 1.4

Real time (s): 145.156
CPU time (s): 143.192
CPU user time (s): 137.655
CPU system time (s): 5.53737
CPU usage (%): 98.647
Max. virtual memory (cumulated for all children) (KiB): 921660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.885
system time used= 4.13737
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61612
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18263
involuntary context switches= 18103

runsolver used 0.220966 second user time and 0.469928 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 07:30:41
IDJOB=1085856
IDBENCH=57715
IDSOLVER=346
FILE ID=node70/1085856-1215235841
PBS_JOBID= 7881925
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp10/normalized-fapp10-0900-9.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-1085856-1215235841/watcher-1085856-1215235841 -o /tmp/evaluation-result-1085856-1215235841/solver-1085856-1215235841 -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-1085856-1215235841.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bb8fed9f370e164b93c37276047ba0d0
RANDOM SEED=392981466

node70.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.256
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.256
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:       1702992 kB
Buffers:          4216 kB
Cached:         100540 kB
SwapCached:      74764 kB
Active:         252672 kB
Inactive:        44848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702992 kB
SwapTotal:     4192956 kB
SwapFree:      4111052 kB
Dirty:            3684 kB
Writeback:           0 kB
Mapped:         210880 kB
Slab:            40080 kB
Committed_AS:  4861752 kB
PageTables:       2328 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= 66336 MiB
End job on node70 at 2008-07-05 07:33:08