Trace number 1059317

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) 1160.38 1163.05

General information on the benchmark

Namecsp/fischer/
normalized-fischer-11-10-fair.xml
MD5SUM0279a7fde5121ec712efd314d7d88e3f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables29004
Number of constraints27477
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension27477
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 00:02:20 2008
0.00/0.04	c 0	PID 28654
0.03/0.04	c 0	HOST node8.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1059317-1215122539.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059317-1215122539.xml' 'HOME/temp.csp'
2.07/2.20	c 2	3 domains, 29004 variables, 9 predicates, 0 relations, 27477 constraints
2.16/2.24	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.16/2.24	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.19/2.32	c 2	Parsing HOME/temp.csp
2.19/2.62	c 2	parsed 10000 expressions
2.19/2.80	c 2	parsed 20000 expressions
2.19/2.99	c 3	parsed 30000 expressions
2.19/3.17	c 3	parsed 40000 expressions
3.33/3.44	c 3	parsed 50000 expressions
3.43/3.57	c 3	parsed 56493 expressions
3.43/3.58	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.43/3.58	c 3	Converting to clausal form CSP
3.54/3.63	c 3	converted 5650 (10%) expressions
3.54/3.64	c 3	converted 11299 (20%) expressions
3.54/3.65	c 3	converted 16948 (30%) expressions
3.54/3.67	c 3	converted 22598 (40%) expressions
3.54/3.67	c 3	converted 28247 (50%) expressions
4.03/4.12	c 4	converted 33896 (60%) expressions
4.73/4.83	c 4	converted 39546 (70%) expressions
5.13/5.25	c 5	converted 45195 (80%) expressions
5.93/6.00	c 6	converted 50844 (90%) expressions
6.33/6.46	c 6	converted 56493 (100%) expressions
6.33/6.47	c 6	CSP : 50935 integers, 1690 booleans, 125224 clauses, largest domain size 20001
6.33/6.47	c 6	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.33/6.47	c 6	Propagation in CSP
1018.34/1018.89	c 1019	716708629 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1018.44/1018.90	c 1019	CSP : 50935 integers, 1690 booleans, 125224 clauses, largest domain size 20001
1018.44/1018.90	c 1019	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1018.44/1018.93	c 1019	Simplifing CSP by introducing new Boolean variables
1018.64/1019.17	c 1019	CSP : 50935 integers, 46056 booleans, 169590 clauses, largest domain size 20001
1018.64/1019.17	c 1019	Heap : 96 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1019.33/1019.82	c 1019	Encoding CSP to SAT : HOME/temp.cnf
1019.83/1020.33	c 1020	5094 (10%) CSP integer variables are encoded (404514 clauses, 6660241 bytes)
1022.63/1023.11	c 1023	10187 (20%) CSP integer variables are encoded (2836194 clauses, 51678008 bytes)
1023.63/1024.17	c 1024	15281 (30%) CSP integer variables are encoded (3748074 clauses, 69003728 bytes)
1024.42/1024.96	c 1025	20374 (40%) CSP integer variables are encoded (4418000 clauses, 81732322 bytes)
1025.09/1025.63	c 1025	25468 (50%) CSP integer variables are encoded (4966709 clauses, 92157793 bytes)
1025.09/1025.64	c 1025	30561 (60%) CSP integer variables are encoded (4966709 clauses, 92157793 bytes)
1025.98/1026.56	c 1026	35655 (70%) CSP integer variables are encoded (5756551 clauses, 107164791 bytes)
1026.49/1027.06	c 1027	40748 (80%) CSP integer variables are encoded (6176467 clauses, 115143195 bytes)
1026.68/1027.29	c 1027	45842 (90%) CSP integer variables are encoded (6366439 clauses, 118752663 bytes)
1026.98/1027.59	c 1027	50935 (100%) CSP integer variables are encoded (6616401 clauses, 123501941 bytes)
1062.51/1064.25	c 1064	16959 (10%) CSP clauses are encoded (27850230 clauses, 580376605 bytes)
1063.21/1064.94	c 1065	33918 (20%) CSP clauses are encoded (28295970 clauses, 589364111 bytes)
1065.37/1067.12	c 1067	50877 (30%) CSP clauses are encoded (29782533 clauses, 620174770 bytes)
1067.85/1069.65	c 1069	67836 (40%) CSP clauses are encoded (31507287 clauses, 656814705 bytes)
1069.62/1071.46	c 1071	84795 (50%) CSP clauses are encoded (32713081 clauses, 682427851 bytes)
1069.71/1071.55	c 1071	101754 (60%) CSP clauses are encoded (32721101 clauses, 682590998 bytes)
1069.82/1071.65	c 1071	118713 (70%) CSP clauses are encoded (32729070 clauses, 682753099 bytes)
1071.41/1073.35	c 1073	135672 (80%) CSP clauses are encoded (33817312 clauses, 705871258 bytes)
1072.50/1074.41	c 1074	152631 (90%) CSP clauses are encoded (34504439 clauses, 720464350 bytes)
1072.60/1074.53	c 1074	169590 (100%) CSP clauses are encoded (34527524 clauses, 721063282 bytes)
1072.60/1074.53	c 1074	169590 CSP clauses encoded
1072.60/1074.53	c 1074	Writing map file : HOME/temp.map
1072.70/1074.64	c 1074	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1072.70/1074.64	c 1074	SAT : 6676607 SAT variables, 34527524 SAT clauses, 721063282 bytes
1072.70/1074.64	c 1074	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1072.70/1074.70	c 1074	SOLVING HOME/temp.cnf
1072.70/1074.70	c 1074	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1160.27/1162.91	c ERROR INTERRUPTED
1160.38/1163.05	s UNKNOWN
1160.38/1163.05	c 1163	CPU 1065.99 (0.05 0.01 1065.94 6.78)
1160.38/1163.05	c 1163	END Fri Jul  4 00:21:43 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-1059317-1215122539/watcher-1059317-1215122539 -o /tmp/evaluation-result-1059317-1215122539/solver-1059317-1215122539 -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-1059317-1215122539.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 28654
/proc/meminfo: memFree=1584600/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=12268 CPUtime=0
/proc/28654/stat : 28654 (sugar) R 28652 28654 27531 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 1991229002 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228706712165 0 0 4224 0 0 0 0 17 0 0 0
/proc/28654/statm: 3067 316 241 3 0 167 0

