Trace number 1086402

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? 1149.87 1163.47

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-1.xml
MD5SUM45601ae44b6d0b6d8dd8e225136d73eb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.1497
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
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:26:15 2008
0.00/0.16	c 0	PID 13592
0.00/0.16	c 0	HOST node62.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1086402-1215239174.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-1086402-1215239174.xml' 'HOME/temp.csp'
2.72/2.94	c 2	22 domains, 2250 variables, 8 predicates, 0 relations, 42699 constraints
2.77/3.00	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.77/3.00	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'
2.77/3.09	c 3	Parsing HOME/temp.csp
3.45/3.73	c 3	parsed 10000 expressions
3.75/4.06	c 4	parsed 20000 expressions
4.15/4.44	c 4	parsed 30000 expressions
4.44/4.72	c 4	parsed 40000 expressions
4.54/4.86	c 4	parsed 44979 expressions
4.54/4.87	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.54/4.87	c 4	Converting to clausal form CSP
11.57/11.94	c 11	converted 4498 (10%) expressions
23.94/24.41	c 24	converted 8996 (20%) expressions
35.72/36.36	c 36	converted 13494 (30%) expressions
47.89/48.69	c 48	converted 17992 (40%) expressions
58.98/59.87	c 59	converted 22490 (50%) expressions
70.07/71.05	c 71	converted 26988 (60%) expressions
82.15/83.27	c 83	converted 31486 (70%) expressions
92.65/93.89	c 93	converted 35984 (80%) expressions
102.83/104.11	c 104	converted 40482 (90%) expressions
112.25/113.68	c 113	converted 44979 (100%) expressions
112.25/113.68	c 113	CSP : 9867 integers, 124520 booleans, 273742 clauses, largest domain size 4133
112.25/113.68	c 113	Heap : 223 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
112.25/113.68	c 113	Propagation in CSP
122.83/124.36	c 124	77700 values, 0 unsatisfiable literals, and 0 valid clauses are removed
122.83/124.36	c 124	CSP : 9867 integers, 124520 booleans, 273742 clauses, largest domain size 4133
122.83/124.37	c 124	Heap : 241 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
122.93/124.46	c 124	Simplifing CSP by introducing new Boolean variables
125.10/126.66	c 126	CSP : 9867 integers, 218678 booleans, 367900 clauses, largest domain size 4133
125.10/126.66	c 126	Heap : 268 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
126.89/128.47	c 128	Encoding CSP to SAT : HOME/temp.cnf
160.77/162.62	c 162	987 (10%) CSP integer variables are encoded (673218 clauses, 11222867 bytes)
194.24/196.41	c 196	1974 (20%) CSP integer variables are encoded (1337956 clauses, 23202240 bytes)
206.80/209.11	c 209	2961 (30%) CSP integer variables are encoded (3960656 clauses, 73033540 bytes)
210.77/213.24	c 213	3947 (40%) CSP integer variables are encoded (7042158 clauses, 131582078 bytes)
215.20/217.71	c 217	4934 (50%) CSP integer variables are encoded (10291397 clauses, 193910078 bytes)
219.59/222.29	c 222	5921 (60%) CSP integer variables are encoded (13497030 clauses, 261228371 bytes)
224.05/226.87	c 226	6907 (70%) CSP integer variables are encoded (16688444 clauses, 328248065 bytes)
228.30/231.27	c 231	7894 (80%) CSP integer variables are encoded (19745083 clauses, 392437484 bytes)
232.58/235.65	c 235	8881 (90%) CSP integer variables are encoded (22798470 clauses, 456558611 bytes)
236.76/239.97	c 239	9867 (100%) CSP integer variables are encoded (25800282 clauses, 519596663 bytes)
714.73/723.57	c 723	36790 (10%) CSP clauses are encoded (57317001 clauses, 1320890577 bytes)
1093.08/1105.97	c 1105	73580 (20%) CSP clauses are encoded (84958147 clauses, 2033931586 bytes)
1148.98/1162.01	c 1162	ERROR Exception Too large HOME/temp.cnf
1148.98/1162.01	c 1162	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
1148.98/1162.01	c 1162	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
1148.98/1162.01	c 1162	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
1148.98/1162.01	s UNKNOWN
1148.98/1162.08	c 1162	CPU 1134.56 (0.03 0.01 1134.53 14.49)
1148.98/1162.08	c 1162	END Sat Jul  5 08:45:37 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-1086402-1215239174/watcher-1086402-1215239174 -o /tmp/evaluation-result-1086402-1215239174/solver-1086402-1215239174 -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-1086402-1215239174.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 1.98 2.02 4/72 13592
/proc/meminfo: memFree=1914096/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=18572 CPUtime=0
/proc/13592/stat : 13592 (runsolver) R 13590 13592 12862 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002889198 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13592/statm: 4643 292 257 25 0 2626 0

