Trace number 2083588

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? 300.546 443.687

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-2.xml
MD5SUM1f2ebc90aacefa2bf62f5cb29b948cb3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.5591
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data

0.05/0.34	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.34	c 0	BEGIN Sun Jul 12 07:48:21 2009
0.05/0.34	c 0	PID 26526
0.05/0.34	c 0	HOST node82.alineos.net
0.05/0.34	c 0	CONVERTING HOME/instance-2083588-1247377700.xml TO HOME/temp.csp
0.05/0.34	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083588-1247377700.xml' 'HOME/temp.csp'
1.50/1.86	c 1	13 domains, 2000 variables, 8 predicates, 0 relations, 26753 constraints
1.56/1.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.56/1.91	c 1	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.56/1.98	c 2	Parsing HOME/temp.csp
1.75/2.15	c 2	parsed 10000 expressions
1.85/2.30	c 2	parsed 20000 expressions
2.04/2.45	c 2	parsed 28774 expressions
2.04/2.46	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.04/2.46	c 2	Converting to clausal form CSP
3.53/3.92	c 3	converted 2878 (10%) expressions
6.71/7.14	c 7	converted 5755 (20%) expressions
9.89/10.32	c 10	converted 8633 (30%) expressions
12.68/13.15	c 13	converted 11510 (40%) expressions
15.36/15.90	c 15	converted 14387 (50%) expressions
18.45/19.00	c 19	converted 17265 (60%) expressions
21.03/21.58	c 21	converted 20142 (70%) expressions
23.52/24.00	c 24	converted 23020 (80%) expressions
25.71/26.22	c 26	converted 25897 (90%) expressions
28.39/28.96	c 28	converted 28774 (100%) expressions
28.39/28.96	c 28	CSP : 7310 integers, 76068 booleans, 171902 clauses, largest domain size 2721
28.39/28.96	c 28	Heap : 106 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
28.39/28.96	c 28	Propagation in CSP
30.77/31.32	c 31	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
30.77/31.32	c 31	CSP : 7310 integers, 76068 booleans, 171902 clauses, largest domain size 2721
30.77/31.33	c 31	Heap : 108 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.77/31.37	c 31	Simplifing CSP by introducing new Boolean variables
31.18/31.71	c 31	CSP : 7310 integers, 138446 booleans, 234280 clauses, largest domain size 2721
31.18/31.71	c 31	Heap : 129 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.87/32.47	c 32	Encoding CSP to SAT : HOME/temp.cnf
36.05/36.66	c 36	731 (10%) CSP integer variables are encoded (205020 clauses, 3263993 bytes)
40.23/40.80	c 40	1462 (20%) CSP integer variables are encoded (411495 clauses, 6774068 bytes)
43.80/44.40	c 44	2193 (30%) CSP integer variables are encoded (1058439 clauses, 17893337 bytes)
45.97/46.71	c 46	2924 (40%) CSP integer variables are encoded (2925126 clauses, 53360390 bytes)
48.15/48.92	c 48	3655 (50%) CSP integer variables are encoded (4811435 clauses, 89200261 bytes)
50.32/51.16	c 51	4386 (60%) CSP integer variables are encoded (6701574 clauses, 125112902 bytes)
52.65/54.12	c 54	5117 (70%) CSP integer variables are encoded (8588891 clauses, 160971925 bytes)
54.94/56.46	c 56	5848 (80%) CSP integer variables are encoded (10494612 clauses, 198181159 bytes)
57.31/58.86	c 58	6579 (90%) CSP integer variables are encoded (12392367 clauses, 238034014 bytes)
59.64/61.38	c 61	7310 (100%) CSP integer variables are encoded (14251932 clauses, 277084879 bytes)
83.08/86.20	c 86	23428 (10%) CSP clauses are encoded (21385368 clauses, 471821668 bytes)
107.61/111.84	c 111	46856 (20%) CSP clauses are encoded (29069955 clauses, 684825028 bytes)
131.54/137.60	c 137	70284 (30%) CSP clauses are encoded (36508363 clauses, 891672021 bytes)
155.21/206.03	c 206	93712 (40%) CSP clauses are encoded (43912855 clauses, 1098247086 bytes)
179.55/231.33	c 231	117140 (50%) CSP clauses are encoded (51811964 clauses, 1318907405 bytes)
203.08/256.29	c 256	140568 (60%) CSP clauses are encoded (59515959 clauses, 1542279821 bytes)
227.40/282.24	c 282	163996 (70%) CSP clauses are encoded (67531092 clauses, 1778680488 bytes)
251.21/308.07	c 308	187424 (80%) CSP clauses are encoded (75521500 clauses, 2015984208 bytes)
275.19/333.20	c 333	210852 (90%) CSP clauses are encoded (83747772 clauses, 2261522181 bytes)
299.40/359.92	c 359	234280 (100%) CSP clauses are encoded (92286068 clauses, 2516136112 bytes)
299.40/359.92	c 359	234280 CSP clauses encoded
299.43/360.11	c 360	Writing map file : HOME/temp.map
299.54/364.44	c 364	Heap : 104 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
299.54/364.44	c 364	SAT : 14397688 SAT variables, 92286068 SAT clauses, 2516136112 bytes
299.54/364.44	c 364	Heap : 104 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
299.65/364.50	c 364	SOLVING HOME/temp.cnf
299.65/364.50	c 364	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
299.65/369.11	c 369	*** picosat: can not read input file 'HOME/temp.cnf'
299.65/369.11	c 369	DECODING HOME/temp.out WITH HOME/temp.map
299.65/369.11	c ERROR no output file HOME/temp.out
299.65/369.11	s UNKNOWN
299.65/369.11	c 369	CPU 299.66 (0.06 0.03 284.86 14.71)
299.65/369.11	c 369	END Sun Jul 12 07:54:30 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-2083588-1247377700/watcher-2083588-1247377700 -o /tmp/evaluation-result-2083588-1247377700/solver-2083588-1247377700 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083588-1247377700.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.00 2.08 2.15 4/84 26526
/proc/meminfo: memFree=1241568/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=18576 CPUtime=0
/proc/26526/stat : 26526 (runsolver) D 26524 26526 23974 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24835020 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 224264776999 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/26526/statm: 4644 284 249 26 0 2626 0

