Trace number 1109936

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 205.974 211.588

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-bf-1355-075.xml
MD5SUMb8a060a50997549131721c2244d1d2c8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark59.5819
Satisfiable
(Un)Satisfiability was proved
Number of variables4360
Number of constraints8953
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8953
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.06	c 0	Sugar v1-13 + HOME/minisat
0.00/0.06	c 0	BEGIN Sat Jul 12 00:07:51 2008
0.00/0.06	c 0	PID 15517
0.00/0.06	c 0	HOST node30.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1109936-1215814070.xml TO HOME/temp.csp
0.00/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109936-1215814070.xml' 'HOME/temp.csp'
1.05/1.15	c 1	3 domains, 4360 variables, 6 predicates, 0 relations, 8953 constraints
1.05/1.16	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.16	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.12/1.25	c 1	Parsing HOME/temp.csp
1.12/1.56	c 1	parsed 10000 expressions
1.12/1.63	c 1	parsed 13322 expressions
1.12/1.64	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.75	c 1	MAX CSP: 8953 constraints
1.12/1.75	c 1	Converting to clausal form CSP
1.12/1.80	c 1	converted 2228 (10%) expressions
1.12/1.82	c 1	converted 4456 (20%) expressions
1.12/2.05	c 2	converted 6684 (30%) expressions
1.12/2.10	c 2	converted 8912 (40%) expressions
1.12/2.14	c 2	converted 11139 (50%) expressions
1.12/2.17	c 2	converted 13367 (60%) expressions
2.13/2.22	c 2	converted 15595 (70%) expressions
2.13/2.26	c 2	converted 17823 (80%) expressions
2.13/2.29	c 2	converted 20051 (90%) expressions
3.13/3.23	c 3	converted 22278 (100%) expressions
3.13/3.23	c 3	CSP : 22266 integers, 0 booleans, 24872 clauses, largest domain size 13430
3.13/3.23	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.13/3.23	c 3	Propagation in CSP
3.43/3.56	c 3	8945 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.43/3.56	c 3	CSP : 22266 integers, 0 booleans, 24872 clauses, largest domain size 8954
3.43/3.56	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.43/3.58	c 3	Simplifing CSP by introducing new Boolean variables
3.43/3.59	c 3	CSP : 22266 integers, 0 booleans, 24872 clauses, largest domain size 8954
3.43/3.59	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.62/3.72	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.62/3.75	c 3	2227 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.62/3.76	c 3	4454 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.62/3.76	c 3	6680 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.62/3.77	c 3	8907 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.62/3.77	c 3	11133 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.62/3.79	c 3	13360 (60%) CSP integer variables are encoded (9128 clauses, 136984 bytes)
3.72/3.82	c 3	15587 (70%) CSP integer variables are encoded (31873 clauses, 478159 bytes)
3.72/3.85	c 3	17813 (80%) CSP integer variables are encoded (59031 clauses, 885529 bytes)
3.92/4.01	c 4	20040 (90%) CSP integer variables are encoded (184719 clauses, 2976612 bytes)
3.92/4.06	c 4	22266 (100%) CSP integer variables are encoded (216403 clauses, 3515240 bytes)
4.02/4.13	c 4	2488 (10%) CSP clauses are encoded (218891 clauses, 3560203 bytes)
4.02/4.15	c 4	4975 (20%) CSP clauses are encoded (221378 clauses, 3608436 bytes)
4.12/4.23	c 4	7462 (30%) CSP clauses are encoded (252137 clauses, 4258267 bytes)
6.51/6.66	c 6	9949 (40%) CSP clauses are encoded (1588354 clauses, 32819700 bytes)
13.13/13.40	c 13	12436 (50%) CSP clauses are encoded (5394273 clauses, 114453937 bytes)
15.79/16.07	c 16	14924 (60%) CSP clauses are encoded (6883565 clauses, 146300225 bytes)
40.81/41.66	c 41	17411 (70%) CSP clauses are encoded (20717912 clauses, 443487575 bytes)
91.32/93.04	c 93	19898 (80%) CSP clauses are encoded (41030263 clauses, 919819758 bytes)
129.37/132.26	c 132	22385 (90%) CSP clauses are encoded (61128894 clauses, 1411899127 bytes)
204.84/209.74	c 209	ERROR Exception Too large HOME/temp.cnf
204.84/209.75	c 209	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
204.84/209.75	c 209	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
204.84/209.75	c 209	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
204.84/209.75	s UNKNOWN
204.88/209.83	c 209	CPU 188.53 (0.03 0.01 188.5 16.37)
204.88/209.83	c 209	END Sat Jul 12 00:11:20 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1109936-1215814070/watcher-1109936-1215814070 -o /tmp/evaluation-result-1109936-1215814070/solver-1109936-1215814070 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1109936-1215814070.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.53 2.45 2.18 4/74 15517
/proc/meminfo: memFree=1940360/2055920 swapFree=4180000/4192956
[pid=15517] ppid=15515 vsize=12268 CPUtime=0
/proc/15517/stat : 15517 (sugar) R 15515 15517 14984 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 38108764 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15517/statm: 3067 316 241 3 0 167 0

