Trace number 1086738

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? 1046.79 1060.41

General information on the benchmark

Namecsp/fapp/fapp28/
normalized-fapp28-2800-5.xml
MD5SUM712a20b0506303fd583b688f94b5a45f
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 benchmark44.8502
Satisfiable
(Un)Satisfiability was proved
Number of variables2800
Number of constraints22569
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22569
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Sat Jul  5 08:56:24 2008
0.00/0.16	c 0	PID 31596
0.00/0.16	c 0	HOST node81.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1086738-1215240983.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086738-1215240983.xml' 'HOME/temp.csp'
1.58/1.87	c 2	17 domains, 2800 variables, 8 predicates, 0 relations, 22569 constraints
1.67/1.90	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.67/1.90	c 2	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'
1.67/1.98	c 2	Parsing HOME/temp.csp
2.14/2.41	c 2	parsed 10000 expressions
2.44/2.71	c 2	parsed 20000 expressions
2.54/2.84	c 3	parsed 25394 expressions
2.54/2.85	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.54/2.85	c 3	Converting to clausal form CSP
2.64/2.92	c 3	converted 2540 (10%) expressions
9.57/9.91	c 10	converted 5079 (20%) expressions
16.09/16.54	c 16	converted 7619 (30%) expressions
22.72/23.27	c 23	converted 10158 (40%) expressions
29.33/29.92	c 30	converted 12697 (50%) expressions
35.95/36.70	c 36	converted 15237 (60%) expressions
42.28/43.01	c 43	converted 17776 (70%) expressions
48.53/49.32	c 49	converted 20316 (80%) expressions
55.05/55.99	c 56	converted 22855 (90%) expressions
60.59/61.57	c 61	converted 25394 (100%) expressions
60.59/61.57	c 61	CSP : 9699 integers, 62620 booleans, 150074 clauses, largest domain size 3217
60.59/61.57	c 61	Heap : 106 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.59/61.57	c 61	Propagation in CSP
69.70/70.70	c 70	172220 values, 0 unsatisfiable literals, and 0 valid clauses are removed
69.70/70.71	c 70	CSP : 9699 integers, 62620 booleans, 150074 clauses, largest domain size 3217
69.70/70.71	c 70	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.70/70.75	c 70	Simplifing CSP by introducing new Boolean variables
70.10/71.13	c 71	CSP : 9699 integers, 119398 booleans, 206852 clauses, largest domain size 3217
70.10/71.13	c 71	Heap : 131 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
70.78/71.87	c 72	Encoding CSP to SAT : HOME/temp.cnf
103.12/104.45	c 104	970 (10%) CSP integer variables are encoded (720926 clauses, 12033901 bytes)
135.60/136.92	c 137	1940 (20%) CSP integer variables are encoded (1448343 clauses, 25299359 bytes)
164.18/165.56	c 165	2910 (30%) CSP integer variables are encoded (2381517 clauses, 43029665 bytes)
167.47/168.83	c 169	3880 (40%) CSP integer variables are encoded (5187779 clauses, 96348643 bytes)
170.56/171.97	c 172	4850 (50%) CSP integer variables are encoded (7854239 clauses, 147011383 bytes)
173.97/175.67	c 175	5820 (60%) CSP integer variables are encoded (10646359 clauses, 201365584 bytes)
177.38/179.16	c 179	6790 (70%) CSP integer variables are encoded (13383483 clauses, 258845188 bytes)
180.79/182.63	c 182	7760 (80%) CSP integer variables are encoded (16076947 clauses, 315407932 bytes)
184.20/186.12	c 186	8730 (90%) CSP integer variables are encoded (18787285 clauses, 372325030 bytes)
187.55/189.57	c 189	9699 (100%) CSP integer variables are encoded (21508154 clauses, 429463279 bytes)
447.14/453.43	c 453	20686 (10%) CSP clauses are encoded (39895005 clauses, 889458248 bytes)
642.02/650.63	c 650	41371 (20%) CSP clauses are encoded (55759049 clauses, 1294374369 bytes)
837.68/848.25	c 848	62056 (30%) CSP clauses are encoded (71991725 clauses, 1709114885 bytes)
1046.25/1058.90	c 1059	ERROR Exception Too large HOME/temp.cnf
1046.25/1058.95	c 1059	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
1046.25/1058.95	c 1059	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
1046.25/1058.95	c 1059	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
1046.25/1058.95	s UNKNOWN
1046.26/1059.04	c 1059	CPU 1032.99 (0.03 0.01 1032.96 13.28)
1046.26/1059.04	c 1059	END Sat Jul  5 09:14:03 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-1086738-1215240983/watcher-1086738-1215240983 -o /tmp/evaluation-result-1086738-1215240983/solver-1086738-1215240983 -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-1086738-1215240983.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: 1.92 2.03 2.02 4/83 31596
/proc/meminfo: memFree=101448/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=124 CPUtime=0
/proc/31596/stat : 31596 (sugar) D 31594 31596 31559 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 257086312 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 269804959209 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/31596/statm: 31 23 17 3 0 3 0