[startup+0.0283251 s]
/proc/loadavg: 2.00 2.08 2.15 4/84 26526
/proc/meminfo: memFree=1241568/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=124 CPUtime=0
/proc/26526/stat : 26526 (sugar) D 26524 26526 23974 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 24835020 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 224262157705 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/26526/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.10134 s]
/proc/loadavg: 2.00 2.08 2.15 4/84 26526
/proc/meminfo: memFree=1241568/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=12268 CPUtime=0
/proc/26526/stat : 26526 (sugar) D 26524 26526 23974 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 24835020 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224264944229 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/26526/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301377 s]
/proc/loadavg: 2.00 2.08 2.15 4/84 26526
/proc/meminfo: memFree=1241568/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=15948 CPUtime=0.05
/proc/26526/stat : 26526 (sugar) R 26524 26526 23974 0 -1 4194304 907 0 0 0 3 2 0 0 18 0 1 0 24835020 16330752 875 996147200 4194304 4206940 548682068608 18446744073709551615 224284866128 0 0 4224 0 0 0 0 17 0 0 0
/proc/26526/statm: 3987 875 380 3 0 566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15948

[startup+0.701456 s]
/proc/loadavg: 2.00 2.08 2.15 4/84 26526
/proc/meminfo: memFree=1241568/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=0.07
/proc/26526/stat : 26526 (sugar) S 26524 26526 23974 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24835020 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26526/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50261 s]
/proc/loadavg: 2.00 2.08 2.15 4/95 26538
/proc/meminfo: memFree=1214728/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=0.07
/proc/26526/stat : 26526 (sugar) S 26524 26526 23974 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24835020 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26526/statm: 4217 1111 409 3 0 796 0
[pid=26529] ppid=26526 vsize=5356 CPUtime=0
/proc/26529/stat : 26529 (sh) S 26526 26526 23974 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 24835054 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26529/statm: 1339 233 193 169 0 50 0
[pid=26530] ppid=26529 vsize=864760 CPUtime=1.14
/proc/26530/stat : 26530 (java) S 26529 26526 23974 0 -1 0 15183 0 1 0 105 9 0 0 21 0 9 0 24835055 885514240 13210 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26530/statm: 216190 13210 2556 9 0 210702 0
[pid=26530/tid=26531] ppid=26529 vsize=864760 CPUtime=0.58
/proc/26530/task/26531/stat : 26531 (java) R 26529 26526 23974 0 -1 64 3056 0 1 0 55 3 0 0 25 0 9 0 24835056 885514240 13210 996147200 134512640 134550932 4294955984 18446744073709551615 4126732905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26530/tid=26532] ppid=26529 vsize=864760 CPUtime=0.42
/proc/26530/task/26532/stat : 26532 (java) S 26529 26526 23974 0 -1 64 10906 0 0 0 38 4 0 0 16 0 9 0 24835057 885514240 13210 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26530/tid=26533] ppid=26529 vsize=864760 CPUtime=0
/proc/26530/task/26533/stat : 26533 (java) S 26529 26526 23974 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24835057 885514240 13210 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26530/tid=26534] ppid=26529 vsize=864760 CPUtime=0
/proc/26530/task/26534/stat : 26534 (java) S 26529 26526 23974 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24835057 885514240 13210 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26530/tid=26535] ppid=26529 vsize=864760 CPUtime=0
/proc/26530/task/26535/stat : 26535 (java) S 26529 26526 23974 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24835059 885514240 13210 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26530/tid=26536] ppid=26529 vsize=864760 CPUtime=0.1
/proc/26530/task/26536/stat : 26536 (java) S 26529 26526 23974 0 -1 64 516 0 0 0 10 0 0 0 16 0 9 0 24835059 885514240 13210 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26530/tid=26537] ppid=26529 vsize=864760 CPUtime=0
/proc/26530/task/26537/stat : 26537 (java) S 26529 26526 23974 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24835059 885514240 13210 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26530/tid=26538] ppid=26529 vsize=864760 CPUtime=0
/proc/26530/task/26538/stat : 26538 (java) S 26529 26526 23974 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24835059 885514240 13210 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 886984

