Trace number 2083544

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+picosat? 1006.45 1021.95

General information on the benchmark

Namecsp/fapp/fapp30/
normalized-fapp30-3000-3.xml
MD5SUMae5d607663ce3822ee178e88e7985676
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 benchmark39.0571
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:46:48 2009
0.00/0.08	c 0	PID 22116
0.07/0.08	c 0	HOST node20.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083544-1247377607.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083544-1247377607.xml' 'HOME/temp.csp'
3.62/3.71	c 3	21 domains, 3000 variables, 8 predicates, 0 relations, 63204 constraints
3.62/3.75	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.62/3.75	c 3	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'
3.67/3.83	c 3	Parsing HOME/temp.csp
3.67/4.15	c 4	parsed 10000 expressions
4.20/4.36	c 4	parsed 20000 expressions
4.30/4.49	c 4	parsed 30000 expressions
4.50/4.69	c 4	parsed 40000 expressions
4.69/4.82	c 4	parsed 50000 expressions
4.89/5.09	c 5	parsed 60000 expressions
4.99/5.18	c 5	parsed 66233 expressions
4.99/5.19	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.99/5.19	c 5	Converting to clausal form CSP
17.15/17.44	c 17	converted 6624 (10%) expressions
36.64/37.16	c 37	converted 13247 (20%) expressions
55.34/56.03	c 56	converted 19870 (30%) expressions
75.22/76.10	c 76	converted 26494 (40%) expressions
93.62/94.79	c 94	converted 33117 (50%) expressions
111.33/112.65	c 112	converted 39740 (60%) expressions
130.14/131.67	c 131	converted 46364 (70%) expressions
146.47/148.16	c 148	converted 52987 (80%) expressions
161.62/163.49	c 163	converted 59610 (90%) expressions
175.08/177.04	c 177	converted 66233 (100%) expressions
175.08/177.05	c 177	CSP : 17932 integers, 183958 booleans, 418987 clauses, largest domain size 2997
175.08/177.05	c 177	Heap : 250 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
175.08/177.05	c 177	Propagation in CSP
192.32/194.48	c 194	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
192.32/194.49	c 194	CSP : 17932 integers, 183958 booleans, 418987 clauses, largest domain size 2997
192.32/194.49	c 194	Heap : 250 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
192.42/194.60	c 194	Simplifing CSP by introducing new Boolean variables
195.08/197.26	c 197	CSP : 17932 integers, 337126 booleans, 572155 clauses, largest domain size 2997
195.08/197.26	c 197	Heap : 300 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
196.87/199.04	c 199	Encoding CSP to SAT : HOME/temp.cnf
243.02/245.61	c 245	1794 (10%) CSP integer variables are encoded (1153588 clauses, 19699484 bytes)
276.49/279.45	c 279	3587 (20%) CSP integer variables are encoded (3612215 clauses, 66413397 bytes)
283.06/286.14	c 286	5380 (30%) CSP integer variables are encoded (8784326 clauses, 164683506 bytes)
289.60/293.03	c 293	7173 (40%) CSP integer variables are encoded (13848155 clauses, 268604174 bytes)
295.88/299.48	c 299	8966 (50%) CSP integer variables are encoded (18984694 clauses, 376471493 bytes)
302.34/306.03	c 306	10760 (60%) CSP integer variables are encoded (24148002 clauses, 484900961 bytes)
309.10/313.17	c 313	12553 (70%) CSP integer variables are encoded (29210805 clauses, 591219824 bytes)
315.66/320.01	c 320	14346 (80%) CSP integer variables are encoded (34343388 clauses, 699004067 bytes)
321.85/326.34	c 326	16139 (90%) CSP integer variables are encoded (39340121 clauses, 803935460 bytes)
327.95/332.63	c 332	17932 (100%) CSP integer variables are encoded (44197540 clauses, 905941259 bytes)
533.15/539.83	c 539	57216 (10%) CSP clauses are encoded (67874909 clauses, 1557870380 bytes)
728.31/737.25	c 737	114431 (20%) CSP clauses are encoded (91429002 clauses, 2232406562 bytes)
919.75/930.01	c 930	171647 (30%) CSP clauses are encoded (115308703 clauses, 2934950995 bytes)
1005.58/1017.10	c 1017	ERROR Exception Too large HOME/temp.cnf
1005.58/1017.10	c 1017	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
1005.58/1017.10	c 1017	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
1005.68/1017.10	c 1017	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
1005.68/1017.10	s UNKNOWN
1005.73/1017.20	c 1017	CPU 1005.75 (0.06 0.01 985.97 19.71)
1005.73/1017.20	c 1017	END Sun Jul 12 08:03:45 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-2083544-1247377607/watcher-2083544-1247377607 -o /tmp/evaluation-result-2083544-1247377607/solver-2083544-1247377607 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083544-1247377607.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.12 2.13 2.09 4/81 22116
/proc/meminfo: memFree=1720824/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=12000 CPUtime=0
/proc/22116/stat : 22116 (sugar) R 22114 22116 17272 0 -1 4194304 194 0 0 0 0 0 0 0 22 0 1 0 24827337 12288000 162 996147200 4194304 4206940 548682068608 18446744073709551615 273952170058 0 0 4224 0 0 0 0 17 1 0 0
/proc/22116/statm: 3000 162 124 3 0 100 0