[startup+0.0252989 s]
/proc/loadavg: 1.92 2.03 2.02 4/83 31596
/proc/meminfo: memFree=101448/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=124 CPUtime=0
/proc/31596/stat : 31596 (sugar) D 31594 31596 31559 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 257086312 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 269804959209 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/31596/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101311 s]
/proc/loadavg: 1.92 2.03 2.02 4/83 31596
/proc/meminfo: memFree=101448/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=12272 CPUtime=0
/proc/31596/stat : 31596 (sugar) R 31594 31596 31559 0 -1 4194304 404 0 0 0 0 0 0 0 18 0 1 0 257086312 12566528 372 996147200 4194304 4206940 548682068608 18446744073709551615 269827169779 0 0 4224 0 0 0 0 17 0 0 0
/proc/31596/statm: 3068 372 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301333 s]
/proc/loadavg: 1.92 2.03 2.02 4/83 31596
/proc/meminfo: memFree=101448/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=0.03
/proc/31596/stat : 31596 (sugar) S 31594 31596 31559 0 -1 4194304 900 127 0 0 2 1 0 0 17 0 1 0 257086312 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31596/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.703238 s]
/proc/loadavg: 1.92 2.03 2.02 4/83 31596
/proc/meminfo: memFree=101448/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=0.03
/proc/31596/stat : 31596 (sugar) S 31594 31596 31559 0 -1 4194304 900 127 0 0 2 1 0 0 17 0 1 0 257086312 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31596/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50147 s]
/proc/loadavg: 2.01 2.04 2.03 4/94 31608
/proc/meminfo: memFree=75696/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=0.03
/proc/31596/stat : 31596 (sugar) S 31594 31596 31559 0 -1 4194304 900 127 0 0 2 1 0 0 17 0 1 0 257086312 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31596/statm: 3400 796 370 3 0 500 0
[pid=31599] ppid=31596 vsize=5356 CPUtime=0
/proc/31599/stat : 31599 (sh) S 31596 31596 31559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257086329 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31599/statm: 1339 233 193 169 0 50 0
[pid=31600] ppid=31599 vsize=864692 CPUtime=1.25
/proc/31600/stat : 31600 (java) S 31599 31596 31559 0 -1 0 13740 0 1 0 117 8 0 0 18 0 9 0 257086329 885444608 11783 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31600/statm: 216173 11783 2529 9 0 210755 0
[pid=31600/tid=31601] ppid=31599 vsize=864692 CPUtime=0.7
/proc/31600/task/31601/stat : 31601 (java) R 31599 31596 31559 0 -1 64 3038 0 1 0 67 3 0 0 18 0 9 0 257086331 885444608 11783 996147200 134512640 134550740 4294956000 18446744073709551615 4126694003 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31600/tid=31602] ppid=31599 vsize=864692 CPUtime=0.42
/proc/31600/task/31602/stat : 31602 (java) S 31599 31596 31559 0 -1 64 9517 0 0 0 38 4 0 0 16 0 9 0 257086338 885444608 11783 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31600/tid=31603] ppid=31599 vsize=864692 CPUtime=0
/proc/31600/task/31603/stat : 31603 (java) S 31599 31596 31559 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 257086338 885444608 11783 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31600/tid=31604] ppid=31599 vsize=864692 CPUtime=0
/proc/31600/task/31604/stat : 31604 (java) S 31599 31596 31559 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 257086338 885444608 11783 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31600/tid=31605] ppid=31599 vsize=864692 CPUtime=0
/proc/31600/task/31605/stat : 31605 (java) S 31599 31596 31559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 257086340 885444608 11783 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31600/tid=31606] ppid=31599 vsize=864692 CPUtime=0.11
/proc/31600/task/31606/stat : 31606 (java) S 31599 31596 31559 0 -1 64 484 0 0 0 11 0 0 0 16 0 9 0 257086340 885444608 11783 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31600/tid=31607] ppid=31599 vsize=864692 CPUtime=0
/proc/31600/task/31607/stat : 31607 (java) S 31599 31596 31559 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 257086340 885444608 11783 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31600/tid=31608] ppid=31599 vsize=864692 CPUtime=0
/proc/31600/task/31608/stat : 31608 (java) S 31599 31596 31559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257086340 885444608 11783 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 883648