[startup+3.1019 s]
/proc/loadavg: 2.00 2.08 2.15 3/95 26548
/proc/meminfo: memFree=1229320/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=1.57
/proc/26526/stat : 26526 (sugar) S 26524 26526 23974 0 -1 4194304 1309 16066 0 1 5 2 140 10 16 0 1 0 24835020 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26526/statm: 4217 1111 409 3 0 796 0
[pid=26539] ppid=26526 vsize=5356 CPUtime=0
/proc/26539/stat : 26539 (sh) S 26526 26526 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835211 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26539/statm: 1339 233 193 169 0 50 0
[pid=26540] ppid=26539 vsize=868536 CPUtime=1.16
/proc/26540/stat : 26540 (java) S 26539 26526 23974 0 -1 0 9612 0 1 0 111 5 0 0 18 0 9 0 24835211 889380864 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26540/statm: 217134 8689 2570 9 0 211639 0
[pid=26540/tid=26541] ppid=26539 vsize=868536 CPUtime=0.76
/proc/26540/task/26541/stat : 26541 (java) R 26539 26526 23974 0 -1 64 2633 0 1 0 75 1 0 0 25 0 9 0 24835212 889380864 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4126448491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26542] ppid=26539 vsize=868536 CPUtime=0.21
/proc/26540/task/26542/stat : 26542 (java) S 26539 26526 23974 0 -1 64 4793 0 0 0 19 2 0 0 16 0 9 0 24835213 889380864 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26543] ppid=26539 vsize=868536 CPUtime=0
/proc/26540/task/26543/stat : 26543 (java) S 26539 26526 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835214 889380864 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26544] ppid=26539 vsize=868536 CPUtime=0
/proc/26540/task/26544/stat : 26544 (java) S 26539 26526 23974 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24835214 889380864 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26545] ppid=26539 vsize=868536 CPUtime=0
/proc/26540/task/26545/stat : 26545 (java) S 26539 26526 23974 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24835216 889380864 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26546] ppid=26539 vsize=868536 CPUtime=0.16
/proc/26540/task/26546/stat : 26546 (java) S 26539 26526 23974 0 -1 64 1484 0 0 0 16 0 0 0 15 0 9 0 24835216 889380864 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26547] ppid=26539 vsize=868536 CPUtime=0
/proc/26540/task/26547/stat : 26547 (java) S 26539 26526 23974 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24835216 889380864 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26548] ppid=26539 vsize=868536 CPUtime=0
/proc/26540/task/26548/stat : 26548 (java) S 26539 26526 23974 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24835216 889380864 8689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 890760

