Trace number 2083545

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? 1400.63 1423.85

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.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 07:46:52 2009
0.00/0.07	c 0	PID 28598
0.00/0.07	c 0	HOST node1.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2083545-1247377612.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083545-1247377612.xml' 'HOME/temp.csp'
3.20/3.31	c 4	21 domains, 3000 variables, 8 predicates, 0 relations, 63204 constraints
3.20/3.36	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.20/3.36	c 4	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.23/3.44	c 4	Parsing HOME/temp.csp
3.23/3.63	c 4	parsed 10000 expressions
3.23/3.85	c 4	parsed 20000 expressions
3.23/3.98	c 4	parsed 30000 expressions
3.23/4.18	c 5	parsed 40000 expressions
4.14/4.30	c 5	parsed 50000 expressions
4.34/4.58	c 5	parsed 60000 expressions
4.44/4.67	c 5	parsed 66233 expressions
4.44/4.68	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.44/4.68	c 5	Converting to clausal form CSP
16.50/16.89	c 17	converted 6624 (10%) expressions
36.09/36.67	c 37	converted 13247 (20%) expressions
54.78/55.57	c 56	converted 19870 (30%) expressions
74.67/75.67	c 76	converted 26494 (40%) expressions
93.16/94.37	c 95	converted 33117 (50%) expressions
110.87/112.26	c 113	converted 39740 (60%) expressions
129.78/131.32	c 132	converted 46364 (70%) expressions
146.30/148.04	c 148	converted 52987 (80%) expressions
161.63/163.52	c 164	converted 59610 (90%) expressions
175.18/177.23	c 178	converted 66233 (100%) expressions
175.18/177.24	c 178	CSP : 17932 integers, 183958 booleans, 418987 clauses, largest domain size 2997
175.18/177.24	c 178	Heap : 246 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
175.18/177.24	c 178	Propagation in CSP
192.71/194.95	c 195	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
192.71/194.96	c 195	CSP : 17932 integers, 183958 booleans, 418987 clauses, largest domain size 2997
192.71/194.96	c 195	Heap : 258 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
192.81/195.07	c 195	Simplifing CSP by introducing new Boolean variables
195.49/197.70	c 198	CSP : 17932 integers, 337126 booleans, 572155 clauses, largest domain size 2997
195.49/197.70	c 198	Heap : 302 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
197.46/199.73	c 200	Encoding CSP to SAT : HOME/temp.cnf
244.70/247.49	c 248	1794 (10%) CSP integer variables are encoded (1153588 clauses, 19699484 bytes)
278.86/281.99	c 282	3587 (20%) CSP integer variables are encoded (3612215 clauses, 66413397 bytes)
285.56/288.76	c 289	5380 (30%) CSP integer variables are encoded (8784326 clauses, 164683506 bytes)
292.22/295.72	c 296	7173 (40%) CSP integer variables are encoded (13848155 clauses, 268604174 bytes)
298.71/302.30	c 303	8966 (50%) CSP integer variables are encoded (18984694 clauses, 376471493 bytes)
305.18/308.93	c 309	10760 (60%) CSP integer variables are encoded (24148002 clauses, 484900961 bytes)
312.05/316.29	c 317	12553 (70%) CSP integer variables are encoded (29210805 clauses, 591219824 bytes)
319.06/323.67	c 324	14346 (80%) CSP integer variables are encoded (34343388 clauses, 699004067 bytes)
325.95/330.91	c 331	16139 (90%) CSP integer variables are encoded (39340121 clauses, 803935460 bytes)
332.57/337.75	c 338	17932 (100%) CSP integer variables are encoded (44197540 clauses, 905941259 bytes)
613.97/626.94	c 627	57216 (10%) CSP clauses are encoded (67874909 clauses, 1557870380 bytes)
935.34/951.33	c 952	114431 (20%) CSP clauses are encoded (91429002 clauses, 2232406562 bytes)
1263.14/1282.26	c 1283	171647 (30%) CSP clauses are encoded (115308703 clauses, 2934950995 bytes)
1399.72/1420.15	c 1421	ERROR Exception Too large HOME/temp.cnf
1399.72/1420.15	c 1421	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
1399.72/1420.15	c 1421	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
1399.72/1420.15	c 1421	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
1399.72/1420.15	s UNKNOWN
1399.79/1420.22	c 1421	CPU 1399.83 (0.05 0.01 1001.67 398.1)
1399.79/1420.22	c 1421	END Sun Jul 12 08:10:33 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-2083545-1247377612/watcher-2083545-1247377612 -o /tmp/evaluation-result-2083545-1247377612/solver-2083545-1247377612 -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-2083545-1247377612.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.27 2.18 2.10 3/81 28598
/proc/meminfo: memFree=1677824/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=12272 CPUtime=0
/proc/28598/stat : 28598 (sugar) R 28596 28598 24491 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24828986 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 259353442917 0 0 4224 0 0 0 0 17 0 0 0
/proc/28598/statm: 3068 327 246 3 0 168 0

