Trace number 1110036

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? 157.444 500.417

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-blast-floppy1-7.xml
MD5SUMa04faf5e65e20ff86e086efdc76bdac3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints51
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables2913
Number of constraints3104
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3104
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Aug  7 20:18:00 2008
0.00/0.04	c 0	PID 14114
0.03/0.04	c 0	HOST node85.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1110036-1218133079.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-1110036-1218133079.xml' 'HOME/temp.csp'
0.03/0.72	c 1	3 domains, 2913 variables, 11 predicates, 0 relations, 3104 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	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'
0.69/0.80	c 1	Parsing HOME/temp.csp
1.14/1.26	c 1	parsed 6031 expressions
1.14/1.27	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.34	c 1	MAX CSP: 3104 constraints
1.23/1.34	c 1	Converting to clausal form CSP
1.23/1.37	c 1	converted 914 (10%) expressions
1.23/1.39	c 1	converted 1828 (20%) expressions
1.23/1.39	c 1	converted 2742 (30%) expressions
1.33/1.47	c 1	converted 3656 (40%) expressions
1.44/1.57	c 1	converted 4569 (50%) expressions
1.44/1.59	c 1	converted 5483 (60%) expressions
1.53/1.61	c 1	converted 6397 (70%) expressions
1.53/1.63	c 1	converted 7311 (80%) expressions
2.03/2.20	c 2	converted 8225 (90%) expressions
3.02/3.10	c 3	converted 9138 (100%) expressions
3.02/3.11	c 3	CSP : 24669 integers, 0 booleans, 39585 clauses, largest domain size 10358
3.02/3.11	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.02/3.11	c 3	Propagation in CSP
3.41/3.56	c 3	3101 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.41/3.57	c 3	CSP : 24669 integers, 0 booleans, 39585 clauses, largest domain size 10358
3.41/3.57	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.41/3.58	c 3	Simplifing CSP by introducing new Boolean variables
3.51/3.61	c 3	CSP : 24669 integers, 0 booleans, 39585 clauses, largest domain size 10358
3.51/3.61	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/3.78	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.70/3.82	c 4	2467 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.70/3.82	c 4	4934 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.19/5.39	c 5	7401 (30%) CSP integer variables are encoded (1288734 clauses, 22298853 bytes)
7.66/7.87	c 8	9868 (40%) CSP integer variables are encoded (3267147 clauses, 59888700 bytes)
11.09/11.37	c 11	12335 (50%) CSP integer variables are encoded (6037069 clauses, 112517218 bytes)
14.63/16.27	c 16	14802 (60%) CSP integer variables are encoded (8870248 clauses, 166347619 bytes)
17.88/19.59	c 19	17269 (70%) CSP integer variables are encoded (11444847 clauses, 218185385 bytes)
20.49/22.73	c 23	19736 (80%) CSP integer variables are encoded (13409759 clauses, 259448537 bytes)
22.96/25.29	c 25	22203 (90%) CSP integer variables are encoded (15328755 clauses, 299747453 bytes)
23.06/25.34	c 25	24669 (100%) CSP integer variables are encoded (15358161 clauses, 300364979 bytes)
156.55/466.05	c 466	ERROR Exception Too large HOME/temp.cnf
157.17/467.39	c 466	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
157.17/467.39	c 466	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
157.17/467.39	c 466	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
157.17/467.39	s UNKNOWN
157.17/467.39	c 466	CPU 142.56 (0.03 0 142.53 14.07)
157.17/467.39	c 466	END Thu Aug  7 20:25:46 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-1110036-1218133079/watcher-1110036-1218133079 -o /tmp/evaluation-result-1110036-1218133079/solver-1110036-1218133079 -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-1110036-1218133079.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: 0.67 0.37 0.21 4/83 14114
/proc/meminfo: memFree=224272/2055920 swapFree=4180868/4192956
[pid=14114] ppid=14112 vsize=18572 CPUtime=0
/proc/14114/stat : 14114 (runsolver) R 14112 14114 13463 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140392806 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 214945033511 0 0 4096 24578 0 0 0 17 0 0 0
/proc/14114/statm: 4643 292 257 25 0 2626 0

