Trace number 1112315

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-inc? 213.555 588.993

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-35.xml
MD5SUM1eb3c150032c50ac46662d9f9a65bfe6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1731.63
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of constraints20859
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20859
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.02/0.07	c 0	BEGIN Thu Aug  7 20:21:36 2008
0.02/0.07	c 0	PID 6741
0.02/0.07	c 0	HOST node92.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-1112315-1218133295.xml TO HOME/temp.csp
0.02/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112315-1218133295.xml' 'HOME/temp.csp'
1.40/1.30	c 1	1 domains, 1225 variables, 4 predicates, 0 relations, 20859 constraints
1.40/1.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.40/1.34	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.41/1.41	c 1	Parsing HOME/temp.csp
1.41/1.66	c 1	parsed 10000 expressions
1.41/1.85	c 1	parsed 20000 expressions
1.41/1.88	c 1	parsed 22089 expressions
1.41/1.89	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/2.06	c 2	MAX CSP: 20859 constraints
1.41/2.06	c 2	Converting to clausal form CSP
2.62/2.50	c 2	converted 4296 (10%) expressions
3.02/2.83	c 2	converted 8591 (20%) expressions
3.43/3.30	c 3	converted 12886 (30%) expressions
3.82/3.63	c 3	converted 17181 (40%) expressions
4.12/3.97	c 3	converted 21476 (50%) expressions
4.51/4.31	c 4	converted 25771 (60%) expressions
4.91/4.80	c 4	converted 30066 (70%) expressions
5.31/5.17	c 5	converted 34361 (80%) expressions
5.71/5.51	c 5	converted 38656 (90%) expressions
8.01/7.89	c 7	converted 42951 (100%) expressions
8.11/7.90	c 7	CSP : 42943 integers, 31019 booleans, 114671 clauses, largest domain size 31289
8.11/7.90	c 7	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.11/7.90	c 7	Propagation in CSP
9.32/9.16	c 9	20850 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.32/9.17	c 9	CSP : 42943 integers, 31019 booleans, 114671 clauses, largest domain size 20860
9.32/9.17	c 9	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.42/9.20	c 9	Simplifing CSP by introducing new Boolean variables
9.53/9.35	c 9	CSP : 42943 integers, 52783 booleans, 136435 clauses, largest domain size 20860
9.53/9.35	c 9	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.03/9.85	c 9	Encoding CSP to SAT : HOME/temp.cnf
10.23/10.09	c 10	4295 (10%) CSP integer variables are encoded (40425 clauses, 584881 bytes)
10.23/10.10	c 10	8589 (20%) CSP integer variables are encoded (40425 clauses, 584881 bytes)
10.33/10.10	c 10	12883 (30%) CSP integer variables are encoded (40425 clauses, 584881 bytes)
10.33/10.11	c 10	17178 (40%) CSP integer variables are encoded (40425 clauses, 584881 bytes)
10.33/10.11	c 10	21472 (50%) CSP integer variables are encoded (40425 clauses, 584881 bytes)
10.33/10.18	c 10	25766 (60%) CSP integer variables are encoded (96892 clauses, 1473213 bytes)
10.42/10.24	c 10	30061 (70%) CSP integer variables are encoded (148823 clauses, 2356040 bytes)
10.53/10.32	c 10	34355 (80%) CSP integer variables are encoded (206902 clauses, 3343383 bytes)
10.53/10.38	c 10	38649 (90%) CSP integer variables are encoded (257603 clauses, 4205300 bytes)
10.93/10.76	c 10	42943 (100%) CSP integer variables are encoded (591719 clauses, 9885272 bytes)
12.44/12.20	c 12	13644 (10%) CSP clauses are encoded (909398 clauses, 18189136 bytes)
13.84/13.60	c 13	27287 (20%) CSP clauses are encoded (1227141 clauses, 26660796 bytes)
15.22/15.01	c 15	40931 (30%) CSP clauses are encoded (1540964 clauses, 35084951 bytes)
16.61/16.42	c 16	54574 (40%) CSP clauses are encoded (1859045 clauses, 43901858 bytes)
17.99/17.83	c 17	68218 (50%) CSP clauses are encoded (2174231 clauses, 52604357 bytes)
19.39/19.23	c 19	81861 (60%) CSP clauses are encoded (2487347 clauses, 61258825 bytes)
20.87/21.34	c 21	95505 (70%) CSP clauses are encoded (2896324 clauses, 71832463 bytes)
70.84/77.57	c 77	109148 (80%) CSP clauses are encoded (32267931 clauses, 781415701 bytes)
212.69/566.37	c 566	ERROR Exception Too large HOME/temp.cnf
212.77/567.09	c 566	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
212.77/567.09	c 566	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
212.77/567.09	c 566	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
212.77/567.09	s UNKNOWN
212.79/568.99	c 569	CPU 196.1 (0.06 0.01 196.04 16.69)
212.79/568.99	c 569	END Thu Aug  7 20:31:05 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-1112315-1218133295/watcher-1112315-1218133295 -o /tmp/evaluation-result-1112315-1218133295/solver-1112315-1218133295 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112315-1218133295.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.95 2.14 1.18 3/83 6741
/proc/meminfo: memFree=1190904/2055920 swapFree=4180824/4192956
[pid=6741] ppid=6739 vsize=12272 CPUtime=0
/proc/6741/stat : 6741 (sugar++) R 6739 6741 5950 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 140414402 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 251288140798 0 0 4224 0 0 0 0 17 0 0 0
/proc/6741/statm: 3068 327 246 3 0 168 0

