Trace number 1110041

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? 178.165 194.708

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-22s-smv.xml
MD5SUM12b9f6423c9315112e1682a7a9e966a5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark371.596
Satisfiable
(Un)Satisfiability was proved
Number of variables5985
Number of constraints15364
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15364
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 00:43:26 2008
0.00/0.08	c 0	PID 14642
0.00/0.08	c 0	HOST node1.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110041-1215816206.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110041-1215816206.xml' 'HOME/temp.csp'
1.45/1.56	c 2	3 domains, 5985 variables, 7 predicates, 0 relations, 15364 constraints
1.45/1.60	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.60	c 2	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.52/1.68	c 2	Parsing HOME/temp.csp
1.52/2.00	c 2	parsed 10000 expressions
2.11/2.25	c 2	parsed 20000 expressions
2.30/2.40	c 2	parsed 21359 expressions
2.30/2.41	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.40/2.58	c 3	MAX CSP: 15364 constraints
2.40/2.59	c 3	Converting to clausal form CSP
2.49/2.63	c 3	converted 3673 (10%) expressions
2.70/2.82	c 3	converted 7346 (20%) expressions
2.80/2.90	c 3	converted 11018 (30%) expressions
2.80/2.97	c 3	converted 14691 (40%) expressions
2.91/3.03	c 3	converted 18363 (50%) expressions
2.91/3.09	c 3	converted 22036 (60%) expressions
3.01/3.15	c 3	converted 25709 (70%) expressions
3.21/3.36	c 3	converted 29381 (80%) expressions
3.30/3.43	c 3	converted 33054 (90%) expressions
6.08/6.27	c 6	converted 36726 (100%) expressions
6.08/6.28	c 6	CSP : 53821 integers, 0 booleans, 78131 clauses, largest domain size 23047
6.08/6.28	c 6	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.08/6.28	c 6	Propagation in CSP
7.08/7.20	c 7	15359 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.08/7.21	c 7	CSP : 53821 integers, 0 booleans, 78131 clauses, largest domain size 15365
7.08/7.21	c 7	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.08/7.24	c 7	Simplifing CSP by introducing new Boolean variables
7.08/7.27	c 7	CSP : 53821 integers, 0 booleans, 78131 clauses, largest domain size 15365
7.08/7.27	c 7	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.48/7.67	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.58/7.72	c 8	5383 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.58/7.72	c 8	10765 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.58/7.73	c 8	16147 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.67/7.83	c 8	21529 (40%) CSP integer variables are encoded (80680 clauses, 1213179 bytes)
7.97/8.19	c 8	26911 (50%) CSP integer variables are encoded (369253 clauses, 6118920 bytes)
8.37/8.54	c 9	32293 (60%) CSP integer variables are encoded (652250 clauses, 10929869 bytes)
8.76/8.92	c 9	37675 (70%) CSP integer variables are encoded (968599 clauses, 16318691 bytes)
9.06/9.27	c 9	43057 (80%) CSP integer variables are encoded (1242796 clauses, 21528434 bytes)
9.16/9.36	c 9	48439 (90%) CSP integer variables are encoded (1316056 clauses, 22920374 bytes)
9.26/9.46	c 9	53821 (100%) CSP integer variables are encoded (1386207 clauses, 24253243 bytes)
9.36/9.57	c 10	7814 (10%) CSP clauses are encoded (1394021 clauses, 24405414 bytes)
13.62/13.86	c 14	15627 (20%) CSP clauses are encoded (3896263 clauses, 78989132 bytes)
24.19/24.57	c 25	23440 (30%) CSP clauses are encoded (9784436 clauses, 221306133 bytes)
31.75/32.30	c 32	31253 (40%) CSP clauses are encoded (14243813 clauses, 328876902 bytes)
44.03/44.77	c 45	39066 (50%) CSP clauses are encoded (21203838 clauses, 497189539 bytes)
56.91/58.14	c 58	46879 (60%) CSP clauses are encoded (28294993 clauses, 671253679 bytes)
121.71/125.80	c 126	54692 (70%) CSP clauses are encoded (62273738 clauses, 1602253289 bytes)
177.48/184.52	c 184	ERROR Exception Too large HOME/temp.cnf
177.49/184.67	c 184	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
177.49/184.67	c 184	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
177.49/184.67	c 184	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
177.49/184.67	s UNKNOWN
177.50/185.09	c 185	CPU 160.66 (0.05 0.02 160.61 16.85)
177.50/185.09	c 185	END Sat Jul 12 00:46:31 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-1110041-1215816206/watcher-1110041-1215816206 -o /tmp/evaluation-result-1110041-1215816206/solver-1110041-1215816206 -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-1110041-1215816206.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: 1.92 1.97 1.91 4/80 14642
/proc/meminfo: memFree=1803792/2055920 swapFree=4177724/4192956
[pid=14642] ppid=14640 vsize=12132 CPUtime=0
/proc/14642/stat : 14642 (sugar++) R 14640 14642 14391 0 -1 4194304 213 0 0 0 0 0 0 0 20 0 1 0 38324091 12423168 181 996147200 4194304 4206940 548682068528 18446744073709551615 259353485484 0 0 4224 0 0 0 0 17 1 0 0
/proc/14642/statm: 3033 181 142 3 0 133 0

