Trace number 1063517

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) 298.381 302.516

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-markshare2-1.xml
MD5SUM11c703a63d5c06e7eee10d0f74c39fde
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.235963
Satisfiable
(Un)Satisfiability was proved
Number of variables330
Number of constraints20
Maximum constraint arity150
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
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 Fri Jul  4 04:15:12 2008
0.00/0.04	c 0	PID 27386
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1063517-1215137712.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063517-1215137712.xml' 'HOME/temp.csp'
0.03/0.40	c 0	2 domains, 330 variables, 9 predicates, 0 relations, 20 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.37/0.50	c 1	Parsing HOME/temp.csp
0.37/0.70	c 1	parsed 361 expressions
0.37/0.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.71	c 1	Converting to clausal form CSP
0.37/0.73	c 1	converted 37 (10%) expressions
0.37/0.73	c 1	converted 73 (20%) expressions
0.37/0.73	c 1	converted 109 (30%) expressions
0.37/0.73	c 1	converted 145 (40%) expressions
0.37/0.73	c 1	converted 181 (50%) expressions
0.37/0.73	c 1	converted 217 (60%) expressions
0.37/0.73	c 1	converted 253 (70%) expressions
0.37/0.73	c 1	converted 289 (80%) expressions
0.37/0.73	c 1	converted 325 (90%) expressions
0.93/1.10	c 1	converted 361 (100%) expressions
0.93/1.10	c 1	CSP : 2456 integers, 0 booleans, 4272 clauses, largest domain size 1660
0.93/1.10	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.10	c 1	Propagation in CSP
1.03/1.16	c 1	11660 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.16	c 1	CSP : 2456 integers, 0 booleans, 4272 clauses, largest domain size 1660
1.03/1.16	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.16	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.17	c 1	CSP : 2456 integers, 0 booleans, 4272 clauses, largest domain size 1660
1.03/1.17	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.22	c 1	246 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.26	c 1	492 (20%) CSP integer variables are encoded (25748 clauses, 365422 bytes)
1.12/1.30	c 1	737 (30%) CSP integer variables are encoded (54981 clauses, 803917 bytes)
1.22/1.33	c 1	983 (40%) CSP integer variables are encoded (81085 clauses, 1195477 bytes)
1.22/1.36	c 1	1228 (50%) CSP integer variables are encoded (107332 clauses, 1606025 bytes)
1.32/1.40	c 1	1474 (60%) CSP integer variables are encoded (135863 clauses, 2091052 bytes)
1.32/1.45	c 2	1720 (70%) CSP integer variables are encoded (163437 clauses, 2559810 bytes)
1.32/1.48	c 2	1965 (80%) CSP integer variables are encoded (189658 clauses, 3005567 bytes)
1.43/1.52	c 2	2211 (90%) CSP integer variables are encoded (218269 clauses, 3491954 bytes)
1.43/1.55	c 2	2456 (100%) CSP integer variables are encoded (242886 clauses, 3910443 bytes)
8.23/8.44	c 9	428 (10%) CSP clauses are encoded (3939745 clauses, 81559890 bytes)
15.11/15.46	c 16	855 (20%) CSP clauses are encoded (7628427 clauses, 160908473 bytes)
21.90/22.30	c 22	1282 (30%) CSP clauses are encoded (11206050 clauses, 237242372 bytes)
29.80/30.44	c 31	1709 (40%) CSP clauses are encoded (15390277 clauses, 328135288 bytes)
37.93/38.75	c 39	2136 (50%) CSP clauses are encoded (19431912 clauses, 426836294 bytes)
47.10/48.12	c 48	2564 (60%) CSP clauses are encoded (24033866 clauses, 539225311 bytes)
54.68/55.90	c 56	2991 (70%) CSP clauses are encoded (27858717 clauses, 632638752 bytes)
63.46/64.98	c 65	3418 (80%) CSP clauses are encoded (32353165 clauses, 742424549 bytes)
72.66/74.30	c 74	3845 (90%) CSP clauses are encoded (36946733 clauses, 854610546 bytes)
78.88/80.75	c 81	4272 (100%) CSP clauses are encoded (40097628 clauses, 931514226 bytes)
78.88/80.75	c 81	4272 CSP clauses encoded
78.88/80.75	c 81	Writing map file : HOME/temp.map
78.88/80.76	c 81	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
78.88/80.76	c 81	SAT : 245279 SAT variables, 40097628 SAT clauses, 931514226 bytes
78.88/80.76	c 81	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
78.88/80.79	c 81	SOLVING HOME/temp.cnf
78.88/80.79	c 81	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
297.84/301.91	c ERROR INTERRUPTED
297.96/302.05	s UNKNOWN
297.96/302.05	c 302	CPU 71.65 (0.03 0.01 71.62 7.31)
297.96/302.05	c 302	END Fri Jul  4 04:20:14 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-1063517-1215137712/watcher-1063517-1215137712 -o /tmp/evaluation-result-1063517-1215137712/solver-1063517-1215137712 -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-1063517-1215137712.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.00 2.00 2.00 4/80 27386
/proc/meminfo: memFree=1530848/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=12268 CPUtime=0
/proc/27386/stat : 27386 (sugar) R 27384 27386 26196 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 998175822 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 206381480549 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27386/statm: 3067 316 241 3 0 167 0