[startup+0.030804 s]
/proc/loadavg: 2.95 2.14 1.18 3/83 6741
/proc/meminfo: memFree=1190904/2055920 swapFree=4180824/4192956
[pid=6741] ppid=6739 vsize=13204 CPUtime=0.02
/proc/6741/stat : 6741 (sugar++) R 6739 6741 5950 0 -1 4194304 685 0 0 0 2 0 0 0 18 0 1 0 140414402 13520896 653 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 0 0 0 0 17 0 0 0
/proc/6741/statm: 3301 653 334 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101821 s]
/proc/loadavg: 2.95 2.14 1.18 3/83 6741
/proc/meminfo: memFree=1190904/2055920 swapFree=4180824/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=0.06
/proc/6741/stat : 6741 (sugar++) S 6739 6741 5950 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 140414402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6741/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301864 s]
/proc/loadavg: 2.95 2.14 1.18 3/83 6741
/proc/meminfo: memFree=1190904/2055920 swapFree=4180824/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=0.06
/proc/6741/stat : 6741 (sugar++) S 6739 6741 5950 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 140414402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6741/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701951 s]
/proc/loadavg: 2.95 2.14 1.18 3/83 6741
/proc/meminfo: memFree=1190904/2055920 swapFree=4180824/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=0.06
/proc/6741/stat : 6741 (sugar++) S 6739 6741 5950 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 140414402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6741/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50211 s]
/proc/loadavg: 2.95 2.14 1.18 2/94 6753
/proc/meminfo: memFree=1154208/2055920 swapFree=4180824/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=1.41
/proc/6741/stat : 6741 (sugar++) S 6739 6741 5950 0 -1 4194304 1297 13581 0 1 5 1 127 8 15 0 1 0 140414402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6741/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 16740