[startup+0.0840991 s]
/proc/loadavg: 1.92 1.97 1.91 4/80 14642
/proc/meminfo: memFree=1803792/2055920 swapFree=4177724/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=0.06
/proc/14642/stat : 14642 (sugar++) S 14640 14642 14391 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 38324091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14642/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101108 s]
/proc/loadavg: 1.92 1.97 1.91 4/80 14642
/proc/meminfo: memFree=1803792/2055920 swapFree=4177724/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=0.06
/proc/14642/stat : 14642 (sugar++) S 14640 14642 14391 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 38324091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14642/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301119 s]
/proc/loadavg: 1.92 1.97 1.91 4/80 14642
/proc/meminfo: memFree=1803792/2055920 swapFree=4177724/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=0.06
/proc/14642/stat : 14642 (sugar++) S 14640 14642 14391 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 38324091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14642/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70117 s]
/proc/loadavg: 1.92 1.97 1.91 4/80 14642
/proc/meminfo: memFree=1803792/2055920 swapFree=4177724/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=0.06
/proc/14642/stat : 14642 (sugar++) S 14640 14642 14391 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 38324091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14642/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50126 s]
/proc/loadavg: 1.92 1.97 1.91 4/91 14654
/proc/meminfo: memFree=1777704/2055920 swapFree=4177724/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=0.06
/proc/14642/stat : 14642 (sugar++) S 14640 14642 14391 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 38324091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14642/statm: 4185 1104 409 3 0 764 0
[pid=14645] ppid=14642 vsize=5356 CPUtime=0
/proc/14645/stat : 14645 (sh) S 14642 14642 14391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38324099 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14645/statm: 1339 233 193 169 0 50 0
[pid=14646] ppid=14645 vsize=864708 CPUtime=1.39
/proc/14646/stat : 14646 (java) S 14645 14642 14391 0 -1 0 12222 0 1 0 134 5 0 0 18 0 9 0 38324100 885460992 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14646/statm: 216177 10513 2529 9 0 210759 0
[pid=14646/tid=14647] ppid=14645 vsize=864708 CPUtime=0.81
/proc/14646/task/14647/stat : 14647 (java) R 14645 14642 14391 0 -1 64 3001 0 1 0 79 2 0 0 24 0 9 0 38324101 885460992 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4126494926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14646/tid=14648] ppid=14645 vsize=864708 CPUtime=0.42
/proc/14646/task/14648/stat : 14648 (java) S 14645 14642 14391 0 -1 64 8002 0 0 0 40 2 0 0 16 0 9 0 38324102 885460992 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14646/tid=14649] ppid=14645 vsize=864708 CPUtime=0
/proc/14646/task/14649/stat : 14649 (java) S 14645 14642 14391 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38324102 885460992 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14646/tid=14650] ppid=14645 vsize=864708 CPUtime=0
/proc/14646/task/14650/stat : 14650 (java) S 14645 14642 14391 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 38324102 885460992 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14646/tid=14651] ppid=14645 vsize=864708 CPUtime=0
/proc/14646/task/14651/stat : 14651 (java) S 14645 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38324104 885460992 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14646/tid=14652] ppid=14645 vsize=864708 CPUtime=0.14
/proc/14646/task/14652/stat : 14652 (java) S 14645 14642 14391 0 -1 64 520 0 0 0 14 0 0 0 16 0 9 0 38324104 885460992 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14646/tid=14653] ppid=14645 vsize=864708 CPUtime=0
/proc/14646/task/14653/stat : 14653 (java) S 14645 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38324104 885460992 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14646/tid=14654] ppid=14645 vsize=864708 CPUtime=0
/proc/14646/task/14654/stat : 14654 (java) S 14645 14642 14391 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38324104 885460992 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886804

