Trace number 1112853

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? 294.067 320.832

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-6.xml
MD5SUM7db336713358debe85f4357efdd6517c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints29
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.07	c 0	BEGIN Sat Jul 12 16:57:55 2008
0.04/0.07	c 0	PID 12341
0.04/0.07	c 0	HOST node82.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-1112853-1215874675.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112853-1215874675.xml' 'HOME/temp.csp'
1.07/1.13	c 1	18 domains, 1000 variables, 8 predicates, 0 relations, 15032 constraints
1.07/1.17	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.17	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.11/1.24	c 1	Parsing HOME/temp.csp
1.11/1.65	c 2	parsed 10000 expressions
1.11/1.79	c 2	parsed 16058 expressions
1.11/1.79	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.93	c 2	MAX CSP: 15032 constraints
1.11/1.93	c 2	Converting to clausal form CSP
3.40/3.59	c 4	converted 3110 (10%) expressions
5.20/5.34	c 5	converted 6219 (20%) expressions
6.58/6.79	c 7	converted 9328 (30%) expressions
8.27/8.44	c 8	converted 12438 (40%) expressions
9.56/9.72	c 10	converted 15547 (50%) expressions
10.86/11.02	c 11	converted 18656 (60%) expressions
12.54/12.73	c 13	converted 21766 (70%) expressions
13.83/14.04	c 14	converted 24875 (80%) expressions
15.12/15.34	c 15	converted 27984 (90%) expressions
18.20/18.47	c 19	converted 31093 (100%) expressions
18.20/18.47	c 19	CSP : 32058 integers, 58658 booleans, 136678 clauses, largest domain size 22549
18.20/18.47	c 19	Heap : 111 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.20/18.47	c 19	Propagation in CSP
20.08/20.30	c 20	15024 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.08/20.31	c 20	CSP : 32058 integers, 58658 booleans, 136678 clauses, largest domain size 15033
20.08/20.31	c 20	Heap : 121 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.08/20.35	c 20	Simplifing CSP by introducing new Boolean variables
20.28/20.57	c 21	CSP : 32058 integers, 89798 booleans, 167818 clauses, largest domain size 15033
20.28/20.57	c 21	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.97/21.26	c 21	Encoding CSP to SAT : HOME/temp.cnf
27.52/27.87	c 28	3206 (10%) CSP integer variables are encoded (1642363 clauses, 28987321 bytes)
28.42/28.76	c 29	6412 (20%) CSP integer variables are encoded (2416587 clauses, 43697577 bytes)
28.62/28.96	c 29	9618 (30%) CSP integer variables are encoded (2582599 clauses, 46851805 bytes)
28.62/28.99	c 29	12824 (40%) CSP integer variables are encoded (2607216 clauses, 47319528 bytes)
28.62/28.99	c 29	16029 (50%) CSP integer variables are encoded (2607216 clauses, 47319528 bytes)
28.92/29.22	c 29	19235 (60%) CSP integer variables are encoded (2804524 clauses, 51068380 bytes)
28.92/29.28	c 29	22441 (70%) CSP integer variables are encoded (2849890 clauses, 51930334 bytes)
29.02/29.34	c 29	25647 (80%) CSP integer variables are encoded (2901404 clauses, 52909100 bytes)
29.02/29.38	c 29	28853 (90%) CSP integer variables are encoded (2937237 clauses, 53589927 bytes)
29.11/29.44	c 29	32058 (100%) CSP integer variables are encoded (2981673 clauses, 54434211 bytes)
81.55/82.98	c 83	16782 (10%) CSP clauses are encoded (12174511 clauses, 272034934 bytes)
114.40/116.56	c 117	33564 (20%) CSP clauses are encoded (19397076 clauses, 456924311 bytes)
135.73/138.65	c 139	50346 (30%) CSP clauses are encoded (25175054 clauses, 610218858 bytes)
153.01/156.53	c 157	67128 (40%) CSP clauses are encoded (30524231 clauses, 754737835 bytes)
168.88/173.01	c 173	83909 (50%) CSP clauses are encoded (35687053 clauses, 895329301 bytes)
182.72/187.13	c 187	100691 (60%) CSP clauses are encoded (40278296 clauses, 1021138659 bytes)
197.11/202.80	c 203	117473 (70%) CSP clauses are encoded (45180225 clauses, 1156523676 bytes)
211.57/217.78	c 218	134255 (80%) CSP clauses are encoded (50106164 clauses, 1292289848 bytes)
292.97/304.82	c 305	ERROR Exception Too large HOME/temp.cnf
292.97/304.82	c 305	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
292.97/304.82	c 305	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
292.97/304.82	c 305	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
292.97/304.82	s UNKNOWN
293.03/306.34	c 306	CPU 278.52 (0.05 0.02 278.47 14.5)
293.03/306.34	c 306	END Sat Jul 12 17:03:01 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-1112853-1215874675/watcher-1112853-1215874675 -o /tmp/evaluation-result-1112853-1215874675/solver-1112853-1215874675 -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-1112853-1215874675.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.00 2.00 2.00 5/106 12341
/proc/meminfo: memFree=1790136/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=12272 CPUtime=0
/proc/12341/stat : 12341 (sugar++) R 12339 12341 12166 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 44164482 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 224264944229 0 0 4224 0 0 0 0 17 0 0 0
/proc/12341/statm: 3068 364 274 3 0 168 0