[startup+0.010525 s]
/proc/loadavg: 1.92 1.98 2.02 4/72 13592
/proc/meminfo: memFree=1914096/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=18572 CPUtime=0
/proc/13592/stat : 13592 (runsolver) D 13590 13592 12862 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002889198 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 236437695783 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13592/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101547 s]
/proc/loadavg: 1.92 1.98 2.02 4/72 13592
/proc/meminfo: memFree=1914096/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=12272 CPUtime=0
/proc/13592/stat : 13592 (sugar) D 13590 13592 12862 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 2002889198 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/13592/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301593 s]
/proc/loadavg: 1.92 1.98 2.02 4/72 13592
/proc/meminfo: memFree=1914096/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=0.04
/proc/13592/stat : 13592 (sugar) S 13590 13592 12862 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002889198 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13592/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701671 s]
/proc/loadavg: 1.92 1.98 2.02 4/72 13592
/proc/meminfo: memFree=1914096/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=0.04
/proc/13592/stat : 13592 (sugar) S 13590 13592 12862 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002889198 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13592/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50283 s]
/proc/loadavg: 1.92 1.98 2.02 4/83 13604
/proc/meminfo: memFree=1889560/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=0.04
/proc/13592/stat : 13592 (sugar) S 13590 13592 12862 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002889198 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13592/statm: 3400 796 370 3 0 500 0
[pid=13595] ppid=13592 vsize=5356 CPUtime=0
/proc/13595/stat : 13595 (sh) S 13592 13592 12862 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002889214 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13595/statm: 1339 233 193 169 0 50 0
[pid=13596] ppid=13595 vsize=864676 CPUtime=1.31
/proc/13596/stat : 13596 (java) S 13595 13592 12862 0 -1 0 13652 0 1 0 122 9 0 0 18 0 9 0 2002889215 885428224 11708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13596/statm: 216169 11708 2529 9 0 210751 0
[pid=13596/tid=13597] ppid=13595 vsize=864676 CPUtime=0.72
/proc/13596/task/13597/stat : 13597 (java) R 13595 13592 12862 0 -1 64 2968 0 1 0 70 2 0 0 22 0 9 0 2002889216 885428224 11708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13596/tid=13598] ppid=13595 vsize=864676 CPUtime=0.46
/proc/13596/task/13598/stat : 13598 (java) R 13595 13592 12862 0 -1 64 9498 0 0 0 41 5 0 0 16 0 9 0 2002889217 885428224 11708 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13596/tid=13599] ppid=13595 vsize=864676 CPUtime=0
/proc/13596/task/13599/stat : 13599 (java) S 13595 13592 12862 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002889217 885428224 11708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13596/tid=13600] ppid=13595 vsize=864676 CPUtime=0
/proc/13596/task/13600/stat : 13600 (java) S 13595 13592 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002889217 885428224 11708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13596/tid=13601] ppid=13595 vsize=864676 CPUtime=0
/proc/13596/task/13601/stat : 13601 (java) S 13595 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002889220 885428224 11708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13596/tid=13602] ppid=13595 vsize=864676 CPUtime=0.09
/proc/13596/task/13602/stat : 13602 (java) S 13595 13592 12862 0 -1 64 487 0 0 0 9 0 0 0 16 0 9 0 2002889220 885428224 11708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13596/tid=13603] ppid=13595 vsize=864676 CPUtime=0
/proc/13596/task/13603/stat : 13603 (java) S 13595 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002889220 885428224 11708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13596/tid=13604] ppid=13595 vsize=864676 CPUtime=0
/proc/13596/task/13604/stat : 13604 (java) S 13595 13592 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002889220 885428224 11708 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 883632