[startup+3.10164 s]
/proc/loadavg: 2.01 2.04 2.03 4/94 31618
/proc/meminfo: memFree=85936/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=1.67
/proc/31596/stat : 31596 (sugar) S 31594 31596 31559 0 -1 4194304 974 14696 0 1 2 1 154 10 15 0 1 0 257086312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31596/statm: 3400 797 370 3 0 500 0
[pid=31609] ppid=31596 vsize=5356 CPUtime=0
/proc/31609/stat : 31609 (sh) S 31596 31596 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257086503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31609/statm: 1339 233 193 169 0 50 0
[pid=31610] ppid=31609 vsize=864384 CPUtime=1.17
/proc/31610/stat : 31610 (java) S 31609 31596 31559 0 -1 0 8040 0 1 0 112 5 0 0 20 0 9 0 257086503 885129216 7067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31610/statm: 216096 7067 2543 9 0 210671 0
[pid=31610/tid=31611] ppid=31609 vsize=864384 CPUtime=0.78
/proc/31610/task/31611/stat : 31611 (java) R 31609 31596 31559 0 -1 64 2711 0 1 0 76 2 0 0 25 0 9 0 257086504 885129216 7067 996147200 134512640 134550740 4294955952 18446744073709551615 4126568544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31612] ppid=31609 vsize=864384 CPUtime=0.25
/proc/31610/task/31612/stat : 31612 (java) S 31609 31596 31559 0 -1 64 4266 0 0 0 23 2 0 0 16 0 9 0 257086505 885129216 7067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31613] ppid=31609 vsize=864384 CPUtime=0
/proc/31610/task/31613/stat : 31613 (java) S 31609 31596 31559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257086505 885129216 7067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31614] ppid=31609 vsize=864384 CPUtime=0
/proc/31610/task/31614/stat : 31614 (java) S 31609 31596 31559 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 257086505 885129216 7067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31615] ppid=31609 vsize=864384 CPUtime=0
/proc/31610/task/31615/stat : 31615 (java) S 31609 31596 31559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 257086507 885129216 7067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31616] ppid=31609 vsize=864384 CPUtime=0.11
/proc/31610/task/31616/stat : 31616 (java) S 31609 31596 31559 0 -1 64 366 0 0 0 11 0 0 0 16 0 9 0 257086507 885129216 7067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31617] ppid=31609 vsize=864384 CPUtime=0
/proc/31610/task/31617/stat : 31617 (java) S 31609 31596 31559 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 257086507 885129216 7067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31618] ppid=31609 vsize=864384 CPUtime=0
/proc/31610/task/31618/stat : 31618 (java) S 31609 31596 31559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257086507 885129216 7067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 883340