[startup+0.0516129 s]
/proc/loadavg: 2.00 2.00 2.00 5/106 12341
/proc/meminfo: memFree=1790136/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=15948 CPUtime=0.04
/proc/12341/stat : 12341 (sugar++) R 12339 12341 12166 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 44164482 16330752 878 996147200 4194304 4206940 548682068528 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 0 0 0
/proc/12341/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.102622 s]
/proc/loadavg: 2.00 2.00 2.00 5/106 12341
/proc/meminfo: memFree=1790136/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=0.06
/proc/12341/stat : 12341 (sugar++) S 12339 12341 12166 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 44164482 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12341/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302657 s]
/proc/loadavg: 2.00 2.00 2.00 5/106 12341
/proc/meminfo: memFree=1790136/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=0.06
/proc/12341/stat : 12341 (sugar++) S 12339 12341 12166 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 44164482 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12341/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701735 s]
/proc/loadavg: 2.00 2.00 2.00 5/106 12341
/proc/meminfo: memFree=1790136/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=0.06
/proc/12341/stat : 12341 (sugar++) S 12339 12341 12166 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 44164482 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12341/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50188 s]
/proc/loadavg: 2.00 2.00 2.00 3/117 12353
/proc/meminfo: memFree=1758752/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=1.11
/proc/12341/stat : 12341 (sugar++) S 12339 12341 12166 0 -1 4194304 1297 11175 0 1 5 1 99 6 15 0 1 0 44164482 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12341/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16740

[startup+3.10218 s]
/proc/loadavg: 2.00 2.00 2.00 3/117 12363
/proc/meminfo: memFree=1767328/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=1.11
/proc/12341/stat : 12341 (sugar++) S 12339 12341 12166 0 -1 4194304 1297 11175 0 1 5 1 99 6 15 0 1 0 44164482 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12341/statm: 4185 1104 409 3 0 764 0
[pid=12354] ppid=12341 vsize=5356 CPUtime=0
/proc/12354/stat : 12354 (sh) S 12341 12341 12166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44164600 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12354/statm: 1339 233 193 169 0 50 0
[pid=12355] ppid=12354 vsize=868432 CPUtime=1.9
/proc/12355/stat : 12355 (java) S 12354 12341 12166 0 -1 0 10521 0 1 0 184 6 0 0 18 0 9 0 44164600 889274368 9304 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12355/statm: 217108 9304 2541 9 0 211683 0
[pid=12355/tid=12356] ppid=12354 vsize=868432 CPUtime=1.31
/proc/12355/task/12356/stat : 12356 (java) R 12354 12341 12166 0 -1 64 2809 0 1 0 129 2 0 0 25 0 9 0 44164601 889274368 9304 996147200 134512640 134550740 4294955920 18446744073709551615 4126607082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12357] ppid=12354 vsize=868432 CPUtime=0.36
/proc/12355/task/12357/stat : 12357 (java) S 12354 12341 12166 0 -1 64 5546 0 0 0 34 2 0 0 16 0 9 0 44164602 889274368 9304 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12358] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12358/stat : 12358 (java) S 12354 12341 12166 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44164602 889274368 9304 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12359] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12359/stat : 12359 (java) S 12354 12341 12166 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44164602 889274368 9304 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12360] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12360/stat : 12360 (java) S 12354 12341 12166 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44164604 889274368 9304 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12361] ppid=12354 vsize=868432 CPUtime=0.2
/proc/12355/task/12361/stat : 12361 (java) S 12354 12341 12166 0 -1 64 1469 0 0 0 19 1 0 0 15 0 9 0 44164604 889274368 9304 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12362] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12362/stat : 12362 (java) S 12354 12341 12166 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44164604 889274368 9304 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12363] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12363/stat : 12363 (java) S 12354 12341 12166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44164604 889274368 9304 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890528

