Trace number 2083237

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? 279.445 288.167

General information on the benchmark

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

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:36:59 2009
0.00/0.08	c 0	PID 22520
0.00/0.08	c 0	HOST node2.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083237-1247377019.xml TO HOME/temp.csp
0.00/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-2083237-1247377019.xml' 'HOME/temp.csp'
1.74/1.88	c 2	17 domains, 2300 variables, 8 predicates, 0 relations, 24253 constraints
1.82/1.92	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.82/1.92	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.82/1.99	c 2	Parsing HOME/temp.csp
2.19/2.31	c 3	parsed 10000 expressions
2.29/2.47	c 3	parsed 20000 expressions
2.49/2.61	c 3	parsed 26578 expressions
2.49/2.62	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.49/2.62	c 3	Converting to clausal form CSP
3.29/3.44	c 4	converted 2658 (10%) expressions
7.04/7.23	c 8	converted 5316 (20%) expressions
10.51/10.76	c 11	converted 7974 (30%) expressions
13.58/13.82	c 14	converted 10632 (40%) expressions
16.54/16.84	c 17	converted 13289 (50%) expressions
19.91/20.24	c 21	converted 15947 (60%) expressions
22.78/23.19	c 24	converted 18605 (70%) expressions
25.55/25.98	c 26	converted 21263 (80%) expressions
29.01/29.40	c 30	converted 23921 (90%) expressions
31.19/31.64	c 32	converted 26578 (100%) expressions
31.19/31.65	c 32	CSP : 8122 integers, 67586 booleans, 156213 clauses, largest domain size 2821
31.19/31.65	c 32	Heap : 114 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.19/31.65	c 32	Propagation in CSP
33.96/34.49	c 35	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
34.05/34.50	c 35	CSP : 8122 integers, 67586 booleans, 156213 clauses, largest domain size 2821
34.05/34.50	c 35	Heap : 123 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
34.05/34.55	c 35	Simplifing CSP by introducing new Boolean variables
34.45/34.93	c 35	CSP : 8122 integers, 126504 booleans, 215131 clauses, largest domain size 2821
34.45/34.93	c 35	Heap : 132 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.24/35.79	c 36	Encoding CSP to SAT : HOME/temp.cnf
40.19/40.74	c 41	813 (10%) CSP integer variables are encoded (222470 clauses, 3560673 bytes)
45.04/45.65	c 46	1625 (20%) CSP integer variables are encoded (446478 clauses, 7368809 bytes)
49.49/50.11	c 51	2437 (30%) CSP integer variables are encoded (971952 clauses, 16301867 bytes)
52.06/52.77	c 53	3249 (40%) CSP integer variables are encoded (3017618 clauses, 55118322 bytes)
54.79/55.50	c 56	4061 (50%) CSP integer variables are encoded (5084576 clauses, 94390524 bytes)
57.47/58.29	c 59	4874 (60%) CSP integer variables are encoded (7181173 clauses, 134225867 bytes)
60.31/61.11	c 62	5686 (70%) CSP integer variables are encoded (9253697 clauses, 173603823 bytes)
63.15/64.00	c 64	6498 (80%) CSP integer variables are encoded (11328499 clauses, 215694020 bytes)
65.96/66.96	c 67	7310 (90%) CSP integer variables are encoded (13404527 clauses, 259290608 bytes)
68.76/69.88	c 70	8122 (100%) CSP integer variables are encoded (15463053 clauses, 302519654 bytes)
90.37/92.06	c 92	21514 (10%) CSP clauses are encoded (21202556 clauses, 457587461 bytes)
112.24/114.38	c 115	43027 (20%) CSP clauses are encoded (27282441 clauses, 624890437 bytes)
133.12/135.53	c 136	64540 (30%) CSP clauses are encoded (33497728 clauses, 796120769 bytes)
153.02/155.69	c 156	86053 (40%) CSP clauses are encoded (39800071 clauses, 970744097 bytes)
173.58/176.41	c 177	107566 (50%) CSP clauses are encoded (46413001 clauses, 1153849804 bytes)
195.09/198.25	c 199	129079 (60%) CSP clauses are encoded (53236263 clauses, 1349711579 bytes)
216.51/220.16	c 221	150592 (70%) CSP clauses are encoded (60020268 clauses, 1547943935 bytes)
236.58/240.79	c 241	172105 (80%) CSP clauses are encoded (66443115 clauses, 1736781611 bytes)
257.68/262.60	c 263	193618 (90%) CSP clauses are encoded (73470549 clauses, 1944595267 bytes)
278.60/283.90	c 284	215131 (100%) CSP clauses are encoded (80558011 clauses, 2154586325 bytes)
278.60/283.90	c 284	215131 CSP clauses encoded
278.60/283.92	c 284	Writing map file : HOME/temp.map
278.77/284.22	c 285	Heap : 113 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
278.77/284.22	c 285	SAT : 15597679 SAT variables, 80558011 SAT clauses, 2154586325 bytes
278.77/284.22	c 285	Heap : 113 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
278.84/284.30	c 285	SOLVING HOME/temp.cnf
278.84/284.30	c 285	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
278.84/284.47	c 285	This is MiniSat 2.0 beta
278.84/284.47	c 285	WARNING: for repeatability, setting FPU to use double precision
278.84/284.47	c 285	ERROR! Could not open file: HOME/temp.cnf
278.84/284.47	c 285	DECODING HOME/temp.out WITH HOME/temp.map
278.84/284.47	c ERROR no output file HOME/temp.out
278.84/284.47	s UNKNOWN
278.84/284.47	c 285	CPU 278.84 (0.07 0.02 265.04 13.71)
278.84/284.47	c 285	END Sun Jul 12 07:41:44 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-2083237-1247377019/watcher-2083237-1247377019 -o /tmp/evaluation-result-2083237-1247377019/solver-2083237-1247377019 -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-2083237-1247377019.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.70 2.58 2.27 4/83 22520
/proc/meminfo: memFree=1070000/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=18576 CPUtime=0
/proc/22520/stat : 22520 (runsolver) R 22518 22520 18069 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24769612 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22520/statm: 4644 284 249 26 0 2626 0

