Trace number 1087556

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+picosat? 564.982 569.063

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-6.xml
MD5SUM1169b3633e5b0cb188bdf9777729aa3d
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 benchmark27.6238
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/picosat
0.00/0.13	c 0	BEGIN Sat Jul  5 09:58:14 2008
0.00/0.13	c 0	PID 25092
0.00/0.14	c 0	HOST node22.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1087556-1215244694.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087556-1215244694.xml' 'HOME/temp.csp'
1.27/1.40	c 2	26 domains, 2000 variables, 8 predicates, 0 relations, 18600 constraints
1.27/1.45	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.27/1.45	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.29/1.53	c 2	Parsing HOME/temp.csp
1.29/1.95	c 2	parsed 10000 expressions
2.03/2.27	c 2	parsed 20000 expressions
2.03/2.29	c 2	parsed 20634 expressions
2.03/2.30	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.03/2.30	c 2	Converting to clausal form CSP
2.21/2.46	c 3	converted 2064 (10%) expressions
5.97/6.27	c 6	converted 4127 (20%) expressions
8.94/9.25	c 9	converted 6191 (30%) expressions
12.01/12.39	c 13	converted 8254 (40%) expressions
14.79/15.20	c 15	converted 10317 (50%) expressions
17.85/18.20	c 18	converted 12381 (60%) expressions
20.44/20.84	c 21	converted 14444 (70%) expressions
22.93/23.37	c 24	converted 16508 (80%) expressions
25.32/25.75	c 26	converted 18571 (90%) expressions
28.10/28.54	c 29	converted 20634 (100%) expressions
28.10/28.54	c 29	CSP : 6108 integers, 51656 booleans, 118586 clauses, largest domain size 2895
28.10/28.54	c 29	Heap : 99 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.10/28.54	c 29	Propagation in CSP
31.28/31.75	c 32	169650 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.28/31.76	c 32	CSP : 6108 integers, 51656 booleans, 118586 clauses, largest domain size 2895
31.28/31.76	c 32	Heap : 106 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.28/31.80	c 32	Simplifing CSP by introducing new Boolean variables
31.58/32.08	c 32	CSP : 6108 integers, 94708 booleans, 161638 clauses, largest domain size 2895
31.58/32.08	c 32	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.27/32.79	c 33	Encoding CSP to SAT : HOME/temp.cnf
38.34/38.83	c 39	611 (10%) CSP integer variables are encoded (227176 clauses, 3640439 bytes)
44.21/44.72	c 45	1222 (20%) CSP integer variables are encoded (454769 clauses, 7509520 bytes)
49.98/50.52	c 51	1833 (30%) CSP integer variables are encoded (682814 clauses, 11386285 bytes)
52.77/53.34	c 54	2444 (40%) CSP integer variables are encoded (1842365 clauses, 32787585 bytes)
54.56/55.12	c 55	3054 (50%) CSP integer variables are encoded (3378889 clauses, 61981541 bytes)
56.26/56.86	c 57	3665 (60%) CSP integer variables are encoded (4891616 clauses, 90723354 bytes)
58.03/58.66	c 59	4276 (70%) CSP integer variables are encoded (6445739 clauses, 120251691 bytes)
59.84/60.43	c 61	4887 (80%) CSP integer variables are encoded (7942306 clauses, 148686464 bytes)
61.63/62.27	c 62	5498 (90%) CSP integer variables are encoded (9486705 clauses, 178030045 bytes)
63.49/64.15	c 64	6108 (100%) CSP integer variables are encoded (11002851 clauses, 208853924 bytes)
152.11/153.15	c 153	16164 (10%) CSP clauses are encoded (22848411 clauses, 497236930 bytes)
215.28/216.64	c 217	32328 (20%) CSP clauses are encoded (32466114 clauses, 738078031 bytes)
279.86/281.56	c 282	48492 (30%) CSP clauses are encoded (41935240 clauses, 974759990 bytes)
344.62/346.67	c 347	64656 (40%) CSP clauses are encoded (51956143 clauses, 1228467823 bytes)
402.80/405.17	c 405	80819 (50%) CSP clauses are encoded (60806920 clauses, 1452507312 bytes)
458.81/461.57	c 462	96983 (60%) CSP clauses are encoded (69917289 clauses, 1685505745 bytes)
508.20/511.33	c 512	113147 (70%) CSP clauses are encoded (78159315 clauses, 1897796065 bytes)
553.33/556.84	c 557	129311 (80%) CSP clauses are encoded (85827571 clauses, 2098608834 bytes)
563.95/567.58	c 568	ERROR Exception Too large HOME/temp.cnf
563.95/567.58	c 568	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
563.95/567.58	c 568	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
563.95/567.58	c 568	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
563.95/567.58	s UNKNOWN
564.04/567.66	c 568	CPU 551.51 (0.03 0.01 551.48 12.55)
564.04/567.66	c 568	END Sat Jul  5 10:07:42 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-1087556-1215244694/watcher-1087556-1215244694 -o /tmp/evaluation-result-1087556-1215244694/solver-1087556-1215244694 -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/picosat -tmp=HOME/temp HOME/instance-1087556-1215244694.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25092
/proc/meminfo: memFree=1661144/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=18572 CPUtime=0
/proc/25092/stat : 25092 (runsolver) R 25090 25092 24789 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003443574 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25092/statm: 4643 292 257 25 0 2626 0