[startup+0.0460981 s]
/proc/loadavg: 0.67 0.37 0.21 4/83 14114
/proc/meminfo: memFree=224272/2055920 swapFree=4180868/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=0.03
/proc/14114/stat : 14114 (sugar) S 14112 14114 13463 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 140392806 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14114/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101817 s]
/proc/loadavg: 0.67 0.37 0.21 4/83 14114
/proc/meminfo: memFree=224272/2055920 swapFree=4180868/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=0.03
/proc/14114/stat : 14114 (sugar) S 14112 14114 13463 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 140392806 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14114/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301828 s]
/proc/loadavg: 0.67 0.37 0.21 4/83 14114
/proc/meminfo: memFree=224272/2055920 swapFree=4180868/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=0.03
/proc/14114/stat : 14114 (sugar) S 14112 14114 13463 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 140392806 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14114/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701883 s]
/proc/loadavg: 0.67 0.37 0.21 4/83 14114
/proc/meminfo: memFree=224272/2055920 swapFree=4180868/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=0.03
/proc/14114/stat : 14114 (sugar) S 14112 14114 13463 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 140392806 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14114/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50297 s]
/proc/loadavg: 0.67 0.37 0.21 4/94 14136
/proc/meminfo: memFree=198520/2055920 swapFree=4180868/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=0.69
/proc/14114/stat : 14114 (sugar) S 14112 14114 13463 0 -1 4194304 974 7234 0 1 3 0 62 4 15 0 1 0 140392806 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14114/statm: 3400 797 370 3 0 500 0
[pid=14127] ppid=14114 vsize=5356 CPUtime=0
/proc/14127/stat : 14127 (sh) S 14114 14114 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392879 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14127/statm: 1339 233 193 169 0 50 0
[pid=14128] ppid=14127 vsize=866140 CPUtime=0.75
/proc/14128/stat : 14128 (java) S 14127 14114 13463 0 -1 0 6615 0 1 0 70 5 0 0 19 0 9 0 140392879 886927360 5863 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14128/statm: 216535 5863 2543 9 0 211110 0
[pid=14128/tid=14129] ppid=14127 vsize=866140 CPUtime=0.47
/proc/14128/task/14129/stat : 14129 (java) R 14127 14114 13463 0 -1 64 2617 0 1 0 45 2 0 0 21 0 9 0 140392880 886927360 5863 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14130] ppid=14127 vsize=866140 CPUtime=0.1
/proc/14128/task/14130/stat : 14130 (java) S 14127 14114 13463 0 -1 64 2484 0 0 0 9 1 0 0 16 0 9 0 140392881 886927360 5863 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14131] ppid=14127 vsize=866140 CPUtime=0
/proc/14128/task/14131/stat : 14131 (java) S 14127 14114 13463 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392881 886927360 5863 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14132] ppid=14127 vsize=866140 CPUtime=0
/proc/14128/task/14132/stat : 14132 (java) S 14127 14114 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392881 886927360 5863 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14133] ppid=14127 vsize=866140 CPUtime=0
/proc/14128/task/14133/stat : 14133 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140392883 886927360 5863 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14134] ppid=14127 vsize=866140 CPUtime=0.14
/proc/14128/task/14134/stat : 14134 (java) R 14127 14114 13463 0 -1 64 816 0 0 0 14 0 0 0 16 0 9 0 140392883 886927360 5863 996147200 134512640 134550740 4294955936 18446744073709551615 101567824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14135] ppid=14127 vsize=866140 CPUtime=0
/proc/14128/task/14135/stat : 14135 (java) S 14127 14114 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140392883 886927360 5863 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14136] ppid=14127 vsize=866140 CPUtime=0
/proc/14128/task/14136/stat : 14136 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392883 886927360 5863 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 885096