[startup+0.00958193 s]
/proc/loadavg: 2.70 2.58 2.27 4/83 22520
/proc/meminfo: memFree=1070000/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=12268 CPUtime=0
/proc/22520/stat : 22520 (sugar) D 22518 22520 18069 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 24769612 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 206381480549 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/22520/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102603 s]
/proc/loadavg: 2.70 2.58 2.27 4/83 22520
/proc/meminfo: memFree=1070000/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=0.06
/proc/22520/stat : 22520 (sugar) S 22518 22520 18069 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24769612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22520/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302635 s]
/proc/loadavg: 2.70 2.58 2.27 4/83 22520
/proc/meminfo: memFree=1070000/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=0.06
/proc/22520/stat : 22520 (sugar) S 22518 22520 18069 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24769612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22520/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702718 s]
/proc/loadavg: 2.70 2.58 2.27 4/83 22520
/proc/meminfo: memFree=1070000/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=0.06
/proc/22520/stat : 22520 (sugar) S 22518 22520 18069 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24769612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22520/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50186 s]
/proc/loadavg: 2.64 2.57 2.27 4/94 22532
/proc/meminfo: memFree=1044824/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=0.06
/proc/22520/stat : 22520 (sugar) S 22518 22520 18069 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24769612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22520/statm: 4217 1111 409 3 0 796 0
[pid=22523] ppid=22520 vsize=5356 CPUtime=0
/proc/22523/stat : 22523 (sh) S 22520 22520 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24769621 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22523/statm: 1339 233 193 169 0 50 0
[pid=22524] ppid=22523 vsize=864776 CPUtime=1.38
/proc/22524/stat : 22524 (java) S 22523 22520 18069 0 -1 0 14529 0 1 0 130 8 0 0 18 0 9 0 24769621 885530624 12560 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22524/statm: 216194 12560 2556 9 0 210706 0
[pid=22524/tid=22525] ppid=22523 vsize=864776 CPUtime=0.79
/proc/22524/task/22525/stat : 22525 (java) R 22523 22520 18069 0 -1 64 3074 0 1 0 77 2 0 0 24 0 9 0 24769622 885530624 12560 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22526] ppid=22523 vsize=864776 CPUtime=0.44
/proc/22524/task/22526/stat : 22526 (java) S 22523 22520 18069 0 -1 64 10236 0 0 0 40 4 0 0 16 0 9 0 24769624 885530624 12560 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22527] ppid=22523 vsize=864776 CPUtime=0
/proc/22524/task/22527/stat : 22527 (java) S 22523 22520 18069 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24769624 885530624 12560 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22528] ppid=22523 vsize=864776 CPUtime=0
/proc/22524/task/22528/stat : 22528 (java) S 22523 22520 18069 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24769624 885530624 12560 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22529] ppid=22523 vsize=864776 CPUtime=0
/proc/22524/task/22529/stat : 22529 (java) S 22523 22520 18069 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24769626 885530624 12560 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22530] ppid=22523 vsize=864776 CPUtime=0.12
/proc/22524/task/22530/stat : 22530 (java) R 22523 22520 18069 0 -1 64 515 0 0 0 12 0 0 0 16 0 9 0 24769626 885530624 12560 996147200 134512640 134550932 4294955984 18446744073709551615 101759628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22531] ppid=22523 vsize=864776 CPUtime=0
/proc/22524/task/22531/stat : 22531 (java) S 22523 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24769626 885530624 12560 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22524/tid=22532] ppid=22523 vsize=864776 CPUtime=0
/proc/22524/task/22532/stat : 22532 (java) S 22523 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769626 885530624 12560 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887000

