Trace number 2083259

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.14.6+minisat? 283.044 291.484

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-3.xml
MD5SUMc4f7d55d5a43c8200b930ee86154a2fb
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 benchmark25.4641
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data

0.06/0.31	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.31	c 0	BEGIN Sun Jul 12 07:38:13 2009
0.06/0.31	c 0	PID 24187
0.06/0.32	c 0	HOST node31.alineos.net
0.06/0.32	c 0	CONVERTING HOME/instance-2083259-1247377092.xml TO HOME/temp.csp
0.06/0.32	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083259-1247377092.xml' 'HOME/temp.csp'
1.51/1.88	c 1	17 domains, 2300 variables, 8 predicates, 0 relations, 24253 constraints
1.60/1.90	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.60/1.90	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.60/1.98	c 2	Parsing HOME/temp.csp
1.79/2.16	c 2	parsed 10000 expressions
1.97/2.32	c 2	parsed 20000 expressions
2.08/2.45	c 2	parsed 26578 expressions
2.08/2.46	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.08/2.46	c 2	Converting to clausal form CSP
2.87/3.29	c 3	converted 2658 (10%) expressions
6.63/7.09	c 7	converted 5316 (20%) expressions
10.18/10.62	c 10	converted 7974 (30%) expressions
13.15/13.68	c 13	converted 10632 (40%) expressions
16.21/16.70	c 16	converted 13289 (50%) expressions
19.58/20.12	c 20	converted 15947 (60%) expressions
22.46/23.04	c 23	converted 18605 (70%) expressions
25.22/25.81	c 25	converted 21263 (80%) expressions
28.22/28.86	c 28	converted 23921 (90%) expressions
30.32/30.93	c 31	converted 26578 (100%) expressions
30.32/30.94	c 31	CSP : 8122 integers, 67586 booleans, 156213 clauses, largest domain size 2821
30.32/30.94	c 31	Heap : 121 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.32/30.94	c 31	Propagation in CSP
32.92/33.59	c 33	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
32.92/33.60	c 33	CSP : 8122 integers, 67586 booleans, 156213 clauses, largest domain size 2821
32.92/33.60	c 33	Heap : 118 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.03/33.65	c 33	Simplifing CSP by introducing new Boolean variables
33.33/33.98	c 34	CSP : 8122 integers, 126504 booleans, 215131 clauses, largest domain size 2821
33.33/33.98	c 34	Heap : 135 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.23/34.82	c 34	Encoding CSP to SAT : HOME/temp.cnf
38.62/39.26	c 39	813 (10%) CSP integer variables are encoded (222470 clauses, 3560673 bytes)
43.01/43.68	c 43	1625 (20%) CSP integer variables are encoded (446478 clauses, 7368809 bytes)
47.01/47.70	c 47	2437 (30%) CSP integer variables are encoded (971952 clauses, 16301867 bytes)
49.40/50.06	c 50	3249 (40%) CSP integer variables are encoded (3017618 clauses, 55118322 bytes)
51.78/52.45	c 52	4061 (50%) CSP integer variables are encoded (5084576 clauses, 94390524 bytes)
54.18/54.88	c 54	4874 (60%) CSP integer variables are encoded (7181173 clauses, 134225867 bytes)
56.65/57.36	c 57	5686 (70%) CSP integer variables are encoded (9253697 clauses, 173603823 bytes)
59.21/60.11	c 60	6498 (80%) CSP integer variables are encoded (11328499 clauses, 215694020 bytes)
61.76/62.73	c 62	7310 (90%) CSP integer variables are encoded (13404527 clauses, 259290608 bytes)
64.32/65.30	c 65	8122 (100%) CSP integer variables are encoded (15463053 clauses, 302519654 bytes)
85.12/86.77	c 86	21514 (10%) CSP clauses are encoded (21201836 clauses, 457567026 bytes)
106.37/108.56	c 108	43027 (20%) CSP clauses are encoded (27280991 clauses, 624848951 bytes)
128.03/130.62	c 130	64540 (30%) CSP clauses are encoded (33495447 clauses, 796055255 bytes)
149.86/153.09	c 153	86053 (40%) CSP clauses are encoded (39796989 clauses, 970655435 bytes)
172.31/175.95	c 176	107566 (50%) CSP clauses are encoded (46409104 clauses, 1153737630 bytes)
194.99/199.27	c 199	129079 (60%) CSP clauses are encoded (53231559 clauses, 1349575192 bytes)
217.50/222.77	c 222	150592 (70%) CSP clauses are encoded (60014712 clauses, 1547781561 bytes)
238.68/244.40	c 244	172105 (80%) CSP clauses are encoded (66436817 clauses, 1736596460 bytes)
260.68/267.37	c 267	193618 (90%) CSP clauses are encoded (73463249 clauses, 1944379321 bytes)
282.05/289.25	c 289	215131 (100%) CSP clauses are encoded (80549769 clauses, 2154341424 bytes)
282.05/289.25	c 289	215131 CSP clauses encoded
282.05/289.27	c 289	Writing map file : HOME/temp.map
282.27/289.51	c 289	Heap : 110 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
282.27/289.51	c 289	SAT : 15597679 SAT variables, 80549769 SAT clauses, 2154341424 bytes
282.27/289.51	c 289	Heap : 110 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
282.27/289.59	c 289	SOLVING HOME/temp.cnf
282.27/289.59	c 289	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
282.35/289.73	c 289	This is MiniSat 2.0 beta
282.35/289.73	c 289	WARNING: for repeatability, setting FPU to use double precision
282.35/289.73	c 289	ERROR! Could not open file: HOME/temp.cnf
282.35/289.73	c 289	DECODING HOME/temp.out WITH HOME/temp.map
282.35/289.73	c ERROR no output file HOME/temp.out
282.35/289.73	s UNKNOWN
282.35/289.73	c 289	CPU 282.36 (0.07 0.03 268.98 13.28)
282.35/289.73	c 289	END Sun Jul 12 07:43:02 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083259-1247377092/watcher-2083259-1247377092 -o /tmp/evaluation-result-2083259-1247377092/solver-2083259-1247377092 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083259-1247377092.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.89 2.48 2.21 4/80 24187
/proc/meminfo: memFree=1640168/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=18576 CPUtime=0
/proc/24187/stat : 24187 (runsolver) D 24185 24187 19700 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24775380 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 225612197159 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24187/statm: 4644 284 249 26 0 2626 0