[startup+0.0853071 s]
/proc/loadavg: 2.27 2.18 2.10 3/81 28598
/proc/meminfo: memFree=1677824/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=0.06
/proc/28598/stat : 28598 (sugar) S 28596 28598 24491 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24828986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28598/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101304 s]
/proc/loadavg: 2.27 2.18 2.10 3/81 28598
/proc/meminfo: memFree=1677824/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=0.06
/proc/28598/stat : 28598 (sugar) S 28596 28598 24491 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24828986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28598/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301328 s]
/proc/loadavg: 2.27 2.18 2.10 3/81 28598
/proc/meminfo: memFree=1677824/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=0.06
/proc/28598/stat : 28598 (sugar) S 28596 28598 24491 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24828986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28598/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701375 s]
/proc/loadavg: 2.27 2.18 2.10 3/81 28598
/proc/meminfo: memFree=1677824/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=0.06
/proc/28598/stat : 28598 (sugar) S 28596 28598 24491 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24828986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28598/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50247 s]
/proc/loadavg: 2.32 2.20 2.10 3/92 28610
/proc/meminfo: memFree=1642600/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=0.06
/proc/28598/stat : 28598 (sugar) S 28596 28598 24491 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24828986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28598/statm: 4217 1111 409 3 0 796 0
[pid=28601] ppid=28598 vsize=5356 CPUtime=0
/proc/28601/stat : 28601 (sh) S 28598 28598 24491 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24828993 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28601/statm: 1339 233 193 169 0 50 0
[pid=28602] ppid=28601 vsize=864760 CPUtime=1.42
/proc/28602/stat : 28602 (java) S 28601 28598 24491 0 -1 0 18199 0 1 0 130 12 0 0 20 0 9 0 24828994 885514240 15266 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28602/statm: 216190 15266 2557 9 0 210702 0
[pid=28602/tid=28603] ppid=28601 vsize=864760 CPUtime=0.73
/proc/28602/task/28603/stat : 28603 (java) R 28601 28598 24491 0 -1 64 3190 0 1 0 70 3 0 0 25 0 9 0 24828995 885514240 15267 996147200 134512640 134550932 4294955984 18446744073709551615 4126622884 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28604] ppid=28601 vsize=864760 CPUtime=0.57
/proc/28602/task/28604/stat : 28604 (java) S 28601 28598 24491 0 -1 64 13809 0 0 0 51 6 0 0 17 0 9 0 24828996 885514240 15267 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28605] ppid=28601 vsize=864760 CPUtime=0
/proc/28602/task/28605/stat : 28605 (java) S 28601 28598 24491 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24828996 885514240 15268 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28606] ppid=28601 vsize=864760 CPUtime=0
/proc/28602/task/28606/stat : 28606 (java) S 28601 28598 24491 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24828996 885514240 15268 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28607] ppid=28601 vsize=864760 CPUtime=0
/proc/28602/task/28607/stat : 28607 (java) S 28601 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24828998 885514240 15268 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28608] ppid=28601 vsize=864760 CPUtime=0.08
/proc/28602/task/28608/stat : 28608 (java) S 28601 28598 24491 0 -1 64 496 0 0 0 8 0 0 0 16 0 9 0 24828998 885514240 15269 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28609] ppid=28601 vsize=864760 CPUtime=0
/proc/28602/task/28609/stat : 28609 (java) S 28601 28598 24491 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24828998 885514240 15269 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28610] ppid=28601 vsize=864760 CPUtime=0
/proc/28602/task/28610/stat : 28610 (java) S 28601 28598 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24828998 885514240 15270 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 886984

