Trace number 1085771

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? 335.57 343.11

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-0.xml
MD5SUMdb919c043cbe2ccf39dda4a6ced1254b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.6993
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/picosat
0.00/0.16	c 0	BEGIN Sat Jul  5 07:24:42 2008
0.00/0.16	c 0	PID 31021
0.00/0.17	c 0	HOST node81.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1085771-1215235482.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085771-1215235482.xml' 'HOME/temp.csp'
1.91/2.18	c 2	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
1.99/2.22	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.99/2.22	c 2	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'
2.01/2.30	c 2	Parsing HOME/temp.csp
2.01/2.68	c 3	parsed 10000 expressions
2.01/3.01	c 3	parsed 20000 expressions
3.06/3.34	c 3	parsed 30000 expressions
3.17/3.49	c 4	parsed 36052 expressions
3.17/3.50	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.17/3.50	c 4	Converting to clausal form CSP
3.97/4.22	c 4	converted 3606 (10%) expressions
6.66/6.98	c 7	converted 7211 (20%) expressions
9.45/9.74	c 10	converted 10816 (30%) expressions
12.26/12.52	c 13	converted 14421 (40%) expressions
14.55/14.85	c 15	converted 18026 (50%) expressions
16.95/17.21	c 17	converted 21632 (60%) expressions
19.86/20.13	c 20	converted 25237 (70%) expressions
22.15/22.43	c 22	converted 28842 (80%) expressions
24.25/24.59	c 25	converted 32447 (90%) expressions
26.35/26.66	c 27	converted 36052 (100%) expressions
26.35/26.67	c 27	CSP : 13207 integers, 92784 booleans, 220760 clauses, largest domain size 2641
26.35/26.67	c 27	Heap : 143 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.35/26.67	c 27	Propagation in CSP
30.35/30.62	c 31	254148 values, 0 unsatisfiable literals, and 0 valid clauses are removed
30.35/30.63	c 31	CSP : 13207 integers, 92784 booleans, 220760 clauses, largest domain size 2641
30.35/30.63	c 31	Heap : 158 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.35/30.68	c 31	Simplifing CSP by introducing new Boolean variables
31.95/32.25	c 32	CSP : 13207 integers, 177688 booleans, 305664 clauses, largest domain size 2641
31.95/32.25	c 32	Heap : 177 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.05/33.32	c 33	Encoding CSP to SAT : HOME/temp.cnf
36.64/36.99	c 37	1321 (10%) CSP integer variables are encoded (223625 clauses, 3580804 bytes)
40.35/40.69	c 41	2642 (20%) CSP integer variables are encoded (449604 clauses, 7422447 bytes)
44.11/44.55	c 45	3963 (30%) CSP integer variables are encoded (2828753 clauses, 51531893 bytes)
47.98/48.44	c 48	5283 (40%) CSP integer variables are encoded (6097095 clauses, 113630391 bytes)
51.87/52.40	c 52	6604 (50%) CSP integer variables are encoded (9335870 clauses, 175167116 bytes)
56.01/56.54	c 57	7925 (60%) CSP integer variables are encoded (12591501 clauses, 242220856 bytes)
60.09/60.77	c 61	9245 (70%) CSP integer variables are encoded (15833941 clauses, 310312096 bytes)
64.23/64.96	c 65	10566 (80%) CSP integer variables are encoded (19082142 clauses, 378524317 bytes)
68.36/69.59	c 70	11887 (90%) CSP integer variables are encoded (22347705 clauses, 447101140 bytes)
72.54/73.83	c 74	13207 (100%) CSP integer variables are encoded (25553793 clauses, 514428988 bytes)
157.83/160.99	c 161	30567 (10%) CSP clauses are encoded (46046672 clauses, 1015913252 bytes)
236.28/241.44	c 241	61133 (20%) CSP clauses are encoded (66253183 clauses, 1518807961 bytes)
314.91/321.42	c 321	91700 (30%) CSP clauses are encoded (86209442 clauses, 2017747740 bytes)
334.68/341.47	c 342	ERROR Exception Too large HOME/temp.cnf
334.68/341.47	c 342	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
334.68/341.47	c 342	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
334.68/341.47	c 342	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
334.68/341.47	s UNKNOWN
334.74/341.55	c 342	CPU 322.01 (0.03 0 321.98 12.78)
334.74/341.55	c 342	END Sat Jul  5 07:30:24 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-1085771-1215235482/watcher-1085771-1215235482 -o /tmp/evaluation-result-1085771-1215235482/solver-1085771-1215235482 -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-1085771-1215235482.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.22 2.12 2.03 4/82 31021
/proc/meminfo: memFree=1908496/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=18572 CPUtime=0
/proc/31021/stat : 31021 (runsolver) D 31019 31021 30539 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 256536145 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269807578407 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/31021/statm: 4643 292 257 25 0 2626 0

