Trace number 1085855

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+picosat? (MO) 314.53 324.038

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.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:30:33 2008
0.00/0.04	c 0	PID 15138
0.00/0.04	c 0	HOST node76.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1085855-1215235833.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085855-1215235833.xml' 'HOME/temp.csp'
0.03/0.96	c 1	28 domains, 900 variables, 8 predicates, 0 relations, 11381 constraints
0.03/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.98	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'
0.96/1.06	c 1	Parsing HOME/temp.csp
1.34/1.47	c 2	parsed 10000 expressions
1.45/1.52	c 2	parsed 12317 expressions
1.45/1.53	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.45/1.53	c 2	Converting to clausal form CSP
2.35/2.49	c 3	converted 1232 (10%) expressions
5.23/5.35	c 6	converted 2464 (20%) expressions
7.62/7.78	c 8	converted 3696 (30%) expressions
9.11/9.22	c 10	converted 4927 (40%) expressions
10.70/10.80	c 11	converted 6159 (50%) expressions
12.59/12.71	c 13	converted 7391 (60%) expressions
13.99/14.17	c 15	converted 8622 (70%) expressions
15.38/15.56	c 16	converted 9854 (80%) expressions
16.97/17.12	c 18	converted 11086 (90%) expressions
19.06/19.27	c 20	converted 12317 (100%) expressions
19.06/19.27	c 20	CSP : 1797 integers, 32936 booleans, 68146 clauses, largest domain size 2741
19.06/19.27	c 20	Heap : 106 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.06/19.27	c 20	Propagation in CSP
19.85/20.01	c 20	5940 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.85/20.01	c 20	CSP : 1797 integers, 32936 booleans, 68146 clauses, largest domain size 2741
19.85/20.01	c 20	Heap : 117 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.85/20.06	c 20	Simplifing CSP by introducing new Boolean variables
19.95/20.20	c 21	CSP : 1797 integers, 56088 booleans, 91298 clauses, largest domain size 2741
19.95/20.20	c 21	Heap : 118 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.75/20.96	c 21	Encoding CSP to SAT : HOME/temp.cnf
21.54/21.76	c 22	180 (10%) CSP integer variables are encoded (36979 clauses, 532655 bytes)
22.34/22.60	c 23	360 (20%) CSP integer variables are encoded (78127 clauses, 1149875 bytes)
23.23/23.43	c 24	540 (30%) CSP integer variables are encoded (119433 clauses, 1809244 bytes)
24.03/24.25	c 25	719 (40%) CSP integer variables are encoded (159061 clauses, 2482920 bytes)
24.73/24.98	c 25	899 (50%) CSP integer variables are encoded (195757 clauses, 3106752 bytes)
25.13/25.34	c 26	1079 (60%) CSP integer variables are encoded (486246 clauses, 8045065 bytes)
25.42/25.67	c 26	1258 (70%) CSP integer variables are encoded (770499 clauses, 12877366 bytes)
25.82/26.03	c 26	1438 (80%) CSP integer variables are encoded (1078643 clauses, 18275887 bytes)
26.22/26.41	c 27	1618 (90%) CSP integer variables are encoded (1381347 clauses, 24027263 bytes)
26.52/26.74	c 27	1797 (100%) CSP integer variables are encoded (1652496 clauses, 29179094 bytes)
52.44/53.71	c 54	9130 (10%) CSP clauses are encoded (5769143 clauses, 120686954 bytes)
69.24/71.29	c 72	18260 (20%) CSP clauses are encoded (9168427 clauses, 201771943 bytes)
81.37/85.85	c 86	27390 (30%) CSP clauses are encoded (11904182 clauses, 269231739 bytes)
90.61/95.15	c 96	36520 (40%) CSP clauses are encoded (14472524 clauses, 335141000 bytes)
98.78/103.33	c 104	45649 (50%) CSP clauses are encoded (17020753 clauses, 401236746 bytes)
105.94/110.58	c 111	54779 (60%) CSP clauses are encoded (19355828 clauses, 461816903 bytes)
112.51/117.18	c 118	63909 (70%) CSP clauses are encoded (21439824 clauses, 515426880 bytes)
119.23/125.82	c 126	73039 (80%) CSP clauses are encoded (23645015 clauses, 573117524 bytes)
125.73/132.47	c 133	82169 (90%) CSP clauses are encoded (25764989 clauses, 628712332 bytes)
131.87/140.07	c 140	91298 (100%) CSP clauses are encoded (27744012 clauses, 680754789 bytes)
131.87/140.07	c 140	91298 CSP clauses encoded
131.87/140.07	c 140	Writing map file : HOME/temp.map
131.98/140.14	c 141	Heap : 111 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
131.98/140.14	c 141	SAT : 1710381 SAT variables, 27744012 SAT clauses, 680754789 bytes
131.98/140.14	c 141	Heap : 111 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
131.98/140.17	c 141	SOLVING HOME/temp.cnf
131.98/140.17	c 141	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
314.42/323.92	c ERROR INTERRUPTED
314.53/324.03	s UNKNOWN
314.53/324.03	c 324	CPU 127.92 (0.03 0.01 127.89 4.13)
314.53/324.03	c 324	END Sat Jul  5 07:35:57 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-1085855-1215235833/watcher-1085855-1215235833 -o /tmp/evaluation-result-1085855-1215235833/solver-1085855-1215235833 -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/picosat -tmp=HOME/temp HOME/instance-1085855-1215235833.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.97 2.02 2.00 4/87 15138
/proc/meminfo: memFree=1228816/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=12272 CPUtime=0
/proc/15138/stat : 15138 (sugar) R 15136 15138 11600 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 135263968 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265682992126 0 0 4224 0 0 0 0 17 0 0 0
/proc/15138/statm: 3068 327 246 3 0 168 0