[startup+3.10166 s]
/proc/loadavg: 2.32 2.20 2.10 4/92 28610
/proc/meminfo: memFree=1588968/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=0.06
/proc/28598/stat : 28598 (sugar) S 28596 28598 24491 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24828986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28598/statm: 4217 1111 409 3 0 796 0
[pid=28601] ppid=28598 vsize=5356 CPUtime=0
/proc/28601/stat : 28601 (sh) S 28598 28598 24491 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24828993 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28601/statm: 1339 233 193 169 0 50 0
[pid=28602] ppid=28601 vsize=864776 CPUtime=2.94
/proc/28602/stat : 28602 (java) S 28601 28598 24491 0 -1 0 31606 0 1 0 275 19 0 0 20 0 9 0 24828994 885530624 26690 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28602/statm: 216194 26690 2557 9 0 210706 0
[pid=28602/tid=28603] ppid=28601 vsize=864776 CPUtime=1.56
/proc/28602/task/28603/stat : 28603 (java) R 28601 28598 24491 0 -1 64 3920 0 1 0 152 4 0 0 25 0 9 0 24828995 885530624 26690 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28604] ppid=28601 vsize=864776 CPUtime=1.19
/proc/28602/task/28604/stat : 28604 (java) S 28601 28598 24491 0 -1 64 26446 0 0 0 107 12 0 0 16 0 9 0 24828996 885530624 26690 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28605] ppid=28601 vsize=864776 CPUtime=0
/proc/28602/task/28605/stat : 28605 (java) S 28601 28598 24491 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24828996 885530624 26690 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28606] ppid=28601 vsize=864776 CPUtime=0
/proc/28602/task/28606/stat : 28606 (java) S 28601 28598 24491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24828996 885530624 26690 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28607] ppid=28601 vsize=864776 CPUtime=0
/proc/28602/task/28607/stat : 28607 (java) S 28601 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24828998 885530624 26690 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28608] ppid=28601 vsize=864776 CPUtime=0.14
/proc/28602/task/28608/stat : 28608 (java) S 28601 28598 24491 0 -1 64 535 0 0 0 14 0 0 0 16 0 9 0 24828998 885530624 26690 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28609] ppid=28601 vsize=864776 CPUtime=0
/proc/28602/task/28609/stat : 28609 (java) S 28601 28598 24491 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24828998 885530624 26690 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28602/tid=28610] ppid=28601 vsize=864776 CPUtime=0
/proc/28602/task/28610/stat : 28610 (java) S 28601 28598 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24828998 885530624 26690 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887000

[startup+6.30203 s]
/proc/loadavg: 2.38 2.21 2.11 4/92 28620
/proc/meminfo: memFree=1627432/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=3.23
/proc/28598/stat : 28598 (sugar) S 28596 28598 24491 0 -1 4194304 1309 32034 0 1 5 1 296 21 15 0 1 0 24828986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28598/statm: 4217 1111 409 3 0 796 0
[pid=28611] ppid=28598 vsize=5356 CPUtime=0
/proc/28611/stat : 28611 (sh) S 28598 28598 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24829322 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28611/statm: 1339 233 193 169 0 50 0
[pid=28612] ppid=28611 vsize=868560 CPUtime=2.89
/proc/28612/stat : 28612 (java) S 28611 28598 24491 0 -1 0 14460 0 1 0 281 8 0 0 18 0 9 0 24829323 889405440 13083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28612/statm: 217140 13083 2570 9 0 211645 0
[pid=28612/tid=28613] ppid=28611 vsize=868560 CPUtime=2
/proc/28612/task/28613/stat : 28613 (java) R 28611 28598 24491 0 -1 64 2910 0 1 0 199 1 0 0 25 0 9 0 24829324 889405440 13083 996147200 134512640 134550932 4294955936 18446744073709551615 4126585754 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28614] ppid=28611 vsize=868560 CPUtime=0.67
/proc/28612/task/28614/stat : 28614 (java) S 28611 28598 24491 0 -1 64 9360 0 0 0 63 4 0 0 16 0 9 0 24829325 889405440 13083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28615] ppid=28611 vsize=868560 CPUtime=0
/proc/28612/task/28615/stat : 28615 (java) S 28611 28598 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24829325 889405440 13083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28616] ppid=28611 vsize=868560 CPUtime=0
/proc/28612/task/28616/stat : 28616 (java) S 28611 28598 24491 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24829325 889405440 13083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28617] ppid=28611 vsize=868560 CPUtime=0
/proc/28612/task/28617/stat : 28617 (java) S 28611 28598 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24829327 889405440 13083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28618] ppid=28611 vsize=868560 CPUtime=0.19
/proc/28612/task/28618/stat : 28618 (java) S 28611 28598 24491 0 -1 64 1488 0 0 0 18 1 0 0 16 0 9 0 24829327 889405440 13083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28619] ppid=28611 vsize=868560 CPUtime=0
/proc/28612/task/28619/stat : 28619 (java) S 28611 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24829327 889405440 13083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28620] ppid=28611 vsize=868560 CPUtime=0
/proc/28612/task/28620/stat : 28620 (java) S 28611 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24829327 889405440 13083 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 890784