[startup+0.0777481 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 27386
/proc/meminfo: memFree=1530848/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=0.03
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 998175822 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102119 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 27386
/proc/meminfo: memFree=1530848/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=0.03
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 998175822 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301142 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 27386
/proc/meminfo: memFree=1530848/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=0.03
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 998175822 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701181 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 27386
/proc/meminfo: memFree=1530848/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=0.37
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 973 4382 0 1 3 0 31 3 16 0 1 0 998175822 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 27408
/proc/meminfo: memFree=1516616/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=0.38
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 974 4382 0 1 3 1 31 3 15 0 1 0 998175822 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 797 370 3 0 500 0
[pid=27399] ppid=27386 vsize=5356 CPUtime=0
/proc/27399/stat : 27399 (sh) S 27386 27386 26196 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998175865 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27399/statm: 1339 233 193 169 0 50 0
[pid=27400] ppid=27399 vsize=868472 CPUtime=1.05
/proc/27400/stat : 27400 (java) S 27399 27386 26196 0 -1 0 6995 0 1 0 98 7 0 0 18 0 9 0 998175865 889315328 6120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27400/statm: 217118 6120 2563 9 0 211665 0
[pid=27400/tid=27401] ppid=27399 vsize=868472 CPUtime=0.69
/proc/27400/task/27401/stat : 27401 (java) R 27399 27386 26196 0 -1 64 2795 0 1 0 66 3 0 0 25 0 9 0 998175866 889315328 6120 996147200 134512640 134550740 4294955952 18446744073709551615 4126926872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27402] ppid=27399 vsize=868472 CPUtime=0.1
/proc/27400/task/27402/stat : 27402 (java) S 27399 27386 26196 0 -1 64 2013 0 0 0 9 1 0 0 16 0 9 0 998175867 889315328 6120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27403] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27403/stat : 27403 (java) S 27399 27386 26196 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998175867 889315328 6120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27404] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27404/stat : 27404 (java) S 27399 27386 26196 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 998175867 889315328 6120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27405] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27405/stat : 27405 (java) S 27399 27386 26196 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998175869 889315328 6120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27406] ppid=27399 vsize=868472 CPUtime=0.23
/proc/27400/task/27406/stat : 27406 (java) S 27399 27386 26196 0 -1 64 1493 0 0 0 22 1 0 0 16 0 9 0 998175869 889315328 6120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27407] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27407/stat : 27407 (java) S 27399 27386 26196 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998175869 889315328 6120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27408] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27408/stat : 27408 (java) S 27399 27386 26196 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998175869 889315328 6120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887428

