Trace number 1087284

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 505.105 514.859

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-9.xml
MD5SUM934d5befa5025b948f72904dd764f189
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.9152
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 09:36:29 2008
0.00/0.04	c 0	PID 25777
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087284-1215243388.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087284-1215243388.xml' 'HOME/temp.csp'
3.26/3.37	c 3	24 domains, 1800 variables, 8 predicates, 0 relations, 63962 constraints
3.35/3.40	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.35/3.40	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.35/3.48	c 3	Parsing HOME/temp.csp
3.35/4.03	c 4	parsed 10000 expressions
4.22/4.35	c 4	parsed 20000 expressions
4.50/4.68	c 5	parsed 30000 expressions
4.81/4.94	c 5	parsed 40000 expressions
5.20/5.33	c 5	parsed 50000 expressions
5.41/5.60	c 6	parsed 60000 expressions
5.59/5.75	c 6	parsed 65794 expressions
5.59/5.75	c 6	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.59/5.75	c 6	Converting to clausal form CSP
12.53/12.78	c 13	converted 6580 (10%) expressions
20.36/20.68	c 21	converted 13159 (20%) expressions
27.38/27.76	c 28	converted 19739 (30%) expressions
35.50/35.93	c 36	converted 26318 (40%) expressions
42.15/42.64	c 43	converted 32897 (50%) expressions
48.78/49.34	c 49	converted 39477 (60%) expressions
56.61/57.24	c 57	converted 46056 (70%) expressions
62.06/62.74	c 63	converted 52636 (80%) expressions
67.71/68.42	c 68	converted 59215 (90%) expressions
73.06/73.86	c 74	converted 65794 (100%) expressions
73.06/73.86	c 74	CSP : 9184 integers, 186795 booleans, 398360 clauses, largest domain size 2821
73.06/73.86	c 74	Heap : 396 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.06/73.86	c 74	Propagation in CSP
78.80/79.61	c 80	107412 values, 0 unsatisfiable literals, and 0 valid clauses are removed
78.80/79.62	c 80	CSP : 9184 integers, 186795 booleans, 398360 clauses, largest domain size 2821
78.80/79.62	c 80	Heap : 440 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
78.90/79.75	c 80	Simplifing CSP by introducing new Boolean variables
82.58/83.45	c 83	CSP : 9184 integers, 322593 booleans, 534158 clauses, largest domain size 2821
82.58/83.45	c 83	Heap : 473 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
85.25/86.15	c 86	Encoding CSP to SAT : HOME/temp.cnf
90.39/91.36	c 91	919 (10%) CSP integer variables are encoded (231092 clauses, 3707287 bytes)
95.35/96.35	c 96	1837 (20%) CSP integer variables are encoded (525354 clauses, 8709741 bytes)
97.83/98.87	c 99	2756 (30%) CSP integer variables are encoded (2582405 clauses, 46848509 bytes)
100.48/101.54	c 102	3674 (40%) CSP integer variables are encoded (4709911 clauses, 87271123 bytes)
103.02/104.17	c 104	4592 (50%) CSP integer variables are encoded (6792309 clauses, 126836685 bytes)
105.78/106.92	c 107	5511 (60%) CSP integer variables are encoded (8866210 clauses, 166240804 bytes)
108.45/109.66	c 110	6429 (70%) CSP integer variables are encoded (10913292 clauses, 206973963 bytes)
111.28/112.57	c 113	7348 (80%) CSP integer variables are encoded (13002913 clauses, 250856004 bytes)
114.09/115.64	c 116	8266 (90%) CSP integer variables are encoded (15053431 clauses, 293916882 bytes)
116.93/118.55	c 119	9184 (100%) CSP integer variables are encoded (17152407 clauses, 337995378 bytes)
271.77/275.86	c 276	53416 (10%) CSP clauses are encoded (43921499 clauses, 1006052417 bytes)
398.82/405.24	c 405	106832 (20%) CSP clauses are encoded (68202975 clauses, 1631972212 bytes)
504.18/512.51	c 513	ERROR Exception Too large HOME/temp.cnf
504.18/512.51	c 513	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
504.18/512.51	c 513	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
504.18/512.51	c 513	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
504.18/512.51	s UNKNOWN
504.23/512.66	c 513	CPU 490.81 (0.03 0.01 490.78 13.46)
504.23/512.66	c 513	END Sat Jul  5 09:45:02 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.04 2.01 2.00 4/72 25777
/proc/meminfo: memFree=1927616/2055920 swapFree=4180000/4192956
[pid=25777] ppid=25775 vsize=12132 CPUtime=0
/proc/25777/stat : 25777 (sugar) R 25775 25777 24783 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 2003313055 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 238505489206 0 0 4224 0 0 0 0 17 1 0 0
/proc/25777/statm: 3033 183 142 3 0 133 0