[startup+12.7018 s]
/proc/loadavg: 2.35 2.21 2.11 3/92 28620
/proc/meminfo: memFree=1616296/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=3.23
/proc/28598/stat : 28598 (sugar) S 28596 28598 24491 0 -1 4194304 1309 32034 0 1 5 1 296 21 15 0 1 0 24828986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28598/statm: 4217 1111 409 3 0 796 0
[pid=28611] ppid=28598 vsize=5356 CPUtime=0
/proc/28611/stat : 28611 (sh) S 28598 28598 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24829322 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28611/statm: 1339 233 193 169 0 50 0
[pid=28612] ppid=28611 vsize=868560 CPUtime=9.21
/proc/28612/stat : 28612 (java) S 28611 28598 24491 0 -1 0 16640 0 1 0 909 12 0 0 18 0 9 0 24829323 889405440 15000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28612/statm: 217140 15000 2570 9 0 211645 0
[pid=28612/tid=28613] ppid=28611 vsize=868560 CPUtime=7.9
/proc/28612/task/28613/stat : 28613 (java) R 28611 28598 24491 0 -1 64 3173 0 1 0 787 3 0 0 25 0 9 0 24829324 889405440 15000 996147200 134512640 134550932 4294955936 18446744073709551615 4126448550 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28614] ppid=28611 vsize=868560 CPUtime=1.07
/proc/28612/task/28614/stat : 28614 (java) S 28611 28598 24491 0 -1 64 11268 0 0 0 100 7 0 0 16 0 9 0 24829325 889405440 15000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28615] ppid=28611 vsize=868560 CPUtime=0
/proc/28612/task/28615/stat : 28615 (java) S 28611 28598 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24829325 889405440 15000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28616] ppid=28611 vsize=868560 CPUtime=0
/proc/28612/task/28616/stat : 28616 (java) S 28611 28598 24491 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24829325 889405440 15000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28617] ppid=28611 vsize=868560 CPUtime=0
/proc/28612/task/28617/stat : 28617 (java) S 28611 28598 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24829327 889405440 15000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28618] ppid=28611 vsize=868560 CPUtime=0.21
/proc/28612/task/28618/stat : 28618 (java) S 28611 28598 24491 0 -1 64 1497 0 0 0 20 1 0 0 15 0 9 0 24829327 889405440 15000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28619] ppid=28611 vsize=868560 CPUtime=0
/proc/28612/task/28619/stat : 28619 (java) S 28611 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24829327 889405440 15000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28620] ppid=28611 vsize=868560 CPUtime=0
/proc/28612/task/28620/stat : 28620 (java) R 28611 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24829327 889405440 15000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890784