[startup+0.083826 s]
/proc/loadavg: 2.12 2.13 2.09 4/81 22116
/proc/meminfo: memFree=1720824/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16740 CPUtime=0.07
/proc/22116/stat : 22116 (sugar) S 22114 22116 17272 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24827337 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22116/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102323 s]
/proc/loadavg: 2.12 2.13 2.09 4/81 22116
/proc/meminfo: memFree=1720824/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=0.07
/proc/22116/stat : 22116 (sugar) S 22114 22116 17272 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24827337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22116/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302338 s]
/proc/loadavg: 2.12 2.13 2.09 4/81 22116
/proc/meminfo: memFree=1720824/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=0.07
/proc/22116/stat : 22116 (sugar) S 22114 22116 17272 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24827337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22116/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70239 s]
/proc/loadavg: 2.12 2.13 2.09 4/81 22116
/proc/meminfo: memFree=1720824/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=0.07
/proc/22116/stat : 22116 (sugar) S 22114 22116 17272 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24827337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22116/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50249 s]
/proc/loadavg: 2.12 2.13 2.09 4/92 22128
/proc/meminfo: memFree=1693472/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=0.07
/proc/22116/stat : 22116 (sugar) S 22114 22116 17272 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24827337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22116/statm: 4217 1111 409 3 0 796 0
[pid=22119] ppid=22116 vsize=5356 CPUtime=0
/proc/22119/stat : 22119 (sh) S 22116 22116 17272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24827346 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22119/statm: 1339 233 193 169 0 50 0
[pid=22120] ppid=22119 vsize=864772 CPUtime=1.38
/proc/22120/stat : 22120 (java) S 22119 22116 17272 0 -1 0 15361 0 1 0 129 9 0 0 18 0 9 0 24827346 885526528 13398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22120/statm: 216193 13398 2557 9 0 210705 0
[pid=22120/tid=22121] ppid=22119 vsize=864772 CPUtime=0.82
/proc/22120/task/22121/stat : 22121 (java) R 22119 22116 17272 0 -1 64 3025 0 1 0 80 2 0 0 24 0 9 0 24827348 885526528 13398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22122] ppid=22119 vsize=864772 CPUtime=0.44
/proc/22120/task/22122/stat : 22122 (java) R 22119 22116 17272 0 -1 64 11134 0 0 0 39 5 0 0 16 0 9 0 24827349 885526528 13398 996147200 134512640 134550932 4294955984 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22123] ppid=22119 vsize=864772 CPUtime=0
/proc/22120/task/22123/stat : 22123 (java) S 22119 22116 17272 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24827349 885526528 13398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22124] ppid=22119 vsize=864772 CPUtime=0
/proc/22120/task/22124/stat : 22124 (java) S 22119 22116 17272 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24827349 885526528 13398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22125] ppid=22119 vsize=864772 CPUtime=0
/proc/22120/task/22125/stat : 22125 (java) S 22119 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24827351 885526528 13398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22126] ppid=22119 vsize=864772 CPUtime=0.09
/proc/22120/task/22126/stat : 22126 (java) S 22119 22116 17272 0 -1 64 496 0 0 0 9 0 0 0 16 0 9 0 24827351 885526528 13398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22127] ppid=22119 vsize=864772 CPUtime=0
/proc/22120/task/22127/stat : 22127 (java) S 22119 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24827351 885526528 13398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22128] ppid=22119 vsize=864772 CPUtime=0
/proc/22120/task/22128/stat : 22128 (java) S 22119 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24827351 885526528 13398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886996