[startup+0.00886104 s]
/proc/loadavg: 2.89 2.48 2.21 4/80 24187
/proc/meminfo: memFree=1640168/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=18576 CPUtime=0
/proc/24187/stat : 24187 (runsolver) D 24185 24187 19700 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24775380 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 225612197159 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24187/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.102871 s]
/proc/loadavg: 2.89 2.48 2.21 4/80 24187
/proc/meminfo: memFree=1640168/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=12268 CPUtime=0
/proc/24187/stat : 24187 (sugar) D 24185 24187 19700 0 -1 4194304 344 0 4 0 0 0 0 0 18 0 1 0 24775380 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 225612364389 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24187/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.302902 s]
/proc/loadavg: 2.89 2.48 2.21 4/80 24187
/proc/meminfo: memFree=1640168/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16344 CPUtime=0.06
/proc/24187/stat : 24187 (sugar) R 24185 24187 19700 0 -1 4194304 1008 0 6 0 4 2 0 0 18 0 1 0 24775380 16736256 982 996147200 4194304 4206940 548682068608 18446744073709551615 225612040829 0 0 4224 0 0 0 0 17 1 0 0
/proc/24187/statm: 4086 982 380 3 0 665 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16344

[startup+0.701928 s]
/proc/loadavg: 2.89 2.48 2.21 4/80 24187
/proc/meminfo: memFree=1640168/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=0.07
/proc/24187/stat : 24187 (sugar) S 24185 24187 19700 0 -1 4194304 1221 127 6 1 5 2 0 0 18 0 1 0 24775380 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50199 s]
/proc/loadavg: 2.89 2.48 2.21 3/91 24199
/proc/meminfo: memFree=1614416/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=0.07
/proc/24187/stat : 24187 (sugar) S 24185 24187 19700 0 -1 4194304 1221 127 6 1 5 2 0 0 18 0 1 0 24775380 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1111 409 3 0 796 0
[pid=24190] ppid=24187 vsize=5356 CPUtime=0
/proc/24190/stat : 24190 (sh) S 24187 24187 19700 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 24775413 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24190/statm: 1339 233 193 169 0 50 0
[pid=24191] ppid=24190 vsize=864756 CPUtime=1.15
/proc/24191/stat : 24191 (java) S 24190 24187 19700 0 -1 0 14523 0 1 0 106 9 0 0 18 0 9 0 24775413 885510144 12551 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24191/statm: 216189 12551 2556 9 0 210701 0
[pid=24191/tid=24192] ppid=24190 vsize=864756 CPUtime=0.56
/proc/24191/task/24192/stat : 24192 (java) R 24190 24187 19700 0 -1 64 3072 0 1 0 54 2 0 0 24 0 9 0 24775414 885510144 12551 996147200 134512640 134550932 4294955984 18446744073709551615 4126737361 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24191/tid=24193] ppid=24190 vsize=864756 CPUtime=0.43
/proc/24191/task/24193/stat : 24193 (java) S 24190 24187 19700 0 -1 64 10232 0 0 0 38 5 0 0 16 0 9 0 24775415 885510144 12551 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24191/tid=24194] ppid=24190 vsize=864756 CPUtime=0
/proc/24191/task/24194/stat : 24194 (java) S 24190 24187 19700 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24775416 885510144 12551 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24191/tid=24195] ppid=24190 vsize=864756 CPUtime=0
/proc/24191/task/24195/stat : 24195 (java) S 24190 24187 19700 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24775416 885510144 12551 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24191/tid=24196] ppid=24190 vsize=864756 CPUtime=0
/proc/24191/task/24196/stat : 24196 (java) S 24190 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24775418 885510144 12551 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24191/tid=24197] ppid=24190 vsize=864756 CPUtime=0.12
/proc/24191/task/24197/stat : 24197 (java) S 24190 24187 19700 0 -1 64 515 0 0 0 12 0 0 0 16 0 9 0 24775418 885510144 12551 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24191/tid=24198] ppid=24190 vsize=864756 CPUtime=0
/proc/24191/task/24198/stat : 24198 (java) S 24190 24187 19700 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24775418 885510144 12551 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24191/tid=24199] ppid=24190 vsize=864756 CPUtime=0
/proc/24191/task/24199/stat : 24199 (java) S 24190 24187 19700 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24775418 885510144 12551 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 886980