[startup+25.5023 s]
/proc/loadavg: 2.27 2.20 2.11 3/92 28620
/proc/meminfo: memFree=1590952/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=3.23
/proc/28598/stat : 28598 (sugar) S 28596 28598 24491 0 -1 4194304 1309 32034 0 1 5 1 296 21 16 0 1 0 24828986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28598/statm: 4217 1111 409 3 0 796 0
[pid=28611] ppid=28598 vsize=5356 CPUtime=0
/proc/28611/stat : 28611 (sh) S 28598 28598 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24829322 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28611/statm: 1339 233 193 169 0 50 0
[pid=28612] ppid=28611 vsize=868560 CPUtime=21.88
/proc/28612/stat : 28612 (java) S 28611 28598 24491 0 -1 0 24936 0 1 0 2167 21 0 0 18 0 9 0 24829323 889405440 19439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28612/statm: 217140 19439 2568 9 0 211645 0
[pid=28612/tid=28613] ppid=28611 vsize=868560 CPUtime=19.5
/proc/28612/task/28613/stat : 28613 (java) R 28611 28598 24491 0 -1 64 3791 0 1 0 1946 4 0 0 25 0 9 0 24829324 889405440 19439 996147200 134512640 134550932 4294955936 18446744073709551615 4126587268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28614] ppid=28611 vsize=868560 CPUtime=2.13
/proc/28612/task/28614/stat : 28614 (java) S 28611 28598 24491 0 -1 64 18938 0 0 0 199 14 0 0 16 0 9 0 24829325 889405440 19439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28615] ppid=28611 vsize=868560 CPUtime=0
/proc/28612/task/28615/stat : 28615 (java) S 28611 28598 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24829325 889405440 19439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28616] ppid=28611 vsize=868560 CPUtime=0
/proc/28612/task/28616/stat : 28616 (java) S 28611 28598 24491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24829325 889405440 19439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28617] ppid=28611 vsize=868560 CPUtime=0

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

[startup+1182.3 s]
/proc/loadavg: 2.02 2.04 2.06 3/85 28686
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=3.23
/proc/28598/stat : 28598 (sugar) S 28596 28598 24491 0 -1 4194304 1310 32034 0 1 5 1 296 21 16 0 1 0 24828986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28598/statm: 4217 1111 409 3 0 796 0
[pid=28611] ppid=28598 vsize=5356 CPUtime=0
/proc/28611/stat : 28611 (sh) S 28598 28598 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24829322 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28611/statm: 1339 233 193 169 0 50 0
[pid=28612] ppid=28611 vsize=868672 CPUtime=1160.93
/proc/28612/stat : 28612 (java) S 28611 28598 24491 0 -1 0 114464 0 1 0 85925 30168 0 0 18 0 9 0 24829323 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28612/statm: 217168 87715 2593 9 0 211645 0
[pid=28612/tid=28613] ppid=28611 vsize=868672 CPUtime=1141.48
/proc/28612/task/28613/stat : 28613 (java) R 28611 28598 24491 0 -1 64 11815 0 1 0 84062 30086 0 0 25 0 9 0 24829324 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4127072032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28612/tid=28614] ppid=28611 vsize=868672 CPUtime=19.1
/proc/28612/task/28614/stat : 28614 (java) S 28611 28598 24491 0 -1 64 100394 0 0 0 1831 79 0 0 17 0 9 0 24829325 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28612/tid=28615] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28615/stat : 28615 (java) S 28611 28598 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24829325 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28616] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28616/stat : 28616 (java) S 28611 28598 24491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24829325 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28617] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28617/stat : 28617 (java) S 28611 28598 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28618] ppid=28611 vsize=868672 CPUtime=0.32
/proc/28612/task/28618/stat : 28618 (java) S 28611 28598 24491 0 -1 64 1553 0 0 0 31 1 0 0 17 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28619] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28619/stat : 28619 (java) S 28611 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28620] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28620/stat : 28620 (java) S 28611 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1164.16
Current children cumulated vsize (KiB) 890896

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/85 28686
/proc/meminfo: memFree=14944/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=3.23
/proc/28598/stat : 28598 (sugar) S 28596 28598 24491 0 -1 4194304 1310 32034 0 1 5 1 296 21 16 0 1 0 24828986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28598/statm: 4217 1111 409 3 0 796 0
[pid=28611] ppid=28598 vsize=5356 CPUtime=0
/proc/28611/stat : 28611 (sh) S 28598 28598 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24829322 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28611/statm: 1339 233 193 169 0 50 0
[pid=28612] ppid=28611 vsize=868672 CPUtime=1220.37
/proc/28612/stat : 28612 (java) S 28611 28598 24491 0 -1 0 114547 0 1 0 89362 32675 0 0 18 0 9 0 24829323 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28612/statm: 217168 87715 2593 9 0 211645 0
[pid=28612/tid=28613] ppid=28611 vsize=868672 CPUtime=1200.79
/proc/28612/task/28613/stat : 28613 (java) R 28611 28598 24491 0 -1 64 11898 0 1 0 87487 32592 0 0 25 0 9 0 24829324 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4126584275 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28612/tid=28614] ppid=28611 vsize=868672 CPUtime=19.23
/proc/28612/task/28614/stat : 28614 (java) S 28611 28598 24491 0 -1 64 100394 0 0 0 1843 80 0 0 16 0 9 0 24829325 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28612/tid=28615] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28615/stat : 28615 (java) S 28611 28598 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24829325 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28616] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28616/stat : 28616 (java) S 28611 28598 24491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24829325 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28617] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28617/stat : 28617 (java) S 28611 28598 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28618] ppid=28611 vsize=868672 CPUtime=0.32
/proc/28612/task/28618/stat : 28618 (java) S 28611 28598 24491 0 -1 64 1553 0 0 0 31 1 0 0 17 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28619] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28619/stat : 28619 (java) S 28611 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28620] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28620/stat : 28620 (java) S 28611 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1223.6
Current children cumulated vsize (KiB) 890896