[startup+3.10167 s]
/proc/loadavg: 2.11 2.13 2.09 4/92 22128
/proc/meminfo: memFree=1648544/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=0.07
/proc/22116/stat : 22116 (sugar) S 22114 22116 17272 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24827337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22116/statm: 4217 1111 409 3 0 796 0
[pid=22119] ppid=22116 vsize=5356 CPUtime=0
/proc/22119/stat : 22119 (sh) S 22116 22116 17272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24827346 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22119/statm: 1339 233 193 169 0 50 0
[pid=22120] ppid=22119 vsize=864788 CPUtime=2.97
/proc/22120/stat : 22120 (java) S 22119 22116 17272 0 -1 0 29932 0 1 0 281 16 0 0 18 0 9 0 24827346 885542912 25019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22120/statm: 216197 25019 2557 9 0 210709 0
[pid=22120/tid=22121] ppid=22119 vsize=864788 CPUtime=1.57
/proc/22120/task/22121/stat : 22121 (java) R 22119 22116 17272 0 -1 64 3918 0 1 0 154 3 0 0 25 0 9 0 24827348 885542912 25019 996147200 134512640 134550932 4294955984 18446744073709551615 4126740486 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22122] ppid=22119 vsize=864788 CPUtime=1.23
/proc/22120/task/22122/stat : 22122 (java) S 22119 22116 17272 0 -1 64 24781 0 0 0 112 11 0 0 17 0 9 0 24827349 885542912 25019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22123] ppid=22119 vsize=864788 CPUtime=0
/proc/22120/task/22123/stat : 22123 (java) S 22119 22116 17272 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24827349 885542912 25019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22124] ppid=22119 vsize=864788 CPUtime=0
/proc/22120/task/22124/stat : 22124 (java) S 22119 22116 17272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24827349 885542912 25019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22125] ppid=22119 vsize=864788 CPUtime=0
/proc/22120/task/22125/stat : 22125 (java) S 22119 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24827351 885542912 25019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22126] ppid=22119 vsize=864788 CPUtime=0.14
/proc/22120/task/22126/stat : 22126 (java) S 22119 22116 17272 0 -1 64 527 0 0 0 14 0 0 0 16 0 9 0 24827351 885542912 25019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22127] ppid=22119 vsize=864788 CPUtime=0
/proc/22120/task/22127/stat : 22127 (java) S 22119 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24827351 885542912 25019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22120/tid=22128] ppid=22119 vsize=864788 CPUtime=0
/proc/22120/task/22128/stat : 22128 (java) S 22119 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24827351 885542912 25019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887012

[startup+6.30204 s]
/proc/loadavg: 2.11 2.13 2.09 3/92 22138
/proc/meminfo: memFree=1676768/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=3.67
/proc/22116/stat : 22116 (sugar) S 22114 22116 17272 0 -1 4194304 1309 32040 0 1 6 1 340 20 16 0 1 0 24827337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22116/statm: 4217 1111 409 3 0 796 0
[pid=22129] ppid=22116 vsize=5356 CPUtime=0
/proc/22129/stat : 22129 (sh) S 22116 22116 17272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24827713 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22129/statm: 1339 233 193 169 0 50 0
[pid=22130] ppid=22129 vsize=868568 CPUtime=2.51
/proc/22130/stat : 22130 (java) S 22129 22116 17272 0 -1 0 14312 0 1 0 243 8 0 0 19 0 9 0 24827714 889413632 12963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22130/statm: 217142 12963 2570 9 0 211647 0
[pid=22130/tid=22131] ppid=22129 vsize=868568 CPUtime=1.69
/proc/22130/task/22131/stat : 22131 (java) R 22129 22116 17272 0 -1 64 2890 0 1 0 167 2 0 0 25 0 9 0 24827715 889413632 12963 996147200 134512640 134550932 4294955936 18446744073709551615 4126510995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22132] ppid=22129 vsize=868568 CPUtime=0.62
/proc/22130/task/22132/stat : 22132 (java) S 22129 22116 17272 0 -1 64 9240 0 0 0 58 4 0 0 16 0 9 0 24827716 889413632 12963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22133] ppid=22129 vsize=868568 CPUtime=0
/proc/22130/task/22133/stat : 22133 (java) S 22129 22116 17272 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24827716 889413632 12963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22134] ppid=22129 vsize=868568 CPUtime=0
/proc/22130/task/22134/stat : 22134 (java) S 22129 22116 17272 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24827716 889413632 12963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22135] ppid=22129 vsize=868568 CPUtime=0
/proc/22130/task/22135/stat : 22135 (java) S 22129 22116 17272 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24827718 889413632 12963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22136] ppid=22129 vsize=868568 CPUtime=0.18
/proc/22130/task/22136/stat : 22136 (java) S 22129 22116 17272 0 -1 64 1479 0 0 0 17 1 0 0 15 0 9 0 24827718 889413632 12963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22137] ppid=22129 vsize=868568 CPUtime=0
/proc/22130/task/22137/stat : 22137 (java) S 22129 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24827718 889413632 12963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22138] ppid=22129 vsize=868568 CPUtime=0
/proc/22130/task/22138/stat : 22138 (java) S 22129 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24827718 889413632 12963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890792