[startup+6.30298 s]
/proc/loadavg: 2.01 2.04 2.03 3/94 31618
/proc/meminfo: memFree=58736/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=1.67
/proc/31596/stat : 31596 (sugar) S 31594 31596 31559 0 -1 4194304 974 14696 0 1 2 1 154 10 15 0 1 0 257086312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31596/statm: 3400 797 370 3 0 500 0
[pid=31609] ppid=31596 vsize=5356 CPUtime=0
/proc/31609/stat : 31609 (sh) S 31596 31596 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257086503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31609/statm: 1339 233 193 169 0 50 0
[pid=31610] ppid=31609 vsize=868416 CPUtime=4.33
/proc/31610/stat : 31610 (java) S 31609 31596 31559 0 -1 0 10596 0 1 0 426 7 0 0 20 0 9 0 257086503 889257984 9298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31610/statm: 217104 9298 2542 9 0 211679 0
[pid=31610/tid=31611] ppid=31609 vsize=868416 CPUtime=3.59
/proc/31610/task/31611/stat : 31611 (java) R 31609 31596 31559 0 -1 64 3043 0 1 0 356 3 0 0 25 0 9 0 257086504 889257984 9298 996147200 134512640 134550740 4294955952 18446744073709551615 4126568544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31612] ppid=31609 vsize=868416 CPUtime=0.53
/proc/31610/task/31612/stat : 31612 (java) S 31609 31596 31559 0 -1 64 5427 0 0 0 50 3 0 0 16 0 9 0 257086505 889257984 9298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31613] ppid=31609 vsize=868416 CPUtime=0
/proc/31610/task/31613/stat : 31613 (java) S 31609 31596 31559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257086505 889257984 9298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31614] ppid=31609 vsize=868416 CPUtime=0
/proc/31610/task/31614/stat : 31614 (java) S 31609 31596 31559 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 257086505 889257984 9298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31615] ppid=31609 vsize=868416 CPUtime=0
/proc/31610/task/31615/stat : 31615 (java) S 31609 31596 31559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 257086507 889257984 9298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31616] ppid=31609 vsize=868416 CPUtime=0.2
/proc/31610/task/31616/stat : 31616 (java) S 31609 31596 31559 0 -1 64 1429 0 0 0 20 0 0 0 16 0 9 0 257086507 889257984 9298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31617] ppid=31609 vsize=868416 CPUtime=0
/proc/31610/task/31617/stat : 31617 (java) S 31609 31596 31559 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 257086507 889257984 9298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31618] ppid=31609 vsize=868416 CPUtime=0
/proc/31610/task/31618/stat : 31618 (java) S 31609 31596 31559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257086507 889257984 9298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 887372