[startup+0.0988941 s]
/proc/loadavg: 2.04 2.01 2.00 4/72 25777
/proc/meminfo: memFree=1927616/2055920 swapFree=4180000/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=0.04
/proc/25777/stat : 25777 (sugar) S 25775 25777 24783 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003313055 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25777/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101886 s]
/proc/loadavg: 2.04 2.01 2.00 4/72 25777
/proc/meminfo: memFree=1927616/2055920 swapFree=4180000/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=0.04
/proc/25777/stat : 25777 (sugar) S 25775 25777 24783 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003313055 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25777/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301908 s]
/proc/loadavg: 2.04 2.01 2.00 4/72 25777
/proc/meminfo: memFree=1927616/2055920 swapFree=4180000/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=0.04
/proc/25777/stat : 25777 (sugar) S 25775 25777 24783 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003313055 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25777/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701954 s]
/proc/loadavg: 2.04 2.01 2.00 4/72 25777
/proc/meminfo: memFree=1927616/2055920 swapFree=4180000/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=0.04
/proc/25777/stat : 25777 (sugar) S 25775 25777 24783 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003313055 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25777/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50205 s]
/proc/loadavg: 2.04 2.01 2.00 4/83 25789
/proc/meminfo: memFree=1893544/2055920 swapFree=4180000/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=0.04
/proc/25777/stat : 25777 (sugar) S 25775 25777 24783 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003313055 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25777/statm: 3400 796 370 3 0 500 0
[pid=25780] ppid=25777 vsize=5356 CPUtime=0
/proc/25780/stat : 25780 (sh) S 25777 25777 24783 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2003313060 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25780/statm: 1339 233 193 169 0 50 0
[pid=25781] ppid=25780 vsize=864656 CPUtime=1.43
/proc/25781/stat : 25781 (java) S 25780 25777 24783 0 -1 0 18607 0 1 0 134 9 0 0 18 0 9 0 2003313060 885407744 15690 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25781/statm: 216164 15690 2529 9 0 210746 0
[pid=25781/tid=25782] ppid=25780 vsize=864656 CPUtime=0.68
/proc/25781/task/25782/stat : 25782 (java) R 25780 25777 24783 0 -1 64 3278 0 1 0 66 2 0 0 25 0 9 0 2003313061 885407744 15690 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25783] ppid=25780 vsize=864656 CPUtime=0.63
/proc/25781/task/25783/stat : 25783 (java) R 25780 25777 24783 0 -1 64 14145 0 0 0 58 5 0 0 16 0 9 0 2003313062 885407744 15690 996147200 134512640 134550740 4294956000 18446744073709551615 102516886 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25784] ppid=25780 vsize=864656 CPUtime=0
/proc/25781/task/25784/stat : 25784 (java) S 25780 25777 24783 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003313062 885407744 15690 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25785] ppid=25780 vsize=864656 CPUtime=0
/proc/25781/task/25785/stat : 25785 (java) S 25780 25777 24783 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003313062 885407744 15690 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25786] ppid=25780 vsize=864656 CPUtime=0
/proc/25781/task/25786/stat : 25786 (java) S 25780 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003313064 885407744 15690 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25787] ppid=25780 vsize=864656 CPUtime=0.09
/proc/25781/task/25787/stat : 25787 (java) S 25780 25777 24783 0 -1 64 484 0 0 0 9 0 0 0 16 0 9 0 2003313064 885407744 15690 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25788] ppid=25780 vsize=864656 CPUtime=0
/proc/25781/task/25788/stat : 25788 (java) S 25780 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003313064 885407744 15690 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25789] ppid=25780 vsize=864656 CPUtime=0
/proc/25781/task/25789/stat : 25789 (java) S 25780 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003313064 885407744 15690 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883612