[startup+0.103499 s]
/proc/loadavg: 2.53 2.45 2.18 4/74 15517
/proc/meminfo: memFree=1940360/2055920 swapFree=4180000/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=0.04
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38108764 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202506 s]
/proc/loadavg: 2.53 2.45 2.18 4/74 15517
/proc/meminfo: memFree=1940360/2055920 swapFree=4180000/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=0.04
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38108764 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302504 s]
/proc/loadavg: 2.53 2.45 2.18 4/74 15517
/proc/meminfo: memFree=1940360/2055920 swapFree=4180000/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=0.04
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38108764 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702536 s]
/proc/loadavg: 2.53 2.45 2.18 4/74 15517
/proc/meminfo: memFree=1940360/2055920 swapFree=4180000/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=0.04
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38108764 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50259 s]
/proc/loadavg: 2.53 2.45 2.18 3/85 15529
/proc/meminfo: memFree=1916080/2055920 swapFree=4180000/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=1.12
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 974 9670 0 1 3 1 101 7 16 0 1 0 38108764 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 13600

[startup+3.10169 s]
/proc/loadavg: 2.49 2.44 2.18 3/85 15539
/proc/meminfo: memFree=1916464/2055920 swapFree=4180000/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=1.12
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 974 9670 0 1 3 1 101 7 15 0 1 0 38108764 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 797 370 3 0 500 0
[pid=15530] ppid=15517 vsize=5356 CPUtime=0
/proc/15530/stat : 15530 (sh) S 15517 15517 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38108881 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15530/statm: 1339 233 193 169 0 50 0
[pid=15531] ppid=15530 vsize=868392 CPUtime=1.91
/proc/15531/stat : 15531 (java) S 15530 15517 14984 0 -1 0 11934 0 1 0 185 6 0 0 18 0 9 0 38108881 889233408 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 217098 10841 2541 9 0 211673 0
[pid=15531/tid=15532] ppid=15530 vsize=868392 CPUtime=1.11
/proc/15531/task/15532/stat : 15532 (java) R 15530 15517 14984 0 -1 64 2876 0 1 0 109 2 0 0 24 0 9 0 38108882 889233408 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4126401466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15533] ppid=15530 vsize=868392 CPUtime=0.55
/proc/15531/task/15533/stat : 15533 (java) S 15530 15517 14984 0 -1 64 6922 0 0 0 53 2 0 0 16 0 9 0 38108883 889233408 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15534] ppid=15530 vsize=868392 CPUtime=0
/proc/15531/task/15534/stat : 15534 (java) S 15530 15517 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38108883 889233408 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15535] ppid=15530 vsize=868392 CPUtime=0
/proc/15531/task/15535/stat : 15535 (java) S 15530 15517 14984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38108883 889233408 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15536] ppid=15530 vsize=868392 CPUtime=0
/proc/15531/task/15536/stat : 15536 (java) S 15530 15517 14984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38108885 889233408 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15537] ppid=15530 vsize=868392 CPUtime=0.2
/proc/15531/task/15537/stat : 15537 (java) S 15530 15517 14984 0 -1 64 1439 0 0 0 20 0 0 0 16 0 9 0 38108885 889233408 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15538] ppid=15530 vsize=868392 CPUtime=0
/proc/15531/task/15538/stat : 15538 (java) S 15530 15517 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38108885 889233408 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15539] ppid=15530 vsize=868392 CPUtime=0
/proc/15531/task/15539/stat : 15539 (java) S 15530 15517 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38108885 889233408 10841 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887348