[startup+3.10245 s]
/proc/loadavg: 1.92 1.97 1.91 4/91 14664
/proc/meminfo: memFree=1789608/2055920 swapFree=4177724/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=1.53
/proc/14642/stat : 14642 (sugar++) S 14640 14642 14391 0 -1 4194304 1297 12652 0 1 5 2 140 6 15 0 1 0 38324091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14642/statm: 4185 1104 409 3 0 764 0
[pid=14655] ppid=14642 vsize=5356 CPUtime=0
/proc/14655/stat : 14655 (sh) S 14642 14642 14391 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38324251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14655/statm: 1339 233 193 169 0 50 0
[pid=14656] ppid=14655 vsize=868432 CPUtime=1.48
/proc/14656/stat : 14656 (java) S 14655 14642 14391 0 -1 0 11196 0 1 0 142 6 0 0 18 0 9 0 38324251 889274368 10005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14656/statm: 217108 10005 2543 9 0 211683 0
[pid=14656/tid=14657] ppid=14655 vsize=868432 CPUtime=0.86
/proc/14656/task/14657/stat : 14657 (java) R 14655 14642 14391 0 -1 64 2786 0 1 0 84 2 0 0 21 0 9 0 38324252 889274368 10005 996147200 134512640 134550740 4294955920 18446744073709551615 4126605726 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14658] ppid=14655 vsize=868432 CPUtime=0.38
/proc/14656/task/14658/stat : 14658 (java) S 14655 14642 14391 0 -1 64 6244 0 0 0 36 2 0 0 16 0 9 0 38324253 889274368 10005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14659] ppid=14655 vsize=868432 CPUtime=0
/proc/14656/task/14659/stat : 14659 (java) S 14655 14642 14391 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38324254 889274368 10005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14660] ppid=14655 vsize=868432 CPUtime=0
/proc/14656/task/14660/stat : 14660 (java) S 14655 14642 14391 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38324254 889274368 10005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14655 vsize=868432 CPUtime=0
/proc/14656/task/14661/stat : 14661 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38324256 889274368 10005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14662] ppid=14655 vsize=868432 CPUtime=0.2
/proc/14656/task/14662/stat : 14662 (java) S 14655 14642 14391 0 -1 64 1468 0 0 0 20 0 0 0 16 0 9 0 38324256 889274368 10005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14655 vsize=868432 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14655 14642 14391 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38324256 889274368 10005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14655 vsize=868432 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38324256 889274368 10005 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.30283 s]
/proc/loadavg: 2.01 1.99 1.91 4/91 14664
/proc/meminfo: memFree=1735912/2055920 swapFree=4177724/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=1.53
/proc/14642/stat : 14642 (sugar++) S 14640 14642 14391 0 -1 4194304 1297 12652 0 1 5 2 140 6 16 0 1 0 38324091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14642/statm: 4185 1104 409 3 0 764 0
[pid=14655] ppid=14642 vsize=5356 CPUtime=0
/proc/14655/stat : 14655 (sh) S 14642 14642 14391 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38324251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14655/statm: 1339 233 193 169 0 50 0
[pid=14656] ppid=14655 vsize=868432 CPUtime=4.65
/proc/14656/stat : 14656 (java) S 14655 14642 14391 0 -1 0 23260 0 1 0 453 12 0 0 18 0 9 0 38324251 889274368 21391 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14656/statm: 217108 21391 2541 9 0 211683 0
[pid=14656/tid=14657] ppid=14655 vsize=868432 CPUtime=2.86
/proc/14656/task/14657/stat : 14657 (java) R 14655 14642 14391 0 -1 64 3647 0 1 0 284 2 0 0 25 0 9 0 38324252 889274368 21391 996147200 134512640 134550740 4294955920 18446744073709551615 4126651461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14658] ppid=14655 vsize=868432 CPUtime=1.54
/proc/14656/task/14658/stat : 14658 (java) S 14655 14642 14391 0 -1 64 17435 0 0 0 146 8 0 0 16 0 9 0 38324253 889274368 21391 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14659] ppid=14655 vsize=868432 CPUtime=0
/proc/14656/task/14659/stat : 14659 (java) S 14655 14642 14391 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38324254 889274368 21391 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14660] ppid=14655 vsize=868432 CPUtime=0
/proc/14656/task/14660/stat : 14660 (java) S 14655 14642 14391 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38324254 889274368 21391 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14655 vsize=868432 CPUtime=0
/proc/14656/task/14661/stat : 14661 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38324256 889274368 21391 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14662] ppid=14655 vsize=868432 CPUtime=0.22
/proc/14656/task/14662/stat : 14662 (java) S 14655 14642 14391 0 -1 64 1480 0 0 0 22 0 0 0 16 0 9 0 38324256 889274368 21391 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14655 vsize=868432 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14655 14642 14391 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38324256 889274368 21391 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14655 vsize=868432 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38324256 889274368 21391 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890528