[startup+3.10144 s]
/proc/loadavg: 2.95 2.14 1.18 2/94 6763
/proc/meminfo: memFree=1168288/2055920 swapFree=4180824/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=1.41
/proc/6741/stat : 6741 (sugar++) S 6739 6741 5950 0 -1 4194304 1297 13581 0 1 5 1 127 8 15 0 1 0 140414402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6741/statm: 4185 1104 409 3 0 764 0
[pid=6754] ppid=6741 vsize=5356 CPUtime=0
/proc/6754/stat : 6754 (sh) S 6741 6741 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140414537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6754/statm: 1339 233 193 169 0 50 0
[pid=6755] ppid=6754 vsize=869244 CPUtime=1.91
/proc/6755/stat : 6755 (java) S 6754 6741 5950 0 -1 0 11857 0 1 0 184 7 0 0 18 0 9 0 140414537 890105856 10674 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6755/statm: 217311 10674 2541 9 0 211886 0
[pid=6755/tid=6756] ppid=6754 vsize=869244 CPUtime=1.3
/proc/6755/task/6756/stat : 6756 (java) R 6754 6741 5950 0 -1 64 2828 0 1 0 128 2 0 0 16 0 9 0 140414538 890105856 10674 996147200 134512640 134550740 4294955920 18446744073709551615 4126464632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6757] ppid=6754 vsize=869244 CPUtime=0.4
/proc/6755/task/6757/stat : 6757 (java) S 6754 6741 5950 0 -1 64 6846 0 0 0 37 3 0 0 16 0 9 0 140414539 890105856 10674 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6758] ppid=6754 vsize=869244 CPUtime=0
/proc/6755/task/6758/stat : 6758 (java) S 6754 6741 5950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140414539 890105856 10674 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6759] ppid=6754 vsize=869244 CPUtime=0
/proc/6755/task/6759/stat : 6759 (java) S 6754 6741 5950 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140414539 890105856 10674 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6760] ppid=6754 vsize=869244 CPUtime=0
/proc/6755/task/6760/stat : 6760 (java) S 6754 6741 5950 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 140414541 890105856 10674 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6761] ppid=6754 vsize=869244 CPUtime=0.18
/proc/6755/task/6761/stat : 6761 (java) S 6754 6741 5950 0 -1 64 1486 0 0 0 18 0 0 0 15 0 9 0 140414541 890105856 10674 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6762] ppid=6754 vsize=869244 CPUtime=0
/proc/6755/task/6762/stat : 6762 (java) S 6754 6741 5950 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 140414541 890105856 10674 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6763] ppid=6754 vsize=869244 CPUtime=0
/proc/6755/task/6763/stat : 6763 (java) S 6754 6741 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140414541 890105856 10674 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 891340

[startup+6.30209 s]
/proc/loadavg: 2.87 2.13 1.18 2/94 6763
/proc/meminfo: memFree=1131872/2055920 swapFree=4180824/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=1.41
/proc/6741/stat : 6741 (sugar++) S 6739 6741 5950 0 -1 4194304 1297 13581 0 1 5 1 127 8 16 0 1 0 140414402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6741/statm: 4185 1104 409 3 0 764 0
[pid=6754] ppid=6741 vsize=5356 CPUtime=0
/proc/6754/stat : 6754 (sh) S 6741 6741 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140414537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6754/statm: 1339 233 193 169 0 50 0
[pid=6755] ppid=6754 vsize=869244 CPUtime=5.11
/proc/6755/stat : 6755 (java) S 6754 6741 5950 0 -1 0 20236 0 1 0 500 11 0 0 18 0 9 0 140414537 890105856 18557 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6755/statm: 217311 18557 2540 9 0 211886 0
[pid=6755/tid=6756] ppid=6754 vsize=869244 CPUtime=3.76
/proc/6755/task/6756/stat : 6756 (java) R 6754 6741 5950 0 -1 64 3283 0 1 0 374 2 0 0 16 0 9 0 140414538 890105856 18557 996147200 134512640 134550740 4294955920 18446744073709551615 4126618311 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6757] ppid=6754 vsize=869244 CPUtime=1.12
/proc/6755/task/6757/stat : 6757 (java) S 6754 6741 5950 0 -1 64 14755 0 0 0 105 7 0 0 17 0 9 0 140414539 890105856 18557 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6758] ppid=6754 vsize=869244 CPUtime=0
/proc/6755/task/6758/stat : 6758 (java) S 6754 6741 5950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140414539 890105856 18557 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6759] ppid=6754 vsize=869244 CPUtime=0
/proc/6755/task/6759/stat : 6759 (java) S 6754 6741 5950 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140414539 890105856 18557 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6760] ppid=6754 vsize=869244 CPUtime=0
/proc/6755/task/6760/stat : 6760 (java) S 6754 6741 5950 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 140414541 890105856 18557 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6761] ppid=6754 vsize=869244 CPUtime=0.2
/proc/6755/task/6761/stat : 6761 (java) S 6754 6741 5950 0 -1 64 1501 0 0 0 20 0 0 0 15 0 9 0 140414541 890105856 18557 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6762] ppid=6754 vsize=869244 CPUtime=0
/proc/6755/task/6762/stat : 6762 (java) S 6754 6741 5950 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 140414541 890105856 18557 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6763] ppid=6754 vsize=869244 CPUtime=0
/proc/6755/task/6763/stat : 6763 (java) S 6754 6741 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140414541 890105856 18557 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 891340