[startup+3.10215 s]
/proc/loadavg: 0.86 0.41 0.23 5/94 14136
/proc/meminfo: memFree=167672/2055920 swapFree=4180868/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=0.69
/proc/14114/stat : 14114 (sugar) S 14112 14114 13463 0 -1 4194304 974 7234 0 1 3 0 62 4 15 0 1 0 140392806 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14114/statm: 3400 797 370 3 0 500 0
[pid=14127] ppid=14114 vsize=5356 CPUtime=0
/proc/14127/stat : 14127 (sh) S 14114 14114 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392879 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14127/statm: 1339 233 193 169 0 50 0
[pid=14128] ppid=14127 vsize=868392 CPUtime=2.33
/proc/14128/stat : 14128 (java) S 14127 14114 13463 0 -1 0 13166 0 1 0 224 9 0 0 19 0 9 0 140392879 889233408 12159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14128/statm: 217098 12159 2541 9 0 211673 0
[pid=14128/tid=14129] ppid=14127 vsize=868392 CPUtime=1.46
/proc/14128/task/14129/stat : 14129 (java) R 14127 14114 13463 0 -1 64 2976 0 1 0 144 2 0 0 25 0 9 0 140392880 889233408 12159 996147200 134512640 134550740 4294955936 18446744073709551615 4126630871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14130] ppid=14127 vsize=868392 CPUtime=0.63
/proc/14128/task/14130/stat : 14130 (java) S 14127 14114 13463 0 -1 64 8016 0 0 0 59 4 0 0 16 0 9 0 140392881 889233408 12159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14131] ppid=14127 vsize=868392 CPUtime=0
/proc/14128/task/14131/stat : 14131 (java) S 14127 14114 13463 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392881 889233408 12159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14132] ppid=14127 vsize=868392 CPUtime=0
/proc/14128/task/14132/stat : 14132 (java) S 14127 14114 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392881 889233408 12159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14133] ppid=14127 vsize=868392 CPUtime=0
/proc/14128/task/14133/stat : 14133 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140392883 889233408 12159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14134] ppid=14127 vsize=868392 CPUtime=0.2
/proc/14128/task/14134/stat : 14134 (java) S 14127 14114 13463 0 -1 64 1476 0 0 0 20 0 0 0 16 0 9 0 140392883 889233408 12159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14135] ppid=14127 vsize=868392 CPUtime=0
/proc/14128/task/14135/stat : 14135 (java) S 14127 14114 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140392883 889233408 12159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14136] ppid=14127 vsize=868392 CPUtime=0
/proc/14128/task/14136/stat : 14136 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392883 889233408 12159 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887348

[startup+6.30251 s]
/proc/loadavg: 0.86 0.41 0.23 3/94 14136
/proc/meminfo: memFree=85888/2055920 swapFree=4180868/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=0.69
/proc/14114/stat : 14114 (sugar) S 14112 14114 13463 0 -1 4194304 974 7234 0 1 3 0 62 4 16 0 1 0 140392806 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14114/statm: 3400 797 370 3 0 500 0
[pid=14127] ppid=14114 vsize=5356 CPUtime=0
/proc/14127/stat : 14127 (sh) S 14114 14114 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392879 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14127/statm: 1339 233 193 169 0 50 0
[pid=14128] ppid=14127 vsize=868504 CPUtime=5.5
/proc/14128/stat : 14128 (java) S 14127 14114 13463 0 -1 0 13964 0 1 0 517 33 0 0 19 0 9 0 140392879 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14128/statm: 217126 12422 2565 9 0 211673 0
[pid=14128/tid=14129] ppid=14127 vsize=868504 CPUtime=4.22
/proc/14128/task/14129/stat : 14129 (java) R 14127 14114 13463 0 -1 64 3346 0 1 0 399 23 0 0 25 0 9 0 140392880 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4127048543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14130] ppid=14127 vsize=868504 CPUtime=0.97
/proc/14128/task/14130/stat : 14130 (java) S 14127 14114 13463 0 -1 64 8411 0 0 0 90 7 0 0 16 0 9 0 140392881 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14131] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14131/stat : 14131 (java) S 14127 14114 13463 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392881 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14132] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14132/stat : 14132 (java) S 14127 14114 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392881 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14133] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14133/stat : 14133 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140392883 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14134] ppid=14127 vsize=868504 CPUtime=0.27
/proc/14128/task/14134/stat : 14134 (java) S 14127 14114 13463 0 -1 64 1509 0 0 0 26 1 0 0 16 0 9 0 140392883 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14135] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14135/stat : 14135 (java) S 14127 14114 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140392883 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14136] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14136/stat : 14136 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392883 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887460