[startup+3.10223 s]
/proc/loadavg: 2.04 2.01 2.00 4/83 25789
/proc/meminfo: memFree=1841128/2055920 swapFree=4180000/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=0.04
/proc/25777/stat : 25777 (sugar) S 25775 25777 24783 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003313055 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25777/statm: 3400 796 370 3 0 500 0
[pid=25780] ppid=25777 vsize=5356 CPUtime=0
/proc/25780/stat : 25780 (sh) S 25777 25777 24783 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2003313060 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25780/statm: 1339 233 193 169 0 50 0
[pid=25781] ppid=25780 vsize=864676 CPUtime=3.01
/proc/25781/stat : 25781 (java) S 25780 25777 24783 0 -1 0 31534 0 1 0 286 15 0 0 18 0 9 0 2003313060 885428224 26636 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25781/statm: 216169 26636 2529 9 0 210751 0
[pid=25781/tid=25782] ppid=25780 vsize=864676 CPUtime=1.57
/proc/25781/task/25782/stat : 25782 (java) R 25780 25777 24783 0 -1 64 3901 0 1 0 153 4 0 0 25 0 9 0 2003313061 885428224 26636 996147200 134512640 134550740 4294956000 18446744073709551615 4126755318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25783] ppid=25780 vsize=864676 CPUtime=1.27
/proc/25781/task/25783/stat : 25783 (java) S 25780 25777 24783 0 -1 64 26408 0 0 0 117 10 0 0 16 0 9 0 2003313062 885428224 26636 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25784] ppid=25780 vsize=864676 CPUtime=0
/proc/25781/task/25784/stat : 25784 (java) S 25780 25777 24783 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003313062 885428224 26636 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25785] ppid=25780 vsize=864676 CPUtime=0
/proc/25781/task/25785/stat : 25785 (java) S 25780 25777 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003313062 885428224 26636 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25786] ppid=25780 vsize=864676 CPUtime=0
/proc/25781/task/25786/stat : 25786 (java) S 25780 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003313064 885428224 26636 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25787] ppid=25780 vsize=864676 CPUtime=0.15
/proc/25781/task/25787/stat : 25787 (java) S 25780 25777 24783 0 -1 64 525 0 0 0 15 0 0 0 16 0 9 0 2003313064 885428224 26636 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25788] ppid=25780 vsize=864676 CPUtime=0
/proc/25781/task/25788/stat : 25788 (java) S 25780 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003313064 885428224 26636 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25781/tid=25789] ppid=25780 vsize=864676 CPUtime=0
/proc/25781/task/25789/stat : 25789 (java) S 25780 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003313064 885428224 26636 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 883632

[startup+6.30159 s]
/proc/loadavg: 2.04 2.01 2.00 5/83 25799
/proc/meminfo: memFree=1892584/2055920 swapFree=4180000/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=3.35
/proc/25777/stat : 25777 (sugar) S 25775 25777 24783 0 -1 4194304 974 31960 0 1 3 1 313 18 15 0 1 0 2003313055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25777/statm: 3400 797 370 3 0 500 0
[pid=25790] ppid=25777 vsize=5356 CPUtime=0
/proc/25790/stat : 25790 (sh) S 25777 25777 24783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003313395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25790/statm: 1339 233 193 169 0 50 0
[pid=25791] ppid=25790 vsize=868316 CPUtime=2.84
/proc/25791/stat : 25791 (java) S 25790 25777 24783 0 -1 0 14619 0 1 0 272 12 0 0 18 0 9 0 2003313396 889155584 13161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25791/statm: 217079 13161 2543 9 0 211654 0
[pid=25791/tid=25792] ppid=25790 vsize=868316 CPUtime=1.87
/proc/25791/task/25792/stat : 25792 (java) R 25790 25777 24783 0 -1 64 3083 0 1 0 184 3 0 0 25 0 9 0 2003313397 889155584 13161 996147200 134512640 134550740 4294955952 18446744073709551615 4126519524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25793] ppid=25790 vsize=868316 CPUtime=0.75
/proc/25791/task/25793/stat : 25793 (java) S 25790 25777 24783 0 -1 64 9368 0 0 0 68 7 0 0 16 0 9 0 2003313398 889155584 13161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25794] ppid=25790 vsize=868316 CPUtime=0
/proc/25791/task/25794/stat : 25794 (java) S 25790 25777 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003313398 889155584 13161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25795] ppid=25790 vsize=868316 CPUtime=0
/proc/25791/task/25795/stat : 25795 (java) S 25790 25777 24783 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003313398 889155584 13161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25796] ppid=25790 vsize=868316 CPUtime=0
/proc/25791/task/25796/stat : 25796 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003313400 889155584 13161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25797] ppid=25790 vsize=868316 CPUtime=0.19
/proc/25791/task/25797/stat : 25797 (java) S 25790 25777 24783 0 -1 64 1472 0 0 0 19 0 0 0 15 0 9 0 2003313400 889155584 13161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25798] ppid=25790 vsize=868316 CPUtime=0
/proc/25791/task/25798/stat : 25798 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003313400 889155584 13161 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25799] ppid=25790 vsize=868316 CPUtime=0
/proc/25791/task/25799/stat : 25799 (java) S 25790 25777 24783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003313400 889155584 13161 996147200 134512640 134550740 4294955952 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) 887272