[startup+0.0447949 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 28654
/proc/meminfo: memFree=1584600/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=0.03
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 837 0 0 0 3 0 0 0 19 0 1 0 1991229002 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28654/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101509 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 28654
/proc/meminfo: memFree=1584600/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=0.03
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1991229002 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28654/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301529 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 28654
/proc/meminfo: memFree=1584600/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=0.03
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1991229002 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28654/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70156 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 28654
/proc/meminfo: memFree=1584600/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=0.03
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1991229002 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28654/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50265 s]
/proc/loadavg: 1.91 1.98 1.99 4/84 28666
/proc/meminfo: memFree=1547520/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=0.03
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1991229002 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28654/statm: 3400 796 370 3 0 500 0
[pid=28657] ppid=28654 vsize=5356 CPUtime=0
/proc/28657/stat : 28657 (sh) S 28654 28654 27531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991229007 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28657/statm: 1339 233 193 169 0 50 0
[pid=28658] ppid=28657 vsize=866684 CPUtime=1.44
/proc/28658/stat : 28658 (java) S 28657 28654 27531 0 -1 0 18560 0 1 0 133 11 0 0 19 0 9 0 1991229007 887484416 15636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28658/statm: 216671 15636 2529 9 0 211253 0
[pid=28658/tid=28659] ppid=28657 vsize=866684 CPUtime=0.62
/proc/28658/task/28659/stat : 28659 (java) R 28657 28654 27531 0 -1 64 3057 0 1 0 60 2 0 0 25 0 9 0 1991229009 887484416 15636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28658/tid=28660] ppid=28657 vsize=866684 CPUtime=0.68
/proc/28658/task/28660/stat : 28660 (java) R 28657 28654 27531 0 -1 64 14301 0 0 0 61 7 0 0 17 0 9 0 1991229010 887484416 15636 996147200 134512640 134550740 4294956016 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28658/tid=28661] ppid=28657 vsize=866684 CPUtime=0
/proc/28658/task/28661/stat : 28661 (java) S 28657 28654 27531 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991229010 887484416 15636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28658/tid=28662] ppid=28657 vsize=866684 CPUtime=0
/proc/28658/task/28662/stat : 28662 (java) S 28657 28654 27531 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1991229010 887484416 15636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28658/tid=28663] ppid=28657 vsize=866684 CPUtime=0
/proc/28658/task/28663/stat : 28663 (java) S 28657 28654 27531 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1991229012 887484416 15636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28658/tid=28664] ppid=28657 vsize=866684 CPUtime=0.11
/proc/28658/task/28664/stat : 28664 (java) S 28657 28654 27531 0 -1 64 502 0 0 0 11 0 0 0 16 0 9 0 1991229012 887484416 15636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28658/tid=28665] ppid=28657 vsize=866684 CPUtime=0
/proc/28658/task/28665/stat : 28665 (java) S 28657 28654 27531 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991229012 887484416 15636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28658/tid=28666] ppid=28657 vsize=866684 CPUtime=0
/proc/28658/task/28666/stat : 28666 (java) S 28657 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991229012 887484416 15636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 885640