[startup+12.7012 s]
/proc/loadavg: 1.11 0.48 0.25 3/94 14136
/proc/meminfo: memFree=15248/2055920 swapFree=4181028/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=0.69
/proc/14114/stat : 14114 (sugar) S 14112 14114 13463 0 -1 4194304 974 7234 0 1 3 0 62 4 16 0 1 0 140392806 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14114/statm: 3400 797 370 3 0 500 0
[pid=14127] ppid=14114 vsize=5356 CPUtime=0
/proc/14127/stat : 14127 (sh) S 14114 14114 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392879 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14127/statm: 1339 233 193 169 0 50 0
[pid=14128] ppid=14127 vsize=868504 CPUtime=11.17
/proc/14128/stat : 14128 (java) S 14127 14114 13463 0 -1 0 14637 0 1 0 1026 91 0 0 19 0 9 0 140392879 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14128/statm: 217126 12422 2565 9 0 211673 0
[pid=14128/tid=14129] ppid=14127 vsize=868504 CPUtime=9.62
/proc/14128/task/14129/stat : 14129 (java) D 14127 14114 13463 0 -1 64 4019 0 1 0 884 78 0 0 25 0 9 0 140392880 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=14128/tid=14130] ppid=14127 vsize=868504 CPUtime=1.24
/proc/14128/task/14130/stat : 14130 (java) S 14127 14114 13463 0 -1 64 8411 0 0 0 114 10 0 0 16 0 9 0 140392881 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14131] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14131/stat : 14131 (java) S 14127 14114 13463 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392881 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14132] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14132/stat : 14132 (java) S 14127 14114 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392881 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14133] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14133/stat : 14133 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140392883 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14134] ppid=14127 vsize=868504 CPUtime=0.27
/proc/14128/task/14134/stat : 14134 (java) S 14127 14114 13463 0 -1 64 1509 0 0 0 26 1 0 0 16 0 9 0 140392883 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14135] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14135/stat : 14135 (java) S 14127 14114 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140392883 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14136] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14136/stat : 14136 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392883 889348096 12422 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 887460

[startup+25.5027 s]
/proc/loadavg: 1.56 0.60 0.29 2/95 14137
/proc/meminfo: memFree=16264/2055920 swapFree=4181028/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=0.69
/proc/14114/stat : 14114 (sugar) S 14112 14114 13463 0 -1 4194304 974 7234 0 1 3 0 62 4 16 0 1 0 140392806 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14114/statm: 3400 797 370 3 0 500 0
[pid=14127] ppid=14114 vsize=5356 CPUtime=0
/proc/14127/stat : 14127 (sh) S 14114 14114 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392879 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14127/statm: 1339 233 193 169 0 50 0
[pid=14128] ppid=14127 vsize=868504 CPUtime=22.58
/proc/14128/stat : 14128 (java) S 14127 14114 13463 0 -1 0 15952 0 1 0 2057 201 0 0 19 0 9 0 140392879 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14128/statm: 217126 12434 2565 9 0 211673 0
[pid=14128/tid=14129] ppid=14127 vsize=868504 CPUtime=20.49
/proc/14128/task/14129/stat : 14129 (java) R 14127 14114 13463 0 -1 64 5323 0 1 0 1870 179 0 0 18 0 9 0 140392880 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14128/tid=14130] ppid=14127 vsize=868504 CPUtime=1.77
/proc/14128/task/14130/stat : 14130 (java) S 14127 14114 13463 0 -1 64 8411 0 0 0 158 19 0 0 16 0 9 0 140392881 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14131] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14131/stat : 14131 (java) S 14127 14114 13463 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392881 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14132] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14132/stat : 14132 (java) S 14127 14114 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392881 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/14128/task/14136/stat : 14136 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392883 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.56
Current children cumulated vsize (KiB) 887460