[startup+12.7026 s]
/proc/loadavg: 2.01 1.99 1.91 3/91 14664
/proc/meminfo: memFree=1665128/2055920 swapFree=4177724/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=1.53
/proc/14642/stat : 14642 (sugar++) S 14640 14642 14391 0 -1 4194304 1297 12652 0 1 5 2 140 6 15 0 1 0 38324091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14642/statm: 4185 1104 409 3 0 764 0
[pid=14655] ppid=14642 vsize=5356 CPUtime=0
/proc/14655/stat : 14655 (sh) S 14642 14642 14391 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38324251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14655/statm: 1339 233 193 169 0 50 0
[pid=14656] ppid=14655 vsize=868544 CPUtime=10.99
/proc/14656/stat : 14656 (java) S 14655 14642 14391 0 -1 0 28310 0 1 0 1050 49 0 0 18 0 9 0 38324251 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14656/statm: 217136 22005 2565 9 0 211683 0
[pid=14656/tid=14657] ppid=14655 vsize=868544 CPUtime=8.54
/proc/14656/task/14657/stat : 14657 (java) R 14655 14642 14391 0 -1 64 3960 0 1 0 819 35 0 0 25 0 9 0 38324252 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4127084572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14658] ppid=14655 vsize=868544 CPUtime=2.13
/proc/14656/task/14658/stat : 14658 (java) S 14655 14642 14391 0 -1 64 22134 0 0 0 201 12 0 0 16 0 9 0 38324253 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14659] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14659/stat : 14659 (java) S 14655 14642 14391 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38324254 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14660] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14660/stat : 14660 (java) S 14655 14642 14391 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38324254 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14661/stat : 14661 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14662] ppid=14655 vsize=868544 CPUtime=0.28
/proc/14656/task/14662/stat : 14662 (java) S 14655 14642 14391 0 -1 64 1518 0 0 0 28 0 0 0 16 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14655 14642 14391 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890640