[startup+3.10179 s]
/proc/loadavg: 1.91 1.98 1.99 3/84 28666
/proc/meminfo: memFree=1519552/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=2.19
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 973 21777 0 1 3 0 202 14 15 0 1 0 1991229002 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28654/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 13600

[startup+6.3021 s]
/proc/loadavg: 1.92 1.98 1.99 5/84 28676
/proc/meminfo: memFree=1514880/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=2.2
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 974 21777 0 1 3 1 202 14 15 0 1 0 1991229002 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28654/statm: 3400 797 370 3 0 500 0
[pid=28667] ppid=28654 vsize=5356 CPUtime=0
/proc/28667/stat : 28667 (sh) S 28654 28654 27531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991229227 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28667/statm: 1339 233 193 169 0 50 0
[pid=28668] ppid=28667 vsize=868420 CPUtime=4.03
/proc/28668/stat : 28668 (java) S 28667 28654 27531 0 -1 0 25526 0 1 0 389 14 0 0 20 0 9 0 1991229227 889262080 23569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28668/statm: 217105 23569 2540 9 0 211680 0
[pid=28668/tid=28669] ppid=28667 vsize=868420 CPUtime=2.13
/proc/28668/task/28669/stat : 28669 (java) R 28667 28654 27531 0 -1 64 3697 0 1 0 210 3 0 0 25 0 9 0 1991229228 889262080 23569 996147200 134512640 134550740 4294955952 18446744073709551615 4126636467 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28670] ppid=28667 vsize=868420 CPUtime=1.68
/proc/28668/task/28670/stat : 28670 (java) S 28667 28654 27531 0 -1 64 19640 0 0 0 158 10 0 0 16 0 9 0 1991229229 889262080 23569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28671] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28671/stat : 28671 (java) S 28667 28654 27531 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991229229 889262080 23569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28672] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28672/stat : 28672 (java) S 28667 28654 27531 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991229229 889262080 23569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28673] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28673/stat : 28673 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889262080 23569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28674] ppid=28667 vsize=868420 CPUtime=0.19
/proc/28668/task/28674/stat : 28674 (java) S 28667 28654 27531 0 -1 64 1493 0 0 0 19 0 0 0 16 0 9 0 1991229231 889262080 23569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28675] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28675/stat : 28675 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889262080 23569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28676] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28676/stat : 28676 (java) S 28667 28654 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991229231 889262080 23569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 887376