[startup+6.3029 s]
/proc/loadavg: 2.49 2.44 2.18 3/85 15539
/proc/meminfo: memFree=1883440/2055920 swapFree=4180000/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=1.12
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 974 9670 0 1 3 1 101 7 15 0 1 0 38108764 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 797 370 3 0 500 0
[pid=15530] ppid=15517 vsize=5356 CPUtime=0
/proc/15530/stat : 15530 (sh) S 15517 15517 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38108881 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15530/statm: 1339 233 193 169 0 50 0
[pid=15531] ppid=15530 vsize=868504 CPUtime=5.09
/proc/15531/stat : 15531 (java) S 15530 15517 14984 0 -1 0 12998 0 1 0 484 25 0 0 18 0 9 0 38108881 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 217126 11328 2565 9 0 211673 0
[pid=15531/tid=15532] ppid=15530 vsize=868504 CPUtime=3.92
/proc/15531/task/15532/stat : 15532 (java) R 15530 15517 14984 0 -1 64 3290 0 1 0 374 18 0 0 25 0 9 0 38108882 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4127066124 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15533] ppid=15530 vsize=868504 CPUtime=0.85
/proc/15531/task/15533/stat : 15533 (java) S 15530 15517 14984 0 -1 64 7530 0 0 0 80 5 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15534] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15534/stat : 15534 (java) S 15530 15517 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15535] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15535/stat : 15535 (java) S 15530 15517 14984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15536] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15536/stat : 15536 (java) S 15530 15517 14984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15537] ppid=15530 vsize=868504 CPUtime=0.28
/proc/15531/task/15537/stat : 15537 (java) S 15530 15517 14984 0 -1 64 1481 0 0 0 27 1 0 0 16 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15538] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15538/stat : 15538 (java) S 15530 15517 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15539] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15539/stat : 15539 (java) S 15530 15517 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887460

[startup+12.7023 s]
/proc/loadavg: 2.45 2.44 2.18 3/85 15539
/proc/meminfo: memFree=1804464/2055920 swapFree=4180000/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=1.12
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 974 9670 0 1 3 1 101 7 16 0 1 0 38108764 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 797 370 3 0 500 0
[pid=15530] ppid=15517 vsize=5356 CPUtime=0
/proc/15530/stat : 15530 (sh) S 15517 15517 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38108881 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15530/statm: 1339 233 193 169 0 50 0
[pid=15531] ppid=15530 vsize=868504 CPUtime=11.41
/proc/15531/stat : 15531 (java) S 15530 15517 14984 0 -1 0 13882 0 1 0 1062 79 0 0 18 0 9 0 38108881 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 217126 11328 2565 9 0 211673 0
[pid=15531/tid=15532] ppid=15530 vsize=868504 CPUtime=9.95
/proc/15531/task/15532/stat : 15532 (java) R 15530 15517 14984 0 -1 64 4174 0 1 0 928 67 0 0 25 0 9 0 38108882 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4126568879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15533] ppid=15530 vsize=868504 CPUtime=1.15
/proc/15531/task/15533/stat : 15533 (java) S 15530 15517 14984 0 -1 64 7530 0 0 0 105 10 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15534] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15534/stat : 15534 (java) S 15530 15517 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15535] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15535/stat : 15535 (java) S 15530 15517 14984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15536] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15536/stat : 15536 (java) S 15530 15517 14984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15537] ppid=15530 vsize=868504 CPUtime=0.28
/proc/15531/task/15537/stat : 15537 (java) S 15530 15517 14984 0 -1 64 1481 0 0 0 27 1 0 0 16 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15538] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15538/stat : 15538 (java) S 15530 15517 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15539] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15539/stat : 15539 (java) S 15530 15517 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887460