[startup+12.7028 s]
/proc/loadavg: 2.09 2.12 2.09 3/92 22138
/proc/meminfo: memFree=1663136/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=3.67
/proc/22116/stat : 22116 (sugar) S 22114 22116 17272 0 -1 4194304 1309 32040 0 1 6 1 340 20 16 0 1 0 24827337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22116/statm: 4217 1111 409 3 0 796 0
[pid=22129] ppid=22116 vsize=5356 CPUtime=0
/proc/22129/stat : 22129 (sh) S 22116 22116 17272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24827713 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22129/statm: 1339 233 193 169 0 50 0
[pid=22130] ppid=22129 vsize=868568 CPUtime=8.83
/proc/22130/stat : 22130 (java) S 22129 22116 17272 0 -1 0 16497 0 1 0 872 11 0 0 19 0 9 0 24827714 889413632 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22130/statm: 217142 14886 2570 9 0 211647 0
[pid=22130/tid=22131] ppid=22129 vsize=868568 CPUtime=7.59
/proc/22130/task/22131/stat : 22131 (java) R 22129 22116 17272 0 -1 64 3152 0 1 0 756 3 0 0 25 0 9 0 24827715 889413632 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4126510995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22132] ppid=22129 vsize=868568 CPUtime=1
/proc/22130/task/22132/stat : 22132 (java) S 22129 22116 17272 0 -1 64 11152 0 0 0 95 5 0 0 16 0 9 0 24827716 889413632 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22133] ppid=22129 vsize=868568 CPUtime=0
/proc/22130/task/22133/stat : 22133 (java) S 22129 22116 17272 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24827716 889413632 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22134] ppid=22129 vsize=868568 CPUtime=0
/proc/22130/task/22134/stat : 22134 (java) S 22129 22116 17272 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24827716 889413632 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22135] ppid=22129 vsize=868568 CPUtime=0
/proc/22130/task/22135/stat : 22135 (java) S 22129 22116 17272 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24827718 889413632 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22136] ppid=22129 vsize=868568 CPUtime=0.21
/proc/22130/task/22136/stat : 22136 (java) S 22129 22116 17272 0 -1 64 1490 0 0 0 20 1 0 0 15 0 9 0 24827718 889413632 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22137] ppid=22129 vsize=868568 CPUtime=0
/proc/22130/task/22137/stat : 22137 (java) S 22129 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24827718 889413632 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22138] ppid=22129 vsize=868568 CPUtime=0
/proc/22130/task/22138/stat : 22138 (java) S 22129 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24827718 889413632 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890792