[startup+12.7027 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 28676
/proc/meminfo: memFree=1485184/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=2.2
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 974 21777 0 1 3 1 202 14 15 0 1 0 1991229002 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28654/statm: 3400 797 370 3 0 500 0
[pid=28667] ppid=28654 vsize=5356 CPUtime=0
/proc/28667/stat : 28667 (sh) S 28654 28654 27531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991229227 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28667/statm: 1339 233 193 169 0 50 0
[pid=28668] ppid=28667 vsize=868420 CPUtime=10.43
/proc/28668/stat : 28668 (java) S 28667 28654 27531 0 -1 0 28424 0 1 0 1025 18 0 0 20 0 9 0 1991229227 889262080 26323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28668/statm: 217105 26323 2540 9 0 211680 0
[pid=28668/tid=28669] ppid=28667 vsize=868420 CPUtime=8.23
/proc/28668/task/28669/stat : 28669 (java) R 28667 28654 27531 0 -1 64 3841 0 1 0 819 4 0 0 25 0 9 0 1991229228 889262080 26323 996147200 134512640 134550740 4294955952 18446744073709551615 4126625799 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28670] ppid=28667 vsize=868420 CPUtime=1.96
/proc/28668/task/28670/stat : 28670 (java) S 28667 28654 27531 0 -1 64 22386 0 0 0 184 12 0 0 16 0 9 0 1991229229 889262080 26323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28671] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28671/stat : 28671 (java) S 28667 28654 27531 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991229229 889262080 26323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28672] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28672/stat : 28672 (java) S 28667 28654 27531 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991229229 889262080 26323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28673] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28673/stat : 28673 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889262080 26323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28674] ppid=28667 vsize=868420 CPUtime=0.21
/proc/28668/task/28674/stat : 28674 (java) S 28667 28654 27531 0 -1 64 1501 0 0 0 21 0 0 0 16 0 9 0 1991229231 889262080 26323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28675] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28675/stat : 28675 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889262080 26323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28676] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28676/stat : 28676 (java) S 28667 28654 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991229231 889262080 26323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 887376

[startup+25.5019 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 28676
/proc/meminfo: memFree=1485120/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=2.2
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 974 21777 0 1 3 1 202 14 15 0 1 0 1991229002 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28654/statm: 3400 797 370 3 0 500 0
[pid=28667] ppid=28654 vsize=5356 CPUtime=0
/proc/28667/stat : 28667 (sh) S 28654 28654 27531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991229227 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28667/statm: 1339 233 193 169 0 50 0
[pid=28668] ppid=28667 vsize=868420 CPUtime=23.22
/proc/28668/stat : 28668 (java) S 28667 28654 27531 0 -1 0 28709 0 1 0 2301 21 0 0 20 0 9 0 1991229227 889262080 26327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28668/statm: 217105 26327 2540 9 0 211680 0
[pid=28668/tid=28669] ppid=28667 vsize=868420 CPUtime=20.87
/proc/28668/task/28669/stat : 28669 (java) R 28667 28654 27531 0 -1 64 4122 0 1 0 2082 5 0 0 25 0 9 0 1991229228 889262080 26327 996147200 134512640 134550740 4294955952 18446744073709551615 4126626332 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28670] ppid=28667 vsize=868420 CPUtime=2.12
/proc/28668/task/28670/stat : 28670 (java) S 28667 28654 27531 0 -1 64 22390 0 0 0 198 14 0 0 16 0 9 0 1991229229 889262080 26327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28671] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28671/stat : 28671 (java) S 28667 28654 27531 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991229229 889262080 26327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28672] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28672/stat : 28672 (java) S 28667 28654 27531 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991229229 889262080 26327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28673] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28673/stat : 28673 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889262080 26327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28674] ppid=28667 vsize=868420 CPUtime=0.21
/proc/28668/task/28674/stat : 28674 (java) S 28667 28654 27531 0 -1 64 1501 0 0 0 21 0 0 0 16 0 9 0 1991229231 889262080 26327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28675] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28675/stat : 28675 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889262080 26327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28676] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28676/stat : 28676 (java) S 28667 28654 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991229231 889262080 26327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 887376