[startup+25.5022 s]
/proc/loadavg: 2.35 2.41 2.18 3/85 15539
/proc/meminfo: memFree=1645232/2055920 swapFree=4180000/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=1.12
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 974 9670 0 1 3 1 101 7 16 0 1 0 38108764 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 797 370 3 0 500 0
[pid=15530] ppid=15517 vsize=5356 CPUtime=0
/proc/15530/stat : 15530 (sh) S 15517 15517 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38108881 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15530/statm: 1339 233 193 169 0 50 0
[pid=15531] ppid=15530 vsize=868504 CPUtime=24.02
/proc/15531/stat : 15531 (java) S 15530 15517 14984 0 -1 0 15609 0 1 0 2220 182 0 0 18 0 9 0 38108881 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 217126 11328 2565 9 0 211673 0
[pid=15531/tid=15532] ppid=15530 vsize=868504 CPUtime=21.91
/proc/15531/task/15532/stat : 15532 (java) R 15530 15517 14984 0 -1 64 5901 0 1 0 2031 160 0 0 25 0 9 0 38108882 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4127066124 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15533] ppid=15530 vsize=868504 CPUtime=1.8
/proc/15531/task/15533/stat : 15533 (java) S 15530 15517 14984 0 -1 64 7530 0 0 0 160 20 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15534] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15534/stat : 15534 (java) S 15530 15517 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15535] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15535/stat : 15535 (java) S 15530 15517 14984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15536] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15536/stat : 15536 (java) S 15530 15517 14984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15537] ppid=15530 vsize=868504 CPUtime=0.28
/proc/15531/task/15537/stat : 15537 (java) S 15530 15517 14984 0 -1 64 1481 0 0 0 27 1 0 0 16 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15538] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15538/stat : 15538 (java) S 15530 15517 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15539] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15539/stat : 15539 (java) S 15530 15517 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887460

[startup+51.1028 s]
/proc/loadavg: 2.42 2.43 2.19 3/85 15539
/proc/meminfo: memFree=1457776/2055920 swapFree=4180000/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=1.12
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 974 9670 0 1 3 1 101 7 16 0 1 0 38108764 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 797 370 3 0 500 0
[pid=15530] ppid=15517 vsize=5356 CPUtime=0
/proc/15530/stat : 15530 (sh) S 15517 15517 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38108881 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15530/statm: 1339 233 193 169 0 50 0
[pid=15531] ppid=15530 vsize=868504 CPUtime=49.12
/proc/15531/stat : 15531 (java) S 15530 15517 14984 0 -1 0 18208 0 1 0 4598 314 0 0 18 0 9 0 38108881 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=15531/tid=15536] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15536/stat : 15536 (java) S 15530 15517 14984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15537] ppid=15530 vsize=868504 CPUtime=0.28
/proc/15531/task/15537/stat : 15537 (java) S 15530 15517 14984 0 -1 64 1481 0 0 0 27 1 0 0 16 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15538] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15538/stat : 15538 (java) S 15530 15517 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15539] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15539/stat : 15539 (java) S 15530 15517 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 175.18
Current children cumulated vsize (KiB) 887460

[startup+192.001 s]
/proc/loadavg: 3.07 2.65 2.29 3/85 15539
/proc/meminfo: memFree=15152/2055920 swapFree=4180292/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=1.12
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 974 9670 0 1 3 1 101 7 16 0 1 0 38108764 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 797 370 3 0 500 0
[pid=15530] ppid=15517 vsize=5356 CPUtime=0
/proc/15530/stat : 15530 (sh) S 15517 15517 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38108881 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15530/statm: 1339 233 193 169 0 50 0
[pid=15531] ppid=15530 vsize=868504 CPUtime=186.48
/proc/15531/stat : 15531 (java) S 15530 15517 14984 0 -1 0 36827 0 1 0 17168 1480 0 0 18 0 9 0 38108881 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 217126 11328 2565 9 0 211673 0
[pid=15531/tid=15532] ppid=15530 vsize=868504 CPUtime=176.43
/proc/15531/task/15532/stat : 15532 (java) R 15530 15517 14984 0 -1 64 27119 0 1 0 16329 1314 0 0 25 0 9 0 38108882 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4126887458 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15533] ppid=15530 vsize=868504 CPUtime=9.73
/proc/15531/task/15533/stat : 15533 (java) S 15530 15517 14984 0 -1 64 7530 0 0 0 809 164 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15534] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15534/stat : 15534 (java) S 15530 15517 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15535] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15535/stat : 15535 (java) S 15530 15517 14984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15536] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15536/stat : 15536 (java) S 15530 15517 14984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15537] ppid=15530 vsize=868504 CPUtime=0.28
/proc/15531/task/15537/stat : 15537 (java) S 15530 15517 14984 0 -1 64 1481 0 0 0 27 1 0 0 16 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15538] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15538/stat : 15538 (java) S 15530 15517 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15539] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15539/stat : 15539 (java) S 15530 15517 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 187.6
Current children cumulated vsize (KiB) 887460