[startup+3.10241 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 27408
/proc/meminfo: memFree=1504712/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=0.38
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 974 4382 0 1 3 1 31 3 15 0 1 0 998175822 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 797 370 3 0 500 0
[pid=27399] ppid=27386 vsize=5356 CPUtime=0
/proc/27399/stat : 27399 (sh) S 27386 27386 26196 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998175865 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27399/statm: 1339 233 193 169 0 50 0
[pid=27400] ppid=27399 vsize=868472 CPUtime=2.63
/proc/27400/stat : 27400 (java) S 27399 27386 26196 0 -1 0 7504 0 1 0 243 20 0 0 18 0 9 0 998175865 889315328 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27400/statm: 217118 6129 2563 9 0 211665 0
[pid=27400/tid=27401] ppid=27399 vsize=868472 CPUtime=2.12
/proc/27400/task/27401/stat : 27401 (java) R 27399 27386 26196 0 -1 64 3296 0 1 0 198 14 0 0 25 0 9 0 998175866 889315328 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4126629853 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27402] ppid=27399 vsize=868472 CPUtime=0.24
/proc/27400/task/27402/stat : 27402 (java) S 27399 27386 26196 0 -1 64 2013 0 0 0 20 4 0 0 16 0 9 0 998175867 889315328 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27403] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27403/stat : 27403 (java) S 27399 27386 26196 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998175867 889315328 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27404] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27404/stat : 27404 (java) S 27399 27386 26196 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 998175867 889315328 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27405] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27405/stat : 27405 (java) S 27399 27386 26196 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998175869 889315328 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27406] ppid=27399 vsize=868472 CPUtime=0.24
/proc/27400/task/27406/stat : 27406 (java) S 27399 27386 26196 0 -1 64 1501 0 0 0 23 1 0 0 16 0 9 0 998175869 889315328 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27407] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27407/stat : 27407 (java) S 27399 27386 26196 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998175869 889315328 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27408] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27408/stat : 27408 (java) S 27399 27386 26196 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998175869 889315328 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887428

[startup+6.30272 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 27408
/proc/meminfo: memFree=1468232/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=0.38
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 974 4382 0 1 3 1 31 3 15 0 1 0 998175822 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 797 370 3 0 500 0
[pid=27399] ppid=27386 vsize=5356 CPUtime=0
/proc/27399/stat : 27399 (sh) S 27386 27386 26196 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998175865 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27399/statm: 1339 233 193 169 0 50 0
[pid=27400] ppid=27399 vsize=868472 CPUtime=5.78
/proc/27400/stat : 27400 (java) S 27399 27386 26196 0 -1 0 8474 0 1 0 529 49 0 0 18 0 9 0 998175865 889315328 6131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27400/statm: 217118 6131 2563 9 0 211665 0
[pid=27400/tid=27401] ppid=27399 vsize=868472 CPUtime=5.03
/proc/27400/task/27401/stat : 27401 (java) R 27399 27386 26196 0 -1 64 4264 0 1 0 466 37 0 0 25 0 9 0 998175866 889315328 6131 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27402] ppid=27399 vsize=868472 CPUtime=0.48
/proc/27400/task/27402/stat : 27402 (java) S 27399 27386 26196 0 -1 64 2013 0 0 0 38 10 0 0 16 0 9 0 998175867 889315328 6131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27403] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27403/stat : 27403 (java) S 27399 27386 26196 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998175867 889315328 6131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27404] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27404/stat : 27404 (java) S 27399 27386 26196 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 998175867 889315328 6131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27405] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27405/stat : 27405 (java) S 27399 27386 26196 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998175869 889315328 6131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27406] ppid=27399 vsize=868472 CPUtime=0.24
/proc/27400/task/27406/stat : 27406 (java) S 27399 27386 26196 0 -1 64 1503 0 0 0 23 1 0 0 16 0 9 0 998175869 889315328 6131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27407] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27407/stat : 27407 (java) S 27399 27386 26196 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998175869 889315328 6131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27408] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27408/stat : 27408 (java) S 27399 27386 26196 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998175869 889315328 6131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887428

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 27408
/proc/meminfo: memFree=1393480/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=0.38
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 974 4382 0 1 3 1 31 3 16 0 1 0 998175822 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 797 370 3 0 500 0
[pid=27399] ppid=27386 vsize=5356 CPUtime=0
/proc/27399/stat : 27399 (sh) S 27386 27386 26196 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998175865 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27399/statm: 1339 233 193 169 0 50 0
[pid=27400] ppid=27399 vsize=868472 CPUtime=12.08
/proc/27400/stat : 27400 (java) S 27399 27386 26196 0 -1 0 10417 0 1 0 1098 110 0 0 18 0 9 0 998175865 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27400/statm: 217118 6133 2563 9 0 211665 0
[pid=27400/tid=27401] ppid=27399 vsize=868472 CPUtime=10.85
/proc/27400/task/27401/stat : 27401 (java) R 27399 27386 26196 0 -1 64 6205 0 1 0 1000 85 0 0 25 0 9 0 998175866 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4126927122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27402] ppid=27399 vsize=868472 CPUtime=0.95
/proc/27400/task/27402/stat : 27402 (java) S 27399 27386 26196 0 -1 64 2013 0 0 0 73 22 0 0 16 0 9 0 998175867 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27403] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27403/stat : 27403 (java) S 27399 27386 26196 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998175867 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27404] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27404/stat : 27404 (java) S 27399 27386 26196 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 998175867 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27405] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27405/stat : 27405 (java) S 27399 27386 26196 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998175869 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27406] ppid=27399 vsize=868472 CPUtime=0.25
/proc/27400/task/27406/stat : 27406 (java) S 27399 27386 26196 0 -1 64 1505 0 0 0 24 1 0 0 17 0 9 0 998175869 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27407] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27407/stat : 27407 (java) S 27399 27386 26196 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998175869 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27408] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27408/stat : 27408 (java) S 27399 27386 26196 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998175869 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887428