[startup+12.7024 s]
/proc/loadavg: 2.72 2.11 1.18 2/94 6763
/proc/meminfo: memFree=1070312/2055920 swapFree=4180824/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=1.41
/proc/6741/stat : 6741 (sugar++) S 6739 6741 5950 0 -1 4194304 1297 13581 0 1 5 1 127 8 16 0 1 0 140414402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6741/statm: 4185 1104 409 3 0 764 0
[pid=6754] ppid=6741 vsize=5356 CPUtime=0
/proc/6754/stat : 6754 (sh) S 6741 6741 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140414537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6754/statm: 1339 233 193 169 0 50 0
[pid=6755] ppid=6754 vsize=869356 CPUtime=11.53
/proc/6755/stat : 6755 (java) S 6754 6741 5950 0 -1 0 38783 0 1 0 1123 30 0 0 18 0 9 0 140414537 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6755/statm: 217339 27476 2566 9 0 211886 0
[pid=6755/tid=6756] ppid=6754 vsize=869356 CPUtime=8.79
/proc/6755/task/6756/stat : 6756 (java) R 6754 6741 5950 0 -1 64 3886 0 1 0 866 13 0 0 19 0 9 0 140414538 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4127138732 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6757] ppid=6754 vsize=869356 CPUtime=2.42
/proc/6755/task/6757/stat : 6757 (java) S 6754 6741 5950 0 -1 64 32642 0 0 0 227 15 0 0 16 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6758] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6758/stat : 6758 (java) S 6754 6741 5950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6759] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6759/stat : 6759 (java) S 6754 6741 5950 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6760] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6760/stat : 6760 (java) S 6754 6741 5950 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6761] ppid=6754 vsize=869356 CPUtime=0.29
/proc/6755/task/6761/stat : 6761 (java) S 6754 6741 5950 0 -1 64 1558 0 0 0 29 0 0 0 16 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6762] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6762/stat : 6762 (java) S 6754 6741 5950 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6763] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6763/stat : 6763 (java) S 6754 6741 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 891452

[startup+25.503 s]
/proc/loadavg: 2.49 2.09 1.19 2/94 6763
/proc/meminfo: memFree=970984/2055920 swapFree=4180824/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=1.42
/proc/6741/stat : 6741 (sugar++) S 6739 6741 5950 0 -1 4194304 1297 13581 0 1 6 1 127 8 16 0 1 0 140414402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6741/statm: 4185 1104 409 3 0 764 0
[pid=6754] ppid=6741 vsize=5356 CPUtime=0
/proc/6754/stat : 6754 (sh) S 6741 6741 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140414537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6754/statm: 1339 233 193 169 0 50 0
[pid=6755] ppid=6754 vsize=869356 CPUtime=23.16
/proc/6755/stat : 6755 (java) S 6754 6741 5950 0 -1 0 39183 0 1 0 2233 83 0 0 18 0 9 0 140414537 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6755/statm: 217339 27476 2566 9 0 211886 0
[pid=6755/tid=6756] ppid=6754 vsize=869356 CPUtime=20.23
/proc/6755/task/6756/stat : 6756 (java) R 6754 6741 5950 0 -1 64 4286 0 1 0 1959 64 0 0 17 0 9 0 140414538 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6757] ppid=6754 vsize=869356 CPUtime=2.61
/proc/6755/task/6757/stat : 6757 (java) S 6754 6741 5950 0 -1 64 32642 0 0 0 244 17 0 0 16 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6758] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6758/stat : 6758 (java) S 6754 6741 5950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6759] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6759/stat : 6759 (java) S 6754 6741 5950 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6760] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6760/stat : 6760 (java) S 6754 6741 5950 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6761] ppid=6754 vsize=869356 CPUtime=0.29
/proc/6755/task/6761/stat : 6761 (java) S 6754 6741 5950 0 -1 64 1558 0 0 0 29 0 0 0 16 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6762] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6762/stat : 6762 (java) S 6754 6741 5950 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6763] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6763/stat : 6763 (java) S 6754 6741 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 891452