[startup+3.10213 s]
/proc/loadavg: 2.89 2.48 2.21 4/91 24209
/proc/meminfo: memFree=1628624/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.6
/proc/24187/stat : 24187 (sugar) S 24185 24187 19700 0 -1 4194304 1303 15266 6 2 5 2 143 10 15 0 1 0 24775380 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1111 409 3 0 796 0
[pid=24200] ppid=24187 vsize=5356 CPUtime=0
/proc/24200/stat : 24200 (sh) S 24187 24187 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24200/statm: 1339 233 193 169 0 50 0
[pid=24201] ppid=24200 vsize=868668 CPUtime=1.17
/proc/24201/stat : 24201 (java) S 24200 24187 19700 0 -1 0 9401 0 1 0 112 5 0 0 18 0 9 0 24775571 889516032 8502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24201/statm: 217167 8502 2570 9 0 211672 0
[pid=24201/tid=24202] ppid=24200 vsize=868668 CPUtime=0.74
/proc/24201/task/24202/stat : 24202 (java) R 24200 24187 19700 0 -1 64 2623 0 1 0 73 1 0 0 21 0 9 0 24775572 889516032 8502 996147200 134512640 134550932 4294955936 18446744073709551615 4126509166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24203] ppid=24200 vsize=868668 CPUtime=0.22
/proc/24201/task/24203/stat : 24203 (java) S 24200 24187 19700 0 -1 64 4597 0 0 0 21 1 0 0 16 0 9 0 24775573 889516032 8502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24204] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24204/stat : 24204 (java) S 24200 24187 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24775573 889516032 8502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24205] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24205/stat : 24205 (java) S 24200 24187 19700 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24775573 889516032 8502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24206] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24206/stat : 24206 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24775575 889516032 8502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24207] ppid=24200 vsize=868668 CPUtime=0.18
/proc/24201/task/24207/stat : 24207 (java) S 24200 24187 19700 0 -1 64 1478 0 0 0 17 1 0 0 15 0 9 0 24775575 889516032 8502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24208] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24208/stat : 24208 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775575 889516032 8502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24209] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24209/stat : 24209 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775575 889516032 8502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 890892