[startup+3.10214 s]
/proc/loadavg: 1.92 1.98 2.02 4/83 13604
/proc/meminfo: memFree=1854616/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=2.78
/proc/13592/stat : 13592 (sugar) S 13590 13592 12862 0 -1 4194304 973 22609 0 1 3 1 258 16 16 0 1 0 2002889198 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13592/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 13600

[startup+6.30276 s]
/proc/loadavg: 1.93 1.98 2.02 4/83 13614
/proc/meminfo: memFree=1881048/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=2.78
/proc/13592/stat : 13592 (sugar) S 13590 13592 12862 0 -1 4194304 974 22609 0 1 3 1 258 16 15 0 1 0 2002889198 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13592/statm: 3400 797 370 3 0 500 0
[pid=13605] ppid=13592 vsize=5356 CPUtime=0
/proc/13605/stat : 13605 (sh) S 13592 13592 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002889499 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13605/statm: 1339 233 193 169 0 50 0
[pid=13606] ppid=13605 vsize=868404 CPUtime=3.25
/proc/13606/stat : 13606 (java) S 13605 13592 12862 0 -1 0 12319 0 1 0 315 10 0 0 18 0 9 0 2002889499 889245696 10885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13606/statm: 217101 10885 2542 9 0 211676 0
[pid=13606/tid=13607] ppid=13605 vsize=868404 CPUtime=2.28
/proc/13606/task/13607/stat : 13607 (java) R 13605 13592 12862 0 -1 64 3056 0 1 0 225 3 0 0 25 0 9 0 2002889500 889245696 10885 996147200 134512640 134550740 4294955952 18446744073709551615 4126565536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13608] ppid=13605 vsize=868404 CPUtime=0.73
/proc/13606/task/13608/stat : 13608 (java) S 13605 13592 12862 0 -1 64 7106 0 0 0 69 4 0 0 16 0 9 0 2002889501 889245696 10885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13609] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13609/stat : 13609 (java) S 13605 13592 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002889501 889245696 10885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13610] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13610/stat : 13610 (java) S 13605 13592 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002889501 889245696 10885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13611] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13611/stat : 13611 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002889503 889245696 10885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13612] ppid=13605 vsize=868404 CPUtime=0.2
/proc/13606/task/13612/stat : 13612 (java) S 13605 13592 12862 0 -1 64 1461 0 0 0 19 1 0 0 15 0 9 0 2002889503 889245696 10885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13613] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13613/stat : 13613 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002889503 889245696 10885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13614] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13614/stat : 13614 (java) S 13605 13592 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002889503 889245696 10885 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 887360