[startup+0.052503 s]
/proc/loadavg: 2.22 2.12 2.03 4/82 31021
/proc/meminfo: memFree=1908496/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=12268 CPUtime=0
/proc/31021/stat : 31021 (sugar) D 31019 31021 30539 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 256536145 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/31021/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102511 s]
/proc/loadavg: 2.22 2.12 2.03 4/82 31021
/proc/meminfo: memFree=1908496/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=12272 CPUtime=0
/proc/31021/stat : 31021 (sugar) D 31019 31021 30539 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 256536145 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/31021/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302536 s]
/proc/loadavg: 2.22 2.12 2.03 4/82 31021
/proc/meminfo: memFree=1908496/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=0.03
/proc/31021/stat : 31021 (sugar) S 31019 31021 30539 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 256536145 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31021/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701575 s]
/proc/loadavg: 2.22 2.12 2.03 4/82 31021
/proc/meminfo: memFree=1908496/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=0.03
/proc/31021/stat : 31021 (sugar) S 31019 31021 30539 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 256536145 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31021/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50167 s]
/proc/loadavg: 2.22 2.12 2.03 4/93 31033
/proc/meminfo: memFree=1873272/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=0.03
/proc/31021/stat : 31021 (sugar) S 31019 31021 30539 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 256536145 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31021/statm: 3400 796 370 3 0 500 0
[pid=31024] ppid=31021 vsize=5356 CPUtime=0
/proc/31024/stat : 31024 (sh) S 31021 31021 30539 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 256536163 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31024/statm: 1339 233 193 169 0 50 0
[pid=31025] ppid=31024 vsize=865684 CPUtime=1.3
/proc/31025/stat : 31025 (java) S 31024 31021 30539 0 -1 0 17491 0 1 0 120 10 0 0 18 0 9 0 256536163 886460416 15326 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31025/statm: 216421 15326 2529 9 0 211003 0
[pid=31025/tid=31026] ppid=31024 vsize=865684 CPUtime=0.61
/proc/31025/task/31026/stat : 31026 (java) R 31024 31021 30539 0 -1 64 3007 0 1 0 60 1 0 0 22 0 9 0 256536164 886460416 15326 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31025/tid=31027] ppid=31024 vsize=865684 CPUtime=0.55
/proc/31025/task/31027/stat : 31027 (java) R 31024 31021 30539 0 -1 64 13284 0 0 0 48 7 0 0 16 0 9 0 256536165 886460416 15326 996147200 134512640 134550740 4294956000 18446744073709551615 102469625 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31025/tid=31028] ppid=31024 vsize=865684 CPUtime=0
/proc/31025/task/31028/stat : 31028 (java) S 31024 31021 30539 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 256536165 886460416 15326 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31025/tid=31029] ppid=31024 vsize=865684 CPUtime=0
/proc/31025/task/31029/stat : 31029 (java) S 31024 31021 30539 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 256536165 886460416 15326 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31025/tid=31030] ppid=31024 vsize=865684 CPUtime=0
/proc/31025/task/31030/stat : 31030 (java) S 31024 31021 30539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 256536167 886460416 15326 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31025/tid=31031] ppid=31024 vsize=865684 CPUtime=0.1
/proc/31025/task/31031/stat : 31031 (java) S 31024 31021 30539 0 -1 64 500 0 0 0 10 0 0 0 16 0 9 0 256536167 886460416 15326 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31025/tid=31032] ppid=31024 vsize=865684 CPUtime=0
/proc/31025/task/31032/stat : 31032 (java) S 31024 31021 30539 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 256536167 886460416 15326 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31025/tid=31033] ppid=31024 vsize=865684 CPUtime=0
/proc/31025/task/31033/stat : 31033 (java) S 31024 31021 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256536167 886460416 15326 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 884640