[startup+6.30178 s]
/proc/loadavg: 2.00 2.00 2.00 3/117 12363
/proc/meminfo: memFree=1748448/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=1.11
/proc/12341/stat : 12341 (sugar++) S 12339 12341 12166 0 -1 4194304 1297 11175 0 1 5 1 99 6 16 0 1 0 44164482 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12341/statm: 4185 1104 409 3 0 764 0
[pid=12354] ppid=12341 vsize=5356 CPUtime=0
/proc/12354/stat : 12354 (sh) S 12341 12341 12166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44164600 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12354/statm: 1339 233 193 169 0 50 0
[pid=12355] ppid=12354 vsize=868432 CPUtime=5.08
/proc/12355/stat : 12355 (java) S 12354 12341 12166 0 -1 0 14747 0 1 0 498 10 0 0 18 0 9 0 44164600 889274368 13157 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12355/statm: 217108 13157 2540 9 0 211683 0
[pid=12355/tid=12356] ppid=12354 vsize=868432 CPUtime=4.03
/proc/12355/task/12356/stat : 12356 (java) R 12354 12341 12166 0 -1 64 3120 0 1 0 401 2 0 0 25 0 9 0 44164601 889274368 13157 996147200 134512640 134550740 4294955920 18446744073709551615 4126607011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12357] ppid=12354 vsize=868432 CPUtime=0.82
/proc/12355/task/12357/stat : 12357 (java) S 12354 12341 12166 0 -1 64 9458 0 0 0 76 6 0 0 16 0 9 0 44164602 889274368 13157 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12358] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12358/stat : 12358 (java) S 12354 12341 12166 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44164602 889274368 13157 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12359] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12359/stat : 12359 (java) S 12354 12341 12166 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44164602 889274368 13157 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12360] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12360/stat : 12360 (java) S 12354 12341 12166 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44164604 889274368 13157 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12361] ppid=12354 vsize=868432 CPUtime=0.2
/proc/12355/task/12361/stat : 12361 (java) S 12354 12341 12166 0 -1 64 1472 0 0 0 19 1 0 0 15 0 9 0 44164604 889274368 13157 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12362] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12362/stat : 12362 (java) S 12354 12341 12166 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44164604 889274368 13157 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12363] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12363/stat : 12363 (java) S 12354 12341 12166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44164604 889274368 13157 996147200 134512640 134550740 4294955920 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) 890528

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/117 12363
/proc/meminfo: memFree=1713056/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=1.11
/proc/12341/stat : 12341 (sugar++) S 12339 12341 12166 0 -1 4194304 1297 11175 0 1 5 1 99 6 16 0 1 0 44164482 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12341/statm: 4185 1104 409 3 0 764 0
[pid=12354] ppid=12341 vsize=5356 CPUtime=0
/proc/12354/stat : 12354 (sh) S 12341 12341 12166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44164600 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12354/statm: 1339 233 193 169 0 50 0
[pid=12355] ppid=12354 vsize=868432 CPUtime=11.43
/proc/12355/stat : 12355 (java) S 12354 12341 12166 0 -1 0 31301 0 1 0 1124 19 0 0 18 0 9 0 44164600 889274368 21835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12355/statm: 217108 21835 2540 9 0 211683 0
[pid=12355/tid=12356] ppid=12354 vsize=868432 CPUtime=9.09
/proc/12355/task/12356/stat : 12356 (java) R 12354 12341 12166 0 -1 64 3931 0 1 0 905 4 0 0 25 0 9 0 44164601 889274368 21835 996147200 134512640 134550740 4294955920 18446744073709551615 4126607082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12357] ppid=12354 vsize=868432 CPUtime=2.11
/proc/12355/task/12357/stat : 12357 (java) S 12354 12341 12166 0 -1 64 25200 0 0 0 198 13 0 0 16 0 9 0 44164602 889274368 21835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12358] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12358/stat : 12358 (java) S 12354 12341 12166 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44164602 889274368 21835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12359] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12359/stat : 12359 (java) S 12354 12341 12166 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44164602 889274368 21835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12360] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12360/stat : 12360 (java) S 12354 12341 12166 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44164604 889274368 21835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12361] ppid=12354 vsize=868432 CPUtime=0.21
/proc/12355/task/12361/stat : 12361 (java) S 12354 12341 12166 0 -1 64 1473 0 0 0 20 1 0 0 16 0 9 0 44164604 889274368 21835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12362] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12362/stat : 12362 (java) S 12354 12341 12166 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44164604 889274368 21835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12363] ppid=12354 vsize=868432 CPUtime=0
/proc/12355/task/12363/stat : 12363 (java) S 12354 12341 12166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44164604 889274368 21835 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890528

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 2.00 3/117 12363
/proc/meminfo: memFree=1640480/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=1.11
/proc/12341/stat : 12341 (sugar++) S 12339 12341 12166 0 -1 4194304 1297 11175 0 1 5 1 99 6 15 0 1 0 44164482 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12341/statm: 4185 1104 409 3 0 764 0
[pid=12354] ppid=12341 vsize=5356 CPUtime=0
/proc/12354/stat : 12354 (sh) S 12341 12341 12166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44164600 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12354/statm: 1339 233 193 169 0 50 0
[pid=12355] ppid=12354 vsize=868544 CPUtime=24.14
/proc/12355/stat : 12355 (java) S 12354 12341 12166 0 -1 0 52070 0 1 0 2384 30 0 0 18 0 9 0 44164600 889389056 37808 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12355/statm: 217136 37808 2566 9 0 211683 0
[pid=12355/tid=12356] ppid=12354 vsize=868544 CPUtime=19.49
/proc/12355/task/12356/stat : 12356 (java) R 12354 12341 12166 0 -1 64 4782 0 1 0 1942 7 0 0 25 0 9 0 44164601 889389056 37808 996147200 134512640 134550740 4294955920 18446744073709551615 4126641520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12357] ppid=12354 vsize=868544 CPUtime=4.33
/proc/12355/task/12357/stat : 12357 (java) S 12354 12341 12166 0 -1 64 45072 0 0 0 413 20 0 0 16 0 9 0 44164602 889389056 37808 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12358] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12358/stat : 12358 (java) S 12354 12341 12166 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44164602 889389056 37808 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12359] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12359/stat : 12359 (java) S 12354 12341 12166 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44164602 889389056 37808 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12360] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12360/stat : 12360 (java) S 12354 12341 12166 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44164604 889389056 37808 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12361] ppid=12354 vsize=868544 CPUtime=0.27
/proc/12355/task/12361/stat : 12361 (java) S 12354 12341 12166 0 -1 64 1519 0 0 0 26 1 0 0 17 0 9 0 44164604 889389056 37808 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12362] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12362/stat : 12362 (java) S 12354 12341 12166 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44164604 889389056 37808 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12363] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12363/stat : 12363 (java) S 12354 12341 12166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44164604 889389056 37808 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 890640