[startup+51.1011 s]
/proc/loadavg: 2.55 2.13 1.22 2/94 6763
/proc/meminfo: memFree=628392/2055920 swapFree=4180824/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=1.42
/proc/6741/stat : 6741 (sugar++) S 6739 6741 5950 0 -1 4194304 1297 13581 0 1 6 1 127 8 16 0 1 0 140414402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6741/statm: 4185 1104 409 3 0 764 0
[pid=6754] ppid=6741 vsize=5356 CPUtime=0
/proc/6754/stat : 6754 (sh) S 6741 6741 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140414537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6754/statm: 1339 233 193 169 0 50 0
[pid=6755] ppid=6754 vsize=869356 CPUtime=46.81
/proc/6755/stat : 6755 (java) S 6754 6741 5950 0 -1 0 40276 0 1 0 4417 264 0 0 18 0 9 0 140414537 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=6755] ppid=6754 vsize=869356 CPUtime=151.7
/proc/6755/stat : 6755 (java) S 6754 6741 5950 0 -1 0 45060 0 1 0 14017 1153 0 0 18 0 9 0 140414537 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6755/statm: 217339 27476 2566 9 0 211886 0
[pid=6755/tid=6756] ppid=6754 vsize=869356 CPUtime=146.13
/proc/6755/task/6756/stat : 6756 (java) D 6754 6741 5950 0 -1 64 10163 0 1 0 13515 1098 0 0 17 0 9 0 140414538 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=6755/tid=6757] ppid=6754 vsize=869356 CPUtime=5.25
/proc/6755/task/6757/stat : 6757 (java) S 6754 6741 5950 0 -1 64 32642 0 0 0 472 53 0 0 16 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6758] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6758/stat : 6758 (java) S 6754 6741 5950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6759] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6759/stat : 6759 (java) S 6754 6741 5950 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6760] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6760/stat : 6760 (java) S 6754 6741 5950 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6761] ppid=6754 vsize=869356 CPUtime=0.29
/proc/6755/task/6761/stat : 6761 (java) S 6754 6741 5950 0 -1 64 1558 0 0 0 29 0 0 0 16 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6762] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6762/stat : 6762 (java) S 6754 6741 5950 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6763] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6763/stat : 6763 (java) S 6754 6741 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 153.12
Current children cumulated vsize (KiB) 891452

[startup+402.302 s]
/proc/loadavg: 5.17 3.79 2.19 2/94 6781
/proc/meminfo: memFree=14824/2055920 swapFree=4180864/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=1.42
/proc/6741/stat : 6741 (sugar++) S 6739 6741 5950 0 -1 4194304 1297 13581 0 1 6 1 127 8 16 0 1 0 140414402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6741/statm: 4185 1104 409 3 0 764 0
[pid=6754] ppid=6741 vsize=5356 CPUtime=0
/proc/6754/stat : 6754 (sh) S 6741 6741 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140414537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6754/statm: 1339 233 193 169 0 50 0
[pid=6755] ppid=6754 vsize=869356 CPUtime=166.47
/proc/6755/stat : 6755 (java) S 6754 6741 5950 0 -1 0 45707 0 1 0 15375 1272 0 0 18 0 9 0 140414537 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6755/statm: 217339 27476 2566 9 0 211886 0
[pid=6755/tid=6756] ppid=6754 vsize=869356 CPUtime=160.63
/proc/6755/task/6756/stat : 6756 (java) R 6754 6741 5950 0 -1 64 10810 0 1 0 14849 1214 0 0 17 0 9 0 140414538 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4126950533 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6757] ppid=6754 vsize=869356 CPUtime=5.52
/proc/6755/task/6757/stat : 6757 (java) S 6754 6741 5950 0 -1 64 32642 0 0 0 496 56 0 0 16 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6758] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6758/stat : 6758 (java) S 6754 6741 5950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6759] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6759/stat : 6759 (java) S 6754 6741 5950 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6760] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6760/stat : 6760 (java) S 6754 6741 5950 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6761] ppid=6754 vsize=869356 CPUtime=0.29
/proc/6755/task/6761/stat : 6761 (java) S 6754 6741 5950 0 -1 64 1558 0 0 0 29 0 0 0 16 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6762] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6762/stat : 6762 (java) S 6754 6741 5950 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6763] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6763/stat : 6763 (java) S 6754 6741 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 167.89
Current children cumulated vsize (KiB) 891452