[startup+6.30273 s]
/proc/loadavg: 2.82 2.47 2.21 3/91 24209
/proc/meminfo: memFree=1558224/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.6
/proc/24187/stat : 24187 (sugar) S 24185 24187 19700 0 -1 4194304 1303 15266 6 2 5 2 143 10 15 0 1 0 24775380 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1111 409 3 0 796 0
[pid=24200] ppid=24187 vsize=5356 CPUtime=0
/proc/24200/stat : 24200 (sh) S 24187 24187 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24200/statm: 1339 233 193 169 0 50 0
[pid=24201] ppid=24200 vsize=868668 CPUtime=4.33
/proc/24201/stat : 24201 (java) S 24200 24187 19700 0 -1 0 12802 0 1 0 424 9 0 0 18 0 9 0 24775571 889516032 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24201/statm: 217167 11565 2567 9 0 211672 0
[pid=24201/tid=24202] ppid=24200 vsize=868668 CPUtime=3.38
/proc/24201/task/24202/stat : 24202 (java) R 24200 24187 19700 0 -1 64 3104 0 1 0 336 2 0 0 25 0 9 0 24775572 889516032 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24203] ppid=24200 vsize=868668 CPUtime=0.72
/proc/24201/task/24203/stat : 24203 (java) S 24200 24187 19700 0 -1 64 7506 0 0 0 68 4 0 0 15 0 9 0 24775573 889516032 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24204] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24204/stat : 24204 (java) S 24200 24187 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24775573 889516032 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24205] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24205/stat : 24205 (java) S 24200 24187 19700 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775573 889516032 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24206] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24206/stat : 24206 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24775575 889516032 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24207] ppid=24200 vsize=868668 CPUtime=0.2
/proc/24201/task/24207/stat : 24207 (java) S 24200 24187 19700 0 -1 64 1489 0 0 0 19 1 0 0 15 0 9 0 24775575 889516032 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24208] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24208/stat : 24208 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775575 889516032 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24209] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24209/stat : 24209 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775575 889516032 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 890892

[startup+12.703 s]
/proc/loadavg: 2.76 2.46 2.21 3/91 24209
/proc/meminfo: memFree=1531984/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.6
/proc/24187/stat : 24187 (sugar) S 24185 24187 19700 0 -1 4194304 1303 15266 6 2 5 2 143 10 16 0 1 0 24775380 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1111 409 3 0 796 0
[pid=24200] ppid=24187 vsize=5356 CPUtime=0
/proc/24200/stat : 24200 (sh) S 24187 24187 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24200/statm: 1339 233 193 169 0 50 0
[pid=24201] ppid=24200 vsize=868668 CPUtime=10.66
/proc/24201/stat : 24201 (java) S 24200 24187 19700 0 -1 0 23464 0 1 0 1051 15 0 0 18 0 9 0 24775571 889516032 17840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24201/statm: 217167 17840 2568 9 0 211672 0
[pid=24201/tid=24202] ppid=24200 vsize=868668 CPUtime=8.88
/proc/24201/task/24202/stat : 24202 (java) R 24200 24187 19700 0 -1 64 3582 0 1 0 885 3 0 0 25 0 9 0 24775572 889516032 17840 996147200 134512640 134550932 4294955936 18446744073709551615 4126448569 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24203] ppid=24200 vsize=868668 CPUtime=1.54
/proc/24201/task/24203/stat : 24203 (java) S 24200 24187 19700 0 -1 64 17681 0 0 0 145 9 0 0 16 0 9 0 24775573 889516032 17840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24204] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24204/stat : 24204 (java) S 24200 24187 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24775573 889516032 17840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24205] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24205/stat : 24205 (java) S 24200 24187 19700 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775573 889516032 17840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24206] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24206/stat : 24206 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24775575 889516032 17840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24207] ppid=24200 vsize=868668 CPUtime=0.21
/proc/24201/task/24207/stat : 24207 (java) S 24200 24187 19700 0 -1 64 1498 0 0 0 20 1 0 0 15 0 9 0 24775575 889516032 17840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24208] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24208/stat : 24208 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775575 889516032 17840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24209] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24209/stat : 24209 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775575 889516032 17840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 890892