[startup+204.803 s]
/proc/loadavg: 3.05 2.67 2.31 3/85 15539
/proc/meminfo: memFree=15344/2055920 swapFree=4180292/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=1.12
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 974 9670 0 1 3 1 101 7 16 0 1 0 38108764 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 797 370 3 0 500 0
[pid=15530] ppid=15517 vsize=5356 CPUtime=0
/proc/15530/stat : 15530 (sh) S 15517 15517 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38108881 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15530/statm: 1339 233 193 169 0 50 0
[pid=15531] ppid=15530 vsize=868504 CPUtime=198.95
/proc/15531/stat : 15531 (java) S 15530 15517 14984 0 -1 0 38549 0 1 0 18309 1586 0 0 18 0 9 0 38108881 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 217126 11328 2565 9 0 211673 0
[pid=15531/tid=15532] ppid=15530 vsize=868504 CPUtime=188.26
/proc/15531/task/15532/stat : 15532 (java) R 15530 15517 14984 0 -1 64 28841 0 1 0 17415 1411 0 0 25 0 9 0 38108882 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4127065964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15533] ppid=15530 vsize=868504 CPUtime=10.37
/proc/15531/task/15533/stat : 15533 (java) S 15530 15517 14984 0 -1 64 7530 0 0 0 865 172 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15534] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15534/stat : 15534 (java) S 15530 15517 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15535] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15535/stat : 15535 (java) S 15530 15517 14984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15536] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15536/stat : 15536 (java) S 15530 15517 14984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15537] ppid=15530 vsize=868504 CPUtime=0.28
/proc/15531/task/15537/stat : 15537 (java) S 15530 15517 14984 0 -1 64 1481 0 0 0 27 1 0 0 16 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15538] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15538/stat : 15538 (java) S 15530 15517 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15539] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15539/stat : 15539 (java) S 15530 15517 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 200.07
Current children cumulated vsize (KiB) 887460

[startup+208.007 s]
/proc/loadavg: 3.05 2.67 2.31 3/85 15539
/proc/meminfo: memFree=16176/2055920 swapFree=4180292/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=1.12
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 974 9670 0 1 3 1 101 7 16 0 1 0 38108764 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 797 370 3 0 500 0
[pid=15530] ppid=15517 vsize=5356 CPUtime=0
/proc/15530/stat : 15530 (sh) S 15517 15517 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38108881 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15530/statm: 1339 233 193 169 0 50 0
[pid=15531] ppid=15530 vsize=868504 CPUtime=202.07
/proc/15531/stat : 15531 (java) S 15530 15517 14984 0 -1 0 38979 0 1 0 18593 1614 0 0 18 0 9 0 38108881 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 217126 11328 2565 9 0 211673 0
[pid=15531/tid=15532] ppid=15530 vsize=868504 CPUtime=191.22
/proc/15531/task/15532/stat : 15532 (java) R 15530 15517 14984 0 -1 64 29271 0 1 0 17686 1436 0 0 25 0 9 0 38108882 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4126568727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15533] ppid=15530 vsize=868504 CPUtime=10.53
/proc/15531/task/15533/stat : 15533 (java) S 15530 15517 14984 0 -1 64 7530 0 0 0 878 175 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15534] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15534/stat : 15534 (java) S 15530 15517 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15535] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15535/stat : 15535 (java) S 15530 15517 14984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15536] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15536/stat : 15536 (java) S 15530 15517 14984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15537] ppid=15530 vsize=868504 CPUtime=0.28
/proc/15531/task/15537/stat : 15537 (java) S 15530 15517 14984 0 -1 64 1481 0 0 0 27 1 0 0 16 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15538] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15538/stat : 15538 (java) S 15530 15517 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15539] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15539/stat : 15539 (java) S 15530 15517 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.19
Current children cumulated vsize (KiB) 887460