[startup+3.10215 s]
/proc/loadavg: 2.64 2.57 2.27 6/94 22542
/proc/meminfo: memFree=1060312/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=1.84
/proc/22520/stat : 22520 (sugar) S 22518 22520 18069 0 -1 4194304 1309 15271 0 1 5 2 167 10 15 0 1 0 24769612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22520/statm: 4217 1111 409 3 0 796 0
[pid=22533] ppid=22520 vsize=5356 CPUtime=0
/proc/22533/stat : 22533 (sh) S 22520 22520 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769804 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22533/statm: 1339 233 193 169 0 50 0
[pid=22534] ppid=22533 vsize=868560 CPUtime=1.16
/proc/22534/stat : 22534 (java) S 22533 22520 18069 0 -1 0 9281 0 1 0 112 4 0 0 18 0 9 0 24769805 889405440 8395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22534/statm: 217140 8395 2569 9 0 211645 0
[pid=22534/tid=22535] ppid=22533 vsize=868560 CPUtime=0.76
/proc/22534/task/22535/stat : 22535 (java) R 22533 22520 18069 0 -1 64 2612 0 1 0 75 1 0 0 20 0 9 0 24769806 889405440 8395 996147200 134512640 134550932 4294955936 18446744073709551615 4126584168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22536] ppid=22533 vsize=868560 CPUtime=0.2
/proc/22534/task/22536/stat : 22536 (java) S 22533 22520 18069 0 -1 64 4500 0 0 0 19 1 0 0 16 0 9 0 24769807 889405440 8395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22537] ppid=22533 vsize=868560 CPUtime=0
/proc/22534/task/22537/stat : 22537 (java) S 22533 22520 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24769807 889405440 8395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22538] ppid=22533 vsize=868560 CPUtime=0
/proc/22534/task/22538/stat : 22538 (java) S 22533 22520 18069 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24769807 889405440 8395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22539] ppid=22533 vsize=868560 CPUtime=0
/proc/22534/task/22539/stat : 22539 (java) S 22533 22520 18069 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24769809 889405440 8395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22540] ppid=22533 vsize=868560 CPUtime=0.16
/proc/22534/task/22540/stat : 22540 (java) S 22533 22520 18069 0 -1 64 1467 0 0 0 16 0 0 0 15 0 9 0 24769809 889405440 8395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22541] ppid=22533 vsize=868560 CPUtime=0
/proc/22534/task/22541/stat : 22541 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24769809 889405440 8395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22542] ppid=22533 vsize=868560 CPUtime=0
/proc/22534/task/22542/stat : 22542 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769809 889405440 8395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890784