[startup+51.1013 s]
/proc/loadavg: 2.04 2.00 1.99 3/84 28676
/proc/meminfo: memFree=1485056/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=2.2
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 974 21777 0 1 3 1 202 14 15 0 1 0 1991229002 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28654/statm: 3400 797 370 3 0 500 0
[pid=28667] ppid=28654 vsize=5356 CPUtime=0
/proc/28667/stat : 28667 (sh) S 28654 28654 27531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991229227 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28667/statm: 1339 233 193 169 0 50 0
[pid=28668] ppid=28667 vsize=868420 CPUtime=48.8
/proc/28668/stat : 28668 (java) S 28667 28654 27531 0 -1 0 29274 0 1 0 4854 26 0 0 20 0 9 0 1991229227 889262080 26335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/28668/task/28673/stat : 28673 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889262080 26558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28674] ppid=28667 vsize=868420 CPUtime=0.21
/proc/28668/task/28674/stat : 28674 (java) S 28667 28654 27531 0 -1 64 1501 0 0 0 21 0 0 0 16 0 9 0 1991229231 889262080 26558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28675] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28675/stat : 28675 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889262080 26558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28676] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28676/stat : 28676 (java) S 28667 28654 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991229231 889262080 26558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 887376

[startup+942.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28676
/proc/meminfo: memFree=1483456/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=2.2
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 974 21777 0 1 3 1 202 14 15 0 1 0 1991229002 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28654/statm: 3400 797 370 3 0 500 0
[pid=28667] ppid=28654 vsize=5356 CPUtime=0
/proc/28667/stat : 28667 (sh) S 28654 28654 27531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991229227 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28667/statm: 1339 233 193 169 0 50 0
[pid=28668] ppid=28667 vsize=868420 CPUtime=939.67
/proc/28668/stat : 28668 (java) S 28667 28654 27531 0 -1 0 49330 0 1 0 93747 220 0 0 20 0 9 0 1991229227 889262080 26571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28668/statm: 217105 26571 2540 9 0 211680 0
[pid=28668/tid=28669] ppid=28667 vsize=868420 CPUtime=926.27
/proc/28668/task/28669/stat : 28669 (java) R 28667 28654 27531 0 -1 64 24499 0 1 0 92554 73 0 0 25 0 9 0 1991229228 889262080 26571 996147200 134512640 134550740 4294955952 18446744073709551615 4126626272 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28670] ppid=28667 vsize=868420 CPUtime=13.15
/proc/28668/task/28670/stat : 28670 (java) S 28667 28654 27531 0 -1 64 22634 0 0 0 1171 144 0 0 16 0 9 0 1991229229 889262080 26571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28671] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28671/stat : 28671 (java) S 28667 28654 27531 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991229229 889262080 26571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28672] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28672/stat : 28672 (java) S 28667 28654 27531 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991229229 889262080 26571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28673] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28673/stat : 28673 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889262080 26571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28674] ppid=28667 vsize=868420 CPUtime=0.21
/proc/28668/task/28674/stat : 28674 (java) S 28667 28654 27531 0 -1 64 1501 0 0 0 21 0 0 0 16 0 9 0 1991229231 889262080 26571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28675] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28675/stat : 28675 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889262080 26571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28676] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28676/stat : 28676 (java) S 28667 28654 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991229231 889262080 26571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 887376

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28676
/proc/meminfo: memFree=1483392/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=2.2
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 974 21777 0 1 3 1 202 14 15 0 1 0 1991229002 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28654/statm: 3400 797 370 3 0 500 0
[pid=28667] ppid=28654 vsize=5356 CPUtime=0
/proc/28667/stat : 28667 (sh) S 28654 28654 27531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991229227 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28667/statm: 1339 233 193 169 0 50 0
[pid=28668] ppid=28667 vsize=868420 CPUtime=999.65
/proc/28668/stat : 28668 (java) S 28667 28654 27531 0 -1 0 50675 0 1 0 99731 234 0 0 20 0 9 0 1991229227 889262080 26583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28668/statm: 217105 26583 2540 9 0 211680 0
[pid=28668/tid=28669] ppid=28667 vsize=868420 CPUtime=985.51
/proc/28668/task/28669/stat : 28669 (java) R 28667 28654 27531 0 -1 64 25832 0 1 0 98471 80 0 0 25 0 9 0 1991229228 889262080 26583 996147200 134512640 134550740 4294955952 18446744073709551615 4126581496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28670] ppid=28667 vsize=868420 CPUtime=13.9
/proc/28668/task/28670/stat : 28670 (java) S 28667 28654 27531 0 -1 64 22646 0 0 0 1238 152 0 0 16 0 9 0 1991229229 889262080 26583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28671] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28671/stat : 28671 (java) S 28667 28654 27531 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991229229 889262080 26583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28672] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28672/stat : 28672 (java) S 28667 28654 27531 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991229229 889262080 26583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28673] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28673/stat : 28673 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889262080 26583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28674] ppid=28667 vsize=868420 CPUtime=0.21
/proc/28668/task/28674/stat : 28674 (java) S 28667 28654 27531 0 -1 64 1501 0 0 0 21 0 0 0 16 0 9 0 1991229231 889262080 26583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28675] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28675/stat : 28675 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889262080 26583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28676] ppid=28667 vsize=868420 CPUtime=0
/proc/28668/task/28676/stat : 28676 (java) S 28667 28654 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991229231 889262080 26583 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 887376