[startup+3.10282 s]
/proc/loadavg: 2.22 2.12 2.03 3/93 31033
/proc/meminfo: memFree=1849656/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=2.01
/proc/31021/stat : 31021 (sugar) S 31019 31021 30539 0 -1 4194304 973 19458 0 1 3 0 185 13 15 0 1 0 256536145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31021/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 13600

[startup+6.30218 s]
/proc/loadavg: 2.28 2.13 2.04 3/93 31043
/proc/meminfo: memFree=1866360/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=2.01
/proc/31021/stat : 31021 (sugar) S 31019 31021 30539 0 -1 4194304 974 19458 0 1 3 0 185 13 15 0 1 0 256536145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31021/statm: 3400 797 370 3 0 500 0
[pid=31034] ppid=31021 vsize=5356 CPUtime=0
/proc/31034/stat : 31034 (sh) S 31021 31021 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256536368 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31034/statm: 1339 233 193 169 0 50 0
[pid=31035] ppid=31034 vsize=868440 CPUtime=4.05
/proc/31035/stat : 31035 (java) S 31034 31021 30539 0 -1 0 14246 0 1 0 396 9 0 0 20 0 9 0 256536368 889282560 12753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31035/statm: 217110 12753 2541 9 0 211685 0
[pid=31035/tid=31036] ppid=31034 vsize=868440 CPUtime=3.02
/proc/31035/task/31036/stat : 31036 (java) R 31034 31021 30539 0 -1 64 3126 0 1 0 300 2 0 0 25 0 9 0 256536369 889282560 12753 996147200 134512640 134550740 4294955952 18446744073709551615 4126695456 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31037] ppid=31034 vsize=868440 CPUtime=0.8
/proc/31035/task/31037/stat : 31037 (java) S 31034 31021 30539 0 -1 64 8925 0 0 0 74 6 0 0 16 0 9 0 256536370 889282560 12753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31038] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31038/stat : 31038 (java) S 31034 31021 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256536370 889282560 12753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31039] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31039/stat : 31039 (java) S 31034 31021 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256536370 889282560 12753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31040] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31040/stat : 31040 (java) S 31034 31021 30539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256536372 889282560 12753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31041] ppid=31034 vsize=868440 CPUtime=0.2
/proc/31035/task/31041/stat : 31041 (java) S 31034 31021 30539 0 -1 64 1498 0 0 0 20 0 0 0 16 0 9 0 256536372 889282560 12753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31042] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31042/stat : 31042 (java) S 31034 31021 30539 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256536372 889282560 12753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31043] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31043/stat : 31043 (java) S 31034 31021 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256536372 889282560 12753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 887396

[startup+12.7029 s]
/proc/loadavg: 2.26 2.13 2.04 3/93 31043
/proc/meminfo: memFree=1828800/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=2.01
/proc/31021/stat : 31021 (sugar) S 31019 31021 30539 0 -1 4194304 974 19458 0 1 3 0 185 13 16 0 1 0 256536145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31021/statm: 3400 797 370 3 0 500 0
[pid=31034] ppid=31021 vsize=5356 CPUtime=0
/proc/31034/stat : 31034 (sh) S 31021 31021 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256536368 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31034/statm: 1339 233 193 169 0 50 0
[pid=31035] ppid=31034 vsize=868440 CPUtime=10.45
/proc/31035/stat : 31035 (java) S 31034 31021 30539 0 -1 0 32886 0 1 0 1025 20 0 0 20 0 9 0 256536368 889282560 21742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31035/statm: 217110 21742 2541 9 0 211685 0
[pid=31035/tid=31036] ppid=31034 vsize=868440 CPUtime=8.02
/proc/31035/task/31036/stat : 31036 (java) R 31034 31021 30539 0 -1 64 3957 0 1 0 799 3 0 0 25 0 9 0 256536369 889282560 21742 996147200 134512640 134550740 4294955952 18446744073709551615 4126573378 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31037] ppid=31034 vsize=868440 CPUtime=2.17
/proc/31035/task/31037/stat : 31037 (java) S 31034 31021 30539 0 -1 64 26730 0 0 0 202 15 0 0 16 0 9 0 256536370 889282560 21742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31038] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31038/stat : 31038 (java) S 31034 31021 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256536370 889282560 21742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31039] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31039/stat : 31039 (java) S 31034 31021 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256536370 889282560 21742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31040] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31040/stat : 31040 (java) S 31034 31021 30539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256536372 889282560 21742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31041] ppid=31034 vsize=868440 CPUtime=0.22
/proc/31035/task/31041/stat : 31041 (java) S 31034 31021 30539 0 -1 64 1502 0 0 0 21 1 0 0 16 0 9 0 256536372 889282560 21742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31042] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31042/stat : 31042 (java) S 31034 31021 30539 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256536372 889282560 21742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31043] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31043/stat : 31043 (java) S 31034 31021 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256536372 889282560 21742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887396