[startup+25.5021 s]
/proc/loadavg: 2.66 2.46 2.21 3/91 24209
/proc/meminfo: memFree=1392464/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.6
/proc/24187/stat : 24187 (sugar) S 24185 24187 19700 0 -1 4194304 1303 15266 6 2 5 2 143 10 16 0 1 0 24775380 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1111 409 3 0 796 0
[pid=24200] ppid=24187 vsize=5356 CPUtime=0
/proc/24200/stat : 24200 (sh) S 24187 24187 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24200/statm: 1339 233 193 169 0 50 0
[pid=24201] ppid=24200 vsize=868668 CPUtime=23.33
/proc/24201/stat : 24201 (java) S 24200 24187 19700 0 -1 0 40437 0 1 0 2309 24 0 0 18 0 9 0 24775571 889516032 30402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24201/statm: 217167 30402 2568 9 0 211672 0
[pid=24201/tid=24202] ppid=24200 vsize=868668 CPUtime=20.03
/proc/24201/task/24202/stat : 24202 (java) R 24200 24187 19700 0 -1 64 4292 0 1 0 1999 4 0 0 17 0 9 0 24775572 889516032 30402 996147200 134512640 134550932 4294955936 18446744073709551615 4126509139 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24201/tid=24203] ppid=24200 vsize=868668 CPUtime=3.06
/proc/24201/task/24203/stat : 24203 (java) S 24200 24187 19700 0 -1 64 33942 0 0 0 288 18 0 0 17 0 9 0 24775573 889516032 30402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24201/tid=24204] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24204/stat : 24204 (java) S 24200 24187 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24775573 889516032 30402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24205] ppid=24200 vsize=868668 CPUtime=0
/proc/24201/task/24205/stat : 24205 (java) S 24200 24187 19700 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775573 889516032 30402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24206] ppid=24200 vsize=868668 CPUtime=0

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

[pid=24201/tid=24207] ppid=24200 vsize=868780 CPUtime=0.29
/proc/24201/task/24207/stat : 24207 (java) S 24200 24187 19700 0 -1 64 1546 0 0 0 28 1 0 0 16 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24208] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24208/stat : 24208 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24209] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24209/stat : 24209 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.42
Current children cumulated vsize (KiB) 891004

[startup+162.303 s]
/proc/loadavg: 2.52 2.47 2.24 3/91 24245
/proc/meminfo: memFree=162584/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.61
/proc/24187/stat : 24187 (sugar) S 24185 24187 19700 0 -1 4194304 1304 15266 6 2 6 2 143 10 16 0 1 0 24775380 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1111 409 3 0 796 0
[pid=24200] ppid=24187 vsize=5356 CPUtime=0
/proc/24200/stat : 24200 (sh) S 24187 24187 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24200/statm: 1339 233 193 169 0 50 0
[pid=24201] ppid=24200 vsize=868780 CPUtime=157.37
/proc/24201/stat : 24201 (java) S 24200 24187 19700 0 -1 0 56079 0 2 0 15086 651 0 0 18 0 9 0 24775571 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24201/statm: 217195 41744 2593 9 0 211672 0
[pid=24201/tid=24202] ppid=24200 vsize=868780 CPUtime=150.49
/proc/24201/task/24202/stat : 24202 (java) R 24200 24187 19700 0 -1 64 6970 0 2 0 14437 612 0 0 25 0 9 0 24775572 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4126869385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24203] ppid=24200 vsize=868780 CPUtime=6.56
/proc/24201/task/24203/stat : 24203 (java) S 24200 24187 19700 0 -1 64 46860 0 0 0 620 36 0 0 16 0 9 0 24775573 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24204] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24204/stat : 24204 (java) S 24200 24187 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24775573 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24201/tid=24205] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24205/stat : 24205 (java) S 24200 24187 19700 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775573 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24201/tid=24206] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24206/stat : 24206 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24207] ppid=24200 vsize=868780 CPUtime=0.29
/proc/24201/task/24207/stat : 24207 (java) S 24200 24187 19700 0 -1 64 1546 0 0 0 28 1 0 0 16 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24208] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24208/stat : 24208 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24209] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24209/stat : 24209 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.98
Current children cumulated vsize (KiB) 891004