[startup+1302.3 s]
/proc/loadavg: 2.12 2.05 2.06 3/85 28686
/proc/meminfo: memFree=14944/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=3.23
/proc/28598/stat : 28598 (sugar) S 28596 28598 24491 0 -1 4194304 1310 32034 0 1 5 1 296 21 16 0 1 0 24828986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28598/statm: 4217 1111 409 3 0 796 0
[pid=28611] ppid=28598 vsize=5356 CPUtime=0
/proc/28611/stat : 28611 (sh) S 28598 28598 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24829322 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28611/statm: 1339 233 193 169 0 50 0
[pid=28612] ppid=28611 vsize=868672 CPUtime=1279.83
/proc/28612/stat : 28612 (java) S 28611 28598 24491 0 -1 0 114627 0 1 0 92929 35054 0 0 18 0 9 0 24829323 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28612/statm: 217168 87715 2593 9 0 211645 0
[pid=28612/tid=28613] ppid=28611 vsize=868672 CPUtime=1260.14
/proc/28612/task/28613/stat : 28613 (java) R 28611 28598 24491 0 -1 64 11978 0 1 0 91043 34971 0 0 25 0 9 0 24829324 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28612/tid=28614] ppid=28611 vsize=868672 CPUtime=19.33
/proc/28612/task/28614/stat : 28614 (java) S 28611 28598 24491 0 -1 64 100394 0 0 0 1853 80 0 0 16 0 9 0 24829325 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28612/tid=28615] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28615/stat : 28615 (java) S 28611 28598 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24829325 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28616] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28616/stat : 28616 (java) S 28611 28598 24491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24829325 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28617] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28617/stat : 28617 (java) S 28611 28598 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28618] ppid=28611 vsize=868672 CPUtime=0.32
/proc/28612/task/28618/stat : 28618 (java) S 28611 28598 24491 0 -1 64 1553 0 0 0 31 1 0 0 17 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28619] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28619/stat : 28619 (java) S 28611 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28620] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28620/stat : 28620 (java) S 28611 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1283.06
Current children cumulated vsize (KiB) 890896

[startup+1362.3 s]
/proc/loadavg: 2.15 2.07 2.06 3/85 28686
/proc/meminfo: memFree=16224/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=3.23
/proc/28598/stat : 28598 (sugar) S 28596 28598 24491 0 -1 4194304 1310 32034 0 1 5 1 296 21 16 0 1 0 24828986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28598/statm: 4217 1111 409 3 0 796 0
[pid=28611] ppid=28598 vsize=5356 CPUtime=0
/proc/28611/stat : 28611 (sh) S 28598 28598 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24829322 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28611/statm: 1339 233 193 169 0 50 0
[pid=28612] ppid=28611 vsize=868672 CPUtime=1339.28
/proc/28612/stat : 28612 (java) S 28611 28598 24491 0 -1 0 114708 0 1 0 96451 37477 0 0 18 0 9 0 24829323 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28612/statm: 217168 87715 2593 9 0 211645 0
[pid=28612/tid=28613] ppid=28611 vsize=868672 CPUtime=1319.47
/proc/28612/task/28613/stat : 28613 (java) R 28611 28598 24491 0 -1 64 12059 0 1 0 94554 37393 0 0 25 0 9 0 24829324 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4127072979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28612/tid=28614] ppid=28611 vsize=868672 CPUtime=19.45
/proc/28612/task/28614/stat : 28614 (java) S 28611 28598 24491 0 -1 64 100394 0 0 0 1865 80 0 0 17 0 9 0 24829325 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28612/tid=28615] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28615/stat : 28615 (java) S 28611 28598 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24829325 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28616] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28616/stat : 28616 (java) S 28611 28598 24491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24829325 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28617] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28617/stat : 28617 (java) S 28611 28598 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28618] ppid=28611 vsize=868672 CPUtime=0.32
/proc/28612/task/28618/stat : 28618 (java) S 28611 28598 24491 0 -1 64 1553 0 0 0 31 1 0 0 17 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28619] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28619/stat : 28619 (java) S 28611 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28612/tid=28620] ppid=28611 vsize=868672 CPUtime=0
/proc/28612/task/28620/stat : 28620 (java) S 28611 28598 24491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24829327 889520128 87715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1342.51
Current children cumulated vsize (KiB) 890896