[startup+6.30174 s]
/proc/loadavg: 2.59 2.56 2.27 3/94 22542
/proc/meminfo: memFree=1033240/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=1.84
/proc/22520/stat : 22520 (sugar) S 22518 22520 18069 0 -1 4194304 1309 15271 0 1 5 2 167 10 16 0 1 0 24769612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22520/statm: 4217 1111 409 3 0 796 0
[pid=22533] ppid=22520 vsize=5356 CPUtime=0
/proc/22533/stat : 22533 (sh) S 22520 22520 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769804 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22533/statm: 1339 233 193 169 0 50 0
[pid=22534] ppid=22533 vsize=868900 CPUtime=4.32
/proc/22534/stat : 22534 (java) S 22533 22520 18069 0 -1 0 12524 0 1 0 424 8 0 0 18 0 9 0 24769805 889753600 11340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22534/statm: 217225 11340 2567 9 0 211730 0
[pid=22534/tid=22535] ppid=22533 vsize=868900 CPUtime=3.38
/proc/22534/task/22535/stat : 22535 (java) R 22533 22520 18069 0 -1 64 2925 0 1 0 336 2 0 0 25 0 9 0 24769806 889753600 11340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22536] ppid=22533 vsize=868900 CPUtime=0.71
/proc/22534/task/22536/stat : 22536 (java) R 22533 22520 18069 0 -1 64 7414 0 0 0 67 4 0 0 16 0 9 0 24769807 889753600 11340 996147200 134512640 134550932 4294955936 18446744073709551615 104191083 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22537] ppid=22533 vsize=868900 CPUtime=0
/proc/22534/task/22537/stat : 22537 (java) S 22533 22520 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24769807 889753600 11340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22538] ppid=22533 vsize=868900 CPUtime=0
/proc/22534/task/22538/stat : 22538 (java) S 22533 22520 18069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24769807 889753600 11340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22539] ppid=22533 vsize=868900 CPUtime=0
/proc/22534/task/22539/stat : 22539 (java) S 22533 22520 18069 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24769809 889753600 11340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22540] ppid=22533 vsize=868900 CPUtime=0.19
/proc/22534/task/22540/stat : 22540 (java) S 22533 22520 18069 0 -1 64 1483 0 0 0 19 0 0 0 15 0 9 0 24769809 889753600 11340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22541] ppid=22533 vsize=868900 CPUtime=0
/proc/22534/task/22541/stat : 22541 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24769809 889753600 11340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22542] ppid=22533 vsize=868900 CPUtime=0
/proc/22534/task/22542/stat : 22542 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769809 889753600 11340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 891124