[startup+0.0841101 s]
/proc/loadavg: 1.97 2.02 2.00 4/87 15138
/proc/meminfo: memFree=1228816/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=0.03
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 135263968 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15138/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102111 s]
/proc/loadavg: 1.97 2.02 2.00 4/87 15138
/proc/meminfo: memFree=1228816/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=0.03
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 135263968 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15138/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302144 s]
/proc/loadavg: 1.97 2.02 2.00 4/87 15138
/proc/meminfo: memFree=1228816/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=0.03
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 135263968 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15138/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70118 s]
/proc/loadavg: 1.97 2.02 2.00 4/87 15138
/proc/meminfo: memFree=1228816/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=0.03
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 135263968 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15138/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50126 s]
/proc/loadavg: 1.97 2.02 2.00 3/91 15153
/proc/meminfo: memFree=1224304/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=0.95
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 973 9993 0 1 3 1 86 5 15 0 1 0 135263968 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15138/statm: 3400 797 370 3 0 500 0
[pid=15151] ppid=15138 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15138 15138 11600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135264066 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 233 193 169 0 50 0
[pid=15152] ppid=15151 vsize=864080 CPUtime=0.5
/proc/15152/stat : 15152 (java) S 15151 15138 11600 0 -1 0 6036 0 1 0 46 4 0 0 19 0 9 0 135264067 884817920 5254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15152/statm: 216020 5254 2532 9 0 210602 0
[pid=15152/tid=15153] ppid=15151 vsize=864080 CPUtime=0.32
/proc/15152/task/15153/stat : 15153 (java) R 15151 15138 11600 0 -1 64 2502 0 1 0 30 2 0 0 22 0 9 0 135264068 884817920 5254 996147200 134512640 134550740 4294955952 18446744073709551615 4126507633 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883036

[startup+3.10363 s]
/proc/loadavg: 1.97 2.02 2.00 3/98 15160
/proc/meminfo: memFree=1207928/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=0.95
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 974 9993 0 1 3 1 86 5 16 0 1 0 135263968 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15138/statm: 3400 797 370 3 0 500 0
[pid=15151] ppid=15138 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15138 15138 11600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135264066 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 233 193 169 0 50 0
[pid=15152] ppid=15151 vsize=868392 CPUtime=2.1
/proc/15152/stat : 15152 (java) S 15151 15138 11600 0 -1 0 9179 0 1 0 203 7 0 0 19 0 9 0 135264067 889233408 8244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15152/statm: 217098 8244 2541 9 0 211673 0
[pid=15152/tid=15153] ppid=15151 vsize=868392 CPUtime=1.6
/proc/15152/task/15153/stat : 15153 (java) R 15151 15138 11600 0 -1 64 2719 0 1 0 158 2 0 0 25 0 9 0 135264068 889233408 8244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15154] ppid=15151 vsize=868392 CPUtime=0.28
/proc/15152/task/15154/stat : 15154 (java) S 15151 15138 11600 0 -1 64 4300 0 0 0 26 2 0 0 15 0 9 0 135264069 889233408 8244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15155] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15155/stat : 15155 (java) S 15151 15138 11600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135264069 889233408 8244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15156] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15156/stat : 15156 (java) S 15151 15138 11600 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135264069 889233408 8244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15157] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15157/stat : 15157 (java) S 15151 15138 11600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135264071 889233408 8244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15158] ppid=15151 vsize=868392 CPUtime=0.19
/proc/15152/task/15158/stat : 15158 (java) S 15151 15138 11600 0 -1 64 1462 0 0 0 18 1 0 0 16 0 9 0 135264071 889233408 8244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15159] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15159/stat : 15159 (java) S 15151 15138 11600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135264071 889233408 8244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15160] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15160/stat : 15160 (java) S 15151 15138 11600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135264071 889233408 8244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 887348