[startup+0.0947339 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25092
/proc/meminfo: memFree=1661144/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=12412 CPUtime=0
/proc/25092/stat : 25092 (sugar) D 25090 25092 24789 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 2003443574 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/25092/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101733 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25092
/proc/meminfo: memFree=1661144/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=12412 CPUtime=0
/proc/25092/stat : 25092 (sugar) D 25090 25092 24789 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 2003443574 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/25092/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301762 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25092
/proc/meminfo: memFree=1661144/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=0.03
/proc/25092/stat : 25092 (sugar) S 25090 25092 24789 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 2003443574 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25092/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701822 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 25092
/proc/meminfo: memFree=1661144/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=0.03
/proc/25092/stat : 25092 (sugar) S 25090 25092 24789 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 2003443574 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25092/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50195 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 25104
/proc/meminfo: memFree=1626168/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=1.29
/proc/25092/stat : 25092 (sugar) S 25090 25092 24789 0 -1 4194304 956 13060 0 1 2 1 118 8 17 0 1 0 2003443574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25092/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13600

[startup+3.10218 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25114
/proc/meminfo: memFree=1645176/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=1.29
/proc/25092/stat : 25092 (sugar) S 25090 25092 24789 0 -1 4194304 974 13060 0 1 2 1 118 8 15 0 1 0 2003443574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25092/statm: 3400 797 370 3 0 500 0
[pid=25105] ppid=25092 vsize=5356 CPUtime=0
/proc/25105/stat : 25105 (sh) S 25092 25092 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25105/statm: 1339 233 193 169 0 50 0
[pid=25106] ppid=25105 vsize=868296 CPUtime=1.62
/proc/25106/stat : 25106 (java) S 25105 25092 24789 0 -1 0 8957 0 1 0 157 5 0 0 18 0 9 0 2003443719 889135104 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25106/statm: 217074 7917 2544 9 0 211649 0
[pid=25106/tid=25107] ppid=25105 vsize=868296 CPUtime=1.13
/proc/25106/task/25107/stat : 25107 (java) R 25105 25092 24789 0 -1 64 2728 0 1 0 111 2 0 0 23 0 9 0 2003443720 889135104 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4126570908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25108] ppid=25105 vsize=868296 CPUtime=0.26
/proc/25106/task/25108/stat : 25108 (java) S 25105 25092 24789 0 -1 64 4057 0 0 0 24 2 0 0 16 0 9 0 2003443721 889135104 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25109] ppid=25105 vsize=868296 CPUtime=0
/proc/25106/task/25109/stat : 25109 (java) S 25105 25092 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443721 889135104 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25110] ppid=25105 vsize=868296 CPUtime=0
/proc/25106/task/25110/stat : 25110 (java) S 25105 25092 24789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003443721 889135104 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25111] ppid=25105 vsize=868296 CPUtime=0
/proc/25106/task/25111/stat : 25111 (java) S 25105 25092 24789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003443723 889135104 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25112] ppid=25105 vsize=868296 CPUtime=0.2
/proc/25106/task/25112/stat : 25112 (java) S 25105 25092 24789 0 -1 64 1475 0 0 0 20 0 0 0 15 0 9 0 2003443723 889135104 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25113] ppid=25105 vsize=868296 CPUtime=0
/proc/25106/task/25113/stat : 25113 (java) S 25105 25092 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003443723 889135104 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25114] ppid=25105 vsize=868296 CPUtime=0
/proc/25106/task/25114/stat : 25114 (java) S 25105 25092 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003443723 889135104 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 887252