[startup+12.703 s]
/proc/loadavg: 2.01 2.00 2.02 3/83 13614
/proc/meminfo: memFree=1865496/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=2.78
/proc/13592/stat : 13592 (sugar) S 13590 13592 12862 0 -1 4194304 974 22609 0 1 3 1 258 16 16 0 1 0 2002889198 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13592/statm: 3400 797 370 3 0 500 0
[pid=13605] ppid=13592 vsize=5356 CPUtime=0
/proc/13605/stat : 13605 (sh) S 13592 13592 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002889499 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13605/statm: 1339 233 193 169 0 50 0
[pid=13606] ppid=13605 vsize=868404 CPUtime=9.58
/proc/13606/stat : 13606 (java) S 13605 13592 12862 0 -1 0 15372 0 1 0 943 15 0 0 18 0 9 0 2002889499 889245696 13649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13606/statm: 217101 13649 2542 9 0 211676 0
[pid=13606/tid=13607] ppid=13605 vsize=868404 CPUtime=8.13
/proc/13606/task/13607/stat : 13607 (java) R 13605 13592 12862 0 -1 64 3345 0 1 0 809 4 0 0 25 0 9 0 2002889500 889245696 13649 996147200 134512640 134550740 4294955952 18446744073709551615 4126520284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13608] ppid=13605 vsize=868404 CPUtime=1.19
/proc/13606/task/13608/stat : 13608 (java) S 13605 13592 12862 0 -1 64 9861 0 0 0 111 8 0 0 16 0 9 0 2002889501 889245696 13649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13609] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13609/stat : 13609 (java) S 13605 13592 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002889501 889245696 13649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13610] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13610/stat : 13610 (java) S 13605 13592 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002889501 889245696 13649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13611] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13611/stat : 13611 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002889503 889245696 13649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13612] ppid=13605 vsize=868404 CPUtime=0.22
/proc/13606/task/13612/stat : 13612 (java) S 13605 13592 12862 0 -1 64 1470 0 0 0 21 1 0 0 15 0 9 0 2002889503 889245696 13649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13613] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13613/stat : 13613 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002889503 889245696 13649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13614] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13614/stat : 13614 (java) S 13605 13592 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002889503 889245696 13649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 887360

[startup+25.5025 s]
/proc/loadavg: 2.01 2.00 2.02 3/83 13614
/proc/meminfo: memFree=1842008/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=2.78
/proc/13592/stat : 13592 (sugar) S 13590 13592 12862 0 -1 4194304 974 22609 0 1 3 1 258 16 16 0 1 0 2002889198 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13592/statm: 3400 797 370 3 0 500 0
[pid=13605] ppid=13592 vsize=5356 CPUtime=0
/proc/13605/stat : 13605 (sh) S 13592 13592 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002889499 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13605/statm: 1339 233 193 169 0 50 0
[pid=13606] ppid=13605 vsize=868404 CPUtime=22.25
/proc/13606/stat : 13606 (java) S 13605 13592 12862 0 -1 0 25689 0 1 0 2200 25 0 0 18 0 9 0 2002889499 889245696 19445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13606/statm: 217101 19445 2541 9 0 211676 0
[pid=13606/tid=13607] ppid=13605 vsize=868404 CPUtime=19.61
/proc/13606/task/13607/stat : 13607 (java) R 13605 13592 12862 0 -1 64 3924 0 1 0 1955 6 0 0 25 0 9 0 2002889500 889245696 19445 996147200 134512640 134550740 4294955952 18446744073709551615 4126565536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13608] ppid=13605 vsize=868404 CPUtime=2.37
/proc/13606/task/13608/stat : 13608 (java) S 13605 13592 12862 0 -1 64 19591 0 0 0 221 16 0 0 16 0 9 0 2002889501 889245696 19445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13609] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13609/stat : 13609 (java) S 13605 13592 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002889501 889245696 19445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13610] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13610/stat : 13610 (java) S 13605 13592 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002889501 889245696 19445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13611] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13611/stat : 13611 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002889503 889245696 19445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13612] ppid=13605 vsize=868404 CPUtime=0.24
/proc/13606/task/13612/stat : 13612 (java) S 13605 13592 12862 0 -1 64 1478 0 0 0 23 1 0 0 15 0 9 0 2002889503 889245696 19445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13613] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13613/stat : 13613 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002889503 889245696 19445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13614] ppid=13605 vsize=868404 CPUtime=0
/proc/13606/task/13614/stat : 13614 (java) S 13605 13592 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002889503 889245696 19445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 887360