[startup+25.5011 s]
/proc/loadavg: 2.31 2.05 1.94 2/81 14667
/proc/meminfo: memFree=1529280/2055920 swapFree=4177724/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=1.53
/proc/14642/stat : 14642 (sugar++) S 14640 14642 14391 0 -1 4194304 1297 12652 0 1 5 2 140 6 16 0 1 0 38324091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14642/statm: 4185 1104 409 3 0 764 0
[pid=14655] ppid=14642 vsize=5356 CPUtime=0
/proc/14655/stat : 14655 (sh) S 14642 14642 14391 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38324251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14655/statm: 1339 233 193 169 0 50 0
[pid=14656] ppid=14655 vsize=868544 CPUtime=23.64
/proc/14656/stat : 14656 (java) S 14655 14642 14391 0 -1 0 28918 0 1 0 2202 162 0 0 18 0 9 0 38324251 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14656/statm: 217136 22005 2565 9 0 211683 0
[pid=14656/tid=14657] ppid=14655 vsize=868544 CPUtime=20.9
/proc/14656/task/14657/stat : 14657 (java) R 14655 14642 14391 0 -1 64 4568 0 1 0 1946 144 0 0 16 0 9 0 38324252 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4127084321 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14658] ppid=14655 vsize=868544 CPUtime=2.43
/proc/14656/task/14658/stat : 14658 (java) S 14655 14642 14391 0 -1 64 22134 0 0 0 227 16 0 0 16 0 9 0 38324253 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14656/tid=14659] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14659/stat : 14659 (java) S 14655 14642 14391 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38324254 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14660] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14660/stat : 14660 (java) S 14655 14642 14391 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38324254 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=14656] ppid=14655 vsize=868544 CPUtime=48.65
/proc/14656/stat : 14656 (java) S 14655 14642 14391 0 -1 0 30150 0 1 0 4472 393 0 0 18 0 9 0 38324251 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14656/statm: 217136 22005 2565 9 0 211683 0
[pid=14656/tid=14657] ppid=14655 vsize=868544 CPUtime=45.29
/proc/14656/task/14657/stat : 14657 (java) R 14655 14642 14391 0 -1 64 5800 0 1 0 4163 366 0 0 25 0 9 0 38324252 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 102064827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14658] ppid=14655 vsize=868544 CPUtime=3.04
/proc/14656/task/14658/stat : 14658 (java) S 14655 14642 14391 0 -1 64 22134 0 0 0 280 24 0 0 16 0 9 0 38324253 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14659] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14659/stat : 14659 (java) S 14655 14642 14391 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38324254 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14660] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14660/stat : 14660 (java) S 14655 14642 14391 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38324254 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14661/stat : 14661 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14662] ppid=14655 vsize=868544 CPUtime=0.28
/proc/14656/task/14662/stat : 14662 (java) S 14655 14642 14391 0 -1 64 1518 0 0 0 28 0 0 0 16 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14655 14642 14391 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 890640

[startup+102.306 s]
/proc/loadavg: 3.41 2.48 2.09 3/93 14721
/proc/meminfo: memFree=14944/2055920 swapFree=4180592/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=1.53
/proc/14642/stat : 14642 (sugar++) S 14640 14642 14391 0 -1 4194304 1297 12652 0 1 5 2 140 6 16 0 1 0 38324091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14642/statm: 4185 1104 409 3 0 764 0
[pid=14655] ppid=14642 vsize=5356 CPUtime=0
/proc/14655/stat : 14655 (sh) S 14642 14642 14391 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38324251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14655/statm: 1339 233 193 169 0 50 0
[pid=14656] ppid=14655 vsize=868544 CPUtime=97.77
/proc/14656/stat : 14656 (java) S 14655 14642 14391 0 -1 0 32521 0 1 0 8903 874 0 0 18 0 9 0 38324251 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14656/statm: 217136 22005 2565 9 0 211683 0
[pid=14656/tid=14657] ppid=14655 vsize=868544 CPUtime=93.19
/proc/14656/task/14657/stat : 14657 (java) R 14655 14642 14391 0 -1 64 8171 0 1 0 8487 832 0 0 25 0 9 0 38324252 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4126476181 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14658] ppid=14655 vsize=868544 CPUtime=4.27
/proc/14656/task/14658/stat : 14658 (java) S 14655 14642 14391 0 -1 64 22134 0 0 0 387 40 0 0 16 0 9 0 38324253 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14659] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14659/stat : 14659 (java) S 14655 14642 14391 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38324254 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14660] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14660/stat : 14660 (java) S 14655 14642 14391 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38324254 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14661/stat : 14661 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14662] ppid=14655 vsize=868544 CPUtime=0.28
/proc/14656/task/14662/stat : 14662 (java) S 14655 14642 14391 0 -1 64 1518 0 0 0 28 0 0 0 16 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14655 14642 14391 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.3
Current children cumulated vsize (KiB) 890640