[startup+51.1021 s]
/proc/loadavg: 2.06 2.02 2.00 3/117 12363
/proc/meminfo: memFree=1516064/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=1.11
/proc/12341/stat : 12341 (sugar++) S 12339 12341 12166 0 -1 4194304 1297 11175 0 1 5 1 99 6 15 0 1 0 44164482 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12341/statm: 4185 1104 409 3 0 764 0
[pid=12354] ppid=12341 vsize=5356 CPUtime=0
/proc/12354/stat : 12354 (sh) S 12341 12341 12166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44164600 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12354/statm: 1339 233 193 169 0 50 0
[pid=12355] ppid=12354 vsize=868544 CPUtime=48.96
/proc/12355/stat : 12355 (java) S 12354 12341 12166 0 -1 0 52367 0 1 0 4794 102 0 0 18 0 9 0 44164600 889389056 37825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=12355/tid=12359] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12359/stat : 12359 (java) S 12354 12341 12166 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44164602 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12360] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12360/stat : 12360 (java) S 12354 12341 12166 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12361] ppid=12354 vsize=868544 CPUtime=0.3
/proc/12355/task/12361/stat : 12361 (java) S 12354 12341 12166 0 -1 64 1538 0 0 0 29 1 0 0 17 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12355/tid=12362] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12362/stat : 12362 (java) S 12354 12341 12166 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12363] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12363/stat : 12363 (java) S 12354 12341 12166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.41
Current children cumulated vsize (KiB) 890640