[startup+222.302 s]
/proc/loadavg: 2.34 2.43 2.24 3/91 24245
/proc/meminfo: memFree=16024/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.61
/proc/24187/stat : 24187 (sugar) S 24185 24187 19700 0 -1 4194304 1304 15266 6 2 6 2 143 10 16 0 1 0 24775380 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1111 409 3 0 796 0
[pid=24200] ppid=24187 vsize=5356 CPUtime=0
/proc/24200/stat : 24200 (sh) S 24187 24187 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24200/statm: 1339 233 193 169 0 50 0
[pid=24201] ppid=24200 vsize=868780 CPUtime=215.49
/proc/24201/stat : 24201 (java) S 24200 24187 19700 0 -1 0 56902 0 2 0 20596 953 0 0 18 0 9 0 24775571 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24201/statm: 217195 41744 2593 9 0 211672 0
[pid=24201/tid=24202] ppid=24200 vsize=868780 CPUtime=207.94
/proc/24201/task/24202/stat : 24202 (java) R 24200 24187 19700 0 -1 64 7793 0 2 0 19886 908 0 0 25 0 9 0 24775572 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4126583329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24203] ppid=24200 vsize=868780 CPUtime=7.22
/proc/24201/task/24203/stat : 24203 (java) S 24200 24187 19700 0 -1 64 46860 0 0 0 680 42 0 0 16 0 9 0 24775573 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24204] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24204/stat : 24204 (java) S 24200 24187 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24775573 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24201/tid=24205] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24205/stat : 24205 (java) S 24200 24187 19700 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775573 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24201/tid=24206] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24206/stat : 24206 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24207] ppid=24200 vsize=868780 CPUtime=0.29
/proc/24201/task/24207/stat : 24207 (java) S 24200 24187 19700 0 -1 64 1546 0 0 0 28 1 0 0 16 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24208] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24208/stat : 24208 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24209] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24209/stat : 24209 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 217.1
Current children cumulated vsize (KiB) 891004

[startup+282.302 s]
/proc/loadavg: 2.79 2.53 2.29 3/91 24245
/proc/meminfo: memFree=15000/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.61
/proc/24187/stat : 24187 (sugar) S 24185 24187 19700 0 -1 4194304 1304 15266 6 2 6 2 143 10 16 0 1 0 24775380 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1111 409 3 0 796 0
[pid=24200] ppid=24187 vsize=5356 CPUtime=0
/proc/24200/stat : 24200 (sh) S 24187 24187 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24200/statm: 1339 233 193 169 0 50 0
[pid=24201] ppid=24200 vsize=868780 CPUtime=273.71
/proc/24201/stat : 24201 (java) S 24200 24187 19700 0 -1 0 57769 0 2 0 26102 1269 0 0 18 0 9 0 24775571 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24201/statm: 217195 41744 2593 9 0 211672 0
[pid=24201/tid=24202] ppid=24200 vsize=868780 CPUtime=265.45
/proc/24201/task/24202/stat : 24202 (java) R 24200 24187 19700 0 -1 64 8660 0 2 0 25327 1218 0 0 25 0 9 0 24775572 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4127065452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24203] ppid=24200 vsize=868780 CPUtime=7.94
/proc/24201/task/24203/stat : 24203 (java) S 24200 24187 19700 0 -1 64 46860 0 0 0 745 49 0 0 16 0 9 0 24775573 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24204] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24204/stat : 24204 (java) S 24200 24187 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24775573 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24201/tid=24205] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24205/stat : 24205 (java) S 24200 24187 19700 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775573 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24201/tid=24206] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24206/stat : 24206 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24207] ppid=24200 vsize=868780 CPUtime=0.29
/proc/24201/task/24207/stat : 24207 (java) S 24200 24187 19700 0 -1 64 1546 0 0 0 28 1 0 0 16 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24208] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24208/stat : 24208 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24209] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24209/stat : 24209 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 275.32
Current children cumulated vsize (KiB) 891004

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