[startup+12.7029 s]
/proc/loadavg: 2.54 2.56 2.27 3/94 22542
/proc/meminfo: memFree=1006808/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=1.84
/proc/22520/stat : 22520 (sugar) S 22518 22520 18069 0 -1 4194304 1309 15271 0 1 5 2 167 10 16 0 1 0 24769612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22520/statm: 4217 1111 409 3 0 796 0
[pid=22533] ppid=22520 vsize=5356 CPUtime=0
/proc/22533/stat : 22533 (sh) S 22520 22520 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769804 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22533/statm: 1339 233 193 169 0 50 0
[pid=22534] ppid=22533 vsize=868648 CPUtime=10.65
/proc/22534/stat : 22534 (java) S 22533 22520 18069 0 -1 0 23707 0 1 0 1050 15 0 0 18 0 9 0 24769805 889495552 17750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22534/statm: 217162 17750 2568 9 0 211667 0
[pid=22534/tid=22535] ppid=22533 vsize=868648 CPUtime=8.88
/proc/22534/task/22535/stat : 22535 (java) R 22533 22520 18069 0 -1 64 3582 0 1 0 885 3 0 0 25 0 9 0 24769806 889495552 17750 996147200 134512640 134550932 4294955936 18446744073709551615 4126503944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22536] ppid=22533 vsize=868648 CPUtime=1.55
/proc/22534/task/22536/stat : 22536 (java) S 22533 22520 18069 0 -1 64 17931 0 0 0 144 11 0 0 16 0 9 0 24769807 889495552 17750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22537] ppid=22533 vsize=868648 CPUtime=0
/proc/22534/task/22537/stat : 22537 (java) S 22533 22520 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24769807 889495552 17750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22538] ppid=22533 vsize=868648 CPUtime=0
/proc/22534/task/22538/stat : 22538 (java) S 22533 22520 18069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24769807 889495552 17750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22539] ppid=22533 vsize=868648 CPUtime=0
/proc/22534/task/22539/stat : 22539 (java) S 22533 22520 18069 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24769809 889495552 17750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22540] ppid=22533 vsize=868648 CPUtime=0.2
/proc/22534/task/22540/stat : 22540 (java) S 22533 22520 18069 0 -1 64 1492 0 0 0 20 0 0 0 15 0 9 0 24769809 889495552 17750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22541] ppid=22533 vsize=868648 CPUtime=0
/proc/22534/task/22541/stat : 22541 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24769809 889495552 17750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22542] ppid=22533 vsize=868648 CPUtime=0
/proc/22534/task/22542/stat : 22542 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769809 889495552 17750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890872

[startup+25.5023 s]
/proc/loadavg: 2.50 2.54 2.27 3/94 22542
/proc/meminfo: memFree=954400/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=1.84
/proc/22520/stat : 22520 (sugar) S 22518 22520 18069 0 -1 4194304 1309 15271 0 1 5 2 167 10 16 0 1 0 24769612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22520/statm: 4217 1111 409 3 0 796 0
[pid=22533] ppid=22520 vsize=5356 CPUtime=0
/proc/22533/stat : 22533 (sh) S 22520 22520 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769804 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22533/statm: 1339 233 193 169 0 50 0
[pid=22534] ppid=22533 vsize=868648 CPUtime=23.31
/proc/22534/stat : 22534 (java) S 22533 22520 18069 0 -1 0 40950 0 1 0 2307 24 0 0 18 0 9 0 24769805 889495552 30259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22534/statm: 217162 30259 2568 9 0 211667 0
[pid=22534/tid=22535] ppid=22533 vsize=868648 CPUtime=20
/proc/22534/task/22535/stat : 22535 (java) R 22533 22520 18069 0 -1 64 4294 0 1 0 1997 3 0 0 25 0 9 0 24769806 889495552 30259 996147200 134512640 134550932 4294955936 18446744073709551615 4126510277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22536] ppid=22533 vsize=868648 CPUtime=3.07
/proc/22534/task/22536/stat : 22536 (java) S 22533 22520 18069 0 -1 64 34460 0 0 0 288 19 0 0 16 0 9 0 24769807 889495552 30259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22537] ppid=22533 vsize=868648 CPUtime=0
/proc/22534/task/22537/stat : 22537 (java) S 22533 22520 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24769807 889495552 30259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22538] ppid=22533 vsize=868648 CPUtime=0
/proc/22534/task/22538/stat : 22538 (java) S 22533 22520 18069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24769807 889495552 30259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22539] ppid=22533 vsize=868648 CPUtime=0

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