[startup+162.303 s]
/proc/loadavg: 2.24 2.07 2.02 3/117 12363
/proc/meminfo: memFree=844640/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=1.12
/proc/12341/stat : 12341 (sugar++) S 12339 12341 12166 0 -1 4194304 1297 11175 0 1 5 2 99 6 16 0 1 0 44164482 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12341/statm: 4185 1104 409 3 0 764 0
[pid=12354] ppid=12341 vsize=5356 CPUtime=0
/proc/12354/stat : 12354 (sh) S 12341 12341 12166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44164600 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12354/statm: 1339 233 193 169 0 50 0
[pid=12355] ppid=12354 vsize=868544 CPUtime=157.6
/proc/12355/stat : 12355 (java) S 12354 12341 12166 0 -1 0 53795 0 1 0 15273 487 0 0 18 0 9 0 44164600 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12355/statm: 217136 37828 2566 9 0 211683 0
[pid=12355/tid=12356] ppid=12354 vsize=868544 CPUtime=151.88
/proc/12355/task/12356/stat : 12356 (java) R 12354 12341 12166 0 -1 64 6488 0 1 0 14735 453 0 0 25 0 9 0 44164601 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12355/tid=12357] ppid=12354 vsize=868544 CPUtime=5.38
/proc/12355/task/12357/stat : 12357 (java) S 12354 12341 12166 0 -1 64 45072 0 0 0 507 31 0 0 16 0 9 0 44164602 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12355/tid=12358] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12358/stat : 12358 (java) S 12354 12341 12166 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44164602 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12359] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12359/stat : 12359 (java) S 12354 12341 12166 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44164602 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12360] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12360/stat : 12360 (java) S 12354 12341 12166 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12361] ppid=12354 vsize=868544 CPUtime=0.3
/proc/12355/task/12361/stat : 12361 (java) S 12354 12341 12166 0 -1 64 1538 0 0 0 29 1 0 0 16 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12355/tid=12362] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12362/stat : 12362 (java) S 12354 12341 12166 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12363] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12363/stat : 12363 (java) S 12354 12341 12166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.72
Current children cumulated vsize (KiB) 890640