[startup+12.7023 s]
/proc/loadavg: 2.11 2.03 2.01 4/83 25799
/proc/meminfo: memFree=1843496/2055920 swapFree=4180000/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=3.35
/proc/25777/stat : 25777 (sugar) S 25775 25777 24783 0 -1 4194304 974 31960 0 1 3 1 313 18 15 0 1 0 2003313055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25777/statm: 3400 797 370 3 0 500 0
[pid=25790] ppid=25777 vsize=5356 CPUtime=0
/proc/25790/stat : 25790 (sh) S 25777 25777 24783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003313395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25790/statm: 1339 233 193 169 0 50 0
[pid=25791] ppid=25790 vsize=868428 CPUtime=9.18
/proc/25791/stat : 25791 (java) S 25790 25777 24783 0 -1 0 27461 0 1 0 901 17 0 0 18 0 9 0 2003313396 889270272 20902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25791/statm: 217107 20902 2541 9 0 211682 0
[pid=25791/tid=25792] ppid=25790 vsize=868428 CPUtime=6.96
/proc/25791/task/25792/stat : 25792 (java) R 25790 25777 24783 0 -1 64 3864 0 1 0 693 3 0 0 25 0 9 0 2003313397 889270272 20902 996147200 134512640 134550740 4294955952 18446744073709551615 4126698556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25793] ppid=25790 vsize=868428 CPUtime=1.96
/proc/25791/task/25793/stat : 25793 (java) S 25790 25777 24783 0 -1 64 21407 0 0 0 185 11 0 0 16 0 9 0 2003313398 889270272 20902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25794] ppid=25790 vsize=868428 CPUtime=0
/proc/25791/task/25794/stat : 25794 (java) S 25790 25777 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003313398 889270272 20902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25795] ppid=25790 vsize=868428 CPUtime=0
/proc/25791/task/25795/stat : 25795 (java) S 25790 25777 24783 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003313398 889270272 20902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25796] ppid=25790 vsize=868428 CPUtime=0
/proc/25791/task/25796/stat : 25796 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003313400 889270272 20902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25797] ppid=25790 vsize=868428 CPUtime=0.22
/proc/25791/task/25797/stat : 25797 (java) S 25790 25777 24783 0 -1 64 1494 0 0 0 22 0 0 0 16 0 9 0 2003313400 889270272 20902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25798] ppid=25790 vsize=868428 CPUtime=0
/proc/25791/task/25798/stat : 25798 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003313400 889270272 20902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25799] ppid=25790 vsize=868428 CPUtime=0
/proc/25791/task/25799/stat : 25799 (java) S 25790 25777 24783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003313400 889270272 20902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887384