[startup+6.30265 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25114
/proc/meminfo: memFree=1628536/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=1.29
/proc/25092/stat : 25092 (sugar) S 25090 25092 24789 0 -1 4194304 974 13060 0 1 2 1 118 8 16 0 1 0 2003443574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25092/statm: 3400 797 370 3 0 500 0
[pid=25105] ppid=25092 vsize=5356 CPUtime=0
/proc/25105/stat : 25105 (sh) S 25092 25092 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25105/statm: 1339 233 193 169 0 50 0
[pid=25106] ppid=25105 vsize=868412 CPUtime=4.78
/proc/25106/stat : 25106 (java) S 25105 25092 24789 0 -1 0 14526 0 1 0 469 9 0 0 18 0 9 0 2003443719 889253888 10625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25106/statm: 217103 10625 2541 9 0 211678 0
[pid=25106/tid=25107] ppid=25105 vsize=868412 CPUtime=3.77
/proc/25106/task/25107/stat : 25107 (java) R 25105 25092 24789 0 -1 64 3179 0 1 0 374 3 0 0 25 0 9 0 2003443720 889253888 10625 996147200 134512640 134550740 4294955952 18446744073709551615 4126428772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25108] ppid=25105 vsize=868412 CPUtime=0.77
/proc/25106/task/25108/stat : 25108 (java) S 25105 25092 24789 0 -1 64 9167 0 0 0 73 4 0 0 16 0 9 0 2003443721 889253888 10625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25109] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25109/stat : 25109 (java) S 25105 25092 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443721 889253888 10625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25110] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25110/stat : 25110 (java) S 25105 25092 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443721 889253888 10625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25111] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25111/stat : 25111 (java) S 25105 25092 24789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003443723 889253888 10625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25112] ppid=25105 vsize=868412 CPUtime=0.21
/proc/25106/task/25112/stat : 25112 (java) S 25105 25092 24789 0 -1 64 1483 0 0 0 21 0 0 0 15 0 9 0 2003443723 889253888 10625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25113] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25113/stat : 25113 (java) S 25105 25092 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003443723 889253888 10625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25114] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25114/stat : 25114 (java) S 25105 25092 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003443723 889253888 10625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 887368