[startup+6.3025 s]
/proc/loadavg: 2.00 2.08 2.15 3/95 26548
/proc/meminfo: memFree=1202568/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=1.57
/proc/26526/stat : 26526 (sugar) S 26524 26526 23974 0 -1 4194304 1309 16066 0 1 5 2 140 10 16 0 1 0 24835020 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26526/statm: 4217 1111 409 3 0 796 0
[pid=26539] ppid=26526 vsize=5356 CPUtime=0
/proc/26539/stat : 26539 (sh) S 26526 26526 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835211 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26539/statm: 1339 233 193 169 0 50 0
[pid=26540] ppid=26539 vsize=868620 CPUtime=4.34
/proc/26540/stat : 26540 (java) S 26539 26526 23974 0 -1 0 13030 0 1 0 426 8 0 0 18 0 9 0 24835211 889466880 11723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26540/statm: 217155 11723 2567 9 0 211660 0
[pid=26540/tid=26541] ppid=26539 vsize=868620 CPUtime=3.43
/proc/26540/task/26541/stat : 26541 (java) R 26539 26526 23974 0 -1 64 3130 0 1 0 341 2 0 0 25 0 9 0 24835212 889466880 11723 996147200 134512640 134550932 4294955936 18446744073709551615 4126509045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26542] ppid=26539 vsize=868620 CPUtime=0.7
/proc/26540/task/26542/stat : 26542 (java) S 26539 26526 23974 0 -1 64 7704 0 0 0 66 4 0 0 16 0 9 0 24835213 889466880 11723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26543] ppid=26539 vsize=868620 CPUtime=0
/proc/26540/task/26543/stat : 26543 (java) S 26539 26526 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835214 889466880 11723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26544] ppid=26539 vsize=868620 CPUtime=0
/proc/26540/task/26544/stat : 26544 (java) S 26539 26526 23974 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24835214 889466880 11723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26545] ppid=26539 vsize=868620 CPUtime=0
/proc/26540/task/26545/stat : 26545 (java) S 26539 26526 23974 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24835216 889466880 11723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26546] ppid=26539 vsize=868620 CPUtime=0.19
/proc/26540/task/26546/stat : 26546 (java) S 26539 26526 23974 0 -1 64 1494 0 0 0 19 0 0 0 15 0 9 0 24835216 889466880 11723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26547] ppid=26539 vsize=868620 CPUtime=0
/proc/26540/task/26547/stat : 26547 (java) S 26539 26526 23974 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24835216 889466880 11723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26548] ppid=26539 vsize=868620 CPUtime=0
/proc/26540/task/26548/stat : 26548 (java) S 26539 26526 23974 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24835216 889466880 11723 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 890844

[startup+12.7017 s]
/proc/loadavg: 2.00 2.07 2.14 3/95 26548
/proc/meminfo: memFree=1176776/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=1.57
/proc/26526/stat : 26526 (sugar) S 26524 26526 23974 0 -1 4194304 1309 16066 0 1 5 2 140 10 16 0 1 0 24835020 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26526/statm: 4217 1111 409 3 0 796 0
[pid=26539] ppid=26526 vsize=5356 CPUtime=0
/proc/26539/stat : 26539 (sh) S 26526 26526 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835211 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26539/statm: 1339 233 193 169 0 50 0
[pid=26540] ppid=26539 vsize=868620 CPUtime=10.7
/proc/26540/stat : 26540 (java) S 26539 26526 23974 0 -1 0 23504 0 1 0 1055 15 0 0 18 0 9 0 24835211 889466880 18103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26540/statm: 217155 18103 2568 9 0 211660 0
[pid=26540/tid=26541] ppid=26539 vsize=868620 CPUtime=8.95
/proc/26540/task/26541/stat : 26541 (java) R 26539 26526 23974 0 -1 64 3635 0 1 0 892 3 0 0 25 0 9 0 24835212 889466880 18103 996147200 134512640 134550932 4294955936 18446744073709551615 4126448578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26542] ppid=26539 vsize=868620 CPUtime=1.52
/proc/26540/task/26542/stat : 26542 (java) S 26539 26526 23974 0 -1 64 17664 0 0 0 142 10 0 0 16 0 9 0 24835213 889466880 18103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26543] ppid=26539 vsize=868620 CPUtime=0
/proc/26540/task/26543/stat : 26543 (java) S 26539 26526 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835214 889466880 18103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26544] ppid=26539 vsize=868620 CPUtime=0
/proc/26540/task/26544/stat : 26544 (java) S 26539 26526 23974 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24835214 889466880 18103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26545] ppid=26539 vsize=868620 CPUtime=0
/proc/26540/task/26545/stat : 26545 (java) S 26539 26526 23974 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24835216 889466880 18103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26546] ppid=26539 vsize=868620 CPUtime=0.2
/proc/26540/task/26546/stat : 26546 (java) S 26539 26526 23974 0 -1 64 1503 0 0 0 20 0 0 0 15 0 9 0 24835216 889466880 18103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26547] ppid=26539 vsize=868620 CPUtime=0
/proc/26540/task/26547/stat : 26547 (java) S 26539 26526 23974 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24835216 889466880 18103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26548] ppid=26539 vsize=868620 CPUtime=0
/proc/26540/task/26548/stat : 26548 (java) S 26539 26526 23974 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24835216 889466880 18103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 890844