[startup+162.301 s]
/proc/loadavg: 3.79 2.74 2.20 3/93 14734
/proc/meminfo: memFree=14816/2055920 swapFree=4180600/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=1.53
/proc/14642/stat : 14642 (sugar++) S 14640 14642 14391 0 -1 4194304 1297 12652 0 1 5 2 140 6 16 0 1 0 38324091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14642/statm: 4185 1104 409 3 0 764 0
[pid=14655] ppid=14642 vsize=5356 CPUtime=0
/proc/14655/stat : 14655 (sh) S 14642 14642 14391 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38324251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14655/statm: 1339 233 193 169 0 50 0
[pid=14656] ppid=14655 vsize=868544 CPUtime=154.94
/proc/14656/stat : 14656 (java) S 14655 14642 14391 0 -1 0 35253 0 1 0 14038 1456 0 0 18 0 9 0 38324251 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14656/statm: 217136 22005 2565 9 0 211683 0
[pid=14656/tid=14657] ppid=14655 vsize=868544 CPUtime=148.9
/proc/14656/task/14657/stat : 14657 (java) R 14655 14642 14391 0 -1 64 10903 0 1 0 13496 1394 0 0 25 0 9 0 38324252 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14656/tid=14658] ppid=14655 vsize=868544 CPUtime=5.72
/proc/14656/task/14658/stat : 14658 (java) S 14655 14642 14391 0 -1 64 22134 0 0 0 512 60 0 0 16 0 9 0 38324253 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14656/tid=14659] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14659/stat : 14659 (java) S 14655 14642 14391 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38324254 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14660] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14660/stat : 14660 (java) S 14655 14642 14391 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38324254 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14661/stat : 14661 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14662] ppid=14655 vsize=868544 CPUtime=0.28
/proc/14656/task/14662/stat : 14662 (java) S 14655 14642 14391 0 -1 64 1518 0 0 0 28 0 0 0 16 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14655 14642 14391 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.47
Current children cumulated vsize (KiB) 890640

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

[startup+179.102 s]
/proc/loadavg: 3.83 2.80 2.23 3/93 14736
/proc/meminfo: memFree=15136/2055920 swapFree=4180600/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=1.53
/proc/14642/stat : 14642 (sugar++) S 14640 14642 14391 0 -1 4194304 1297 12652 0 1 5 2 140 6 16 0 1 0 38324091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14642/statm: 4185 1104 409 3 0 764 0
[pid=14655] ppid=14642 vsize=5356 CPUtime=0
/proc/14655/stat : 14655 (sh) S 14642 14642 14391 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38324251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14655/statm: 1339 233 193 169 0 50 0
[pid=14656] ppid=14655 vsize=868544 CPUtime=170.85
/proc/14656/stat : 14656 (java) S 14655 14642 14391 0 -1 0 36052 0 1 0 15462 1623 0 0 18 0 9 0 38324251 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14656/statm: 217136 22005 2565 9 0 211683 0
[pid=14656/tid=14657] ppid=14655 vsize=868544 CPUtime=164.39
/proc/14656/task/14657/stat : 14657 (java) R 14655 14642 14391 0 -1 64 11702 0 1 0 14885 1554 0 0 25 0 9 0 38324252 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14656/tid=14658] ppid=14655 vsize=868544 CPUtime=6.14
/proc/14656/task/14658/stat : 14658 (java) S 14655 14642 14391 0 -1 64 22134 0 0 0 548 66 0 0 16 0 9 0 38324253 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14656/tid=14659] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14659/stat : 14659 (java) S 14655 14642 14391 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38324254 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14660] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14660/stat : 14660 (java) S 14655 14642 14391 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38324254 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14661/stat : 14661 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14662] ppid=14655 vsize=868544 CPUtime=0.28
/proc/14656/task/14662/stat : 14662 (java) S 14655 14642 14391 0 -1 64 1518 0 0 0 28 0 0 0 16 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14655 14642 14391 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14655 vsize=868544 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14655 14642 14391 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38324256 889389056 22005 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 172.38
Current children cumulated vsize (KiB) 890640