[startup+102.307 s]
/proc/loadavg: 3.29 2.74 2.36 4/94 22542
/proc/meminfo: memFree=368544/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=1.85
/proc/22520/stat : 22520 (sugar) S 22518 22520 18069 0 -1 4194304 1310 15271 0 1 6 2 167 10 16 0 1 0 24769612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22520/statm: 4217 1111 409 3 0 796 0
[pid=22533] ppid=22520 vsize=5356 CPUtime=0
/proc/22533/stat : 22533 (sh) S 22520 22520 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769804 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22533/statm: 1339 233 193 169 0 50 0
[pid=22534] ppid=22533 vsize=868760 CPUtime=98.62
/proc/22534/stat : 22534 (java) S 22533 22520 18069 0 -1 0 56368 0 1 0 9486 376 0 0 18 0 9 0 24769805 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22534/statm: 217190 42410 2593 9 0 211667 0
[pid=22534/tid=22535] ppid=22533 vsize=868760 CPUtime=92.04
/proc/22534/task/22535/stat : 22535 (java) R 22533 22520 18069 0 -1 64 6098 0 1 0 8863 341 0 0 25 0 9 0 24769806 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4126870231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22536] ppid=22533 vsize=868760 CPUtime=6.26
/proc/22534/task/22536/stat : 22536 (java) S 22533 22520 18069 0 -1 64 48027 0 0 0 593 33 0 0 16 0 9 0 24769807 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22537] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22537/stat : 22537 (java) S 22533 22520 18069 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24769807 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22538] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22538/stat : 22538 (java) S 22533 22520 18069 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 24769807 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22539] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22539/stat : 22539 (java) S 22533 22520 18069 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22540] ppid=22533 vsize=868760 CPUtime=0.3
/proc/22534/task/22540/stat : 22540 (java) S 22533 22520 18069 0 -1 64 1541 0 0 0 29 1 0 0 16 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22541] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22541/stat : 22541 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22542] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22542/stat : 22542 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.47
Current children cumulated vsize (KiB) 890984

[startup+162.302 s]
/proc/loadavg: 3.42 2.89 2.43 4/93 22591
/proc/meminfo: memFree=474792/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=1.85
/proc/22520/stat : 22520 (sugar) S 22518 22520 18069 0 -1 4194304 1310 15271 0 1 6 2 167 10 16 0 1 0 24769612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22520/statm: 4217 1111 409 3 0 796 0
[pid=22533] ppid=22520 vsize=5356 CPUtime=0
/proc/22533/stat : 22533 (sh) S 22520 22520 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769804 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22533/statm: 1339 233 193 169 0 50 0
[pid=22534] ppid=22533 vsize=868760 CPUtime=157.78
/proc/22534/stat : 22534 (java) S 22533 22520 18069 0 -1 0 57218 0 1 0 15114 664 0 0 18 0 9 0 24769805 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22534/statm: 217190 42410 2593 9 0 211667 0
[pid=22534/tid=22535] ppid=22533 vsize=868760 CPUtime=150.51
/proc/22534/task/22535/stat : 22535 (java) R 22533 22520 18069 0 -1 64 6948 0 1 0 14429 622 0 0 25 0 9 0 24769806 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4127067607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22534/tid=22536] ppid=22533 vsize=868760 CPUtime=6.93
/proc/22534/task/22536/stat : 22536 (java) S 22533 22520 18069 0 -1 64 48027 0 0 0 654 39 0 0 16 0 9 0 24769807 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22534/tid=22537] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22537/stat : 22537 (java) S 22533 22520 18069 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24769807 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22538] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22538/stat : 22538 (java) S 22533 22520 18069 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 24769807 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22539] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22539/stat : 22539 (java) S 22533 22520 18069 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22540] ppid=22533 vsize=868760 CPUtime=0.3
/proc/22534/task/22540/stat : 22540 (java) S 22533 22520 18069 0 -1 64 1541 0 0 0 29 1 0 0 16 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22541] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22541/stat : 22541 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22542] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22542/stat : 22542 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.63
Current children cumulated vsize (KiB) 890984