[startup+288.003 s]
/proc/loadavg: 2.81 2.54 2.29 3/91 24245
/proc/meminfo: memFree=15896/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=1.61
/proc/24187/stat : 24187 (sugar) S 24185 24187 19700 0 -1 4194304 1304 15266 6 2 6 2 143 10 16 0 1 0 24775380 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24187/statm: 4217 1111 409 3 0 796 0
[pid=24200] ppid=24187 vsize=5356 CPUtime=0
/proc/24200/stat : 24200 (sh) S 24187 24187 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24775571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24200/statm: 1339 233 193 169 0 50 0
[pid=24201] ppid=24200 vsize=868780 CPUtime=279.27
/proc/24201/stat : 24201 (java) S 24200 24187 19700 0 -1 0 57856 0 2 0 26624 1303 0 0 18 0 9 0 24775571 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24201/statm: 217195 41744 2593 9 0 211672 0
[pid=24201/tid=24202] ppid=24200 vsize=868780 CPUtime=270.94
/proc/24201/task/24202/stat : 24202 (java) R 24200 24187 19700 0 -1 64 8747 0 2 0 25843 1251 0 0 25 0 9 0 24775572 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24203] ppid=24200 vsize=868780 CPUtime=8
/proc/24201/task/24203/stat : 24203 (java) S 24200 24187 19700 0 -1 64 46860 0 0 0 751 49 0 0 16 0 9 0 24775573 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24204] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24204/stat : 24204 (java) S 24200 24187 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24775573 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24201/tid=24205] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24205/stat : 24205 (java) S 24200 24187 19700 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24775573 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24201/tid=24206] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24206/stat : 24206 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24207] ppid=24200 vsize=868780 CPUtime=0.29
/proc/24201/task/24207/stat : 24207 (java) S 24200 24187 19700 0 -1 64 1546 0 0 0 28 1 0 0 16 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24208] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24208/stat : 24208 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24201/tid=24209] ppid=24200 vsize=868780 CPUtime=0
/proc/24201/task/24209/stat : 24209 (java) S 24200 24187 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24775575 889630720 41744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.88
Current children cumulated vsize (KiB) 891004

[startup+289.603 s]
/proc/loadavg: 2.83 2.55 2.29 4/91 24245
/proc/meminfo: memFree=15000/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=282.35
/proc/24187/stat : 24187 (sugar) S 24185 24187 19700 0 -1 4194304 1343 73454 6 4 7 3 26898 1327 16 0 1 0 24775380 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24187/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 16868

[startup+290.402 s]
/proc/loadavg: 2.83 2.55 2.29 2/81 24247
/proc/meminfo: memFree=1389544/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=282.97
/proc/24187/stat : 24187 (sugar) D 24185 24187 19700 0 -1 4194304 1413 73811 6 12 7 64 26898 1328 18 0 1 0 24775380 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24187/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 282.97
Current children cumulated vsize (KiB) 16868

[startup+291.202 s]
/proc/loadavg: 2.83 2.55 2.29 2/81 24247
/proc/meminfo: memFree=1389544/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=283.02
/proc/24187/stat : 24187 (sugar) D 24185 24187 19700 0 -1 4194304 1413 73811 6 12 7 69 26898 1328 18 0 1 0 24775380 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24187/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 283.02
Current children cumulated vsize (KiB) 16868

[startup+291.402 s]
/proc/loadavg: 2.83 2.55 2.29 2/81 24247
/proc/meminfo: memFree=1389544/2055920 swapFree=4192812/4192956
[pid=24187] ppid=24185 vsize=16868 CPUtime=283.03
/proc/24187/stat : 24187 (sugar) D 24185 24187 19700 0 -1 4194304 1413 73811 6 12 7 70 26898 1328 18 0 1 0 24775380 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24187/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 283.03
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 291.484
CPU time (s): 283.044
CPU user time (s): 269.056
CPU system time (s): 13.9879
CPU usage (%): 97.1046
Max. virtual memory (cumulated for all children) (KiB): 901140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 269.056
system time used= 13.9879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75285
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47982
involuntary context switches= 53073

runsolver used 0.413937 second user time and 0.977851 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-12 07:38:13
IDJOB=2083259
IDBENCH=57756
IDSOLVER=739
FILE ID=node31/2083259-1247377092
PBS_JOBID= 9507080
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp26/normalized-fapp26-2300-3.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083259-1247377092/watcher-2083259-1247377092 -o /tmp/evaluation-result-2083259-1247377092/solver-2083259-1247377092 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083259-1247377092.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c4f7d55d5a43c8200b930ee86154a2fb
RANDOM SEED=19829066

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1640648 kB
Buffers:          3792 kB
Cached:          54144 kB
SwapCached:          0 kB
Active:         343020 kB
Inactive:        20564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5284 kB
Writeback:           0 kB
Mapped:         323464 kB
Slab:            36188 kB
Committed_AS:   919712 kB
PageTables:       2460 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= 66392 MiB
End job on node31 at 2009-07-12 07:43:04