[startup+25.5016 s]
/proc/loadavg: 2.16 2.03 2.01 3/91 27408
/proc/meminfo: memFree=1244360/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=0.38
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 974 4382 0 1 3 1 31 3 16 0 1 0 998175822 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 797 370 3 0 500 0
[pid=27399] ppid=27386 vsize=5356 CPUtime=0
/proc/27399/stat : 27399 (sh) S 27386 27386 26196 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998175865 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27399/statm: 1339 233 193 169 0 50 0
[pid=27400] ppid=27399 vsize=868472 CPUtime=24.63
/proc/27400/stat : 27400 (java) S 27399 27386 26196 0 -1 0 14254 0 1 0 2244 219 0 0 18 0 9 0 998175865 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27400/statm: 217118 6133 2563 9 0 211665 0
[pid=27400/tid=27401] ppid=27399 vsize=868472 CPUtime=22.49
/proc/27400/task/27401/stat : 27401 (java) R 27399 27386 26196 0 -1 64 10042 0 1 0 2076 173 0 0 25 0 9 0 998175866 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4126976853 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27402] ppid=27399 vsize=868472 CPUtime=1.86
/proc/27400/task/27402/stat : 27402 (java) S 27399 27386 26196 0 -1 64 2013 0 0 0 142 44 0 0 16 0 9 0 998175867 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27403] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27403/stat : 27403 (java) S 27399 27386 26196 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998175867 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27404] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27404/stat : 27404 (java) S 27399 27386 26196 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 998175867 889315328 6133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/27400/stat : 27400 (java) S 27399 27386 26196 0 -1 0 21957 0 1 0 4506 457 0 0 18 0 9 0 998175865 889315328 6134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27400/statm: 217118 6134 2563 9 0 211665 0
[pid=27400/tid=27401] ppid=27399 vsize=868472 CPUtime=45.59
/proc/27400/task/27401/stat : 27401 (java) R 27399 27386 26196 0 -1 64 17744 0 1 0 4195 364 0 0 25 0 9 0 998175866 889315328 6134 996147200 134512640 134550740 4294955952 18446744073709551615 4126629794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27402] ppid=27399 vsize=868472 CPUtime=3.75
/proc/27400/task/27402/stat : 27402 (java) S 27399 27386 26196 0 -1 64 2013 0 0 0 285 90 0 0 16 0 9 0 998175867 889315328 6134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27403] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27403/stat : 27403 (java) S 27399 27386 26196 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998175867 889315328 6134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27404] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27404/stat : 27404 (java) S 27399 27386 26196 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 998175867 889315328 6134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27405] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27405/stat : 27405 (java) S 27399 27386 26196 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998175869 889315328 6134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27406] ppid=27399 vsize=868472 CPUtime=0.25
/proc/27400/task/27406/stat : 27406 (java) S 27399 27386 26196 0 -1 64 1506 0 0 0 24 1 0 0 16 0 9 0 998175869 889315328 6134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27407] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27407/stat : 27407 (java) S 27399 27386 26196 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 998175869 889315328 6134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27400/tid=27408] ppid=27399 vsize=868472 CPUtime=0
/proc/27400/task/27408/stat : 27408 (java) S 27399 27386 26196 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 998175869 889315328 6134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (KiB) 887428