[startup+222.302 s]
/proc/loadavg: 3.23 2.92 2.47 4/93 22591
/proc/meminfo: memFree=16232/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=1.85
/proc/22520/stat : 22520 (sugar) S 22518 22520 18069 0 -1 4194304 1310 15271 0 1 6 2 167 10 16 0 1 0 24769612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22520/statm: 4217 1111 409 3 0 796 0
[pid=22533] ppid=22520 vsize=5356 CPUtime=0
/proc/22533/stat : 22533 (sh) S 22520 22520 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769804 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22533/statm: 1339 233 193 169 0 50 0
[pid=22534] ppid=22533 vsize=868760 CPUtime=216.81
/proc/22534/stat : 22534 (java) S 22533 22520 18069 0 -1 0 58106 0 1 0 20701 980 0 0 18 0 9 0 24769805 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22534/statm: 217190 42410 2593 9 0 211667 0
[pid=22534/tid=22535] ppid=22533 vsize=868760 CPUtime=208.87
/proc/22534/task/22535/stat : 22535 (java) R 22533 22520 18069 0 -1 64 7836 0 1 0 19955 932 0 0 25 0 9 0 24769806 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4126584246 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22534/tid=22536] ppid=22533 vsize=868760 CPUtime=7.6
/proc/22534/task/22536/stat : 22536 (java) S 22533 22520 18069 0 -1 64 48027 0 0 0 715 45 0 0 16 0 9 0 24769807 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22534/tid=22537] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22537/stat : 22537 (java) S 22533 22520 18069 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24769807 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22538] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22538/stat : 22538 (java) S 22533 22520 18069 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 24769807 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22539] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22539/stat : 22539 (java) S 22533 22520 18069 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22540] ppid=22533 vsize=868760 CPUtime=0.3
/proc/22534/task/22540/stat : 22540 (java) S 22533 22520 18069 0 -1 64 1541 0 0 0 29 1 0 0 16 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22541] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22541/stat : 22541 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22542] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22542/stat : 22542 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.66
Current children cumulated vsize (KiB) 890984

[startup+282.301 s]
/proc/loadavg: 3.08 2.93 2.50 3/93 22597
/proc/meminfo: memFree=15464/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=1.85
/proc/22520/stat : 22520 (sugar) S 22518 22520 18069 0 -1 4194304 1310 15271 0 1 6 2 167 10 16 0 1 0 24769612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22520/statm: 4217 1111 409 3 0 796 0
[pid=22533] ppid=22520 vsize=5356 CPUtime=0
/proc/22533/stat : 22533 (sh) S 22520 22520 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769804 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22533/statm: 1339 233 193 169 0 50 0
[pid=22534] ppid=22533 vsize=868760 CPUtime=275.19
/proc/22534/stat : 22534 (java) S 22533 22520 18069 0 -1 0 59016 0 1 0 26172 1347 0 0 18 0 9 0 24769805 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22534/statm: 217190 42410 2593 9 0 211667 0
[pid=22534/tid=22535] ppid=22533 vsize=868760 CPUtime=266.52
/proc/22534/task/22535/stat : 22535 (java) R 22533 22520 18069 0 -1 64 8746 0 1 0 25361 1291 0 0 25 0 9 0 24769806 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22536] ppid=22533 vsize=868760 CPUtime=8.32
/proc/22534/task/22536/stat : 22536 (java) S 22533 22520 18069 0 -1 64 48027 0 0 0 780 52 0 0 16 0 9 0 24769807 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22537] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22537/stat : 22537 (java) S 22533 22520 18069 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24769807 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22538] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22538/stat : 22538 (java) S 22533 22520 18069 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 24769807 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22539] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22539/stat : 22539 (java) S 22533 22520 18069 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22540] ppid=22533 vsize=868760 CPUtime=0.3
/proc/22534/task/22540/stat : 22540 (java) S 22533 22520 18069 0 -1 64 1541 0 0 0 29 1 0 0 16 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22541] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22541/stat : 22541 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22534/tid=22542] ppid=22533 vsize=868760 CPUtime=0
/proc/22534/task/22542/stat : 22542 (java) S 22533 22520 18069 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769809 889610240 42410 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 277.04
Current children cumulated vsize (KiB) 890984

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