[startup+6.30281 s]
/proc/loadavg: 1.97 2.02 2.00 3/98 15160
/proc/meminfo: memFree=1190968/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=0.95
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 974 9993 0 1 3 1 86 5 16 0 1 0 135263968 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15138/statm: 3400 797 370 3 0 500 0
[pid=15151] ppid=15138 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15138 15138 11600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135264066 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 233 193 169 0 50 0
[pid=15152] ppid=15151 vsize=868392 CPUtime=5.28
/proc/15152/stat : 15152 (java) S 15151 15138 11600 0 -1 0 13511 0 1 0 517 11 0 0 19 0 9 0 135264067 889233408 12414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15152/statm: 217098 12414 2540 9 0 211673 0
[pid=15152/tid=15153] ppid=15151 vsize=868392 CPUtime=4.26
/proc/15152/task/15153/stat : 15153 (java) R 15151 15138 11600 0 -1 64 3090 0 1 0 423 3 0 0 25 0 9 0 135264068 889233408 12414 996147200 134512640 134550740 4294955952 18446744073709551615 4126609092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15154] ppid=15151 vsize=868392 CPUtime=0.79
/proc/15152/task/15154/stat : 15154 (java) S 15151 15138 11600 0 -1 64 8255 0 0 0 73 6 0 0 16 0 9 0 135264069 889233408 12414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15155] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15155/stat : 15155 (java) S 15151 15138 11600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135264069 889233408 12414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15156] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15156/stat : 15156 (java) S 15151 15138 11600 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135264069 889233408 12414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15157] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15157/stat : 15157 (java) S 15151 15138 11600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135264071 889233408 12414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15158] ppid=15151 vsize=868392 CPUtime=0.2
/proc/15152/task/15158/stat : 15158 (java) S 15151 15138 11600 0 -1 64 1468 0 0 0 19 1 0 0 16 0 9 0 135264071 889233408 12414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15159] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15159/stat : 15159 (java) S 15151 15138 11600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135264071 889233408 12414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15160] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15160/stat : 15160 (java) S 15151 15138 11600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135264071 889233408 12414 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 887348

[startup+12.7025 s]
/proc/loadavg: 1.97 2.02 2.00 4/98 15160
/proc/meminfo: memFree=1151096/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=0.95
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 974 9993 0 1 3 1 86 5 16 0 1 0 135263968 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15138/statm: 3400 797 370 3 0 500 0
[pid=15151] ppid=15138 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15138 15138 11600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135264066 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 233 193 169 0 50 0
[pid=15152] ppid=15151 vsize=868392 CPUtime=11.64
/proc/15152/stat : 15152 (java) S 15151 15138 11600 0 -1 0 31253 0 1 0 1142 22 0 0 19 0 9 0 135264067 889233408 22331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15152/statm: 217098 22331 2540 9 0 211673 0
[pid=15152/tid=15153] ppid=15151 vsize=868392 CPUtime=9.31
/proc/15152/task/15153/stat : 15153 (java) R 15151 15138 11600 0 -1 64 3851 0 1 0 927 4 0 0 25 0 9 0 135264068 889233408 22331 996147200 134512640 134550740 4294955952 18446744073709551615 4126428766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15154] ppid=15151 vsize=868392 CPUtime=2.11
/proc/15152/task/15154/stat : 15154 (java) S 15151 15138 11600 0 -1 64 25236 0 0 0 195 16 0 0 16 0 9 0 135264069 889233408 22331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15155] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15155/stat : 15155 (java) S 15151 15138 11600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135264069 889233408 22331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15156] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15156/stat : 15156 (java) S 15151 15138 11600 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135264069 889233408 22331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15157] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15157/stat : 15157 (java) S 15151 15138 11600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135264071 889233408 22331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15158] ppid=15151 vsize=868392 CPUtime=0.2
/proc/15152/task/15158/stat : 15158 (java) S 15151 15138 11600 0 -1 64 1468 0 0 0 19 1 0 0 16 0 9 0 135264071 889233408 22331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15159] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15159/stat : 15159 (java) S 15151 15138 11600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135264071 889233408 22331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15160] ppid=15151 vsize=868392 CPUtime=0
/proc/15152/task/15160/stat : 15160 (java) S 15151 15138 11600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135264071 889233408 22331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 887348