[startup+222.302 s]
/proc/loadavg: 2.61 2.20 2.06 3/117 12369
/proc/meminfo: memFree=301408/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=1.12
/proc/12341/stat : 12341 (sugar++) S 12339 12341 12166 0 -1 4194304 1297 11175 0 1 5 2 99 6 16 0 1 0 44164482 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12341/statm: 4185 1104 409 3 0 764 0
[pid=12354] ppid=12341 vsize=5356 CPUtime=0
/proc/12354/stat : 12354 (sh) S 12341 12341 12166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44164600 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12354/statm: 1339 233 193 169 0 50 0
[pid=12355] ppid=12354 vsize=868544 CPUtime=214.95
/proc/12355/stat : 12355 (java) S 12354 12341 12166 0 -1 0 54871 0 1 0 20696 799 0 0 18 0 9 0 44164600 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12355/statm: 217136 37828 2566 9 0 211683 0
[pid=12355/tid=12356] ppid=12354 vsize=868544 CPUtime=208.52
/proc/12355/task/12356/stat : 12356 (java) R 12354 12341 12166 0 -1 64 7564 0 1 0 20093 759 0 0 25 0 9 0 44164601 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 102064645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12357] ppid=12354 vsize=868544 CPUtime=6.08
/proc/12355/task/12357/stat : 12357 (java) S 12354 12341 12166 0 -1 64 45072 0 0 0 571 37 0 0 16 0 9 0 44164602 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12358] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12358/stat : 12358 (java) S 12354 12341 12166 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44164602 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12359] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12359/stat : 12359 (java) S 12354 12341 12166 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44164602 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12360] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12360/stat : 12360 (java) S 12354 12341 12166 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12361] ppid=12354 vsize=868544 CPUtime=0.3
/proc/12355/task/12361/stat : 12361 (java) S 12354 12341 12166 0 -1 64 1538 0 0 0 29 1 0 0 16 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12355/tid=12362] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12362/stat : 12362 (java) S 12354 12341 12166 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12363] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12363/stat : 12363 (java) S 12354 12341 12166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.07
Current children cumulated vsize (KiB) 890640

[startup+282.302 s]
/proc/loadavg: 3.63 2.56 2.19 3/117 12376
/proc/meminfo: memFree=15328/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=1.12
/proc/12341/stat : 12341 (sugar++) S 12339 12341 12166 0 -1 4194304 1297 11175 0 1 5 2 99 6 16 0 1 0 44164482 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12341/statm: 4185 1104 409 3 0 764 0
[pid=12354] ppid=12341 vsize=5356 CPUtime=0
/proc/12354/stat : 12354 (sh) S 12341 12341 12166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44164600 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12354/statm: 1339 233 193 169 0 50 0
[pid=12355] ppid=12354 vsize=868544 CPUtime=271.37
/proc/12355/stat : 12355 (java) S 12354 12341 12166 0 -1 0 56484 0 1 0 25872 1265 0 0 18 0 9 0 44164600 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12355/statm: 217136 37828 2566 9 0 211683 0
[pid=12355/tid=12356] ppid=12354 vsize=868544 CPUtime=263.94
/proc/12355/task/12356/stat : 12356 (java) R 12354 12341 12166 0 -1 64 9177 0 1 0 25178 1216 0 0 25 0 9 0 44164601 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4127189349 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12357] ppid=12354 vsize=868544 CPUtime=7.09
/proc/12355/task/12357/stat : 12357 (java) S 12354 12341 12166 0 -1 64 45072 0 0 0 663 46 0 0 16 0 9 0 44164602 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12358] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12358/stat : 12358 (java) S 12354 12341 12166 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44164602 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12359] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12359/stat : 12359 (java) S 12354 12341 12166 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44164602 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12360] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12360/stat : 12360 (java) S 12354 12341 12166 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12361] ppid=12354 vsize=868544 CPUtime=0.3
/proc/12355/task/12361/stat : 12361 (java) S 12354 12341 12166 0 -1 64 1538 0 0 0 29 1 0 0 16 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12355/tid=12362] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12362/stat : 12362 (java) S 12354 12341 12166 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12355/tid=12363] ppid=12354 vsize=868544 CPUtime=0
/proc/12355/task/12363/stat : 12363 (java) S 12354 12341 12166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44164604 889389056 37828 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 272.49
Current children cumulated vsize (KiB) 890640

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