[startup+102.306 s]
/proc/loadavg: 2.16 2.06 2.02 3/83 27410
/proc/meminfo: memFree=498248/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=78.97
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 1024 35588 0 2 3 1 7162 731 16 0 1 0 998175822 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 799 370 3 0 500 0
[pid=27409] ppid=27386 vsize=5356 CPUtime=0
/proc/27409/stat : 27409 (sh) S 27386 27386 26196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 998183902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27409/statm: 1339 232 193 169 0 50 0
[pid=27410] ppid=27409 vsize=108252 CPUtime=21.28
/proc/27410/stat : 27410 (picosat) R 27409 27386 26196 0 -1 4194304 24741 0 0 0 979 1149 0 0 25 0 1 0 998183903 110850048 24727 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27410/statm: 27063 24727 40 102 0 26958 0
Current children cumulated CPU time (s) 100.25
Current children cumulated vsize (KiB) 127208

[startup+162.302 s]
/proc/loadavg: 2.17 2.08 2.02 3/83 27410
/proc/meminfo: memFree=265544/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=78.97
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 1024 35588 0 2 3 1 7162 731 16 0 1 0 998175822 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 799 370 3 0 500 0
[pid=27409] ppid=27386 vsize=5356 CPUtime=0
/proc/27409/stat : 27409 (sh) S 27386 27386 26196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 998183902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27409/statm: 1339 232 193 169 0 50 0
[pid=27410] ppid=27409 vsize=362532 CPUtime=80.74
/proc/27410/stat : 27410 (picosat) R 27409 27386 26196 0 -1 4194304 82411 0 0 0 3682 4392 0 0 25 0 1 0 998183903 371232768 82397 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27410/statm: 90633 82397 40 102 0 90528 0
Current children cumulated CPU time (s) 159.71
Current children cumulated vsize (KiB) 381488

[startup+222.302 s]
/proc/loadavg: 2.14 2.09 2.03 3/83 27410
/proc/meminfo: memFree=37064/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=78.97
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 1024 35588 0 2 3 1 7162 731 16 0 1 0 998175822 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 799 370 3 0 500 0
[pid=27409] ppid=27386 vsize=5356 CPUtime=0
/proc/27409/stat : 27409 (sh) S 27386 27386 26196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 998183902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27409/statm: 1339 232 193 169 0 50 0
[pid=27410] ppid=27409 vsize=567264 CPUtime=140.19
/proc/27410/stat : 27410 (picosat) R 27409 27386 26196 0 -1 4194304 139984 0 0 0 6404 7615 0 0 25 0 1 0 998183903 580878336 139970 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27410/statm: 141816 139970 40 102 0 141711 0
Current children cumulated CPU time (s) 219.16
Current children cumulated vsize (KiB) 586220

[startup+282.302 s]
/proc/loadavg: 2.17 2.10 2.03 3/83 27410
/proc/meminfo: memFree=15752/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=78.97
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 1024 35588 0 2 3 1 7162 731 16 0 1 0 998175822 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 799 370 3 0 500 0
[pid=27409] ppid=27386 vsize=5356 CPUtime=0
/proc/27409/stat : 27409 (sh) S 27386 27386 26196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 998183902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27409/statm: 1339 232 193 169 0 50 0
[pid=27410] ppid=27409 vsize=836608 CPUtime=199.5
/proc/27410/stat : 27410 (picosat) R 27409 27386 26196 0 -1 4194304 197288 0 0 0 9108 10842 0 0 25 0 1 0 998183903 856686592 197274 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27410/statm: 209152 197274 40 102 0 209047 0
Current children cumulated CPU time (s) 278.47
Current children cumulated vsize (KiB) 855564



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+301.902 s]
/proc/loadavg: 2.28 2.13 2.04 3/83 27410
/proc/meminfo: memFree=15688/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=78.97
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 1024 35588 0 2 3 1 7162 731 16 0 1 0 998175822 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 799 370 3 0 500 0
[pid=27409] ppid=27386 vsize=5356 CPUtime=0
/proc/27409/stat : 27409 (sh) S 27386 27386 26196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 998183902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27409/statm: 1339 232 193 169 0 50 0
[pid=27410] ppid=27409 vsize=903004 CPUtime=218.87
/proc/27410/stat : 27410 (picosat) R 27409 27386 26196 0 -1 4194304 215930 0 0 0 10005 11882 0 0 25 0 1 0 998183903 924676096 215916 996147200 134512640 134931368 4294956256 18446744073709551615 134597654 0 0 4096 0 0 0 0 17 1 0 0
/proc/27410/statm: 225751 215916 40 102 0 225646 0
Current children cumulated CPU time (s) 297.84
Current children cumulated vsize (KiB) 921960

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