[startup+51.1025 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 13614
/proc/meminfo: memFree=1786456/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=2.78
/proc/13592/stat : 13592 (sugar) S 13590 13592 12862 0 -1 4194304 974 22609 0 1 3 1 258 16 16 0 1 0 2002889198 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13592/statm: 3400 797 370 3 0 500 0
[pid=13605] ppid=13592 vsize=5356 CPUtime=0
/proc/13605/stat : 13605 (sh) S 13592 13592 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002889499 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13605/statm: 1339 233 193 169 0 50 0
[pid=13606] ppid=13605 vsize=868404 CPUtime=47.58
/proc/13606/stat : 13606 (java) S 13605 13592 12862 0 -1 0 47966 0 1 0 4716 42 0 0 18 0 9 0 2002889499 889245696 33340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=13606/tid=13611] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13611/stat : 13611 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13612] ppid=13605 vsize=868516 CPUtime=0.34
/proc/13606/task/13612/stat : 13612 (java) S 13605 13592 12862 0 -1 64 1526 0 0 0 33 1 0 0 16 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13613] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13613/stat : 13613 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13614] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13614/stat : 13614 (java) S 13605 13592 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1113.41
Current children cumulated vsize (KiB) 887472

[startup+1139.1 s]
/proc/loadavg: 2.07 2.04 2.00 3/83 13644
/proc/meminfo: memFree=16224/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=2.78
/proc/13592/stat : 13592 (sugar) S 13590 13592 12862 0 -1 4194304 974 22609 0 1 3 1 258 16 16 0 1 0 2002889198 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13592/statm: 3400 797 370 3 0 500 0
[pid=13605] ppid=13592 vsize=5356 CPUtime=0
/proc/13605/stat : 13605 (sh) S 13592 13592 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002889499 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13605/statm: 1339 233 193 169 0 50 0
[pid=13606] ppid=13605 vsize=868516 CPUtime=1123.37
/proc/13606/stat : 13606 (java) S 13605 13592 12862 0 -1 0 98005 0 1 0 110940 1397 0 0 18 0 9 0 2002889499 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13606/statm: 217129 76533 2566 9 0 211676 0
[pid=13606/tid=13607] ppid=13605 vsize=868516 CPUtime=1106.52
/proc/13606/task/13607/stat : 13607 (java) R 13605 13592 12862 0 -1 64 10607 0 1 0 109333 1319 0 0 25 0 9 0 2002889500 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13606/tid=13608] ppid=13605 vsize=868516 CPUtime=16.47
/proc/13606/task/13608/stat : 13608 (java) S 13605 13592 12862 0 -1 64 85176 0 0 0 1572 75 0 0 16 0 9 0 2002889501 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13606/tid=13609] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13609/stat : 13609 (java) S 13605 13592 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002889501 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13610] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13610/stat : 13610 (java) S 13605 13592 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002889501 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13611] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13611/stat : 13611 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13612] ppid=13605 vsize=868516 CPUtime=0.34
/proc/13606/task/13612/stat : 13612 (java) S 13605 13592 12862 0 -1 64 1526 0 0 0 33 1 0 0 16 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13613] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13613/stat : 13613 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13614] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13614/stat : 13614 (java) S 13605 13592 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1126.15
Current children cumulated vsize (KiB) 887472

[startup+1151.9 s]
/proc/loadavg: 2.06 2.04 2.00 3/83 13644
/proc/meminfo: memFree=15648/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=2.78
/proc/13592/stat : 13592 (sugar) S 13590 13592 12862 0 -1 4194304 974 22609 0 1 3 1 258 16 16 0 1 0 2002889198 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13592/statm: 3400 797 370 3 0 500 0
[pid=13605] ppid=13592 vsize=5356 CPUtime=0
/proc/13605/stat : 13605 (sh) S 13592 13592 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002889499 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13605/statm: 1339 233 193 169 0 50 0
[pid=13606] ppid=13605 vsize=868516 CPUtime=1136.13
/proc/13606/stat : 13606 (java) S 13605 13592 12862 0 -1 0 98024 0 1 0 112201 1412 0 0 18 0 9 0 2002889499 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13606/statm: 217129 76533 2566 9 0 211676 0
[pid=13606/tid=13607] ppid=13605 vsize=868516 CPUtime=1119.25
/proc/13606/task/13607/stat : 13607 (java) R 13605 13592 12862 0 -1 64 10626 0 1 0 110592 1333 0 0 25 0 9 0 2002889500 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4127081150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13606/tid=13608] ppid=13605 vsize=868516 CPUtime=16.49
/proc/13606/task/13608/stat : 13608 (java) S 13605 13592 12862 0 -1 64 85176 0 0 0 1574 75 0 0 16 0 9 0 2002889501 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13606/tid=13609] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13609/stat : 13609 (java) S 13605 13592 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002889501 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13610] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13610/stat : 13610 (java) S 13605 13592 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002889501 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13611] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13611/stat : 13611 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13612] ppid=13605 vsize=868516 CPUtime=0.34
/proc/13606/task/13612/stat : 13612 (java) S 13605 13592 12862 0 -1 64 1526 0 0 0 33 1 0 0 16 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13613] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13613/stat : 13613 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13614] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13614/stat : 13614 (java) S 13605 13592 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1138.91
Current children cumulated vsize (KiB) 887472