[startup+12.7027 s]
/proc/loadavg: 2.08 2.06 2.03 3/94 31618
/proc/meminfo: memFree=34864/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=1.67
/proc/31596/stat : 31596 (sugar) S 31594 31596 31559 0 -1 4194304 974 14696 0 1 2 1 154 10 16 0 1 0 257086312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31596/statm: 3400 797 370 3 0 500 0
[pid=31609] ppid=31596 vsize=5356 CPUtime=0
/proc/31609/stat : 31609 (sh) S 31596 31596 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257086503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31609/statm: 1339 233 193 169 0 50 0
[pid=31610] ppid=31609 vsize=868416 CPUtime=10.67
/proc/31610/stat : 31610 (java) S 31609 31596 31559 0 -1 0 14282 0 1 0 1054 13 0 0 20 0 9 0 257086503 889257984 11628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31610/statm: 217104 11628 2541 9 0 211679 0
[pid=31610/tid=31611] ppid=31609 vsize=868416 CPUtime=9.34
/proc/31610/task/31611/stat : 31611 (java) R 31609 31596 31559 0 -1 64 3548 0 1 0 930 4 0 0 25 0 9 0 257086504 889257984 11628 996147200 134512640 134550740 4294955952 18446744073709551615 4126568612 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31612] ppid=31609 vsize=868416 CPUtime=1.09
/proc/31610/task/31612/stat : 31612 (java) S 31609 31596 31559 0 -1 64 8601 0 0 0 102 7 0 0 16 0 9 0 257086505 889257984 11628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31613] ppid=31609 vsize=868416 CPUtime=0
/proc/31610/task/31613/stat : 31613 (java) S 31609 31596 31559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257086505 889257984 11628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31614] ppid=31609 vsize=868416 CPUtime=0
/proc/31610/task/31614/stat : 31614 (java) S 31609 31596 31559 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 257086505 889257984 11628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31615] ppid=31609 vsize=868416 CPUtime=0
/proc/31610/task/31615/stat : 31615 (java) S 31609 31596 31559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 257086507 889257984 11628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31616] ppid=31609 vsize=868416 CPUtime=0.2
/proc/31610/task/31616/stat : 31616 (java) S 31609 31596 31559 0 -1 64 1436 0 0 0 20 0 0 0 15 0 9 0 257086507 889257984 11628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31617] ppid=31609 vsize=868416 CPUtime=0
/proc/31610/task/31617/stat : 31617 (java) S 31609 31596 31559 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 257086507 889257984 11628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31618] ppid=31609 vsize=868416 CPUtime=0
/proc/31610/task/31618/stat : 31618 (java) S 31609 31596 31559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257086507 889257984 11628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 887372

[startup+25.502 s]
/proc/loadavg: 2.07 2.06 2.03 3/94 31618
/proc/meminfo: memFree=15856/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=1.67
/proc/31596/stat : 31596 (sugar) S 31594 31596 31559 0 -1 4194304 974 14696 0 1 2 1 154 10 16 0 1 0 257086312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31596/statm: 3400 797 370 3 0 500 0
[pid=31609] ppid=31596 vsize=5356 CPUtime=0
/proc/31609/stat : 31609 (sh) S 31596 31596 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257086503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31609/statm: 1339 233 193 169 0 50 0
[pid=31610] ppid=31609 vsize=868416 CPUtime=23.32
/proc/31610/stat : 31610 (java) S 31609 31596 31559 0 -1 0 21155 0 1 0 2311 21 0 0 20 0 9 0 257086503 889257984 16729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31610/statm: 217104 16729 2541 9 0 211679 0
[pid=31610/tid=31611] ppid=31609 vsize=868416 CPUtime=20.99
/proc/31610/task/31611/stat : 31611 (java) R 31609 31596 31559 0 -1 64 4278 0 1 0 2093 6 0 0 25 0 9 0 257086504 889257984 16729 996147200 134512640 134550740 4294955952 18446744073709551615 4126428772 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31612] ppid=31609 vsize=868416 CPUtime=2.09
/proc/31610/task/31612/stat : 31612 (java) S 31609 31596 31559 0 -1 64 14741 0 0 0 196 13 0 0 16 0 9 0 257086505 889257984 16729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31613] ppid=31609 vsize=868416 CPUtime=0
/proc/31610/task/31613/stat : 31613 (java) S 31609 31596 31559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257086505 889257984 16729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31614] ppid=31609 vsize=868416 CPUtime=0
/proc/31610/task/31614/stat : 31614 (java) S 31609 31596 31559 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 257086505 889257984 16729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=31610/tid=31615] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31615/stat : 31615 (java) S 31609 31596 31559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31616] ppid=31609 vsize=868528 CPUtime=0.29
/proc/31610/task/31616/stat : 31616 (java) S 31609 31596 31559 0 -1 64 1486 0 0 0 29 0 0 0 16 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31617] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31617/stat : 31617 (java) S 31609 31596 31559 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31618] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31618/stat : 31618 (java) S 31609 31596 31559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1011.6
Current children cumulated vsize (KiB) 887484