[startup+25.5021 s]
/proc/loadavg: 2.15 2.10 2.15 3/95 26548
/proc/meminfo: memFree=1122696/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=1.57
/proc/26526/stat : 26526 (sugar) S 26524 26526 23974 0 -1 4194304 1309 16066 0 1 5 2 140 10 16 0 1 0 24835020 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26526/statm: 4217 1111 409 3 0 796 0
[pid=26539] ppid=26526 vsize=5356 CPUtime=0
/proc/26539/stat : 26539 (sh) S 26526 26526 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835211 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26539/statm: 1339 233 193 169 0 50 0
[pid=26540] ppid=26539 vsize=868620 CPUtime=23.43
/proc/26540/stat : 26540 (java) S 26539 26526 23974 0 -1 0 41468 0 1 0 2317 26 0 0 18 0 9 0 24835211 889466880 31147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26540/statm: 217155 31147 2568 9 0 211660 0
[pid=26540/tid=26541] ppid=26539 vsize=868620 CPUtime=20.18
/proc/26540/task/26541/stat : 26541 (java) R 26539 26526 23974 0 -1 64 4372 0 1 0 2014 4 0 0 25 0 9 0 24835212 889466880 31147 996147200 134512640 134550932 4294955936 18446744073709551615 4126448594 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26542] ppid=26539 vsize=868620 CPUtime=3.02
/proc/26540/task/26542/stat : 26542 (java) S 26539 26526 23974 0 -1 64 34889 0 0 0 282 20 0 0 16 0 9 0 24835213 889466880 31147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26543] ppid=26539 vsize=868620 CPUtime=0
/proc/26540/task/26543/stat : 26543 (java) S 26539 26526 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835214 889466880 31147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26544] ppid=26539 vsize=868620 CPUtime=0
/proc/26540/task/26544/stat : 26544 (java) S 26539 26526 23974 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24835214 889466880 31147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26545] ppid=26539 vsize=868620 CPUtime=0

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

[pid=26540/tid=26543] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26543/stat : 26543 (java) S 26539 26526 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835214 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26544] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26544/stat : 26544 (java) S 26539 26526 23974 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24835214 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26545] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26545/stat : 26545 (java) S 26539 26526 23974 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24835216 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26546] ppid=26539 vsize=868732 CPUtime=0.29
/proc/26540/task/26546/stat : 26546 (java) S 26539 26526 23974 0 -1 64 1552 0 0 0 28 1 0 0 16 0 9 0 24835216 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26540/tid=26547] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26547/stat : 26547 (java) S 26539 26526 23974 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24835216 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26548] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26548/stat : 26548 (java) S 26539 26526 23974 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24835216 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 170.66
Current children cumulated vsize (KiB) 890956
heavy processes:

[startup+282.301 s]
/proc/loadavg: 4.56 3.41 2.67 3/95 26608
/proc/meminfo: memFree=15120/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=1.57
/proc/26526/stat : 26526 (sugar) S 26524 26526 23974 0 -1 4194304 1310 16066 0 1 5 2 140 10 16 0 1 0 24835020 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26526/statm: 4217 1111 409 3 0 796 0
[pid=26539] ppid=26526 vsize=5356 CPUtime=0
/proc/26539/stat : 26539 (sh) S 26526 26526 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835211 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26539/statm: 1339 233 193 169 0 50 0
[pid=26540] ppid=26539 vsize=868732 CPUtime=225.92
/proc/26540/stat : 26540 (java) S 26539 26526 23974 0 -1 0 55597 0 1 0 21565 1027 0 0 18 0 9 0 24835211 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26540/statm: 217183 39716 2593 9 0 211660 0
[pid=26540/tid=26541] ppid=26539 vsize=868732 CPUtime=218.36
/proc/26540/task/26541/stat : 26541 (java) R 26539 26526 23974 0 -1 64 8430 0 1 0 20856 980 0 0 25 0 9 0 24835212 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4126583292 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26540/tid=26542] ppid=26539 vsize=868732 CPUtime=7.23
/proc/26540/task/26542/stat : 26542 (java) S 26539 26526 23974 0 -1 64 44913 0 0 0 679 44 0 0 16 0 9 0 24835213 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26540/tid=26543] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26543/stat : 26543 (java) S 26539 26526 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835214 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26544] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26544/stat : 26544 (java) S 26539 26526 23974 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24835214 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26545] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26545/stat : 26545 (java) S 26539 26526 23974 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24835216 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26546] ppid=26539 vsize=868732 CPUtime=0.29
/proc/26540/task/26546/stat : 26546 (java) S 26539 26526 23974 0 -1 64 1552 0 0 0 28 1 0 0 16 0 9 0 24835216 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26540/tid=26547] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26547/stat : 26547 (java) S 26539 26526 23974 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24835216 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26548] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26548/stat : 26548 (java) S 26539 26526 23974 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24835216 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 227.49
Current children cumulated vsize (KiB) 890956

[startup+342.301 s]
/proc/loadavg: 7.51 4.36 3.03 3/95 26627
/proc/meminfo: memFree=15360/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=1.57
/proc/26526/stat : 26526 (sugar) S 26524 26526 23974 0 -1 4194304 1310 16066 0 1 5 2 140 10 16 0 1 0 24835020 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26526/statm: 4217 1111 409 3 0 796 0
[pid=26539] ppid=26526 vsize=5356 CPUtime=0
/proc/26539/stat : 26539 (sh) S 26526 26526 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24835211 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26539/statm: 1339 233 193 169 0 50 0
[pid=26540] ppid=26539 vsize=868732 CPUtime=281.74
/proc/26540/stat : 26540 (java) S 26539 26526 23974 0 -1 0 56556 0 1 0 26816 1358 0 0 18 0 9 0 24835211 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26540/statm: 217183 39716 2593 9 0 211660 0
[pid=26540/tid=26541] ppid=26539 vsize=868732 CPUtime=273.47
/proc/26540/task/26541/stat : 26541 (java) R 26539 26526 23974 0 -1 64 9389 0 1 0 26042 1305 0 0 25 0 9 0 24835212 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26542] ppid=26539 vsize=868732 CPUtime=7.95
/proc/26540/task/26542/stat : 26542 (java) S 26539 26526 23974 0 -1 64 44913 0 0 0 744 51 0 0 16 0 9 0 24835213 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26543] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26543/stat : 26543 (java) S 26539 26526 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24835214 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26544] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26544/stat : 26544 (java) S 26539 26526 23974 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24835214 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26545] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26545/stat : 26545 (java) S 26539 26526 23974 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24835216 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26546] ppid=26539 vsize=868732 CPUtime=0.29
/proc/26540/task/26546/stat : 26546 (java) S 26539 26526 23974 0 -1 64 1552 0 0 0 28 1 0 0 16 0 9 0 24835216 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26540/tid=26547] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26547/stat : 26547 (java) S 26539 26526 23974 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24835216 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26540/tid=26548] ppid=26539 vsize=868732 CPUtime=0
/proc/26540/task/26548/stat : 26548 (java) S 26539 26526 23974 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24835216 889581568 39716 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 283.31
Current children cumulated vsize (KiB) 890956

[startup+402.302 s]
/proc/loadavg: 5.97 4.51 3.16 2/80 26629
/proc/meminfo: memFree=968952/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=300.18
/proc/26526/stat : 26526 (sugar) D 26524 26526 23974 0 -1 4194304 1419 73561 0 7 6 55 28486 1471 18 0 1 0 24835020 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/26526/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 300.18
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+409.502 s]
/proc/loadavg: 5.67 4.49 3.17 2/80 26629
/proc/meminfo: memFree=1027960/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=300.22
/proc/26526/stat : 26526 (sugar) D 26524 26526 23974 0 -1 4194304 1419 73561 0 7 6 59 28486 1471 18 0 1 0 24835020 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/26526/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 300.22
Current children cumulated vsize (KiB) 16868