[startup+25.5022 s]
/proc/loadavg: 2.20 2.12 2.04 3/93 31043
/proc/meminfo: memFree=1750336/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=2.01
/proc/31021/stat : 31021 (sugar) S 31019 31021 30539 0 -1 4194304 974 19458 0 1 3 0 185 13 16 0 1 0 256536145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31021/statm: 3400 797 370 3 0 500 0
[pid=31034] ppid=31021 vsize=5356 CPUtime=0
/proc/31034/stat : 31034 (sh) S 31021 31021 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256536368 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31034/statm: 1339 233 193 169 0 50 0
[pid=31035] ppid=31034 vsize=868440 CPUtime=23.25
/proc/31035/stat : 31035 (java) S 31034 31021 30539 0 -1 0 55868 0 1 0 2291 34 0 0 20 0 9 0 256536368 889282560 40052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31035/statm: 217110 40053 2541 9 0 211685 0
[pid=31035/tid=31036] ppid=31034 vsize=868440 CPUtime=18.85
/proc/31035/task/31036/stat : 31036 (java) R 31034 31021 30539 0 -1 64 4799 0 1 0 1881 4 0 0 25 0 9 0 256536369 889282560 40054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31037] ppid=31034 vsize=868440 CPUtime=4.15
/proc/31035/task/31037/stat : 31037 (java) R 31034 31021 30539 0 -1 64 48872 0 0 0 387 28 0 0 15 0 9 0 256536370 889282560 40054 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31038] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31038/stat : 31038 (java) S 31034 31021 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256536370 889282560 40056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31039] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31039/stat : 31039 (java) S 31034 31021 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256536370 889282560 40058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31040] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31040/stat : 31040 (java) S 31034 31021 30539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256536372 889282560 40059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31041] ppid=31034 vsize=868440 CPUtime=0.22
/proc/31035/task/31041/stat : 31041 (java) S 31034 31021 30539 0 -1 64 1502 0 0 0 21 1 0 0 16 0 9 0 256536372 889282560 40060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31042] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31042/stat : 31042 (java) S 31034 31021 30539 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256536372 889282560 40061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31043] ppid=31034 vsize=868440 CPUtime=0
/proc/31035/task/31043/stat : 31043 (java) S 31034 31021 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256536372 889282560 40062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 887396