[startup+185.504 s]
/proc/loadavg: 3.85 2.84 2.25 2/91 14738
/proc/meminfo: memFree=16032/2055920 swapFree=4180600/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=177.67
/proc/14642/stat : 14642 (sugar++) R 14640 14642 14391 0 -1 4194304 1320 49246 0 5 5 16 16061 1685 16 0 1 0 38324091 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14642/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 177.67
Current children cumulated vsize (KiB) 16740

[startup+188.703 s]
/proc/loadavg: 3.85 2.84 2.25 2/83 14738
/proc/meminfo: memFree=915760/2055920 swapFree=4180600/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=178.03
/proc/14642/stat : 14642 (sugar++) D 14640 14642 14391 0 -1 4194304 1320 49246 0 5 5 52 16061 1685 15 0 1 0 38324091 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14642/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 178.03
Current children cumulated vsize (KiB) 16740

[startup+191.901 s]
/proc/loadavg: 3.70 2.82 2.25 2/83 14738
/proc/meminfo: memFree=873720/2055920 swapFree=4180600/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=178.08
/proc/14642/stat : 14642 (sugar++) D 14640 14642 14391 0 -1 4194304 1320 49246 0 5 5 57 16061 1685 15 0 1 0 38324091 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14642/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 178.08
Current children cumulated vsize (KiB) 16740

[startup+193.502 s]
/proc/loadavg: 3.70 2.82 2.25 2/83 14738
/proc/meminfo: memFree=844472/2055920 swapFree=4180600/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=178.1
/proc/14642/stat : 14642 (sugar++) R 14640 14642 14391 0 -1 4194304 1320 49246 0 5 5 59 16061 1685 15 0 1 0 38324091 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14642/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 178.1
Current children cumulated vsize (KiB) 16740

[startup+194.302 s]
/proc/loadavg: 3.70 2.82 2.25 2/83 14738
/proc/meminfo: memFree=844472/2055920 swapFree=4180600/4192956
[pid=14642] ppid=14640 vsize=16740 CPUtime=178.13
/proc/14642/stat : 14642 (sugar++) D 14640 14642 14391 0 -1 4194304 1320 49246 0 5 5 62 16061 1685 15 0 1 0 38324091 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14642/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 178.13
Current children cumulated vsize (KiB) 16740

[startup+194.707 s]
/proc/loadavg: 3.64 2.83 2.25 2/83 14738
/proc/meminfo: memFree=828536/2055920 swapFree=4180600/4192956
[pid=14642] ppid=14640 vsize=0 CPUtime=178.15
/proc/14642/stat : 14642 (sugar++) Z 14640 14642 14391 0 -1 4194316 1376 49246 0 5 5 64 16061 1685 15 0 1 0 38324091 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 0 0 0
/proc/14642/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 178.15
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 194.708
CPU time (s): 178.165
CPU user time (s): 160.673
CPU system time (s): 17.4923
CPU usage (%): 91.5038
Max. virtual memory (cumulated for all children) (KiB): 900776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.673
system time used= 17.4923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50622
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64848
involuntary context switches= 67557

runsolver used 0.265959 second user time and 0.796878 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-12 00:43:26
IDJOB=1110041
IDBENCH=61055
IDSOLVER=367
FILE ID=node1/1110041-1215816206
PBS_JOBID= 7903321
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-22s-smv.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-1110041-1215816206/watcher-1110041-1215816206 -o /tmp/evaluation-result-1110041-1215816206/solver-1110041-1215816206 -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-1110041-1215816206.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 12b9f6423c9315112e1682a7a9e966a5
RANDOM SEED=950507469

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1804272 kB
Buffers:         43692 kB
Cached:         113780 kB
SwapCached:      10080 kB
Active:         105656 kB
Inactive:       104628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804272 kB
SwapTotal:     4192956 kB
SwapFree:      4177724 kB
Dirty:            3304 kB
Writeback:           0 kB
Mapped:          65100 kB
Slab:            26560 kB
Committed_AS:   928332 kB
PageTables:       1916 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= 64424 MiB
End job on node1 at 2008-07-12 00:46:41