[startup+462.302 s]
/proc/loadavg: 5.02 4.02 2.37 1/101 6794
/proc/meminfo: memFree=18080/2055920 swapFree=4180864/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=1.42
/proc/6741/stat : 6741 (sugar++) S 6739 6741 5950 0 -1 4194304 1297 13581 0 1 6 1 127 8 16 0 1 0 140414402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6741/statm: 4185 1104 409 3 0 764 0
[pid=6754] ppid=6741 vsize=5356 CPUtime=0
/proc/6754/stat : 6754 (sh) S 6741 6741 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140414537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6754/statm: 1339 233 193 169 0 50 0
[pid=6755] ppid=6754 vsize=869356 CPUtime=206.13
/proc/6755/stat : 6755 (java) S 6754 6741 5950 0 -1 0 47484 0 1 0 18999 1614 0 0 18 0 9 0 140414537 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6755/statm: 217339 27476 2566 9 0 211886 0
[pid=6755/tid=6756] ppid=6754 vsize=869356 CPUtime=199.56
/proc/6755/task/6756/stat : 6756 (java) D 6754 6741 5950 0 -1 64 12587 0 1 0 18409 1547 0 0 15 0 9 0 140414538 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=6755/tid=6757] ppid=6754 vsize=869356 CPUtime=6.26
/proc/6755/task/6757/stat : 6757 (java) S 6754 6741 5950 0 -1 64 32642 0 0 0 561 65 0 0 16 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6758] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6758/stat : 6758 (java) S 6754 6741 5950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6759] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6759/stat : 6759 (java) S 6754 6741 5950 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6760] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6760/stat : 6760 (java) S 6754 6741 5950 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6761] ppid=6754 vsize=869356 CPUtime=0.29
/proc/6755/task/6761/stat : 6761 (java) S 6754 6741 5950 0 -1 64 1558 0 0 0 29 0 0 0 16 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6762] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6762/stat : 6762 (java) S 6754 6741 5950 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6763] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6763/stat : 6763 (java) S 6754 6741 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 207.55
Current children cumulated vsize (KiB) 891452

[startup+522.302 s]
/proc/loadavg: 3.74 3.83 2.40 1/101 6794
/proc/meminfo: memFree=29152/2055920 swapFree=4180864/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=1.42
/proc/6741/stat : 6741 (sugar++) S 6739 6741 5950 0 -1 4194304 1297 13581 0 1 6 1 127 8 16 0 1 0 140414402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6741/statm: 4185 1104 409 3 0 764 0
[pid=6754] ppid=6741 vsize=5356 CPUtime=0
/proc/6754/stat : 6754 (sh) S 6741 6741 5950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140414537 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6754/statm: 1339 233 193 169 0 50 0
[pid=6755] ppid=6754 vsize=869356 CPUtime=206.13
/proc/6755/stat : 6755 (java) S 6754 6741 5950 0 -1 0 47484 0 1 0 18999 1614 0 0 18 0 9 0 140414537 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6755/statm: 217339 27476 2566 9 0 211886 0
[pid=6755/tid=6756] ppid=6754 vsize=869356 CPUtime=199.56
/proc/6755/task/6756/stat : 6756 (java) D 6754 6741 5950 0 -1 64 12587 0 1 0 18409 1547 0 0 15 0 9 0 140414538 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=6755/tid=6757] ppid=6754 vsize=869356 CPUtime=6.26
/proc/6755/task/6757/stat : 6757 (java) S 6754 6741 5950 0 -1 64 32642 0 0 0 561 65 0 0 16 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6758] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6758/stat : 6758 (java) S 6754 6741 5950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6759] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6759/stat : 6759 (java) S 6754 6741 5950 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140414539 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6760] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6760/stat : 6760 (java) S 6754 6741 5950 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6761] ppid=6754 vsize=869356 CPUtime=0.29
/proc/6755/task/6761/stat : 6761 (java) S 6754 6741 5950 0 -1 64 1558 0 0 0 29 0 0 0 16 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6762] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6762/stat : 6762 (java) S 6754 6741 5950 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6755/tid=6763] ppid=6754 vsize=869356 CPUtime=0
/proc/6755/task/6763/stat : 6763 (java) S 6754 6741 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140414541 890220544 27476 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 207.55
Current children cumulated vsize (KiB) 891452