[startup+12.7026 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25114
/proc/meminfo: memFree=1604352/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=1.29
/proc/25092/stat : 25092 (sugar) S 25090 25092 24789 0 -1 4194304 974 13060 0 1 2 1 118 8 16 0 1 0 2003443574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25092/statm: 3400 797 370 3 0 500 0
[pid=25105] ppid=25092 vsize=5356 CPUtime=0
/proc/25105/stat : 25105 (sh) S 25092 25092 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25105/statm: 1339 233 193 169 0 50 0
[pid=25106] ppid=25105 vsize=868412 CPUtime=11.12
/proc/25106/stat : 25106 (java) S 25105 25092 24789 0 -1 0 22226 0 1 0 1097 15 0 0 18 0 9 0 2003443719 889253888 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25106/statm: 217103 16151 2541 9 0 211678 0
[pid=25106/tid=25107] ppid=25105 vsize=868412 CPUtime=9.3
/proc/25106/task/25107/stat : 25107 (java) R 25105 25092 24789 0 -1 64 3653 0 1 0 925 5 0 0 25 0 9 0 2003443720 889253888 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4126428738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25108] ppid=25105 vsize=868412 CPUtime=1.57
/proc/25106/task/25108/stat : 25108 (java) S 25105 25092 24789 0 -1 64 16384 0 0 0 149 8 0 0 16 0 9 0 2003443721 889253888 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25109] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25109/stat : 25109 (java) S 25105 25092 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443721 889253888 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25110] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25110/stat : 25110 (java) S 25105 25092 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443721 889253888 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25111] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25111/stat : 25111 (java) S 25105 25092 24789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003443723 889253888 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25112] ppid=25105 vsize=868412 CPUtime=0.22
/proc/25106/task/25112/stat : 25112 (java) S 25105 25092 24789 0 -1 64 1492 0 0 0 22 0 0 0 16 0 9 0 2003443723 889253888 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25113] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25113/stat : 25113 (java) S 25105 25092 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003443723 889253888 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25114] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25114/stat : 25114 (java) S 25105 25092 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003443723 889253888 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 887368

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 25150
/proc/meminfo: memFree=1700032/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=1.3
/proc/25092/stat : 25092 (sugar) S 25090 25092 24789 0 -1 4194304 974 13060 0 1 3 1 118 8 16 0 1 0 2003443574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25092/statm: 3400 797 370 3 0 500 0
[pid=25105] ppid=25092 vsize=5356 CPUtime=0
/proc/25105/stat : 25105 (sh) S 25092 25092 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25105/statm: 1339 233 193 169 0 50 0
[pid=25106] ppid=25105 vsize=868412 CPUtime=23.82
/proc/25106/stat : 25106 (java) S 25105 25092 24789 0 -1 0 35933 0 1 0 2358 24 0 0 18 0 9 0 2003443719 889253888 27666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25106/statm: 217103 27666 2541 9 0 211678 0
[pid=25106/tid=25107] ppid=25105 vsize=868412 CPUtime=20.54
/proc/25106/task/25107/stat : 25107 (java) R 25105 25092 24789 0 -1 64 4321 0 1 0 2048 6 0 0 25 0 9 0 2003443720 889253888 27666 996147200 134512640 134550740 4294955952 18446744073709551615 4126570828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25108] ppid=25105 vsize=868412 CPUtime=3.02
/proc/25106/task/25108/stat : 25108 (java) S 25105 25092 24789 0 -1 64 29422 0 0 0 286 16 0 0 16 0 9 0 2003443721 889253888 27666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25109] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25109/stat : 25109 (java) S 25105 25092 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443721 889253888 27666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25110] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25110/stat : 25110 (java) S 25105 25092 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443721 889253888 27666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25111] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25111/stat : 25111 (java) S 25105 25092 24789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003443723 889253888 27666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25112] ppid=25105 vsize=868412 CPUtime=0.23
/proc/25106/task/25112/stat : 25112 (java) S 25105 25092 24789 0 -1 64 1493 0 0 0 23 0 0 0 16 0 9 0 2003443723 889253888 27666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25113] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25113/stat : 25113 (java) S 25105 25092 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003443723 889253888 27666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25114] ppid=25105 vsize=868412 CPUtime=0
/proc/25106/task/25114/stat : 25114 (java) S 25105 25092 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003443723 889253888 27666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 887368

[startup+51.1012 s]
/proc/loadavg: 2.14 2.03 2.01 4/83 25181
/proc/meminfo: memFree=1740360/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=1.3
/proc/25092/stat : 25092 (sugar) S 25090 25092 24789 0 -1 4194304 974 13060 0 1 3 1 118 8 16 0 1 0 2003443574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25092/statm: 3400 797 370 3 0 500 0
[pid=25105] ppid=25092 vsize=5356 CPUtime=0
/proc/25105/stat : 25105 (sh) S 25092 25092 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25105/statm: 1339 233 193 169 0 50 0
[pid=25106] ppid=25105 vsize=868524 CPUtime=49.27
/proc/25106/stat : 25106 (java) S 25105 25092 24789 0 -1 0 47344 0 1 0 4889 38 0 0 18 0 9 0 2003443719 889368576 36354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=25106/tid=25111] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25111/stat : 25111 (java) S 25105 25092 24789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25112] ppid=25105 vsize=868524 CPUtime=0.32
/proc/25106/task/25112/stat : 25112 (java) S 25105 25092 24789 0 -1 64 1539 0 0 0 31 1 0 0 16 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25106/tid=25113] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25113/stat : 25113 (java) S 25105 25092 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25114] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25114/stat : 25114 (java) S 25105 25092 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 534.18
Current children cumulated vsize (KiB) 887480