[startup+51.103 s]
/proc/loadavg: 2.25 2.14 2.05 3/93 31043
/proc/meminfo: memFree=1548160/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=2.01
/proc/31021/stat : 31021 (sugar) S 31019 31021 30539 0 -1 4194304 974 19458 0 1 3 0 185 13 16 0 1 0 256536145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31021/statm: 3400 797 370 3 0 500 0
[pid=31034] ppid=31021 vsize=5356 CPUtime=0
/proc/31034/stat : 31034 (sh) S 31021 31021 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256536368 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31034/statm: 1339 233 193 169 0 50 0
[pid=31035] ppid=31034 vsize=868552 CPUtime=48.66
/proc/31035/stat : 31035 (java) S 31034 31021 30539 0 -1 0 73733 0 1 0 4734 132 0 0 20 0 9 0 256536368 889397248 52820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/31035/task/31036/stat : 31036 (java) R 31034 31021 30539 0 -1 64 6190 0 1 0 4023 92 0 0 25 0 9 0 256536369 889397248 52820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31037] ppid=31034 vsize=868552 CPUtime=7.18
/proc/31035/task/31037/stat : 31037 (java) S 31034 31021 30539 0 -1 64 65308 0 0 0 681 37 0 0 16 0 9 0 256536370 889397248 52820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31038] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31038/stat : 31038 (java) S 31034 31021 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256536370 889397248 52820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31039] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31039/stat : 31039 (java) S 31034 31021 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256536370 889397248 52820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31040] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31040/stat : 31040 (java) S 31034 31021 30539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256536372 889397248 52820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31041] ppid=31034 vsize=868552 CPUtime=0.29
/proc/31035/task/31041/stat : 31041 (java) S 31034 31021 30539 0 -1 64 1538 0 0 0 28 1 0 0 16 0 9 0 256536372 889397248 52820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31042] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31042/stat : 31042 (java) S 31034 31021 30539 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256536372 889397248 52820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31043] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31043/stat : 31043 (java) S 31034 31021 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256536372 889397248 52820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 887508

[startup+102.308 s]
/proc/loadavg: 2.38 2.19 2.07 3/93 31043
/proc/meminfo: memFree=1025472/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=2.01
/proc/31021/stat : 31021 (sugar) S 31019 31021 30539 0 -1 4194304 974 19458 0 1 3 0 185 13 16 0 1 0 256536145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31021/statm: 3400 797 370 3 0 500 0
[pid=31034] ppid=31021 vsize=5356 CPUtime=0
/proc/31034/stat : 31034 (sh) S 31021 31021 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256536368 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31034/statm: 1339 233 193 169 0 50 0
[pid=31035] ppid=31034 vsize=868552 CPUtime=98.58
/proc/31035/stat : 31035 (java) S 31034 31021 30539 0 -1 0 74346 0 1 0 9443 415 0 0 20 0 9 0 256536368 889397248 52833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31035/statm: 217138 52833 2566 9 0 211685 0
[pid=31035/tid=31036] ppid=31034 vsize=868552 CPUtime=90.58
/proc/31035/task/31036/stat : 31036 (java) R 31034 31021 30539 0 -1 64 6791 0 1 0 8688 370 0 0 25 0 9 0 256536369 889397248 52833 996147200 134512640 134550740 4294955952 18446744073709551615 4126640446 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31035/tid=31037] ppid=31034 vsize=868552 CPUtime=7.66
/proc/31035/task/31037/stat : 31037 (java) S 31034 31021 30539 0 -1 64 65308 0 0 0 724 42 0 0 16 0 9 0 256536370 889397248 52833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31035/tid=31038] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31038/stat : 31038 (java) S 31034 31021 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256536370 889397248 52833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31039] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31039/stat : 31039 (java) S 31034 31021 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256536370 889397248 52833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31040] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31040/stat : 31040 (java) S 31034 31021 30539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256536372 889397248 52833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31041] ppid=31034 vsize=868552 CPUtime=0.31
/proc/31035/task/31041/stat : 31041 (java) S 31034 31021 30539 0 -1 64 1550 0 0 0 30 1 0 0 16 0 9 0 256536372 889397248 52833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31035/tid=31042] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31042/stat : 31042 (java) S 31034 31021 30539 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256536372 889397248 52833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31043] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31043/stat : 31043 (java) S 31034 31021 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256536372 889397248 52833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.59
Current children cumulated vsize (KiB) 887508