[startup+25.503 s]
/proc/loadavg: 2.04 2.04 2.00 4/98 15160
/proc/meminfo: memFree=1084024/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=0.95
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 974 9993 0 1 3 1 86 5 15 0 1 0 135263968 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15138/statm: 3400 797 370 3 0 500 0
[pid=15151] ppid=15138 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15138 15138 11600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135264066 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 233 193 169 0 50 0
[pid=15152] ppid=15151 vsize=868504 CPUtime=24.37
/proc/15152/stat : 15152 (java) S 15151 15138 11600 0 -1 0 51134 0 1 0 2401 36 0 0 19 0 9 0 135264067 889348096 36311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15152/statm: 217126 36311 2566 9 0 211673 0
[pid=15152/tid=15153] ppid=15151 vsize=868504 CPUtime=19.79
/proc/15152/task/15153/stat : 15153 (java) R 15151 15138 11600 0 -1 64 4670 0 1 0 1969 10 0 0 25 0 9 0 135264068 889348096 36311 996147200 134512640 134550740 4294955952 18446744073709551615 4127029452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15154] ppid=15151 vsize=868504 CPUtime=4.3
/proc/15152/task/15154/stat : 15154 (java) S 15151 15138 11600 0 -1 64 44259 0 0 0 406 24 0 0 16 0 9 0 135264069 889348096 36311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15155] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15155/stat : 15155 (java) S 15151 15138 11600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135264069 889348096 36311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15156] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15156/stat : 15156 (java) S 15151 15138 11600 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135264069 889348096 36311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15157] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15157/stat : 15157 (java) S 15151 15138 11600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135264071 889348096 36311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15158] ppid=15151 vsize=868504 CPUtime=0.26
/proc/15152/task/15158/stat : 15158 (java) S 15151 15138 11600 0 -1 64 1507 0 0 0 25 1 0 0 16 0 9 0 135264071 889348096 36311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15159] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15159/stat : 15159 (java) S 15151 15138 11600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135264071 889348096 36311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15160] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15160/stat : 15160 (java) S 15151 15138 11600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135264071 889348096 36311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 887460

[startup+51.1029 s]
/proc/loadavg: 2.45 2.13 2.03 3/98 15160
/proc/meminfo: memFree=979832/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=0.95
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 974 9993 0 1 3 1 86 5 15 0 1 0 135263968 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15138/statm: 3400 797 370 3 0 500 0
[pid=15151] ppid=15138 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15138 15138 11600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135264066 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 233 193 169 0 50 0
[pid=15152] ppid=15151 vsize=868504 CPUtime=48.9
/proc/15152/stat : 15152 (java) S 15151 15138 11600 0 -1 0 51367 0 1 0 4798 92 0 0 19 0 9 0 135264067 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15152/statm: 217126 36325 2566 9 0 211673 0
[pid=15152/tid=15153] ppid=15151 vsize=868504 CPUtime=44.14
/proc/15152/task/15153/stat : 15153 (java) R 15151 15138 11600 0 -1 64 4890 0 1 0 4349 65 0 0 25 0 9 0 135264068 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4126487049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15154] ppid=15151 vsize=868504 CPUtime=4.44
/proc/15152/task/15154/stat : 15154 (java) S 15151 15138 11600 0 -1 64 44259 0 0 0 420 24 0 0 16 0 9 0 135264069 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15155] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15155/stat : 15155 (java) S 15151 15138 11600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135264069 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15156] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15156/stat : 15156 (java) S 15151 15138 11600 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135264069 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15157] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15157/stat : 15157 (java) S 15151 15138 11600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135264071 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15158] ppid=15151 vsize=868504 CPUtime=0.28
/proc/15152/task/15158/stat : 15158 (java) S 15151 15138 11600 0 -1 64 1520 0 0 0 27 1 0 0 16 0 9 0 135264071 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15159] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15159/stat : 15159 (java) S 15151 15138 11600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135264071 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15160] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15160/stat : 15160 (java) S 15151 15138 11600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135264071 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.85
Current children cumulated vsize (KiB) 887460