[startup+550.303 s]
/proc/loadavg: 2.09 2.09 2.05 3/83 25187
/proc/meminfo: memFree=15120/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=1.3
/proc/25092/stat : 25092 (sugar) S 25090 25092 24789 0 -1 4194304 974 13060 0 1 3 1 118 8 16 0 1 0 2003443574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25092/statm: 3400 797 370 3 0 500 0
[pid=25105] ppid=25092 vsize=5356 CPUtime=0
/proc/25105/stat : 25105 (sh) S 25092 25092 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25105/statm: 1339 233 193 169 0 50 0
[pid=25106] ppid=25105 vsize=868524 CPUtime=545.59
/proc/25106/stat : 25106 (java) S 25105 25092 24789 0 -1 0 51831 0 1 0 53356 1203 0 0 18 0 9 0 2003443719 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25106/statm: 217131 36367 2566 9 0 211678 0
[pid=25106/tid=25107] ppid=25105 vsize=868524 CPUtime=537.51
/proc/25106/task/25107/stat : 25107 (java) R 25105 25092 24789 0 -1 64 9640 0 1 0 52601 1150 0 0 25 0 9 0 2003443720 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4127116732 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25106/tid=25108] ppid=25105 vsize=868524 CPUtime=7.73
/proc/25106/task/25108/stat : 25108 (java) S 25105 25092 24789 0 -1 64 39955 0 0 0 722 51 0 0 16 0 9 0 2003443721 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25106/tid=25109] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25109/stat : 25109 (java) S 25105 25092 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443721 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25110] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25110/stat : 25110 (java) S 25105 25092 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443721 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25111] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25111/stat : 25111 (java) S 25105 25092 24789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25112] ppid=25105 vsize=868524 CPUtime=0.32
/proc/25106/task/25112/stat : 25112 (java) S 25105 25092 24789 0 -1 64 1539 0 0 0 31 1 0 0 16 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25106/tid=25113] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25113/stat : 25113 (java) S 25105 25092 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25114] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25114/stat : 25114 (java) S 25105 25092 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 546.89
Current children cumulated vsize (KiB) 887480

[startup+556.703 s]
/proc/loadavg: 2.08 2.09 2.05 3/83 25187
/proc/meminfo: memFree=15312/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=1.3
/proc/25092/stat : 25092 (sugar) S 25090 25092 24789 0 -1 4194304 974 13060 0 1 3 1 118 8 16 0 1 0 2003443574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25092/statm: 3400 797 370 3 0 500 0
[pid=25105] ppid=25092 vsize=5356 CPUtime=0
/proc/25105/stat : 25105 (sh) S 25092 25092 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25105/statm: 1339 233 193 169 0 50 0
[pid=25106] ppid=25105 vsize=868524 CPUtime=551.93
/proc/25106/stat : 25106 (java) S 25105 25092 24789 0 -1 0 51891 0 1 0 53975 1218 0 0 18 0 9 0 2003443719 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25106/statm: 217131 36367 2566 9 0 211678 0
[pid=25106/tid=25107] ppid=25105 vsize=868524 CPUtime=543.81
/proc/25106/task/25107/stat : 25107 (java) R 25105 25092 24789 0 -1 64 9700 0 1 0 53217 1164 0 0 25 0 9 0 2003443720 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4126638198 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25106/tid=25108] ppid=25105 vsize=868524 CPUtime=7.77
/proc/25106/task/25108/stat : 25108 (java) S 25105 25092 24789 0 -1 64 39955 0 0 0 726 51 0 0 16 0 9 0 2003443721 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25106/tid=25109] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25109/stat : 25109 (java) S 25105 25092 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443721 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25110] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25110/stat : 25110 (java) S 25105 25092 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443721 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25111] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25111/stat : 25111 (java) S 25105 25092 24789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25112] ppid=25105 vsize=868524 CPUtime=0.32
/proc/25106/task/25112/stat : 25112 (java) S 25105 25092 24789 0 -1 64 1539 0 0 0 31 1 0 0 16 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25106/tid=25113] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25113/stat : 25113 (java) S 25105 25092 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25114] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25114/stat : 25114 (java) S 25105 25092 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 553.23
Current children cumulated vsize (KiB) 887480