[startup+582.302 s]
/proc/loadavg: 3.07 3.64 2.43 1/86 6794
/proc/meminfo: memFree=1188824/2055920 swapFree=4180864/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=213.35
/proc/6741/stat : 6741 (sugar++) D 6739 6741 5950 0 -1 4194304 1320 61603 0 4 6 56 19604 1669 15 0 1 0 140414402 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 251279414313 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/6741/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 213.35
Current children cumulated vsize (KiB) 16740

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

[startup+585.502 s]
/proc/loadavg: 2.99 3.61 2.42 1/86 6794
/proc/meminfo: memFree=1201496/2055920 swapFree=4180864/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=213.35
/proc/6741/stat : 6741 (sugar++) D 6739 6741 5950 0 -1 4194304 1320 61603 0 4 6 56 19604 1669 15 0 1 0 140414402 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 251279414313 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/6741/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 213.35
Current children cumulated vsize (KiB) 16740

[startup+587.102 s]
/proc/loadavg: 2.99 3.61 2.42 1/85 6794
/proc/meminfo: memFree=1208744/2055920 swapFree=4180864/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=213.36
/proc/6741/stat : 6741 (sugar++) D 6739 6741 5950 0 -1 4194304 1320 61603 0 4 6 57 19604 1669 15 0 1 0 140414402 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 251279414313 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/6741/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 213.36
Current children cumulated vsize (KiB) 16740

[startup+587.902 s]
/proc/loadavg: 2.91 3.59 2.42 1/85 6794
/proc/meminfo: memFree=1210408/2055920 swapFree=4180864/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=213.47
/proc/6741/stat : 6741 (sugar++) D 6739 6741 5950 0 -1 4194304 1320 61603 0 4 6 68 19604 1669 15 0 1 0 140414402 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 251279414313 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/6741/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 213.47
Current children cumulated vsize (KiB) 16740

[startup+588.701 s]
/proc/loadavg: 2.91 3.59 2.42 1/85 6794
/proc/meminfo: memFree=1209896/2055920 swapFree=4180864/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=213.52
/proc/6741/stat : 6741 (sugar++) D 6739 6741 5950 0 -1 4194304 1320 61603 0 4 6 73 19604 1669 15 0 1 0 140414402 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 251279414313 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/6741/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 213.52
Current children cumulated vsize (KiB) 16740

[startup+588.901 s]
/proc/loadavg: 2.91 3.59 2.42 1/85 6794
/proc/meminfo: memFree=1209896/2055920 swapFree=4180864/4192956
[pid=6741] ppid=6739 vsize=16740 CPUtime=213.53
/proc/6741/stat : 6741 (sugar++) D 6739 6741 5950 0 -1 4194304 1320 61603 0 4 6 74 19604 1669 15 0 1 0 140414402 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 251279414313 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/6741/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 213.53
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 588.993
CPU time (s): 213.555
CPU user time (s): 196.103
CPU system time (s): 17.4513
CPU usage (%): 36.2576
Max. virtual memory (cumulated for all children) (KiB): 904152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.103
system time used= 17.4513
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62979
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53873
involuntary context switches= 39842

runsolver used 0.753885 second user time and 1.9367 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-08-07 20:21:36
IDJOB=1112315
IDBENCH=61397
IDSOLVER=367
FILE ID=node92/1112315-1218133295
PBS_JOBID= 8000794
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-35.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112315-1218133295/watcher-1112315-1218133295 -o /tmp/evaluation-result-1112315-1218133295/solver-1112315-1218133295 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1112315-1218133295.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1eb3c150032c50ac46662d9f9a65bfe6
RANDOM SEED=924860892

node92.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.265
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.265
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:       1191448 kB
Buffers:          2388 kB
Cached:          39632 kB
SwapCached:       5648 kB
Active:         781344 kB
Inactive:        17588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1191448 kB
SwapTotal:     4192956 kB
SwapFree:      4180824 kB
Dirty:            3816 kB
Writeback:           0 kB
Mapped:         773404 kB
Slab:            49228 kB
Committed_AS:   977124 kB
PageTables:       3384 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= 66556 MiB
End job on node92 at 2008-08-07 20:31:25