[startup+102.308 s]
/proc/loadavg: 3.46 2.42 2.13 3/98 15160
/proc/meminfo: memFree=693176/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=0.95
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 974 9993 0 1 3 1 86 5 16 0 1 0 135263968 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15138/statm: 3400 797 370 3 0 500 0
[pid=15151] ppid=15138 vsize=5356 CPUtime=0
/proc/15151/stat : 15151 (sh) S 15138 15138 11600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135264066 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15151/statm: 1339 233 193 169 0 50 0
[pid=15152] ppid=15151 vsize=868504 CPUtime=96.83
/proc/15152/stat : 15152 (java) S 15151 15138 11600 0 -1 0 51939 0 1 0 9432 251 0 0 19 0 9 0 135264067 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15152/statm: 217126 36325 2566 9 0 211673 0
[pid=15152/tid=15153] ppid=15151 vsize=868504 CPUtime=91.7
/proc/15152/task/15153/stat : 15153 (java) R 15151 15138 11600 0 -1 64 5462 0 1 0 8950 220 0 0 25 0 9 0 135264068 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15152/tid=15154] ppid=15151 vsize=868504 CPUtime=4.83
/proc/15152/task/15154/stat : 15154 (java) S 15151 15138 11600 0 -1 64 44259 0 0 0 455 28 0 0 16 0 9 0 135264069 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15152/tid=15155] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15155/stat : 15155 (java) S 15151 15138 11600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135264069 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15156] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15156/stat : 15156 (java) S 15151 15138 11600 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135264069 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15157] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15157/stat : 15157 (java) S 15151 15138 11600 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135264071 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15158] ppid=15151 vsize=868504 CPUtime=0.28
/proc/15152/task/15158/stat : 15158 (java) S 15151 15138 11600 0 -1 64 1520 0 0 0 27 1 0 0 17 0 9 0 135264071 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15159] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15159/stat : 15159 (java) S 15151 15138 11600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135264071 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15152/tid=15160] ppid=15151 vsize=868504 CPUtime=0
/proc/15152/task/15160/stat : 15160 (java) S 15151 15138 11600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135264071 889348096 36325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.78
Current children cumulated vsize (KiB) 887460

[startup+162.302 s]
/proc/loadavg: 4.13 2.81 2.29 3/91 15166
/proc/meminfo: memFree=337784/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=132.06
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 1022 62800 0 2 3 1 12789 413 16 0 1 0 135263968 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15138/statm: 3400 799 370 3 0 500 0
[pid=15162] ppid=15138 vsize=5356 CPUtime=0
/proc/15162/stat : 15162 (sh) S 15138 15138 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 135277986 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15162/statm: 1339 232 193 169 0 50 0
[pid=15163] ppid=15162 vsize=221760 CPUtime=21.99
/proc/15163/stat : 15163 (picosat) R 15162 15138 11600 0 -1 4194304 49040 0 0 0 1004 1195 0 0 25 0 1 0 135277987 227082240 49026 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15163/statm: 55440 49026 40 102 0 55335 0
Current children cumulated CPU time (s) 154.05
Current children cumulated vsize (KiB) 240716

[startup+222.302 s]
/proc/loadavg: 4.31 3.10 2.42 3/90 15171
/proc/meminfo: memFree=110016/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=132.06
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 1022 62800 0 2 3 1 12789 413 16 0 1 0 135263968 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15138/statm: 3400 799 370 3 0 500 0
[pid=15162] ppid=15138 vsize=5356 CPUtime=0
/proc/15162/stat : 15162 (sh) S 15138 15138 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 135277986 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15162/statm: 1339 232 193 169 0 50 0
[pid=15163] ppid=15162 vsize=454800 CPUtime=81.65
/proc/15163/stat : 15163 (picosat) R 15162 15138 11600 0 -1 4194304 105378 0 0 0 3710 4455 0 0 25 0 1 0 135277987 465715200 105364 996147200 134512640 134931368 4294956256 18446744073709551615 134549910 0 0 4096 0 0 0 0 17 1 0 0
/proc/15163/statm: 113700 105364 40 102 0 113595 0
Current children cumulated CPU time (s) 213.71
Current children cumulated vsize (KiB) 473756