[startup+563.103 s]
/proc/loadavg: 2.07 2.09 2.04 3/83 25187
/proc/meminfo: memFree=15504/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=1.3
/proc/25092/stat : 25092 (sugar) S 25090 25092 24789 0 -1 4194304 974 13060 0 1 3 1 118 8 16 0 1 0 2003443574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25092/statm: 3400 797 370 3 0 500 0
[pid=25105] ppid=25092 vsize=5356 CPUtime=0
/proc/25105/stat : 25105 (sh) S 25092 25092 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25105/statm: 1339 233 193 169 0 50 0
[pid=25106] ppid=25105 vsize=868524 CPUtime=558.29
/proc/25106/stat : 25106 (java) S 25105 25092 24789 0 -1 0 51953 0 1 0 54596 1233 0 0 18 0 9 0 2003443719 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25106/statm: 217131 36367 2566 9 0 211678 0
[pid=25106/tid=25107] ppid=25105 vsize=868524 CPUtime=550.15
/proc/25106/task/25107/stat : 25107 (java) R 25105 25092 24789 0 -1 64 9762 0 1 0 53835 1180 0 0 25 0 9 0 2003443720 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25106/tid=25108] ppid=25105 vsize=868524 CPUtime=7.8
/proc/25106/task/25108/stat : 25108 (java) S 25105 25092 24789 0 -1 64 39955 0 0 0 729 51 0 0 16 0 9 0 2003443721 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25106/tid=25109] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25109/stat : 25109 (java) S 25105 25092 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443721 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25110] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25110/stat : 25110 (java) S 25105 25092 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443721 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25111] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25111/stat : 25111 (java) S 25105 25092 24789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25112] ppid=25105 vsize=868524 CPUtime=0.32
/proc/25106/task/25112/stat : 25112 (java) S 25105 25092 24789 0 -1 64 1539 0 0 0 31 1 0 0 16 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25106/tid=25113] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25113/stat : 25113 (java) S 25105 25092 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25114] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25114/stat : 25114 (java) S 25105 25092 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 559.59
Current children cumulated vsize (KiB) 887480

[startup+566.302 s]
/proc/loadavg: 2.07 2.09 2.04 3/83 25187
/proc/meminfo: memFree=14928/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=1.3
/proc/25092/stat : 25092 (sugar) S 25090 25092 24789 0 -1 4194304 974 13060 0 1 3 1 118 8 16 0 1 0 2003443574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25092/statm: 3400 797 370 3 0 500 0
[pid=25105] ppid=25092 vsize=5356 CPUtime=0
/proc/25105/stat : 25105 (sh) S 25092 25092 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25105/statm: 1339 233 193 169 0 50 0
[pid=25106] ppid=25105 vsize=868524 CPUtime=561.45
/proc/25106/stat : 25106 (java) S 25105 25092 24789 0 -1 0 51981 0 1 0 54905 1240 0 0 18 0 9 0 2003443719 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25106/statm: 217131 36367 2566 9 0 211678 0
[pid=25106/tid=25107] ppid=25105 vsize=868524 CPUtime=553.28
/proc/25106/task/25107/stat : 25107 (java) R 25105 25092 24789 0 -1 64 9790 0 1 0 54142 1186 0 0 25 0 9 0 2003443720 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25106/tid=25108] ppid=25105 vsize=868524 CPUtime=7.82
/proc/25106/task/25108/stat : 25108 (java) S 25105 25092 24789 0 -1 64 39955 0 0 0 730 52 0 0 16 0 9 0 2003443721 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25106/tid=25109] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25109/stat : 25109 (java) S 25105 25092 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443721 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25110] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25110/stat : 25110 (java) S 25105 25092 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443721 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25111] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25111/stat : 25111 (java) S 25105 25092 24789 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25112] ppid=25105 vsize=868524 CPUtime=0.32
/proc/25106/task/25112/stat : 25112 (java) S 25105 25092 24789 0 -1 64 1539 0 0 0 31 1 0 0 16 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25106/tid=25113] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25113/stat : 25113 (java) S 25105 25092 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25106/tid=25114] ppid=25105 vsize=868524 CPUtime=0
/proc/25106/task/25114/stat : 25114 (java) S 25105 25092 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003443723 889368576 36367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.75
Current children cumulated vsize (KiB) 887480