[startup+284.702 s]
/proc/loadavg: 3.08 2.93 2.50 3/93 22597
/proc/meminfo: memFree=15720/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=279.06
/proc/22520/stat : 22520 (sugar) R 22518 22520 18069 0 -1 4194304 1419 74982 0 9 7 24 26504 1371 18 0 1 0 24769612 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22520/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 279.06
Current children cumulated vsize (KiB) 16868

[startup+286.303 s]
/proc/loadavg: 3.08 2.93 2.50 2/83 22599
/proc/meminfo: memFree=1064376/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=279.35
/proc/22520/stat : 22520 (sugar) D 22518 22520 18069 0 -1 4194304 1419 74982 0 9 7 53 26504 1371 18 0 1 0 24769612 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22520/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 279.35
Current children cumulated vsize (KiB) 16868

[startup+287.106 s]
/proc/loadavg: 3.08 2.93 2.50 2/83 22599
/proc/meminfo: memFree=1058488/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=279.37
/proc/22520/stat : 22520 (sugar) D 22518 22520 18069 0 -1 4194304 1419 74982 0 9 7 55 26504 1371 18 0 1 0 24769612 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22520/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 279.37
Current children cumulated vsize (KiB) 16868

[startup+287.901 s]
/proc/loadavg: 3.08 2.93 2.50 2/83 22599
/proc/meminfo: memFree=1058488/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=279.41
/proc/22520/stat : 22520 (sugar) D 22518 22520 18069 0 -1 4194304 1419 74982 0 9 7 59 26504 1371 18 0 1 0 24769612 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22520/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 279.41
Current children cumulated vsize (KiB) 16868

[startup+288.101 s]
/proc/loadavg: 3.08 2.93 2.50 2/83 22599
/proc/meminfo: memFree=1052344/2055920 swapFree=4192812/4192956
[pid=22520] ppid=22518 vsize=16868 CPUtime=279.42
/proc/22520/stat : 22520 (sugar) D 22518 22520 18069 0 -1 4194304 1419 74982 0 9 7 60 26504 1371 18 0 1 0 24769612 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22520/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 279.42
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 288.167
CPU time (s): 279.445
CPU user time (s): 265.12
CPU system time (s): 14.3248
CPU usage (%): 96.9731
Max. virtual memory (cumulated for all children) (KiB): 901120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 265.12
system time used= 14.3248
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76462
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47470
involuntary context switches= 50542

runsolver used 0.415936 second user time and 1.02984 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 07:36:59
IDJOB=2083237
IDBENCH=57747
IDSOLVER=739
FILE ID=node2/2083237-1247377019
PBS_JOBID= 9507077
Free space on /tmp= 66332 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp26/normalized-fapp26-2300-6.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-2083237-1247377019/watcher-2083237-1247377019 -o /tmp/evaluation-result-2083237-1247377019/solver-2083237-1247377019 -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-2083237-1247377019.xml

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

MD5SUM BENCH= e8d8c19c6096f91b540a0db6537327a1
RANDOM SEED=444097289

node2.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.265
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.265
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:       1070480 kB
Buffers:         44852 kB
Cached:         186416 kB
SwapCached:          0 kB
Active:         826168 kB
Inactive:       102084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1070480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4724 kB
Writeback:           0 kB
Mapped:         712736 kB
Slab:            40968 kB
Committed_AS:   873764 kB
PageTables:       3212 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= 65588 MiB
End job on node2 at 2009-07-12 07:41:48