[startup+1158.31 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 13644
/proc/meminfo: memFree=15840/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=2.78
/proc/13592/stat : 13592 (sugar) S 13590 13592 12862 0 -1 4194304 974 22609 0 1 3 1 258 16 16 0 1 0 2002889198 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13592/statm: 3400 797 370 3 0 500 0
[pid=13605] ppid=13592 vsize=5356 CPUtime=0
/proc/13605/stat : 13605 (sh) S 13592 13592 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002889499 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13605/statm: 1339 233 193 169 0 50 0
[pid=13606] ppid=13605 vsize=868516 CPUtime=1142.52
/proc/13606/stat : 13606 (java) S 13605 13592 12862 0 -1 0 98035 0 1 0 112833 1419 0 0 18 0 9 0 2002889499 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13606/statm: 217129 76533 2566 9 0 211676 0
[pid=13606/tid=13607] ppid=13605 vsize=868516 CPUtime=1125.62
/proc/13606/task/13607/stat : 13607 (java) R 13605 13592 12862 0 -1 64 10637 0 1 0 111222 1340 0 0 25 0 9 0 2002889500 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13606/tid=13608] ppid=13605 vsize=868516 CPUtime=16.51
/proc/13606/task/13608/stat : 13608 (java) S 13605 13592 12862 0 -1 64 85176 0 0 0 1576 75 0 0 16 0 9 0 2002889501 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13606/tid=13609] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13609/stat : 13609 (java) S 13605 13592 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002889501 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13610] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13610/stat : 13610 (java) S 13605 13592 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002889501 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13611] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13611/stat : 13611 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13612] ppid=13605 vsize=868516 CPUtime=0.34
/proc/13606/task/13612/stat : 13612 (java) S 13605 13592 12862 0 -1 64 1526 0 0 0 33 1 0 0 16 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13613] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13613/stat : 13613 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13614] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13614/stat : 13614 (java) S 13605 13592 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1145.3
Current children cumulated vsize (KiB) 887472