[startup+342.301 s]
/proc/loadavg: 5.08 3.61 1.72 2/100 14171
/proc/meminfo: memFree=15000/2055920 swapFree=4181032/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=0.69
/proc/14114/stat : 14114 (sugar) S 14112 14114 13463 0 -1 4194304 974 7234 0 1 3 0 62 4 16 0 1 0 140392806 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14114/statm: 3400 797 370 3 0 500 0
[pid=14127] ppid=14114 vsize=5356 CPUtime=0
/proc/14127/stat : 14127 (sh) S 14114 14114 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392879 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14127/statm: 1339 233 193 169 0 50 0
[pid=14128] ppid=14127 vsize=868504 CPUtime=105.8
/proc/14128/stat : 14128 (java) S 14127 14114 13463 0 -1 0 26243 0 1 0 9615 965 0 0 19 0 9 0 140392879 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14128/statm: 217126 12434 2565 9 0 211673 0
[pid=14128/tid=14129] ppid=14127 vsize=868504 CPUtime=99.63
/proc/14128/task/14129/stat : 14129 (java) D 14127 14114 13463 0 -1 64 15614 0 1 0 9084 879 0 0 25 0 9 0 140392880 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=14128/tid=14130] ppid=14127 vsize=868504 CPUtime=5.86
/proc/14128/task/14130/stat : 14130 (java) S 14127 14114 13463 0 -1 64 8411 0 0 0 502 84 0 0 16 0 9 0 140392881 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14128/tid=14131] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14131/stat : 14131 (java) S 14127 14114 13463 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392881 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14132] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14132/stat : 14132 (java) S 14127 14114 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392881 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14133] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14133/stat : 14133 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140392883 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14134] ppid=14127 vsize=868504 CPUtime=0.28
/proc/14128/task/14134/stat : 14134 (java) S 14127 14114 13463 0 -1 64 1520 0 0 0 27 1 0 0 16 0 9 0 140392883 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14135] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14135/stat : 14135 (java) S 14127 14114 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140392883 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14136] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14136/stat : 14136 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392883 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 106.49
Current children cumulated vsize (KiB) 887460

[startup+402.302 s]
/proc/loadavg: 4.78 3.79 1.90 2/98 14187
/proc/meminfo: memFree=14888/2055920 swapFree=4181032/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=0.69
/proc/14114/stat : 14114 (sugar) S 14112 14114 13463 0 -1 4194304 974 7234 0 1 3 0 62 4 16 0 1 0 140392806 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14114/statm: 3400 797 370 3 0 500 0
[pid=14127] ppid=14114 vsize=5356 CPUtime=0
/proc/14127/stat : 14127 (sh) S 14114 14114 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392879 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14127/statm: 1339 233 193 169 0 50 0
[pid=14128] ppid=14127 vsize=868504 CPUtime=133.65
/proc/14128/stat : 14128 (java) S 14127 14114 13463 0 -1 0 29729 0 1 0 12160 1205 0 0 19 0 9 0 140392879 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14128/statm: 217126 12434 2565 9 0 211673 0
[pid=14128/tid=14129] ppid=14127 vsize=868504 CPUtime=126.18
/proc/14128/task/14129/stat : 14129 (java) D 14127 14114 13463 0 -1 64 19100 0 1 0 11520 1098 0 0 25 0 9 0 140392880 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=14128/tid=14130] ppid=14127 vsize=868504 CPUtime=7.15
/proc/14128/task/14130/stat : 14130 (java) S 14127 14114 13463 0 -1 64 8411 0 0 0 611 104 0 0 16 0 9 0 140392881 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14128/tid=14131] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14131/stat : 14131 (java) S 14127 14114 13463 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392881 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14132] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14132/stat : 14132 (java) S 14127 14114 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392881 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14133] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14133/stat : 14133 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140392883 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14134] ppid=14127 vsize=868504 CPUtime=0.28
/proc/14128/task/14134/stat : 14134 (java) S 14127 14114 13463 0 -1 64 1520 0 0 0 27 1 0 0 16 0 9 0 140392883 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14135] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14135/stat : 14135 (java) S 14127 14114 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140392883 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14136] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14136/stat : 14136 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392883 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 134.34
Current children cumulated vsize (KiB) 887460