[startup+567.901 s]
/proc/loadavg: 2.14 2.10 2.05 3/83 25187
/proc/meminfo: memFree=15120/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=564.27
/proc/25092/stat : 25092 (sugar) R 25090 25092 24789 0 -1 4194304 996 65353 0 2 3 21 55148 1255 18 0 1 0 2003443574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25092/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 564.27
Current children cumulated vsize (KiB) 13600

[startup+568.705 s]
/proc/loadavg: 2.14 2.10 2.05 2/73 25187
/proc/meminfo: memFree=1917216/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=564.94
/proc/25092/stat : 25092 (sugar) D 25090 25092 24789 0 -1 4194304 996 65353 0 2 3 88 55148 1255 18 0 1 0 2003443574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25092/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 564.94
Current children cumulated vsize (KiB) 13600

[startup+568.901 s]
/proc/loadavg: 2.14 2.10 2.05 2/73 25187
/proc/meminfo: memFree=1917216/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=564.95
/proc/25092/stat : 25092 (sugar) D 25090 25092 24789 0 -1 4194304 996 65353 0 2 3 89 55148 1255 18 0 1 0 2003443574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25092/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 564.95
Current children cumulated vsize (KiB) 13600

[startup+569.002 s]
/proc/loadavg: 2.14 2.10 2.05 2/73 25187
/proc/meminfo: memFree=1917216/2055920 swapFree=4180256/4192956
[pid=25092] ppid=25090 vsize=13600 CPUtime=564.95
/proc/25092/stat : 25092 (sugar) D 25090 25092 24789 0 -1 4194304 996 65353 0 2 3 89 55148 1255 18 0 1 0 2003443574 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25092/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 564.95
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 569.063
CPU time (s): 564.982
CPU user time (s): 551.515
CPU system time (s): 13.467
CPU usage (%): 99.2829
Max. virtual memory (cumulated for all children) (KiB): 892748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 551.515
system time used= 13.467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66379
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= 53085
involuntary context switches= 46873

runsolver used 0.701893 second user time and 1.91971 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-05 09:58:14
IDJOB=1087556
IDBENCH=58017
IDSOLVER=345
FILE ID=node22/1087556-1215244694
PBS_JOBID= 7881994
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp36/normalized-fapp36-2000-6.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087556-1215244694/watcher-1087556-1215244694 -o /tmp/evaluation-result-1087556-1215244694/solver-1087556-1215244694 -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/picosat" -tmp="HOME/temp" HOME/instance-1087556-1215244694.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1169b3633e5b0cb188bdf9777729aa3d
RANDOM SEED=1642678643

node22.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.267
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.267
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:       1661624 kB
Buffers:          6116 kB
Cached:          95236 kB
SwapCached:       6564 kB
Active:         284672 kB
Inactive:        58392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661624 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            3900 kB
Writeback:           0 kB
Mapped:         249108 kB
Slab:            36284 kB
Committed_AS:  3673944 kB
PageTables:       2184 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66456 MiB
End job on node22 at 2008-07-05 10:07:43