[startup+1161.5 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 13644
/proc/meminfo: memFree=15840/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=2.78
/proc/13592/stat : 13592 (sugar) S 13590 13592 12862 0 -1 4194304 974 22609 0 1 3 1 258 16 16 0 1 0 2002889198 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13592/statm: 3400 797 370 3 0 500 0
[pid=13605] ppid=13592 vsize=5356 CPUtime=0
/proc/13605/stat : 13605 (sh) S 13592 13592 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002889499 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13605/statm: 1339 233 193 169 0 50 0
[pid=13606] ppid=13605 vsize=868516 CPUtime=1145.7
/proc/13606/stat : 13606 (java) S 13605 13592 12862 0 -1 0 98043 0 1 0 113144 1426 0 0 18 0 9 0 2002889499 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13606/statm: 217129 76533 2566 9 0 211676 0
[pid=13606/tid=13607] ppid=13605 vsize=868516 CPUtime=1128.8
/proc/13606/task/13607/stat : 13607 (java) R 13605 13592 12862 0 -1 64 10645 0 1 0 111533 1347 0 0 25 0 9 0 2002889500 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4127082054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13606/tid=13608] ppid=13605 vsize=868516 CPUtime=16.51
/proc/13606/task/13608/stat : 13608 (java) S 13605 13592 12862 0 -1 64 85176 0 0 0 1576 75 0 0 16 0 9 0 2002889501 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13606/tid=13609] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13609/stat : 13609 (java) S 13605 13592 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002889501 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13610] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13610/stat : 13610 (java) S 13605 13592 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002889501 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13611] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13611/stat : 13611 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13612] ppid=13605 vsize=868516 CPUtime=0.34
/proc/13606/task/13612/stat : 13612 (java) S 13605 13592 12862 0 -1 64 1526 0 0 0 33 1 0 0 16 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13613] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13613/stat : 13613 (java) S 13605 13592 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13606/tid=13614] ppid=13605 vsize=868516 CPUtime=0
/proc/13606/task/13614/stat : 13614 (java) S 13605 13592 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002889503 889360384 76533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1148.48
Current children cumulated vsize (KiB) 887472

[startup+1162.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 13644
/proc/meminfo: memFree=15840/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=1149.25
/proc/13592/stat : 13592 (sugar) R 13590 13592 12862 0 -1 4194304 996 120950 0 2 3 20 113453 1449 18 0 1 0 2002889198 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13592/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1149.25
Current children cumulated vsize (KiB) 13600

[startup+1163.1 s]
/proc/loadavg: 2.04 2.03 2.00 3/73 13644
/proc/meminfo: memFree=1449904/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=1149.83
/proc/13592/stat : 13592 (sugar) D 13590 13592 12862 0 -1 4194304 996 120950 0 2 3 78 113453 1449 18 0 1 0 2002889198 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13592/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1149.83
Current children cumulated vsize (KiB) 13600

[startup+1163.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/73 13644
/proc/meminfo: memFree=1449904/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=1149.84
/proc/13592/stat : 13592 (sugar) D 13590 13592 12862 0 -1 4194304 996 120950 0 2 3 79 113453 1449 18 0 1 0 2002889198 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13592/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1149.84
Current children cumulated vsize (KiB) 13600

[startup+1163.4 s]
/proc/loadavg: 2.04 2.03 2.00 3/73 13644
/proc/meminfo: memFree=1449904/2055920 swapFree=4179416/4192956
[pid=13592] ppid=13590 vsize=13600 CPUtime=1149.85
/proc/13592/stat : 13592 (sugar) D 13590 13592 12862 0 -1 4194304 996 120950 0 2 3 80 113453 1449 18 0 1 0 2002889198 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13592/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1149.85
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1163.47
CPU time (s): 1149.87
CPU user time (s): 1134.57
CPU system time (s): 15.3027
CPU usage (%): 98.8313
Max. virtual memory (cumulated for all children) (KiB): 900172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1134.57
system time used= 15.3027
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121976
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= 49768
involuntary context switches= 69729

runsolver used 1.46078 second user time and 3.99539 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 08:26:14
IDJOB=1086402
IDBENCH=57811
IDSOLVER=346
FILE ID=node62/1086402-1215239174
PBS_JOBID= 7881942
Free space on /tmp= 65248 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp37/normalized-fapp37-2250-1.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-1086402-1215239174/watcher-1086402-1215239174 -o /tmp/evaluation-result-1086402-1215239174/solver-1086402-1215239174 -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-1086402-1215239174.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 45601ae44b6d0b6d8dd8e225136d73eb
RANDOM SEED=547637703

node62.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.259
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.259
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:       1914576 kB
Buffers:          5464 kB
Cached:          53688 kB
SwapCached:       6468 kB
Active:          73744 kB
Inactive:        11928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1914576 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            7280 kB
Writeback:           0 kB
Mapped:          34576 kB
Slab:            40660 kB
Committed_AS:  4157732 kB
PageTables:       1860 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= 65244 MiB
End job on node62 at 2008-07-05 08:45:38