[startup+25.5028 s]
/proc/loadavg: 2.16 2.04 2.01 3/83 25799
/proc/meminfo: memFree=1784296/2055920 swapFree=4180000/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=3.35
/proc/25777/stat : 25777 (sugar) S 25775 25777 24783 0 -1 4194304 974 31960 0 1 3 1 313 18 16 0 1 0 2003313055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25777/statm: 3400 797 370 3 0 500 0
[pid=25790] ppid=25777 vsize=5356 CPUtime=0
/proc/25790/stat : 25790 (sh) S 25777 25777 24783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003313395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25790/statm: 1339 233 193 169 0 50 0
[pid=25791] ppid=25790 vsize=868428 CPUtime=21.86
/proc/25791/stat : 25791 (java) S 25790 25777 24783 0 -1 0 48586 0 1 0 2158 28 0 0 18 0 9 0 2003313396 889270272 37374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25791/statm: 217107 37374 2541 9 0 211682 0
[pid=25791/tid=25792] ppid=25790 vsize=868428 CPUtime=17.78
/proc/25791/task/25792/stat : 25792 (java) R 25790 25777 24783 0 -1 64 4687 0 1 0 1774 4 0 0 25 0 9 0 2003313397 889270272 37374 996147200 134512640 134550740 4294955952 18446744073709551615 4126574216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25793] ppid=25790 vsize=868428 CPUtime=3.81
/proc/25791/task/25793/stat : 25793 (java) S 25790 25777 24783 0 -1 64 41706 0 0 0 360 21 0 0 16 0 9 0 2003313398 889270272 37374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25794] ppid=25790 vsize=868428 CPUtime=0
/proc/25791/task/25794/stat : 25794 (java) S 25790 25777 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003313398 889270272 37374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25795] ppid=25790 vsize=868428 CPUtime=0
/proc/25791/task/25795/stat : 25795 (java) S 25790 25777 24783 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003313398 889270272 37374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=25791/tid=25796] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25796/stat : 25796 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25797] ppid=25790 vsize=868540 CPUtime=0.33
/proc/25791/task/25797/stat : 25797 (java) S 25790 25777 24783 0 -1 64 1547 0 0 0 32 1 0 0 15 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25798] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25798/stat : 25798 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25799] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25799/stat : 25799 (java) S 25790 25777 24783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 478.45
Current children cumulated vsize (KiB) 887496

[startup+499.103 s]
/proc/loadavg: 2.19 2.11 2.03 3/83 25801
/proc/meminfo: memFree=15912/2055920 swapFree=4180004/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=3.35
/proc/25777/stat : 25777 (sugar) S 25775 25777 24783 0 -1 4194304 974 31960 0 1 3 1 313 18 16 0 1 0 2003313055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25777/statm: 3400 797 370 3 0 500 0
[pid=25790] ppid=25777 vsize=5356 CPUtime=0
/proc/25790/stat : 25790 (sh) S 25777 25777 24783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003313395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25790/statm: 1339 233 193 169 0 50 0
[pid=25791] ppid=25790 vsize=868540 CPUtime=487.68
/proc/25791/stat : 25791 (java) S 25790 25777 24783 0 -1 0 160436 0 1 0 47484 1284 0 0 18 0 9 0 2003313396 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25791/statm: 217135 130880 2566 9 0 211682 0
[pid=25791/tid=25792] ppid=25790 vsize=868540 CPUtime=467.47
/proc/25791/task/25792/stat : 25792 (java) R 25790 25777 24783 0 -1 64 11201 0 1 0 45544 1203 0 0 25 0 9 0 2003313397 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4127029984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25793] ppid=25790 vsize=868540 CPUtime=19.85
/proc/25791/task/25793/stat : 25793 (java) S 25790 25777 24783 0 -1 64 146992 0 0 0 1907 78 0 0 16 0 9 0 2003313398 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25794] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25794/stat : 25794 (java) S 25790 25777 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003313398 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25795] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25795/stat : 25795 (java) S 25790 25777 24783 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003313398 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25796] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25796/stat : 25796 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25797] ppid=25790 vsize=868540 CPUtime=0.33
/proc/25791/task/25797/stat : 25797 (java) S 25790 25777 24783 0 -1 64 1547 0 0 0 32 1 0 0 15 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25798] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25798/stat : 25798 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25799] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25799/stat : 25799 (java) S 25790 25777 24783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 491.03
Current children cumulated vsize (KiB) 887496