[startup+1422.31 s]
/proc/loadavg: 2.16 2.08 2.07 2/75 28746
/proc/meminfo: memFree=1934448/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=1400.54
/proc/28598/stat : 28598 (sugar) D 28596 28598 24491 0 -1 4194304 1335 147116 0 2 5 72 100167 39810 18 0 1 0 24828986 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28598/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1400.54
Current children cumulated vsize (KiB) 16868

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

[startup+1423.1 s]
/proc/loadavg: 2.16 2.08 2.07 2/75 28746
/proc/meminfo: memFree=1934448/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=1400.57
/proc/28598/stat : 28598 (sugar) D 28596 28598 24491 0 -1 4194304 1335 147116 0 2 5 75 100167 39810 18 0 1 0 24828986 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28598/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1400.57
Current children cumulated vsize (KiB) 16868

[startup+1423.5 s]
/proc/loadavg: 2.16 2.08 2.07 2/75 28746
/proc/meminfo: memFree=1933936/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=1400.59
/proc/28598/stat : 28598 (sugar) D 28596 28598 24491 0 -1 4194304 1335 147116 0 2 5 77 100167 39810 18 0 1 0 24828986 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28598/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1400.59
Current children cumulated vsize (KiB) 16868

[startup+1423.7 s]
/proc/loadavg: 2.16 2.08 2.07 2/75 28746
/proc/meminfo: memFree=1933936/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=1400.6
/proc/28598/stat : 28598 (sugar) D 28596 28598 24491 0 -1 4194304 1335 147116 0 2 5 78 100167 39810 18 0 1 0 24828986 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28598/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1400.6
Current children cumulated vsize (KiB) 16868

[startup+1423.8 s]
/proc/loadavg: 2.16 2.08 2.07 2/75 28746
/proc/meminfo: memFree=1933936/2055920 swapFree=4192812/4192956
[pid=28598] ppid=28596 vsize=16868 CPUtime=1400.6
/proc/28598/stat : 28598 (sugar) D 28596 28598 24491 0 -1 4194304 1335 147116 0 2 5 78 100167 39810 18 0 1 0 24828986 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28598/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1400.6
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1423.85
CPU time (s): 1400.63
CPU user time (s): 1001.73
CPU system time (s): 398.901
CPU usage (%): 98.3691
Max. virtual memory (cumulated for all children) (KiB): 905036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1001.73
system time used= 398.901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148512
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69605
involuntary context switches= 72768

runsolver used 1.80872 second user time and 4.95825 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 07:46:52
IDJOB=2083545
IDBENCH=57850
IDSOLVER=739
FILE ID=node1/2083545-1247377612
PBS_JOBID= 9507117
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083545-1247377612/watcher-2083545-1247377612 -o /tmp/evaluation-result-2083545-1247377612/solver-2083545-1247377612 -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-2083545-1247377612.xml

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

MD5SUM BENCH= ae5d607663ce3822ee178e88e7985676
RANDOM SEED=20075924

node1.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	: 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.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:       1678880 kB
Buffers:         56968 kB
Cached:         202384 kB
SwapCached:          0 kB
Active:         203884 kB
Inactive:       106904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           20528 kB
Writeback:           0 kB
Mapped:          71836 kB
Slab:            51484 kB
Committed_AS:   258452 kB
PageTables:       1964 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= 66376 MiB
End job on node1 at 2009-07-12 08:10:36