[startup+162.303 s]
/proc/loadavg: 2.34 2.20 2.08 3/94 31044
/proc/meminfo: memFree=589304/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=2.01
/proc/31021/stat : 31021 (sugar) S 31019 31021 30539 0 -1 4194304 974 19458 0 1 3 0 185 13 16 0 1 0 256536145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31021/statm: 3400 797 370 3 0 500 0
[pid=31034] ppid=31021 vsize=5356 CPUtime=0
/proc/31034/stat : 31034 (sh) S 31021 31021 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256536368 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31034/statm: 1339 233 193 169 0 50 0
[pid=31035] ppid=31034 vsize=868552 CPUtime=157.2
/proc/31035/stat : 31035 (java) S 31034 31021 30539 0 -1 0 74864 0 1 0 15102 618 0 0 20 0 9 0 256536368 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31035/statm: 217138 52834 2566 9 0 211685 0
[pid=31035/tid=31036] ppid=31034 vsize=868552 CPUtime=148.78
/proc/31035/task/31036/stat : 31036 (java) R 31034 31021 30539 0 -1 64 7308 0 1 0 14308 570 0 0 25 0 9 0 256536369 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4127031238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31035/tid=31037] ppid=31034 vsize=868552 CPUtime=8.07
/proc/31035/task/31037/stat : 31037 (java) S 31034 31021 30539 0 -1 64 65308 0 0 0 762 45 0 0 16 0 9 0 256536370 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31035/tid=31038] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31038/stat : 31038 (java) S 31034 31021 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256536370 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31039] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31039/stat : 31039 (java) S 31034 31021 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256536370 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31040] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31040/stat : 31040 (java) S 31034 31021 30539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256536372 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31041] ppid=31034 vsize=868552 CPUtime=0.31
/proc/31035/task/31041/stat : 31041 (java) S 31034 31021 30539 0 -1 64 1551 0 0 0 30 1 0 0 16 0 9 0 256536372 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31035/tid=31042] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31042/stat : 31042 (java) S 31034 31021 30539 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256536372 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31043] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31043/stat : 31043 (java) S 31034 31021 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256536372 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 159.21
Current children cumulated vsize (KiB) 887508

[startup+222.302 s]
/proc/loadavg: 2.28 2.21 2.09 3/94 31045
/proc/meminfo: memFree=16048/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=2.01
/proc/31021/stat : 31021 (sugar) S 31019 31021 30539 0 -1 4194304 974 19458 0 1 3 0 185 13 16 0 1 0 256536145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31021/statm: 3400 797 370 3 0 500 0
[pid=31034] ppid=31021 vsize=5356 CPUtime=0
/proc/31034/stat : 31034 (sh) S 31021 31021 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256536368 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31034/statm: 1339 233 193 169 0 50 0
[pid=31035] ppid=31034 vsize=868552 CPUtime=215.38
/proc/31035/stat : 31035 (java) S 31034 31021 30539 0 -1 0 75389 0 1 0 20709 829 0 0 20 0 9 0 256536368 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31035/statm: 217138 52834 2566 9 0 211685 0
[pid=31035/tid=31036] ppid=31034 vsize=868552 CPUtime=206.55
/proc/31035/task/31036/stat : 31036 (java) R 31034 31021 30539 0 -1 64 7833 0 1 0 19878 777 0 0 25 0 9 0 256536369 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4127033672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31037] ppid=31034 vsize=868552 CPUtime=8.48
/proc/31035/task/31037/stat : 31037 (java) S 31034 31021 30539 0 -1 64 65308 0 0 0 799 49 0 0 16 0 9 0 256536370 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31038] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31038/stat : 31038 (java) S 31034 31021 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256536370 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31039] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31039/stat : 31039 (java) S 31034 31021 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256536370 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31040] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31040/stat : 31040 (java) S 31034 31021 30539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256536372 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31041] ppid=31034 vsize=868552 CPUtime=0.31
/proc/31035/task/31041/stat : 31041 (java) S 31034 31021 30539 0 -1 64 1551 0 0 0 30 1 0 0 16 0 9 0 256536372 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31035/tid=31042] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31042/stat : 31042 (java) S 31034 31021 30539 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256536372 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31043] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31043/stat : 31043 (java) S 31034 31021 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256536372 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 217.39
Current children cumulated vsize (KiB) 887508