[startup+505.503 s]
/proc/loadavg: 2.18 2.10 2.03 3/83 25801
/proc/meminfo: memFree=15208/2055920 swapFree=4180004/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=3.35
/proc/25777/stat : 25777 (sugar) S 25775 25777 24783 0 -1 4194304 974 31960 0 1 3 1 313 18 16 0 1 0 2003313055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25777/statm: 3400 797 370 3 0 500 0
[pid=25790] ppid=25777 vsize=5356 CPUtime=0
/proc/25790/stat : 25790 (sh) S 25777 25777 24783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003313395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25790/statm: 1339 233 193 169 0 50 0
[pid=25791] ppid=25790 vsize=868540 CPUtime=493.97
/proc/25791/stat : 25791 (java) S 25790 25777 24783 0 -1 0 160452 0 1 0 48095 1302 0 0 18 0 9 0 2003313396 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25791/statm: 217135 130880 2566 9 0 211682 0
[pid=25791/tid=25792] ppid=25790 vsize=868540 CPUtime=473.73
/proc/25791/task/25792/stat : 25792 (java) R 25790 25777 24783 0 -1 64 11217 0 1 0 46153 1220 0 0 25 0 9 0 2003313397 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4126897022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25793] ppid=25790 vsize=868540 CPUtime=19.87
/proc/25791/task/25793/stat : 25793 (java) S 25790 25777 24783 0 -1 64 146992 0 0 0 1909 78 0 0 16 0 9 0 2003313398 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25794] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25794/stat : 25794 (java) S 25790 25777 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003313398 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25795] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25795/stat : 25795 (java) S 25790 25777 24783 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003313398 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25796] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25796/stat : 25796 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25797] ppid=25790 vsize=868540 CPUtime=0.33
/proc/25791/task/25797/stat : 25797 (java) S 25790 25777 24783 0 -1 64 1547 0 0 0 32 1 0 0 15 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25798] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25798/stat : 25798 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25799] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25799/stat : 25799 (java) S 25790 25777 24783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 497.32
Current children cumulated vsize (KiB) 887496

[startup+508.703 s]
/proc/loadavg: 2.24 2.12 2.03 3/83 25801
/proc/meminfo: memFree=15592/2055920 swapFree=4180004/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=3.35
/proc/25777/stat : 25777 (sugar) S 25775 25777 24783 0 -1 4194304 974 31960 0 1 3 1 313 18 16 0 1 0 2003313055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25777/statm: 3400 797 370 3 0 500 0
[pid=25790] ppid=25777 vsize=5356 CPUtime=0
/proc/25790/stat : 25790 (sh) S 25777 25777 24783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003313395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25790/statm: 1339 233 193 169 0 50 0
[pid=25791] ppid=25790 vsize=868540 CPUtime=497.1
/proc/25791/stat : 25791 (java) S 25790 25777 24783 0 -1 0 160460 0 1 0 48402 1308 0 0 18 0 9 0 2003313396 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25791/statm: 217135 130880 2566 9 0 211682 0
[pid=25791/tid=25792] ppid=25790 vsize=868540 CPUtime=476.86
/proc/25791/task/25792/stat : 25792 (java) R 25790 25777 24783 0 -1 64 11225 0 1 0 46459 1227 0 0 25 0 9 0 2003313397 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4126489554 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25793] ppid=25790 vsize=868540 CPUtime=19.88
/proc/25791/task/25793/stat : 25793 (java) S 25790 25777 24783 0 -1 64 146992 0 0 0 1910 78 0 0 16 0 9 0 2003313398 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25794] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25794/stat : 25794 (java) S 25790 25777 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003313398 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25795] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25795/stat : 25795 (java) S 25790 25777 24783 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003313398 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25796] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25796/stat : 25796 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25797] ppid=25790 vsize=868540 CPUtime=0.33
/proc/25791/task/25797/stat : 25797 (java) S 25790 25777 24783 0 -1 64 1547 0 0 0 32 1 0 0 15 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25798] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25798/stat : 25798 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25799] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25799/stat : 25799 (java) S 25790 25777 24783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 500.45
Current children cumulated vsize (KiB) 887496