[startup+1036.7 s]
/proc/loadavg: 2.01 2.04 2.01 3/94 31711
/proc/meminfo: memFree=16184/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=1.68
/proc/31596/stat : 31596 (sugar) S 31594 31596 31559 0 -1 4194304 974 14696 0 1 3 1 154 10 16 0 1 0 257086312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31596/statm: 3400 797 370 3 0 500 0
[pid=31609] ppid=31596 vsize=5356 CPUtime=0
/proc/31609/stat : 31609 (sh) S 31596 31596 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257086503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31609/statm: 1339 233 193 169 0 50 0
[pid=31610] ppid=31609 vsize=868528 CPUtime=1022.59
/proc/31610/stat : 31610 (java) S 31609 31596 31559 0 -1 0 52724 0 1 0 100970 1289 0 0 20 0 9 0 257086503 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31610/statm: 217132 40083 2566 9 0 211679 0
[pid=31610/tid=31611] ppid=31609 vsize=868528 CPUtime=1013.04
/proc/31610/task/31611/stat : 31611 (java) R 31609 31596 31559 0 -1 64 10326 0 1 0 100071 1233 0 0 25 0 9 0 257086504 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4127084646 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31612] ppid=31609 vsize=868528 CPUtime=9.22
/proc/31610/task/31612/stat : 31612 (java) S 31609 31596 31559 0 -1 64 40215 0 0 0 868 54 0 0 16 0 9 0 257086505 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31613] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31613/stat : 31613 (java) S 31609 31596 31559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257086505 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31614] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31614/stat : 31614 (java) S 31609 31596 31559 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 257086505 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31615] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31615/stat : 31615 (java) S 31609 31596 31559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31616] ppid=31609 vsize=868528 CPUtime=0.29
/proc/31610/task/31616/stat : 31616 (java) S 31609 31596 31559 0 -1 64 1486 0 0 0 29 0 0 0 16 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31617] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31617/stat : 31617 (java) S 31609 31596 31559 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31618] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31618/stat : 31618 (java) S 31609 31596 31559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1024.27
Current children cumulated vsize (KiB) 887484

[startup+1049.5 s]
/proc/loadavg: 2.01 2.03 2.01 3/94 31711
/proc/meminfo: memFree=15288/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=1.68
/proc/31596/stat : 31596 (sugar) S 31594 31596 31559 0 -1 4194304 974 14696 0 1 3 1 154 10 16 0 1 0 257086312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31596/statm: 3400 797 370 3 0 500 0
[pid=31609] ppid=31596 vsize=5356 CPUtime=0
/proc/31609/stat : 31609 (sh) S 31596 31596 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257086503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31609/statm: 1339 233 193 169 0 50 0
[pid=31610] ppid=31609 vsize=868528 CPUtime=1035.26
/proc/31610/stat : 31610 (java) S 31609 31596 31559 0 -1 0 52776 0 1 0 102222 1304 0 0 20 0 9 0 257086503 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31610/statm: 217132 40083 2566 9 0 211679 0
[pid=31610/tid=31611] ppid=31609 vsize=868528 CPUtime=1025.68
/proc/31610/task/31611/stat : 31611 (java) R 31609 31596 31559 0 -1 64 10378 0 1 0 101320 1248 0 0 25 0 9 0 257086504 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4127082300 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31612] ppid=31609 vsize=868528 CPUtime=9.26
/proc/31610/task/31612/stat : 31612 (java) S 31609 31596 31559 0 -1 64 40215 0 0 0 871 55 0 0 16 0 9 0 257086505 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31613] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31613/stat : 31613 (java) S 31609 31596 31559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257086505 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31614] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31614/stat : 31614 (java) S 31609 31596 31559 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 257086505 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31615] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31615/stat : 31615 (java) S 31609 31596 31559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31616] ppid=31609 vsize=868528 CPUtime=0.29
/proc/31610/task/31616/stat : 31616 (java) S 31609 31596 31559 0 -1 64 1486 0 0 0 29 0 0 0 16 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31617] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31617/stat : 31617 (java) S 31609 31596 31559 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31618] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31618/stat : 31618 (java) S 31609 31596 31559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1036.94
Current children cumulated vsize (KiB) 887484