[startup+25.5023 s]
/proc/loadavg: 2.08 2.12 2.09 3/92 22138
/proc/meminfo: memFree=1642080/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=3.67
/proc/22116/stat : 22116 (sugar) S 22114 22116 17272 0 -1 4194304 1309 32040 0 1 6 1 340 20 16 0 1 0 24827337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22116/statm: 4217 1111 409 3 0 796 0
[pid=22129] ppid=22116 vsize=5356 CPUtime=0
/proc/22129/stat : 22129 (sh) S 22116 22116 17272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24827713 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22129/statm: 1339 233 193 169 0 50 0
[pid=22130] ppid=22129 vsize=868568 CPUtime=21.5
/proc/22130/stat : 22130 (java) S 22129 22116 17272 0 -1 0 24814 0 1 0 2130 20 0 0 19 0 9 0 24827714 889413632 19337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22130/statm: 217142 19337 2568 9 0 211647 0
[pid=22130/tid=22131] ppid=22129 vsize=868568 CPUtime=19.19
/proc/22130/task/22131/stat : 22131 (java) R 22129 22116 17272 0 -1 64 3779 0 1 0 1914 5 0 0 25 0 9 0 24827715 889413632 19337 996147200 134512640 134550932 4294955936 18446744073709551615 4126585171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22132] ppid=22129 vsize=868568 CPUtime=2.07
/proc/22130/task/22132/stat : 22132 (java) S 22129 22116 17272 0 -1 64 18833 0 0 0 194 13 0 0 16 0 9 0 24827716 889413632 19337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22133] ppid=22129 vsize=868568 CPUtime=0
/proc/22130/task/22133/stat : 22133 (java) S 22129 22116 17272 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24827716 889413632 19337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22134] ppid=22129 vsize=868568 CPUtime=0
/proc/22130/task/22134/stat : 22134 (java) S 22129 22116 17272 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24827716 889413632 19337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22135] ppid=22129 vsize=868568 CPUtime=0

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

[startup+882.303 s]
/proc/loadavg: 2.84 2.68 2.37 3/94 22187
/proc/meminfo: memFree=14992/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=3.67
/proc/22116/stat : 22116 (sugar) S 22114 22116 17272 0 -1 4194304 1310 32040 0 1 6 1 340 20 16 0 1 0 24827337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22116/statm: 4217 1111 409 3 0 796 0
[pid=22129] ppid=22116 vsize=5356 CPUtime=0
/proc/22129/stat : 22129 (sh) S 22116 22116 17272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24827713 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22129/statm: 1339 233 193 169 0 50 0
[pid=22130] ppid=22129 vsize=868680 CPUtime=868.7
/proc/22130/stat : 22130 (java) S 22129 22116 17272 0 -1 0 115983 0 1 0 85195 1675 0 0 19 0 9 0 24827714 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22130/statm: 217170 89251 2593 9 0 211647 0
[pid=22130/tid=22131] ppid=22129 vsize=868680 CPUtime=849.41
/proc/22130/task/22131/stat : 22131 (java) R 22129 22116 17272 0 -1 64 11945 0 1 0 83347 1594 0 0 25 0 9 0 24827715 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22130/tid=22132] ppid=22129 vsize=868680 CPUtime=18.95
/proc/22130/task/22132/stat : 22132 (java) S 22129 22116 17272 0 -1 64 101787 0 0 0 1817 78 0 0 16 0 9 0 24827716 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22130/tid=22133] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22133/stat : 22133 (java) S 22129 22116 17272 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24827716 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22134] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22134/stat : 22134 (java) S 22129 22116 17272 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24827716 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22135] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22135/stat : 22135 (java) S 22129 22116 17272 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22136] ppid=22129 vsize=868680 CPUtime=0.31
/proc/22130/task/22136/stat : 22136 (java) S 22129 22116 17272 0 -1 64 1548 0 0 0 30 1 0 0 16 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22130/tid=22137] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22137/stat : 22137 (java) S 22129 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22138] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22138/stat : 22138 (java) S 22129 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 872.37
Current children cumulated vsize (KiB) 890904