[startup+511.901 s]
/proc/loadavg: 2.30 2.13 2.04 3/83 25801
/proc/meminfo: memFree=15080/2055920 swapFree=4180004/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=3.35
/proc/25777/stat : 25777 (sugar) S 25775 25777 24783 0 -1 4194304 974 31960 0 1 3 1 313 18 16 0 1 0 2003313055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25777/statm: 3400 797 370 3 0 500 0
[pid=25790] ppid=25777 vsize=5356 CPUtime=0
/proc/25790/stat : 25790 (sh) S 25777 25777 24783 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003313395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25790/statm: 1339 233 193 169 0 50 0
[pid=25791] ppid=25790 vsize=868540 CPUtime=500.24
/proc/25791/stat : 25791 (java) S 25790 25777 24783 0 -1 0 160468 0 1 0 48708 1316 0 0 18 0 9 0 2003313396 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25791/statm: 217135 130880 2566 9 0 211682 0
[pid=25791/tid=25792] ppid=25790 vsize=868540 CPUtime=479.98
/proc/25791/task/25792/stat : 25792 (java) R 25790 25777 24783 0 -1 64 11233 0 1 0 46763 1235 0 0 25 0 9 0 2003313397 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25793] ppid=25790 vsize=868540 CPUtime=19.9
/proc/25791/task/25793/stat : 25793 (java) S 25790 25777 24783 0 -1 64 146992 0 0 0 1912 78 0 0 16 0 9 0 2003313398 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25794] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25794/stat : 25794 (java) S 25790 25777 24783 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003313398 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25795] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25795/stat : 25795 (java) S 25790 25777 24783 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003313398 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25796] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25796/stat : 25796 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25797] ppid=25790 vsize=868540 CPUtime=0.33
/proc/25791/task/25797/stat : 25797 (java) S 25790 25777 24783 0 -1 64 1547 0 0 0 32 1 0 0 15 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25798] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25798/stat : 25798 (java) S 25790 25777 24783 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25791/tid=25799] ppid=25790 vsize=868540 CPUtime=0
/proc/25791/task/25799/stat : 25799 (java) S 25790 25777 24783 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003313400 889384960 130880 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 503.59
Current children cumulated vsize (KiB) 887496

[startup+513.501 s]
/proc/loadavg: 2.30 2.13 2.04 3/83 25801
/proc/meminfo: memFree=16296/2055920 swapFree=4180004/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=505.03
/proc/25777/stat : 25777 (sugar) D 25775 25777 24783 0 -1 4194304 996 192728 0 2 3 76 49078 1346 20 0 1 0 2003313055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25777/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 505.03
Current children cumulated vsize (KiB) 13600

[startup+514.302 s]
/proc/loadavg: 2.30 2.13 2.04 2/73 25801
/proc/meminfo: memFree=1955960/2055920 swapFree=4180004/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=505.06
/proc/25777/stat : 25777 (sugar) D 25775 25777 24783 0 -1 4194304 996 192728 0 2 3 79 49078 1346 18 0 1 0 2003313055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25777/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 505.06
Current children cumulated vsize (KiB) 13600

[startup+514.702 s]
/proc/loadavg: 2.30 2.13 2.04 2/73 25801
/proc/meminfo: memFree=1955576/2055920 swapFree=4180004/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=505.08
/proc/25777/stat : 25777 (sugar) D 25775 25777 24783 0 -1 4194304 996 192728 0 2 3 81 49078 1346 18 0 1 0 2003313055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25777/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 505.08
Current children cumulated vsize (KiB) 13600

[startup+514.807 s]
/proc/loadavg: 2.30 2.13 2.04 2/73 25801
/proc/meminfo: memFree=1955576/2055920 swapFree=4180004/4192956
[pid=25777] ppid=25775 vsize=13600 CPUtime=505.08
/proc/25777/stat : 25777 (sugar) D 25775 25777 24783 0 -1 4194304 996 192728 0 2 3 81 49078 1346 18 0 1 0 2003313055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25777/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 505.08
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 514.859
CPU time (s): 505.105
CPU user time (s): 490.821
CPU system time (s): 14.2838
CPU usage (%): 98.1055
Max. virtual memory (cumulated for all children) (KiB): 901636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 490.821
system time used= 14.2838
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193754
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= 26485
involuntary context switches= 28619

runsolver used 0.617906 second user time and 1.79473 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 09:36:29
IDJOB=1087284
IDBENCH=57965
IDSOLVER=346
FILE ID=node23/1087284-1215243388
PBS_JOBID= 7881937
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087284-1215243388/watcher-1087284-1215243388 -o /tmp/evaluation-result-1087284-1215243388/solver-1087284-1215243388 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1087284-1215243388.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 934d5befa5025b948f72904dd764f189
RANDOM SEED=18978831

node23.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.216
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.216
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:       1928096 kB
Buffers:          3076 kB
Cached:          58172 kB
SwapCached:       6548 kB
Active:          57652 kB
Inactive:        19216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1928096 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:           10124 kB
Writeback:           0 kB
Mapped:          23184 kB
Slab:            36328 kB
Committed_AS:  3450652 kB
PageTables:       1724 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= 66532 MiB
End job on node23 at 2008-07-05 09:45:04