[startup+282.303 s]
/proc/loadavg: 4.06 3.27 2.52 3/83 15202
/proc/meminfo: memFree=373048/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=132.06
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 1022 62800 0 2 3 1 12789 413 16 0 1 0 135263968 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15138/statm: 3400 799 370 3 0 500 0
[pid=15162] ppid=15138 vsize=5356 CPUtime=0
/proc/15162/stat : 15162 (sh) S 15138 15138 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 135277986 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15162/statm: 1339 232 193 169 0 50 0
[pid=15163] ppid=15162 vsize=694596 CPUtime=141.16
/proc/15163/stat : 15163 (picosat) R 15162 15138 11600 0 -1 4194304 163497 0 0 0 6462 7654 0 0 25 0 1 0 135277987 711266304 163483 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15163/statm: 173649 163483 40 102 0 173544 0
Current children cumulated CPU time (s) 273.22
Current children cumulated vsize (KiB) 713552



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+323.903 s]
/proc/loadavg: 4.09 3.39 2.59 3/83 15202
/proc/meminfo: memFree=212088/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=132.06
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 1022 62800 0 2 3 1 12789 413 16 0 1 0 135263968 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15138/statm: 3400 799 370 3 0 500 0
[pid=15162] ppid=15138 vsize=5356 CPUtime=0
/proc/15162/stat : 15162 (sh) S 15138 15138 11600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 135277986 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15162/statm: 1339 232 193 169 0 50 0
[pid=15163] ppid=15162 vsize=902828 CPUtime=182.36
/proc/15163/stat : 15163 (picosat) R 15162 15138 11600 0 -1 4194304 203684 0 0 0 8370 9866 0 0 25 0 1 0 135277987 924495872 203670 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15163/statm: 225707 203670 40 102 0 225602 0
Current children cumulated CPU time (s) 314.42
Current children cumulated vsize (KiB) 921784

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

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

[startup+324.022 s]
/proc/loadavg: 4.09 3.39 2.59 3/83 15202
/proc/meminfo: memFree=212088/2055920 swapFree=4179164/4192956
[pid=15138] ppid=15136 vsize=13600 CPUtime=132.06
/proc/15138/stat : 15138 (sugar) S 15136 15138 11600 0 -1 4194304 1042 62800 0 2 3 1 12789 413 16 0 1 0 135263968 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15138/statm: 3400 799 370 3 0 500 0
[pid=15162] ppid=15138 vsize=0 CPUtime=0
/proc/15162/stat : 15162 (sh) Z 15138 15138 11600 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 135277986 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15162/statm: 0 0 0 0 0 0 0
[pid=15163] ppid=1 vsize=0 CPUtime=182.47
/proc/15163/stat : 15163 (picosat) R 1 15138 11600 0 -1 4195332 203684 0 0 0 8370 9877 0 0 25 0 1 0 135277987 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/15163/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 314.53
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15138 and gives
#  childrusage.ru_utime.tv_sec=127
#  childrusage.ru_utime.tv_usec=927552
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=148369
# CPU time returned by wait4() is 132.076
# while last known CPU time is 314.53
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 324.038
CPU time (s): 314.53
CPU user time (s): 211.62
CPU system time (s): 102.91
CPU usage (%): 97.0658
Max. virtual memory (cumulated for all children) (KiB): 921784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.928
system time used= 4.14837
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64178
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= 18299
involuntary context switches= 20586

runsolver used 0.411937 second user time and 1.08583 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 07:30:33
IDJOB=1085855
IDBENCH=57715
IDSOLVER=345
FILE ID=node76/1085855-1215235833
PBS_JOBID= 7881791
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085855-1215235833/watcher-1085855-1215235833 -o /tmp/evaluation-result-1085855-1215235833/solver-1085855-1215235833 -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/picosat" -tmp="HOME/temp" HOME/instance-1085855-1215235833.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bb8fed9f370e164b93c37276047ba0d0
RANDOM SEED=1849376796

node76.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1229232 kB
Buffers:         31436 kB
Cached:         192328 kB
SwapCached:       7640 kB
Active:         674896 kB
Inactive:        85740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1229232 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:            3072 kB
Writeback:           0 kB
Mapped:         553020 kB
Slab:            49892 kB
Committed_AS:  1223948 kB
PageTables:       3084 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= 65828 MiB
End job on node76 at 2008-07-05 07:35:59