[startup+307.601 s]
/proc/loadavg: 4.10 2.76 2.27 3/107 12376
/proc/meminfo: memFree=1081008/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=293.64
/proc/12341/stat : 12341 (sugar++) D 12339 12341 12166 0 -1 4194304 1320 68545 0 2 5 62 27847 1450 16 0 1 0 44164482 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/12341/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 293.64
Current children cumulated vsize (KiB) 16740

[startup+314.008 s]
/proc/loadavg: 4.17 2.79 2.28 2/109 12378
/proc/meminfo: memFree=1538720/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=293.68
/proc/12341/stat : 12341 (sugar++) D 12339 12341 12166 0 -1 4194304 1320 68545 0 2 5 66 27847 1450 15 0 1 0 44164482 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12341/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 293.68
Current children cumulated vsize (KiB) 16740

[startup+317.202 s]
/proc/loadavg: 4.08 2.80 2.28 2/109 12378
/proc/meminfo: memFree=1573024/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=293.7
/proc/12341/stat : 12341 (sugar++) D 12339 12341 12166 0 -1 4194304 1320 68545 0 2 5 68 27847 1450 15 0 1 0 44164482 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12341/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 293.7
Current children cumulated vsize (KiB) 16740

[startup+318.801 s]
/proc/loadavg: 4.08 2.80 2.28 2/109 12378
/proc/meminfo: memFree=1582496/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=293.89
/proc/12341/stat : 12341 (sugar++) D 12339 12341 12166 0 -1 4194304 1320 68545 0 2 5 87 27847 1450 16 0 1 0 44164482 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12341/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 293.89
Current children cumulated vsize (KiB) 16740

[startup+319.601 s]
/proc/loadavg: 4.08 2.80 2.28 2/108 12378
/proc/meminfo: memFree=1882856/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=293.89
/proc/12341/stat : 12341 (sugar++) D 12339 12341 12166 0 -1 4194304 1320 68545 0 2 5 87 27847 1450 15 0 1 0 44164482 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12341/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 293.89
Current children cumulated vsize (KiB) 16740

[startup+320.402 s]
/proc/loadavg: 4.08 2.80 2.28 2/108 12378
/proc/meminfo: memFree=1882856/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=294.02
/proc/12341/stat : 12341 (sugar++) D 12339 12341 12166 0 -1 4194304 1320 68545 0 2 5 100 27847 1450 15 0 1 0 44164482 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12341/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 294.02
Current children cumulated vsize (KiB) 16740

[startup+320.802 s]
/proc/loadavg: 3.99 2.80 2.29 2/108 12378
/proc/meminfo: memFree=1887912/2055920 swapFree=4192812/4192956
[pid=12341] ppid=12339 vsize=16740 CPUtime=294.05
/proc/12341/stat : 12341 (sugar++) D 12339 12341 12166 0 -1 4194304 1320 68545 0 2 5 103 27847 1450 15 0 1 0 44164482 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12341/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 294.05
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 320.832
CPU time (s): 294.067
CPU user time (s): 278.528
CPU system time (s): 15.5396
CPU usage (%): 91.6577
Max. virtual memory (cumulated for all children) (KiB): 900776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 278.528
system time used= 15.5396
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69921
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= 48141
involuntary context switches= 53362

runsolver used 0.548916 second user time and 1.51977 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-12 16:57:55
IDJOB=1112853
IDBENCH=61485
IDSOLVER=367
FILE ID=node82/1112853-1215874675
PBS_JOBID= 7903576
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-6.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-1112853-1215874675/watcher-1112853-1215874675 -o /tmp/evaluation-result-1112853-1215874675/solver-1112853-1215874675 -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-1112853-1215874675.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7db336713358debe85f4357efdd6517c
RANDOM SEED=2107170920

node82.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.263
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.263
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:       1790680 kB
Buffers:         41764 kB
Cached:          92536 kB
SwapCached:          0 kB
Active:         143740 kB
Inactive:        71980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2876 kB
Writeback:           0 kB
Mapped:         102860 kB
Slab:            31940 kB
Committed_AS:   360836 kB
PageTables:       3996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node82 at 2008-07-12 17:03:16