[startup+209.601 s]
/proc/loadavg: 3.05 2.67 2.31 3/85 15539
/proc/meminfo: memFree=15792/2055920 swapFree=4180292/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=1.12
/proc/15517/stat : 15517 (sugar) S 15515 15517 14984 0 -1 4194304 974 9670 0 1 3 1 101 7 16 0 1 0 38108764 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15517/statm: 3400 797 370 3 0 500 0
[pid=15530] ppid=15517 vsize=5356 CPUtime=0
/proc/15530/stat : 15530 (sh) S 15517 15517 14984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38108881 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15530/statm: 1339 233 193 169 0 50 0
[pid=15531] ppid=15530 vsize=868504 CPUtime=203.62
/proc/15531/stat : 15531 (java) S 15530 15517 14984 0 -1 0 39197 0 1 0 18735 1627 0 0 18 0 9 0 38108881 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15531/statm: 217126 11328 2565 9 0 211673 0
[pid=15531/tid=15532] ppid=15530 vsize=868504 CPUtime=192.69
/proc/15531/task/15532/stat : 15532 (java) R 15530 15517 14984 0 -1 64 29489 0 1 0 17821 1448 0 0 25 0 9 0 38108882 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4127067352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15533] ppid=15530 vsize=868504 CPUtime=10.62
/proc/15531/task/15533/stat : 15533 (java) S 15530 15517 14984 0 -1 64 7530 0 0 0 885 177 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15534] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15534/stat : 15534 (java) S 15530 15517 14984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15535] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15535/stat : 15535 (java) S 15530 15517 14984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38108883 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15536] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15536/stat : 15536 (java) S 15530 15517 14984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15537] ppid=15530 vsize=868504 CPUtime=0.28
/proc/15531/task/15537/stat : 15537 (java) S 15530 15517 14984 0 -1 64 1481 0 0 0 27 1 0 0 16 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15538] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15538/stat : 15538 (java) S 15530 15517 14984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15531/tid=15539] ppid=15530 vsize=868504 CPUtime=0
/proc/15531/task/15539/stat : 15539 (java) S 15530 15517 14984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38108885 889348096 11328 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.74
Current children cumulated vsize (KiB) 887460

[startup+210.401 s]
/proc/loadavg: 3.05 2.67 2.31 3/75 15539
/proc/meminfo: memFree=587008/2055920 swapFree=4180292/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=205.44
/proc/15517/stat : 15517 (sugar) R 15515 15517 14984 0 -1 4194304 998 49184 0 2 3 54 18850 1637 17 0 1 0 38108764 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15517/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 205.44
Current children cumulated vsize (KiB) 13600

[startup+211.201 s]
/proc/loadavg: 3.05 2.67 2.31 2/75 15539
/proc/meminfo: memFree=1951168/2055920 swapFree=4180292/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=205.94
/proc/15517/stat : 15517 (sugar) D 15515 15517 14984 0 -1 4194304 998 49184 0 2 3 104 18850 1637 15 0 1 0 38108764 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15517/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 205.94
Current children cumulated vsize (KiB) 13600

[startup+211.401 s]
/proc/loadavg: 3.05 2.67 2.31 2/75 15539
/proc/meminfo: memFree=1951168/2055920 swapFree=4180292/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=205.95
/proc/15517/stat : 15517 (sugar) D 15515 15517 14984 0 -1 4194304 998 49184 0 2 3 105 18850 1637 15 0 1 0 38108764 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15517/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 205.95
Current children cumulated vsize (KiB) 13600

[startup+211.501 s]
/proc/loadavg: 3.05 2.67 2.31 2/75 15539
/proc/meminfo: memFree=1951168/2055920 swapFree=4180292/4192956
[pid=15517] ppid=15515 vsize=13600 CPUtime=205.95
/proc/15517/stat : 15517 (sugar) D 15515 15517 14984 0 -1 4194304 998 49184 0 2 3 105 18850 1637 15 0 1 0 38108764 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15517/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 205.95
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 211.588
CPU time (s): 205.974
CPU user time (s): 188.536
CPU system time (s): 17.4373
CPU usage (%): 97.3467
Max. virtual memory (cumulated for all children) (KiB): 887852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.536
system time used= 17.4373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50212
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= 192896
involuntary context switches= 195969

runsolver used 0.274958 second user time and 0.751885 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-12 00:07:50
IDJOB=1109936
IDBENCH=61038
IDSOLVER=368
FILE ID=node30/1109936-1215814070
PBS_JOBID= 7903297
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-bf-1355-075.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109936-1215814070/watcher-1109936-1215814070 -o /tmp/evaluation-result-1109936-1215814070/solver-1109936-1215814070 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1109936-1215814070.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b8a060a50997549131721c2244d1d2c8
RANDOM SEED=60455463

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1940840 kB
Buffers:          3680 kB
Cached:          35384 kB
SwapCached:       6700 kB
Active:          68572 kB
Inactive:         4292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1940840 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            2828 kB
Writeback:           0 kB
Mapped:          40600 kB
Slab:            27596 kB
Committed_AS:   168196 kB
PageTables:       1784 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node30 at 2008-07-12 00:11:22