[startup+1062.3 s]
/proc/loadavg: 2.44 2.11 2.03 3/84 28676
/proc/meminfo: memFree=922752/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=2.2
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 974 21777 0 1 3 1 202 14 15 0 1 0 1991229002 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28654/statm: 3400 797 370 3 0 500 0
[pid=28667] ppid=28654 vsize=5356 CPUtime=0
/proc/28667/stat : 28667 (sh) S 28654 28654 27531 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991229227 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28667/statm: 1339 233 193 169 0 50 0
[pid=28668] ppid=28667 vsize=868532 CPUtime=1058.44
/proc/28668/stat : 28668 (java) S 28667 28654 27531 0 -1 0 65143 0 1 0 105281 563 0 0 20 0 9 0 1991229227 889376768 29774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28668/statm: 217133 29774 2565 9 0 211680 0
[pid=28668/tid=28669] ppid=28667 vsize=868532 CPUtime=1042.4
/proc/28668/task/28669/stat : 28669 (java) R 28667 28654 27531 0 -1 64 27943 0 1 0 103847 393 0 0 25 0 9 0 1991229228 889376768 29774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28670] ppid=28667 vsize=868532 CPUtime=15.74
/proc/28668/task/28670/stat : 28670 (java) S 28667 28654 27531 0 -1 64 34964 0 0 0 1405 169 0 0 16 0 9 0 1991229229 889376768 29774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28671] ppid=28667 vsize=868532 CPUtime=0
/proc/28668/task/28671/stat : 28671 (java) S 28667 28654 27531 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991229229 889376768 29774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28672] ppid=28667 vsize=868532 CPUtime=0
/proc/28668/task/28672/stat : 28672 (java) S 28667 28654 27531 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991229229 889376768 29774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28673] ppid=28667 vsize=868532 CPUtime=0
/proc/28668/task/28673/stat : 28673 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889376768 29774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28674] ppid=28667 vsize=868532 CPUtime=0.27
/proc/28668/task/28674/stat : 28674 (java) S 28667 28654 27531 0 -1 64 1540 0 0 0 27 0 0 0 17 0 9 0 1991229231 889376768 29774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28675] ppid=28667 vsize=868532 CPUtime=0
/proc/28668/task/28675/stat : 28675 (java) S 28667 28654 27531 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991229231 889376768 29774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28668/tid=28676] ppid=28667 vsize=868532 CPUtime=0
/proc/28668/task/28676/stat : 28676 (java) S 28667 28654 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991229231 889376768 29774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1060.64
Current children cumulated vsize (KiB) 887488