[startup+462.302 s]
/proc/loadavg: 4.16 3.79 2.02 3/94 14191
/proc/meminfo: memFree=16336/2055920 swapFree=4181032/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=0.69
/proc/14114/stat : 14114 (sugar) S 14112 14114 13463 0 -1 4194304 974 7234 0 1 3 0 62 4 16 0 1 0 140392806 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14114/statm: 3400 797 370 3 0 500 0
[pid=14127] ppid=14114 vsize=5356 CPUtime=0
/proc/14127/stat : 14127 (sh) S 14114 14114 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140392879 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14127/statm: 1339 233 193 169 0 50 0
[pid=14128] ppid=14127 vsize=868504 CPUtime=152.44
/proc/14128/stat : 14128 (java) S 14127 14114 13463 0 -1 0 32086 0 1 0 13874 1370 0 0 19 0 9 0 140392879 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14128/statm: 217126 12434 2565 9 0 211673 0
[pid=14128/tid=14129] ppid=14127 vsize=868504 CPUtime=144.07
/proc/14128/task/14129/stat : 14129 (java) R 14127 14114 13463 0 -1 64 21457 0 1 0 13158 1249 0 0 25 0 9 0 140392880 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4126573999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14128/tid=14130] ppid=14127 vsize=868504 CPUtime=8.06
/proc/14128/task/14130/stat : 14130 (java) S 14127 14114 13463 0 -1 64 8411 0 0 0 688 118 0 0 16 0 9 0 140392881 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14128/tid=14131] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14131/stat : 14131 (java) S 14127 14114 13463 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140392881 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14132] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14132/stat : 14132 (java) S 14127 14114 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140392881 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14133] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14133/stat : 14133 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140392883 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14134] ppid=14127 vsize=868504 CPUtime=0.28
/proc/14128/task/14134/stat : 14134 (java) S 14127 14114 13463 0 -1 64 1520 0 0 0 27 1 0 0 16 0 9 0 140392883 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14135] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14135/stat : 14135 (java) S 14127 14114 13463 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140392883 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14128/tid=14136] ppid=14127 vsize=868504 CPUtime=0
/proc/14128/task/14136/stat : 14136 (java) S 14127 14114 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140392883 889348096 12434 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 153.13
Current children cumulated vsize (KiB) 887460

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

[startup+486.301 s]
/proc/loadavg: 4.46 3.88 2.08 2/84 14191
/proc/meminfo: memFree=1301152/2055920 swapFree=4181032/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=157.17
/proc/14114/stat : 14114 (sugar) D 14112 14114 13463 0 -1 4194304 998 40053 0 2 3 54 14253 1407 17 0 1 0 140392806 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14114/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 157.17
Current children cumulated vsize (KiB) 13600

[startup+492.702 s]
/proc/loadavg: 4.54 3.92 2.11 2/86 14193
/proc/meminfo: memFree=1302608/2055920 swapFree=4181032/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=157.17
/proc/14114/stat : 14114 (sugar) D 14112 14114 13463 0 -1 4194304 998 40053 0 2 3 54 14253 1407 17 0 1 0 140392806 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14114/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 157.17
Current children cumulated vsize (KiB) 13600