[startup+1055.9 s]
/proc/loadavg: 2.00 2.03 2.01 3/94 31711
/proc/meminfo: memFree=15736/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=1.68
/proc/31596/stat : 31596 (sugar) S 31594 31596 31559 0 -1 4194304 974 14696 0 1 3 1 154 10 16 0 1 0 257086312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31596/statm: 3400 797 370 3 0 500 0
[pid=31609] ppid=31596 vsize=5356 CPUtime=0
/proc/31609/stat : 31609 (sh) S 31596 31596 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257086503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31609/statm: 1339 233 193 169 0 50 0
[pid=31610] ppid=31609 vsize=868528 CPUtime=1041.61
/proc/31610/stat : 31610 (java) S 31609 31596 31559 0 -1 0 52797 0 1 0 102850 1311 0 0 20 0 9 0 257086503 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31610/statm: 217132 40083 2566 9 0 211679 0
[pid=31610/tid=31611] ppid=31609 vsize=868528 CPUtime=1032.02
/proc/31610/task/31611/stat : 31611 (java) R 31609 31596 31559 0 -1 64 10399 0 1 0 101947 1255 0 0 25 0 9 0 257086504 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4126660141 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31612] ppid=31609 vsize=868528 CPUtime=9.28
/proc/31610/task/31612/stat : 31612 (java) S 31609 31596 31559 0 -1 64 40215 0 0 0 873 55 0 0 16 0 9 0 257086505 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31613] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31613/stat : 31613 (java) S 31609 31596 31559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257086505 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31614] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31614/stat : 31614 (java) S 31609 31596 31559 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 257086505 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31615] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31615/stat : 31615 (java) S 31609 31596 31559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31616] ppid=31609 vsize=868528 CPUtime=0.29
/proc/31610/task/31616/stat : 31616 (java) S 31609 31596 31559 0 -1 64 1486 0 0 0 29 0 0 0 16 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31617] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31617/stat : 31617 (java) S 31609 31596 31559 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31618] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31618/stat : 31618 (java) S 31609 31596 31559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1043.29
Current children cumulated vsize (KiB) 887484

[startup+1057.5 s]
/proc/loadavg: 2.00 2.03 2.01 3/94 31711
/proc/meminfo: memFree=15544/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=1.68
/proc/31596/stat : 31596 (sugar) S 31594 31596 31559 0 -1 4194304 974 14696 0 1 3 1 154 10 16 0 1 0 257086312 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31596/statm: 3400 797 370 3 0 500 0
[pid=31609] ppid=31596 vsize=5356 CPUtime=0
/proc/31609/stat : 31609 (sh) S 31596 31596 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257086503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31609/statm: 1339 233 193 169 0 50 0
[pid=31610] ppid=31609 vsize=868528 CPUtime=1043.2
/proc/31610/stat : 31610 (java) S 31609 31596 31559 0 -1 0 52804 0 1 0 103007 1313 0 0 20 0 9 0 257086503 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31610/statm: 217132 40083 2566 9 0 211679 0
[pid=31610/tid=31611] ppid=31609 vsize=868528 CPUtime=1033.59
/proc/31610/task/31611/stat : 31611 (java) R 31609 31596 31559 0 -1 64 10406 0 1 0 102103 1256 0 0 25 0 9 0 257086504 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4126893841 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31612] ppid=31609 vsize=868528 CPUtime=9.28
/proc/31610/task/31612/stat : 31612 (java) S 31609 31596 31559 0 -1 64 40215 0 0 0 873 55 0 0 16 0 9 0 257086505 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31613] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31613/stat : 31613 (java) S 31609 31596 31559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257086505 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31614] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31614/stat : 31614 (java) S 31609 31596 31559 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 257086505 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31615] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31615/stat : 31615 (java) S 31609 31596 31559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31616] ppid=31609 vsize=868528 CPUtime=0.29
/proc/31610/task/31616/stat : 31616 (java) S 31609 31596 31559 0 -1 64 1486 0 0 0 29 0 0 0 16 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31617] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31617/stat : 31617 (java) S 31609 31596 31559 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31610/tid=31618] ppid=31609 vsize=868528 CPUtime=0
/proc/31610/task/31618/stat : 31618 (java) S 31609 31596 31559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257086507 889372672 40083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1044.88
Current children cumulated vsize (KiB) 887484