[startup+1122.3 s]
/proc/loadavg: 2.31 2.14 2.05 3/76 28678
/proc/meminfo: memFree=245696/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=1072.78
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 1023 87706 0 2 5 1 106594 678 16 0 1 0 1991229002 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28654/statm: 3400 799 370 3 0 500 0
[pid=28677] ppid=28654 vsize=5356 CPUtime=0
/proc/28677/stat : 28677 (sh) S 28654 28654 27531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991336473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28677/statm: 1339 232 193 169 0 50 0
[pid=28678] ppid=28677 vsize=719956 CPUtime=47.22
/proc/28678/stat : 28678 (picosat) R 28677 28654 27531 0 -1 4194304 153344 0 0 0 2163 2559 0 0 25 0 1 0 1991336473 737234944 153330 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28678/statm: 179989 153330 40 102 0 179884 0
Current children cumulated CPU time (s) 1120
Current children cumulated vsize (KiB) 738912



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1162.9 s]
/proc/loadavg: 2.14 2.12 2.05 3/76 28678
/proc/meminfo: memFree=74560/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=1072.78
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 1023 87706 0 2 5 1 106594 678 16 0 1 0 1991229002 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28654/statm: 3400 799 370 3 0 500 0
[pid=28677] ppid=28654 vsize=5356 CPUtime=0
/proc/28677/stat : 28677 (sh) S 28654 28654 27531 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991336473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28677/statm: 1339 232 193 169 0 50 0
[pid=28678] ppid=28677 vsize=902692 CPUtime=87.49
/proc/28678/stat : 28678 (picosat) R 28677 28654 27531 0 -1 4194304 195645 0 0 0 3985 4764 0 0 25 0 1 0 1991336473 924356608 195631 996147200 134512640 134931368 4294956256 18446744073709551615 134545629 0 0 4096 0 0 0 0 17 1 0 0
/proc/28678/statm: 225673 195631 40 102 0 225568 0
Current children cumulated CPU time (s) 1160.27
Current children cumulated vsize (KiB) 921648

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

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

[startup+1163.02 s]
/proc/loadavg: 2.14 2.12 2.05 3/76 28678
/proc/meminfo: memFree=74560/2055920 swapFree=4179560/4192956
[pid=28654] ppid=28652 vsize=13600 CPUtime=1072.78
/proc/28654/stat : 28654 (sugar) S 28652 28654 27531 0 -1 4194304 1041 87706 0 2 5 1 106594 678 16 0 1 0 1991229002 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/28654/statm: 3400 799 370 3 0 500 0
[pid=28677] ppid=28654 vsize=0 CPUtime=0
/proc/28677/stat : 28677 (sh) Z 28654 28654 27531 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1991336473 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28677/statm: 0 0 0 0 0 0 0
[pid=28678] ppid=1 vsize=0 CPUtime=87.6
/proc/28678/stat : 28678 (picosat) R 1 28654 27531 0 -1 4195332 195645 0 0 0 3985 4775 0 0 25 0 1 0 1991336473 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/28678/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1160.38
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28654 and gives
#  childrusage.ru_utime.tv_sec=1066
#  childrusage.ru_utime.tv_usec=5942
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=799966
# CPU time returned by wait4() is 1072.81
# while last known CPU time is 1160.38
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1163.05
CPU time (s): 1160.38
CPU user time (s): 1105.84
CPU system time (s): 54.54
CPU usage (%): 99.7704
Max. virtual memory (cumulated for all children) (KiB): 921648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1066.01
system time used= 6.79997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89083
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= 196788
involuntary context switches= 200818

runsolver used 1.54776 second user time and 3.69844 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-04 00:02:20
IDJOB=1059317
IDBENCH=54236
IDSOLVER=345
FILE ID=node8/1059317-1215122539
PBS_JOBID= 7877187
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-11-10-fair.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-1059317-1215122539/watcher-1059317-1215122539 -o /tmp/evaluation-result-1059317-1215122539/solver-1059317-1215122539 -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-1059317-1215122539.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0279a7fde5121ec712efd314d7d88e3f
RANDOM SEED=203741747

node8.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1585080 kB
Buffers:         20444 kB
Cached:         350876 kB
SwapCached:       7032 kB
Active:          98056 kB
Inactive:       318888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585080 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            6136 kB
Writeback:           0 kB
Mapped:          53368 kB
Slab:            39080 kB
Committed_AS:  3342748 kB
PageTables:       1780 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= 66540 MiB
End job on node8 at 2008-07-04 00:21:45