[startup+942.303 s]
/proc/loadavg: 2.38 2.58 2.35 3/94 22187
/proc/meminfo: memFree=15888/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=3.67
/proc/22116/stat : 22116 (sugar) S 22114 22116 17272 0 -1 4194304 1310 32040 0 1 6 1 340 20 16 0 1 0 24827337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22116/statm: 4217 1111 409 3 0 796 0
[pid=22129] ppid=22116 vsize=5356 CPUtime=0
/proc/22129/stat : 22129 (sh) S 22116 22116 17272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24827713 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22129/statm: 1339 233 193 169 0 50 0
[pid=22130] ppid=22129 vsize=868680 CPUtime=928.19
/proc/22130/stat : 22130 (java) S 22129 22116 17272 0 -1 0 116117 0 1 0 91020 1799 0 0 19 0 9 0 24827714 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22130/statm: 217170 89251 2593 9 0 211647 0
[pid=22130/tid=22131] ppid=22129 vsize=868680 CPUtime=908.71
/proc/22130/task/22131/stat : 22131 (java) R 22129 22116 17272 0 -1 64 12079 0 1 0 89154 1717 0 0 25 0 9 0 24827715 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4126504423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22132] ppid=22129 vsize=868680 CPUtime=19.15
/proc/22130/task/22132/stat : 22132 (java) S 22129 22116 17272 0 -1 64 101787 0 0 0 1836 79 0 0 16 0 9 0 24827716 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22133] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22133/stat : 22133 (java) S 22129 22116 17272 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24827716 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22134] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22134/stat : 22134 (java) S 22129 22116 17272 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24827716 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22135] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22135/stat : 22135 (java) S 22129 22116 17272 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22136] ppid=22129 vsize=868680 CPUtime=0.31
/proc/22130/task/22136/stat : 22136 (java) S 22129 22116 17272 0 -1 64 1548 0 0 0 30 1 0 0 16 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22130/tid=22137] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22137/stat : 22137 (java) S 22129 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22138] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22138/stat : 22138 (java) S 22129 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 931.86
Current children cumulated vsize (KiB) 890904

[startup+1002.3 s]
/proc/loadavg: 2.20 2.49 2.33 3/94 22187
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=3.67
/proc/22116/stat : 22116 (sugar) S 22114 22116 17272 0 -1 4194304 1310 32040 0 1 6 1 340 20 16 0 1 0 24827337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22116/statm: 4217 1111 409 3 0 796 0
[pid=22129] ppid=22116 vsize=5356 CPUtime=0
/proc/22129/stat : 22129 (sh) S 22116 22116 17272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24827713 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22129/statm: 1339 233 193 169 0 50 0
[pid=22130] ppid=22129 vsize=868680 CPUtime=987.44
/proc/22130/stat : 22130 (java) S 22129 22116 17272 0 -1 0 116245 0 1 0 96826 1918 0 0 19 0 9 0 24827714 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22130/statm: 217170 89251 2593 9 0 211647 0
[pid=22130/tid=22131] ppid=22129 vsize=868680 CPUtime=967.75
/proc/22130/task/22131/stat : 22131 (java) R 22129 22116 17272 0 -1 64 12207 0 1 0 94940 1835 0 0 25 0 9 0 24827715 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4127078202 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22132] ppid=22129 vsize=868680 CPUtime=19.34
/proc/22130/task/22132/stat : 22132 (java) S 22129 22116 17272 0 -1 64 101787 0 0 0 1854 80 0 0 16 0 9 0 24827716 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22133] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22133/stat : 22133 (java) S 22129 22116 17272 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24827716 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22134] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22134/stat : 22134 (java) S 22129 22116 17272 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24827716 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22135] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22135/stat : 22135 (java) S 22129 22116 17272 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22136] ppid=22129 vsize=868680 CPUtime=0.31
/proc/22130/task/22136/stat : 22136 (java) S 22129 22116 17272 0 -1 64 1548 0 0 0 30 1 0 0 16 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22130/tid=22137] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22137/stat : 22137 (java) S 22129 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22138] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22138/stat : 22138 (java) S 22129 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 991.11
Current children cumulated vsize (KiB) 890904

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