[startup+422.301 s]
/proc/loadavg: 5.30 4.47 3.19 2/80 26629
/proc/meminfo: memFree=1120760/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=300.29
/proc/26526/stat : 26526 (sugar) D 26524 26526 23974 0 -1 4194304 1419 73561 0 7 6 66 28486 1471 18 0 1 0 24835020 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/26526/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 300.29
Current children cumulated vsize (KiB) 16868

[startup+435.102 s]
/proc/loadavg: 5.10 4.45 3.19 2/79 26629
/proc/meminfo: memFree=1208832/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=300.34
/proc/26526/stat : 26526 (sugar) D 26524 26526 23974 0 -1 4194304 1419 73561 0 7 6 71 28486 1471 18 0 1 0 24835020 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/26526/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 300.34
Current children cumulated vsize (KiB) 16868

[startup+438.302 s]
/proc/loadavg: 4.93 4.43 3.19 2/78 26629
/proc/meminfo: memFree=1230536/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=300.35
/proc/26526/stat : 26526 (sugar) D 26524 26526 23974 0 -1 4194304 1419 73561 0 7 6 72 28486 1471 18 0 1 0 24835020 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/26526/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 300.35
Current children cumulated vsize (KiB) 16868

[startup+441.502 s]
/proc/loadavg: 4.93 4.43 3.19 2/77 26629
/proc/meminfo: memFree=1252112/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=300.37
/proc/26526/stat : 26526 (sugar) D 26524 26526 23974 0 -1 4194304 1419 73561 0 7 6 74 28486 1471 18 0 1 0 24835020 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26526/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 300.37
Current children cumulated vsize (KiB) 16868

[startup+442.302 s]
/proc/loadavg: 4.69 4.38 3.19 2/77 26629
/proc/meminfo: memFree=1253776/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=300.48
/proc/26526/stat : 26526 (sugar) D 26524 26526 23974 0 -1 4194304 1419 73561 0 7 6 85 28486 1471 18 0 1 0 24835020 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26526/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 300.48
Current children cumulated vsize (KiB) 16868

[startup+443.102 s]
/proc/loadavg: 4.69 4.38 3.19 2/77 26629
/proc/meminfo: memFree=1253776/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=300.51
/proc/26526/stat : 26526 (sugar) D 26524 26526 23974 0 -1 4194304 1419 73561 0 7 6 88 28486 1471 18 0 1 0 24835020 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26526/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 300.51
Current children cumulated vsize (KiB) 16868

[startup+443.502 s]
/proc/loadavg: 4.69 4.38 3.19 2/77 26629
/proc/meminfo: memFree=1253264/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=300.52
/proc/26526/stat : 26526 (sugar) D 26524 26526 23974 0 -1 4194304 1419 73561 0 7 6 89 28486 1471 18 0 1 0 24835020 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26526/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 300.52
Current children cumulated vsize (KiB) 16868

[startup+443.602 s]
/proc/loadavg: 4.69 4.38 3.19 2/77 26629
/proc/meminfo: memFree=1253264/2055920 swapFree=4192812/4192956
[pid=26526] ppid=26524 vsize=16868 CPUtime=300.53
/proc/26526/stat : 26526 (sugar) D 26524 26526 23974 0 -1 4194304 1419 73561 0 7 6 90 28486 1471 18 0 1 0 24835020 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26526/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 300.53
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 443.687
CPU time (s): 300.546
CPU user time (s): 284.933
CPU system time (s): 15.6136
CPU usage (%): 67.7384
Max. virtual memory (cumulated for all children) (KiB): 901092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 284.933
system time used= 15.6136
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75041
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58462
involuntary context switches= 62830

runsolver used 0.606907 second user time and 1.53977 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 07:48:20
IDJOB=2083588
IDBENCH=57867
IDSOLVER=738
FILE ID=node82/2083588-1247377700
PBS_JOBID= 9507113
Free space on /tmp= 66188 MiB

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

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

MD5SUM BENCH= 1f2ebc90aacefa2bf62f5cb29b948cb3
RANDOM SEED=1548848961

node82.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1242048 kB
Buffers:          4964 kB
Cached:          56644 kB
SwapCached:          0 kB
Active:         742768 kB
Inactive:        16940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1242048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5084 kB
Writeback:           0 kB
Mapped:         713768 kB
Slab:            38148 kB
Committed_AS:   883036 kB
PageTables:       3104 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65936 MiB
End job on node82 at 2009-07-12 07:55:44