[startup+302.019 s]
/proc/loadavg: 2.28 2.13 2.04 3/83 27410
/proc/meminfo: memFree=15688/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=78.97
/proc/27386/stat : 27386 (sugar) S 27384 27386 26196 0 -1 4194304 1042 35588 0 2 3 1 7162 731 16 0 1 0 998175822 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27386/statm: 3400 799 370 3 0 500 0
[pid=27409] ppid=27386 vsize=0 CPUtime=0
/proc/27409/stat : 27409 (sh) Z 27386 27386 26196 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 998183902 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/27409/statm: 0 0 0 0 0 0 0
[pid=27410] ppid=1 vsize=0 CPUtime=218.99
/proc/27410/stat : 27410 (picosat) R 1 27386 26196 0 -1 4195332 215930 0 0 0 10005 11894 0 0 25 0 1 0 998183903 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/27410/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 297.96
Current children cumulated vsize (KiB) 13600

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

[startup+302.102 s]
/proc/loadavg: 2.28 2.13 2.04 3/83 27410
/proc/meminfo: memFree=15688/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=79.01
/proc/27386/stat : 27386 (sugar) R 27384 27386 26196 0 -1 4194304 1070 35865 0 2 3 5 7162 731 16 0 1 0 998175822 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27386/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 79.01
Current children cumulated vsize (KiB) 13600

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

[startup+302.202 s]
/proc/loadavg: 2.28 2.13 2.04 3/83 27410
/proc/meminfo: memFree=15688/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=79.11
/proc/27386/stat : 27386 (sugar) R 27384 27386 26196 0 -1 4194304 1070 35865 0 2 3 15 7162 731 16 0 1 0 998175822 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27386/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 79.11
Current children cumulated vsize (KiB) 13600

[startup+302.402 s]
/proc/loadavg: 2.34 2.14 2.05 3/82 27411
/proc/meminfo: memFree=1716112/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=79.31
/proc/27386/stat : 27386 (sugar) R 27384 27386 26196 0 -1 4194304 1070 35865 0 2 3 35 7162 731 16 0 1 0 998175822 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27386/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 79.31
Current children cumulated vsize (KiB) 13600

[startup+302.507 s]
/proc/loadavg: 2.34 2.14 2.05 3/82 27411
/proc/meminfo: memFree=1716112/2055920 swapFree=4180884/4192956
[pid=27386] ppid=27384 vsize=13600 CPUtime=79.39
/proc/27386/stat : 27386 (sugar) R 27384 27386 26196 0 -1 4194304 1070 35865 0 2 3 43 7162 731 16 0 1 0 998175822 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27386/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 79.39
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): 218.95
#  lost CPU user time (s): 100.05
#  lost CPU system time (s): 118.9

Real time (s): 302.516
CPU time (s): 298.381
CPU user time (s): 171.715
CPU system time (s): 126.666
CPU usage (%): 98.6333
Max. virtual memory (cumulated for all children) (KiB): 921960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.6651
system time used= 7.76582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36966
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= 170961
involuntary context switches= 172730

runsolver used 0.377942 second user time and 0.973851 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 04:15:12
IDJOB=1063517
IDBENCH=54766
IDSOLVER=345
FILE ID=node2/1063517-1215137712
PBS_JOBID= 7877359
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-markshare2-1.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-1063517-1215137712/watcher-1063517-1215137712 -o /tmp/evaluation-result-1063517-1215137712/solver-1063517-1215137712 -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-1063517-1215137712.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 11c703a63d5c06e7eee10d0f74c39fde
RANDOM SEED=100235199

node2.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.236
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.236
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:       1531328 kB
Buffers:         78928 kB
Cached:         279440 kB
SwapCached:       5908 kB
Active:         315752 kB
Inactive:       140836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531328 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:         114472 kB
Slab:            52844 kB
Committed_AS:  2318968 kB
PageTables:       2164 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node2 at 2008-07-04 04:20:16