[startup+282.303 s]
/proc/loadavg: 2.34 2.23 2.10 3/93 31046
/proc/meminfo: memFree=15536/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=2.01
/proc/31021/stat : 31021 (sugar) S 31019 31021 30539 0 -1 4194304 974 19458 0 1 3 0 185 13 16 0 1 0 256536145 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31021/statm: 3400 797 370 3 0 500 0
[pid=31034] ppid=31021 vsize=5356 CPUtime=0
/proc/31034/stat : 31034 (sh) S 31021 31021 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256536368 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31034/statm: 1339 233 193 169 0 50 0
[pid=31035] ppid=31034 vsize=868552 CPUtime=274.68
/proc/31035/stat : 31035 (java) S 31034 31021 30539 0 -1 0 75923 0 1 0 26431 1037 0 0 20 0 9 0 256536368 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31035/statm: 217138 52834 2566 9 0 211685 0
[pid=31035/tid=31036] ppid=31034 vsize=868552 CPUtime=265.41
/proc/31035/task/31036/stat : 31036 (java) R 31034 31021 30539 0 -1 64 8367 0 1 0 25559 982 0 0 25 0 9 0 256536369 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4127090389 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31037] ppid=31034 vsize=868552 CPUtime=8.92
/proc/31035/task/31037/stat : 31037 (java) S 31034 31021 30539 0 -1 64 65308 0 0 0 840 52 0 0 16 0 9 0 256536370 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31038] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31038/stat : 31038 (java) S 31034 31021 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256536370 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31039] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31039/stat : 31039 (java) S 31034 31021 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256536370 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31040] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31040/stat : 31040 (java) S 31034 31021 30539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256536372 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31041] ppid=31034 vsize=868552 CPUtime=0.31
/proc/31035/task/31041/stat : 31041 (java) S 31034 31021 30539 0 -1 64 1551 0 0 0 30 1 0 0 16 0 9 0 256536372 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31035/tid=31042] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31042/stat : 31042 (java) S 31034 31021 30539 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256536372 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31035/tid=31043] ppid=31034 vsize=868552 CPUtime=0
/proc/31035/task/31043/stat : 31043 (java) S 31034 31021 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256536372 889397248 52834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 276.69
Current children cumulated vsize (KiB) 887508

[startup+342.302 s]
/proc/loadavg: 2.12 2.19 2.09 3/84 31095
/proc/meminfo: memFree=1206024/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=335.5
/proc/31021/stat : 31021 (sugar) D 31019 31021 30539 0 -1 4194304 996 96201 0 2 3 71 32198 1278 22 0 1 0 256536145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31021/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 335.5
Current children cumulated vsize (KiB) 13600

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

[startup+342.701 s]
/proc/loadavg: 2.12 2.19 2.09 3/84 31095
/proc/meminfo: memFree=1206024/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=335.52
/proc/31021/stat : 31021 (sugar) D 31019 31021 30539 0 -1 4194304 996 96201 0 2 3 73 32198 1278 18 0 1 0 256536145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31021/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 335.52
Current children cumulated vsize (KiB) 13600

[startup+343.101 s]
/proc/loadavg: 2.11 2.18 2.09 2/84 31095
/proc/meminfo: memFree=1631432/2055920 swapFree=4180000/4192956
[pid=31021] ppid=31019 vsize=13600 CPUtime=335.55
/proc/31021/stat : 31021 (sugar) D 31019 31021 30539 0 -1 4194304 996 96201 0 2 3 76 32198 1278 18 0 1 0 256536145 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31021/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 335.55
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 343.11
CPU time (s): 335.57
CPU user time (s): 322.023
CPU system time (s): 13.5469
CPU usage (%): 97.8026
Max. virtual memory (cumulated for all children) (KiB): 898148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 322.023
system time used= 13.5469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97227
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= 34939
involuntary context switches= 39333

runsolver used 0.472928 second user time and 1.12783 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 07:24:42
IDJOB=1085771
IDBENCH=57698
IDSOLVER=345
FILE ID=node81/1085771-1215235482
PBS_JOBID= 7881922
Free space on /tmp= 126808 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-0.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-1085771-1215235482/watcher-1085771-1215235482 -o /tmp/evaluation-result-1085771-1215235482/solver-1085771-1215235482 -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-1085771-1215235482.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db919c043cbe2ccf39dda4a6ced1254b
RANDOM SEED=1551892313

node81.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1908976 kB
Buffers:          3436 kB
Cached:          49616 kB
SwapCached:       4680 kB
Active:          73788 kB
Inactive:        19644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1908976 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            6128 kB
Writeback:           0 kB
Mapped:          58712 kB
Slab:            38724 kB
Committed_AS:   653732 kB
PageTables:       1744 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126596 MiB
End job on node81 at 2008-07-05 07:30:25