[startup+1011.1 s]
/proc/loadavg: 2.18 2.48 2.33 3/94 22187
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=3.67
/proc/22116/stat : 22116 (sugar) S 22114 22116 17272 0 -1 4194304 1310 32040 0 1 6 1 340 20 16 0 1 0 24827337 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22116/statm: 4217 1111 409 3 0 796 0
[pid=22129] ppid=22116 vsize=5356 CPUtime=0
/proc/22129/stat : 22129 (sh) S 22116 22116 17272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24827713 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22129/statm: 1339 233 193 169 0 50 0
[pid=22130] ppid=22129 vsize=868680 CPUtime=996.1
/proc/22130/stat : 22130 (java) S 22129 22116 17272 0 -1 0 116262 0 1 0 97677 1933 0 0 19 0 9 0 24827714 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22130/statm: 217170 89251 2593 9 0 211647 0
[pid=22130/tid=22131] ppid=22129 vsize=868680 CPUtime=976.4
/proc/22130/task/22131/stat : 22131 (java) R 22129 22116 17272 0 -1 64 12224 0 1 0 95790 1850 0 0 25 0 9 0 24827715 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4126585197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22132] ppid=22129 vsize=868680 CPUtime=19.38
/proc/22130/task/22132/stat : 22132 (java) S 22129 22116 17272 0 -1 64 101787 0 0 0 1857 81 0 0 16 0 9 0 24827716 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22133] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22133/stat : 22133 (java) S 22129 22116 17272 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24827716 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22134] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22134/stat : 22134 (java) S 22129 22116 17272 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24827716 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22135] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22135/stat : 22135 (java) S 22129 22116 17272 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22136] ppid=22129 vsize=868680 CPUtime=0.31
/proc/22130/task/22136/stat : 22136 (java) S 22129 22116 17272 0 -1 64 1548 0 0 0 30 1 0 0 16 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22130/tid=22137] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22137/stat : 22137 (java) S 22129 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22130/tid=22138] ppid=22129 vsize=868680 CPUtime=0
/proc/22130/task/22138/stat : 22138 (java) S 22129 22116 17272 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24827718 889528320 89251 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 999.77
Current children cumulated vsize (KiB) 890904

[startup+1017.51 s]
/proc/loadavg: 2.16 2.47 2.33 3/84 22187
/proc/meminfo: memFree=721632/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=1006.01
/proc/22116/stat : 22116 (sugar) R 22114 22116 17272 0 -1 4194304 1335 148611 0 3 6 27 98597 1971 18 0 1 0 24827337 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22116/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1006.01
Current children cumulated vsize (KiB) 16868

[startup+1019.1 s]
/proc/loadavg: 2.16 2.47 2.33 2/84 22187
/proc/meminfo: memFree=1328864/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=1006.32
/proc/22116/stat : 22116 (sugar) D 22114 22116 17272 0 -1 4194304 1335 148611 0 3 6 58 98597 1971 18 0 1 0 24827337 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22116/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1006.32
Current children cumulated vsize (KiB) 16868

[startup+1020.7 s]
/proc/loadavg: 2.16 2.47 2.33 2/84 22187
/proc/meminfo: memFree=1322848/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=1006.38
/proc/22116/stat : 22116 (sugar) D 22114 22116 17272 0 -1 4194304 1335 148611 0 3 6 64 98597 1971 18 0 1 0 24827337 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22116/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1006.38
Current children cumulated vsize (KiB) 16868

[startup+1021.5 s]
/proc/loadavg: 2.16 2.47 2.33 2/84 22187
/proc/meminfo: memFree=1322848/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=1006.41
/proc/22116/stat : 22116 (sugar) D 22114 22116 17272 0 -1 4194304 1335 148611 0 3 6 67 98597 1971 18 0 1 0 24827337 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22116/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1006.41
Current children cumulated vsize (KiB) 16868

[startup+1021.91 s]
/proc/loadavg: 2.14 2.46 2.33 2/84 22187
/proc/meminfo: memFree=1321824/2055920 swapFree=4192812/4192956
[pid=22116] ppid=22114 vsize=16868 CPUtime=1006.43
/proc/22116/stat : 22116 (sugar) D 22114 22116 17272 0 -1 4194304 1335 148611 0 3 6 69 98597 1971 18 0 1 0 24827337 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22116/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1006.43
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1021.95
CPU time (s): 1006.45
CPU user time (s): 986.041
CPU system time (s): 20.4119
CPU usage (%): 98.4839
Max. virtual memory (cumulated for all children) (KiB): 905044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 986.041
system time used= 20.4119
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150007
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60867
involuntary context switches= 67661

runsolver used 1.26481 second user time and 3.56946 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 07:46:48
IDJOB=2083544
IDBENCH=57850
IDSOLVER=738
FILE ID=node20/2083544-1247377607
PBS_JOBID= 9507083
Free space on /tmp= 66288 MiB

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

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

MD5SUM BENCH= ae5d607663ce3822ee178e88e7985676
RANDOM SEED=1833628593

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1721304 kB
Buffers:         30388 kB
Cached:         153416 kB
SwapCached:          0 kB
Active:         208688 kB
Inactive:        71648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10196 kB
Writeback:           0 kB
Mapped:         116920 kB
Slab:            39272 kB
Committed_AS:   307732 kB
PageTables:       2008 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= 66288 MiB
End job on node20 at 2009-07-12 08:03:50