[startup+1059.1 s]
/proc/loadavg: 2.00 2.03 2.01 3/94 31711
/proc/meminfo: memFree=15928/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=1046.32
/proc/31596/stat : 31596 (sugar) R 31594 31596 31559 0 -1 4194304 996 67801 0 5 3 5 103296 1328 16 0 1 0 257086312 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 0 0 0 17 1 0 0
/proc/31596/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1046.32
Current children cumulated vsize (KiB) 13600

[startup+1059.9 s]
/proc/loadavg: 2.00 2.03 2.01 3/84 31711
/proc/meminfo: memFree=478692/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=1046.75
/proc/31596/stat : 31596 (sugar) D 31594 31596 31559 0 -1 4194304 996 67801 0 5 3 48 103296 1328 18 0 1 0 257086312 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31596/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1046.75
Current children cumulated vsize (KiB) 13600

[startup+1060.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/84 31711
/proc/meminfo: memFree=970048/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=1046.76
/proc/31596/stat : 31596 (sugar) D 31594 31596 31559 0 -1 4194304 996 67801 0 5 3 49 103296 1328 18 0 1 0 257086312 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31596/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1046.76
Current children cumulated vsize (KiB) 13600

[startup+1060.41 s]
/proc/loadavg: 2.00 2.03 2.01 3/84 31711
/proc/meminfo: memFree=970048/2055920 swapFree=4180000/4192956
[pid=31596] ppid=31594 vsize=13600 CPUtime=1046.76
/proc/31596/stat : 31596 (sugar) D 31594 31596 31559 0 -1 4194304 996 67801 0 5 3 49 103296 1328 18 0 1 0 257086312 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31596/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1046.76
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1060.41
CPU time (s): 1046.79
CPU user time (s): 1033
CPU system time (s): 13.7849
CPU usage (%): 98.7156
Max. virtual memory (cumulated for all children) (KiB): 892500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1033
system time used= 13.7849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68827
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= 67243
involuntary context switches= 77361

runsolver used 1.53077 second user time and 3.37949 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 08:56:24
IDJOB=1086738
IDBENCH=57874
IDSOLVER=346
FILE ID=node81/1086738-1215240983
PBS_JOBID= 7881999
Free space on /tmp= 124964 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp28/normalized-fapp28-2800-5.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-1086738-1215240983/watcher-1086738-1215240983 -o /tmp/evaluation-result-1086738-1215240983/solver-1086738-1215240983 -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-1086738-1215240983.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 712a20b0506303fd583b688f94b5a45f
RANDOM SEED=948548546

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        102120 kB
Buffers:          2560 kB
Cached:        1522416 kB
SwapCached:       5568 kB
Active:        1350064 kB
Inactive:       516200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        102120 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:          206400 kB
Writeback:           0 kB
Mapped:         359764 kB
Slab:            72104 kB
Committed_AS:  1063904 kB
PageTables:       2420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 124936 MiB
End job on node81 at 2008-07-05 09:14:04