[startup+495.902 s]
/proc/loadavg: 4.54 3.92 2.11 2/86 14193
/proc/meminfo: memFree=1302864/2055920 swapFree=4181032/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=157.17
/proc/14114/stat : 14114 (sugar) D 14112 14114 13463 0 -1 4194304 998 40053 0 2 3 54 14253 1407 17 0 1 0 140392806 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14114/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 157.17
Current children cumulated vsize (KiB) 13600

[startup+497.502 s]
/proc/loadavg: 4.42 3.90 2.12 2/86 14193
/proc/meminfo: memFree=1303312/2055920 swapFree=4181032/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=157.17
/proc/14114/stat : 14114 (sugar) D 14112 14114 13463 0 -1 4194304 998 40053 0 2 3 54 14253 1407 17 0 1 0 140392806 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14114/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 157.17
Current children cumulated vsize (KiB) 13600

[startup+499.102 s]
/proc/loadavg: 4.42 3.90 2.12 2/85 14193
/proc/meminfo: memFree=1303384/2055920 swapFree=4181032/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=157.17
/proc/14114/stat : 14114 (sugar) D 14112 14114 13463 0 -1 4194304 998 40053 0 2 3 54 14253 1407 17 0 1 0 140392806 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14114/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 157.17
Current children cumulated vsize (KiB) 13600

[startup+499.902 s]
/proc/loadavg: 4.42 3.90 2.12 2/85 14193
/proc/meminfo: memFree=1307928/2055920 swapFree=4181032/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=157.17
/proc/14114/stat : 14114 (sugar) D 14112 14114 13463 0 -1 4194304 998 40053 0 2 3 54 14253 1407 17 0 1 0 140392806 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14114/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 157.17
Current children cumulated vsize (KiB) 13600

[startup+500.355 s]
/proc/loadavg: 4.42 3.90 2.12 2/85 14193
/proc/meminfo: memFree=1307928/2055920 swapFree=4181032/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=157.37
/proc/14114/stat : 14114 (sugar) R 14112 14114 13463 0 -1 4194304 998 40053 0 2 3 74 14253 1407 16 0 1 0 140392806 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14114/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 157.37
Current children cumulated vsize (KiB) 13600

[startup+500.41 s]
/proc/loadavg: 4.42 3.90 2.12 4/85 14193
/proc/meminfo: memFree=1568344/2055920 swapFree=4181032/4192956
[pid=14114] ppid=14112 vsize=13600 CPUtime=157.42
/proc/14114/stat : 14114 (sugar) R 14112 14114 13463 0 -1 4194304 998 40053 0 2 3 79 14253 1407 16 0 1 0 140392806 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14114/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 157.42
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 500.417
CPU time (s): 157.444
CPU user time (s): 142.57
CPU system time (s): 14.8737
CPU usage (%): 31.4626
Max. virtual memory (cumulated for all children) (KiB): 887852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.57
system time used= 14.8737
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41081
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= 143055
involuntary context switches= 140783

runsolver used 0.698893 second user time and 1.63575 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-08-07 20:18:00
IDJOB=1110036
IDBENCH=61054
IDSOLVER=368
FILE ID=node85/1110036-1218133079
PBS_JOBID= 8000807
Free space on /tmp= 126864 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-blast-floppy1-7.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-1110036-1218133079/watcher-1110036-1218133079 -o /tmp/evaluation-result-1110036-1218133079/solver-1110036-1218133079 -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-1110036-1218133079.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a04faf5e65e20ff86e086efdc76bdac3
RANDOM SEED=1762935943

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        225456 kB
Buffers:         48588 kB
Cached:        1574940 kB
SwapCached:       5956 kB
Active:         573176 kB
Inactive:      1126568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        225456 kB
SwapTotal:     4192956 kB
SwapFree:      4180868 kB
Dirty:           12528 kB
Writeback:           0 kB
Mapped:          93112 kB
Slab:           115788 kB
Committed_AS:   236112 kB
PageTables:       1996 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= 126088 MiB
End job on node85 at 2008-08-07 20:26:20