Trace number 2083556

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? 1050.36 1067.89

General information on the benchmark

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

Solver Data

0.05/0.44	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.46	c 0	BEGIN Sun Jul 12 07:47:17 2009
0.05/0.46	c 0	PID 23477
0.05/0.47	c 0	HOST node27.alineos.net
0.05/0.47	c 0	CONVERTING HOME/instance-2083556-1247377636.xml TO HOME/temp.csp
0.05/0.47	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083556-1247377636.xml' 'HOME/temp.csp'
3.44/4.12	c 4	21 domains, 3000 variables, 8 predicates, 0 relations, 63204 constraints
3.44/4.15	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.44/4.15	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.48/4.23	c 4	Parsing HOME/temp.csp
3.71/4.41	c 4	parsed 10000 expressions
3.91/4.61	c 4	parsed 20000 expressions
4.01/4.74	c 4	parsed 30000 expressions
4.21/4.93	c 5	parsed 40000 expressions
4.31/5.05	c 5	parsed 50000 expressions
4.60/5.31	c 5	parsed 60000 expressions
4.60/5.40	c 5	parsed 66233 expressions
4.71/5.41	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.71/5.41	c 5	Converting to clausal form CSP
16.56/17.48	c 17	converted 6624 (10%) expressions
35.94/37.02	c 37	converted 13247 (20%) expressions
54.30/55.51	c 55	converted 19870 (30%) expressions
73.88/75.24	c 75	converted 26494 (40%) expressions
92.09/93.59	c 93	converted 33117 (50%) expressions
109.40/110.95	c 111	converted 39740 (60%) expressions
127.71/129.37	c 129	converted 46364 (70%) expressions
143.81/145.59	c 145	converted 52987 (80%) expressions
158.85/160.63	c 160	converted 59610 (90%) expressions
172.08/173.98	c 174	converted 66233 (100%) expressions
172.08/173.99	c 174	CSP : 17932 integers, 183958 booleans, 418987 clauses, largest domain size 2997
172.08/173.99	c 174	Heap : 255 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
172.08/173.99	c 174	Propagation in CSP
189.39/191.34	c 191	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
189.39/191.35	c 191	CSP : 17932 integers, 183958 booleans, 418987 clauses, largest domain size 2997
189.39/191.35	c 191	Heap : 255 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
189.49/191.45	c 191	Simplifing CSP by introducing new Boolean variables
192.17/194.17	c 194	CSP : 17932 integers, 337126 booleans, 572155 clauses, largest domain size 2997
192.17/194.17	c 194	Heap : 301 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
194.46/196.44	c 196	Encoding CSP to SAT : HOME/temp.cnf
240.32/242.50	c 242	1794 (10%) CSP integer variables are encoded (1153588 clauses, 19699484 bytes)
273.91/276.34	c 276	3587 (20%) CSP integer variables are encoded (3612215 clauses, 66413397 bytes)
280.45/282.90	c 283	5380 (30%) CSP integer variables are encoded (8784326 clauses, 164683506 bytes)
287.34/289.91	c 290	7173 (40%) CSP integer variables are encoded (13848155 clauses, 268604174 bytes)
294.39/297.26	c 297	8966 (50%) CSP integer variables are encoded (18984694 clauses, 376471493 bytes)
301.46/304.49	c 304	10760 (60%) CSP integer variables are encoded (24148002 clauses, 484900961 bytes)
308.44/311.66	c 311	12553 (70%) CSP integer variables are encoded (29210805 clauses, 591219824 bytes)
315.48/318.90	c 319	14346 (80%) CSP integer variables are encoded (34343388 clauses, 699004067 bytes)
322.41/325.95	c 326	16139 (90%) CSP integer variables are encoded (39340121 clauses, 803935460 bytes)
329.15/332.91	c 333	17932 (100%) CSP integer variables are encoded (44197540 clauses, 905941259 bytes)
544.38/551.29	c 551	57216 (10%) CSP clauses are encoded (67867406 clauses, 1557655336 bytes)
749.47/760.12	c 760	114431 (20%) CSP clauses are encoded (91413948 clauses, 2231967663 bytes)
959.75/972.76	c 972	171647 (30%) CSP clauses are encoded (115285676 clauses, 2934269158 bytes)
1049.54/1063.51	c 1063	ERROR Exception Too large HOME/temp.cnf
1049.54/1063.51	c 1063	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
1049.54/1063.51	c 1063	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
1049.54/1063.51	c 1063	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
1049.54/1063.51	s UNKNOWN
1049.58/1063.64	c 1063	CPU 1049.63 (0.05 0.02 1029.66 19.9)
1049.58/1063.64	c 1063	END Sun Jul 12 08:05:00 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-2083556-1247377636/watcher-2083556-1247377636 -o /tmp/evaluation-result-2083556-1247377636/solver-2083556-1247377636 -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-2083556-1247377636.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.11 2.68 2.50 4/82 23477
/proc/meminfo: memFree=879008/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=18576 CPUtime=0
/proc/23477/stat : 23477 (runsolver) R 23475 23477 22161 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24829921 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233588714791 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23477/statm: 4644 284 249 26 0 2626 0

[startup+0.0915609 s]
/proc/loadavg: 2.11 2.68 2.50 4/82 23477
/proc/meminfo: memFree=879008/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=12272 CPUtime=0
/proc/23477/stat : 23477 (sugar) D 23475 23477 22161 0 -1 4194304 392 0 4 0 0 0 0 0 18 0 1 0 24829921 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/23477/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101558 s]
/proc/loadavg: 2.11 2.68 2.50 4/82 23477
/proc/meminfo: memFree=879008/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=12412 CPUtime=0
/proc/23477/stat : 23477 (sugar) D 23475 23477 22161 0 -1 4194304 410 0 4 0 0 0 0 0 18 0 1 0 24829921 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/23477/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301596 s]
/proc/loadavg: 2.11 2.68 2.50 4/82 23477
/proc/meminfo: memFree=879008/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=15948 CPUtime=0.04
/proc/23477/stat : 23477 (sugar) D 23475 23477 22161 0 -1 4194304 904 0 6 0 3 1 0 0 18 0 1 0 24829921 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/23477/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.701673 s]
/proc/loadavg: 2.11 2.68 2.50 4/82 23477
/proc/meminfo: memFree=879008/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=0.07
/proc/23477/stat : 23477 (sugar) S 23475 23477 22161 0 -1 4194304 1221 128 6 0 5 2 0 0 16 0 1 0 24829921 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23477/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 2.11 2.68 2.50 4/93 23489
/proc/meminfo: memFree=850496/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=0.07
/proc/23477/stat : 23477 (sugar) S 23475 23477 22161 0 -1 4194304 1221 128 6 0 5 2 0 0 16 0 1 0 24829921 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23477/statm: 4217 1111 409 3 0 796 0
[pid=23480] ppid=23477 vsize=5356 CPUtime=0
/proc/23480/stat : 23480 (sh) S 23477 23477 22161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24829969 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23480/statm: 1339 233 193 169 0 50 0
[pid=23481] ppid=23480 vsize=865640 CPUtime=0.81
/proc/23481/stat : 23481 (java) S 23480 23477 22161 0 -1 0 10995 0 52 0 71 10 0 0 18 0 9 0 24829969 886415360 9554 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23481/statm: 216410 9554 2557 9 0 210922 0
[pid=23481/tid=23482] ppid=23480 vsize=865640 CPUtime=0.45
/proc/23481/task/23482/stat : 23482 (java) R 23480 23477 22161 0 -1 64 2828 0 28 0 40 5 0 0 23 0 9 0 24829976 886415360 9554 996147200 134512640 134550932 4294955984 18446744073709551615 4126512519 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23483] ppid=23480 vsize=865640 CPUtime=0.23
/proc/23481/task/23483/stat : 23483 (java) S 23480 23477 22161 0 -1 64 6987 0 0 0 21 2 0 0 16 0 9 0 24829987 886415360 9554 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23484] ppid=23480 vsize=865640 CPUtime=0
/proc/23481/task/23484/stat : 23484 (java) S 23480 23477 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24829987 886415360 9554 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23485] ppid=23480 vsize=865640 CPUtime=0
/proc/23481/task/23485/stat : 23485 (java) S 23480 23477 22161 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24829987 886415360 9554 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23486] ppid=23480 vsize=865640 CPUtime=0
/proc/23481/task/23486/stat : 23486 (java) S 23480 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 24829990 886415360 9554 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23487] ppid=23480 vsize=865640 CPUtime=0.09
/proc/23481/task/23487/stat : 23487 (java) S 23480 23477 22161 0 -1 64 499 0 0 0 9 0 0 0 16 0 9 0 24829990 886415360 9554 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23488] ppid=23480 vsize=865640 CPUtime=0
/proc/23481/task/23488/stat : 23488 (java) S 23480 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 24829990 886415360 9554 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23489] ppid=23480 vsize=865640 CPUtime=0
/proc/23481/task/23489/stat : 23489 (java) S 23480 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24829990 886415360 9554 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 887864

[startup+3.10211 s]
/proc/loadavg: 2.10 2.67 2.50 4/93 23489
/proc/meminfo: memFree=800128/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=0.07
/proc/23477/stat : 23477 (sugar) S 23475 23477 22161 0 -1 4194304 1221 128 6 0 5 2 0 0 16 0 1 0 24829921 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23477/statm: 4217 1111 409 3 0 796 0
[pid=23480] ppid=23477 vsize=5356 CPUtime=0
/proc/23480/stat : 23480 (sh) S 23477 23477 22161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24829969 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23480/statm: 1339 233 193 169 0 50 0
[pid=23481] ppid=23480 vsize=865656 CPUtime=2.4
/proc/23481/stat : 23481 (java) S 23480 23477 22161 0 -1 0 27943 0 52 0 221 19 0 0 18 0 9 0 24829969 886431744 23084 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23481/statm: 216414 23084 2556 9 0 210926 0
[pid=23481/tid=23482] ppid=23480 vsize=865656 CPUtime=1.13
/proc/23481/task/23482/stat : 23482 (java) R 23480 23477 22161 0 -1 64 3881 0 28 0 107 6 0 0 25 0 9 0 24829976 886431744 23084 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23483] ppid=23480 vsize=865656 CPUtime=1.1
/proc/23481/task/23483/stat : 23483 (java) R 23480 23477 22161 0 -1 64 22865 0 0 0 100 10 0 0 16 0 9 0 24829987 886431744 23084 996147200 134512640 134550932 4294955984 18446744073709551615 104187641 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23484] ppid=23480 vsize=865656 CPUtime=0
/proc/23481/task/23484/stat : 23484 (java) S 23480 23477 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24829987 886431744 23084 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23485] ppid=23480 vsize=865656 CPUtime=0
/proc/23481/task/23485/stat : 23485 (java) S 23480 23477 22161 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24829987 886431744 23084 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23486] ppid=23480 vsize=865656 CPUtime=0
/proc/23481/task/23486/stat : 23486 (java) S 23480 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 24829990 886431744 23084 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23487] ppid=23480 vsize=865656 CPUtime=0.13
/proc/23481/task/23487/stat : 23487 (java) S 23480 23477 22161 0 -1 64 516 0 0 0 12 1 0 0 16 0 9 0 24829990 886431744 23084 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23488] ppid=23480 vsize=865656 CPUtime=0
/proc/23481/task/23488/stat : 23488 (java) S 23480 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 24829990 886431744 23084 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23481/tid=23489] ppid=23480 vsize=865656 CPUtime=0
/proc/23481/task/23489/stat : 23489 (java) S 23480 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24829990 886431744 23084 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 887880
heavy processes:

[startup+6.30361 s]
/proc/loadavg: 2.10 2.67 2.50 4/93 23499
/proc/meminfo: memFree=794944/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=3.48
/proc/23477/stat : 23477 (sugar) S 23475 23477 22161 0 -1 4194304 1303 31983 6 52 5 2 317 24 15 0 1 0 24829921 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23477/statm: 4217 1111 409 3 0 796 0
[pid=23490] ppid=23477 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23477 23477 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830337 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23490/statm: 1339 233 193 169 0 50 0
[pid=23491] ppid=23490 vsize=868536 CPUtime=2.11
/proc/23491/stat : 23491 (java) S 23490 23477 22161 0 -1 0 14237 0 4 0 204 7 0 0 18 0 9 0 24830337 889380864 12887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23491/statm: 217134 12887 2569 9 0 211639 0
[pid=23491/tid=23492] ppid=23490 vsize=868536 CPUtime=1.33
/proc/23491/task/23492/stat : 23492 (java) R 23490 23477 22161 0 -1 64 2878 0 4 0 131 2 0 0 25 0 9 0 24830338 889380864 12887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23491/tid=23493] ppid=23490 vsize=868536 CPUtime=0.58
/proc/23491/task/23493/stat : 23493 (java) S 23490 23477 22161 0 -1 64 9178 0 0 0 54 4 0 0 16 0 9 0 24830339 889380864 12887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23491/tid=23494] ppid=23490 vsize=868536 CPUtime=0
/proc/23491/task/23494/stat : 23494 (java) S 23490 23477 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830339 889380864 12887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23495] ppid=23490 vsize=868536 CPUtime=0
/proc/23491/task/23495/stat : 23495 (java) S 23490 23477 22161 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24830339 889380864 12887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23496] ppid=23490 vsize=868536 CPUtime=0
/proc/23491/task/23496/stat : 23496 (java) S 23490 23477 22161 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24830341 889380864 12887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23497] ppid=23490 vsize=868536 CPUtime=0.17
/proc/23491/task/23497/stat : 23497 (java) S 23490 23477 22161 0 -1 64 1478 0 0 0 17 0 0 0 15 0 9 0 24830341 889380864 12887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23491/tid=23498] ppid=23490 vsize=868536 CPUtime=0
/proc/23491/task/23498/stat : 23498 (java) S 23490 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830341 889380864 12887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23499] ppid=23490 vsize=868536 CPUtime=0
/proc/23491/task/23499/stat : 23499 (java) S 23490 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830341 889380864 12887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 890760

[startup+12.7028 s]
/proc/loadavg: 2.17 2.66 2.50 3/93 23499
/proc/meminfo: memFree=735112/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=3.48
/proc/23477/stat : 23477 (sugar) S 23475 23477 22161 0 -1 4194304 1303 31983 6 52 5 2 317 24 15 0 1 0 24829921 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23477/statm: 4217 1111 409 3 0 796 0
[pid=23490] ppid=23477 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23477 23477 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830337 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23490/statm: 1339 233 193 169 0 50 0
[pid=23491] ppid=23490 vsize=868536 CPUtime=8.44
/proc/23491/stat : 23491 (java) S 23490 23477 22161 0 -1 0 16440 0 4 0 830 14 0 0 18 0 9 0 24830337 889380864 14825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23491/statm: 217134 14825 2570 9 0 211639 0
[pid=23491/tid=23492] ppid=23490 vsize=868536 CPUtime=7.23
/proc/23491/task/23492/stat : 23492 (java) R 23490 23477 22161 0 -1 64 3143 0 4 0 718 5 0 0 25 0 9 0 24830338 889380864 14825 996147200 134512640 134550932 4294955936 18446744073709551615 4126508791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23491/tid=23493] ppid=23490 vsize=868536 CPUtime=0.98
/proc/23491/task/23493/stat : 23493 (java) S 23490 23477 22161 0 -1 64 11100 0 0 0 91 7 0 0 16 0 9 0 24830339 889380864 14825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23491/tid=23494] ppid=23490 vsize=868536 CPUtime=0
/proc/23491/task/23494/stat : 23494 (java) S 23490 23477 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830339 889380864 14825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23495] ppid=23490 vsize=868536 CPUtime=0
/proc/23491/task/23495/stat : 23495 (java) S 23490 23477 22161 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24830339 889380864 14825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23496] ppid=23490 vsize=868536 CPUtime=0
/proc/23491/task/23496/stat : 23496 (java) S 23490 23477 22161 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24830341 889380864 14825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23497] ppid=23490 vsize=868536 CPUtime=0.21
/proc/23491/task/23497/stat : 23497 (java) S 23490 23477 22161 0 -1 64 1494 0 0 0 20 1 0 0 15 0 9 0 24830341 889380864 14825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23491/tid=23498] ppid=23490 vsize=868536 CPUtime=0
/proc/23491/task/23498/stat : 23498 (java) S 23490 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830341 889380864 14825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23499] ppid=23490 vsize=868536 CPUtime=0
/proc/23491/task/23499/stat : 23499 (java) S 23490 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830341 889380864 14825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 890760

[startup+25.5022 s]
/proc/loadavg: 2.14 2.64 2.49 3/93 23499
/proc/meminfo: memFree=629704/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=3.48
/proc/23477/stat : 23477 (sugar) S 23475 23477 22161 0 -1 4194304 1303 31983 6 52 5 2 317 24 16 0 1 0 24829921 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23477/statm: 4217 1111 409 3 0 796 0
[pid=23490] ppid=23477 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23477 23477 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830337 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23490/statm: 1339 233 193 169 0 50 0
[pid=23491] ppid=23490 vsize=868536 CPUtime=21.09
/proc/23491/stat : 23491 (java) S 23490 23477 22161 0 -1 0 25356 0 4 0 2086 23 0 0 18 0 9 0 24830337 889380864 19297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23491/statm: 217134 19297 2568 9 0 211639 0
[pid=23491/tid=23492] ppid=23490 vsize=868536 CPUtime=18.85
/proc/23491/task/23492/stat : 23492 (java) R 23490 23477 22161 0 -1 64 3777 0 4 0 1878 7 0 0 25 0 9 0 24830338 889380864 19297 996147200 134512640 134550932 4294955936 18446744073709551615 4126448576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23491/tid=23493] ppid=23490 vsize=868536 CPUtime=2
/proc/23491/task/23493/stat : 23493 (java) S 23490 23477 22161 0 -1 64 19374 0 0 0 187 13 0 0 16 0 9 0 24830339 889380864 19297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23491/tid=23494] ppid=23490 vsize=868536 CPUtime=0
/proc/23491/task/23494/stat : 23494 (java) S 23490 23477 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830339 889380864 19297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23491/tid=23495] ppid=23490 vsize=868536 CPUtime=0
/proc/23491/task/23495/stat : 23495 (java) S 23490 23477 22161 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24830339 889380864 19297 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+882.301 s]
/proc/loadavg: 2.07 2.18 2.27 3/91 23662
/proc/meminfo: memFree=111904/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=3.48
/proc/23477/stat : 23477 (sugar) S 23475 23477 22161 0 -1 4194304 1304 31983 6 52 5 2 317 24 16 0 1 0 24829921 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23477/statm: 4217 1111 409 3 0 796 0
[pid=23490] ppid=23477 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23477 23477 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830337 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23490/statm: 1339 233 193 169 0 50 0
[pid=23491] ppid=23490 vsize=868648 CPUtime=866.89
/proc/23491/stat : 23491 (java) S 23490 23477 22161 0 -1 0 115682 0 5 0 85073 1616 0 0 18 0 9 0 24830337 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23491/statm: 217162 88108 2593 9 0 211639 0
[pid=23491/tid=23492] ppid=23490 vsize=868648 CPUtime=847.5
/proc/23491/task/23492/stat : 23492 (java) R 23490 23477 22161 0 -1 64 11704 0 5 0 83214 1536 0 0 25 0 9 0 24830338 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4127070048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23493] ppid=23490 vsize=868648 CPUtime=19.04
/proc/23491/task/23493/stat : 23493 (java) S 23490 23477 22161 0 -1 64 101725 0 0 0 1827 77 0 0 16 0 9 0 24830339 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23494] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23494/stat : 23494 (java) S 23490 23477 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830339 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23495] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23495/stat : 23495 (java) S 23490 23477 22161 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24830339 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23496] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23496/stat : 23496 (java) S 23490 23477 22161 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23497] ppid=23490 vsize=868648 CPUtime=0.31
/proc/23491/task/23497/stat : 23497 (java) S 23490 23477 22161 0 -1 64 1550 0 0 0 30 1 0 0 16 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23491/tid=23498] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23498/stat : 23498 (java) S 23490 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23499] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23499/stat : 23499 (java) S 23490 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 870.37
Current children cumulated vsize (KiB) 890872

[startup+942.302 s]
/proc/loadavg: 2.07 2.16 2.26 3/91 23662
/proc/meminfo: memFree=15072/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=3.48
/proc/23477/stat : 23477 (sugar) S 23475 23477 22161 0 -1 4194304 1304 31983 6 52 5 2 317 24 16 0 1 0 24829921 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23477/statm: 4217 1111 409 3 0 796 0
[pid=23490] ppid=23477 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23477 23477 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830337 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23490/statm: 1339 233 193 169 0 50 0
[pid=23491] ppid=23490 vsize=868648 CPUtime=926.24
/proc/23491/stat : 23491 (java) S 23490 23477 22161 0 -1 0 115813 0 5 0 90888 1736 0 0 18 0 9 0 24830337 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23491/statm: 217162 88108 2593 9 0 211639 0
[pid=23491/tid=23492] ppid=23490 vsize=868648 CPUtime=906.66
/proc/23491/task/23492/stat : 23492 (java) R 23490 23477 22161 0 -1 64 11835 0 5 0 89010 1656 0 0 25 0 9 0 24830338 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4127076852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23493] ppid=23490 vsize=868648 CPUtime=19.25
/proc/23491/task/23493/stat : 23493 (java) S 23490 23477 22161 0 -1 64 101725 0 0 0 1847 78 0 0 16 0 9 0 24830339 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23494] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23494/stat : 23494 (java) S 23490 23477 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830339 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23495] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23495/stat : 23495 (java) S 23490 23477 22161 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24830339 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23496] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23496/stat : 23496 (java) S 23490 23477 22161 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23497] ppid=23490 vsize=868648 CPUtime=0.31
/proc/23491/task/23497/stat : 23497 (java) S 23490 23477 22161 0 -1 64 1550 0 0 0 30 1 0 0 16 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23491/tid=23498] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23498/stat : 23498 (java) S 23490 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23499] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23499/stat : 23499 (java) S 23490 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 929.72
Current children cumulated vsize (KiB) 890872

[startup+1002.3 s]
/proc/loadavg: 2.12 2.16 2.25 3/91 23662
/proc/meminfo: memFree=15264/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=3.48
/proc/23477/stat : 23477 (sugar) S 23475 23477 22161 0 -1 4194304 1304 31983 6 52 5 2 317 24 16 0 1 0 24829921 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23477/statm: 4217 1111 409 3 0 796 0
[pid=23490] ppid=23477 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23477 23477 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830337 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23490/statm: 1339 233 193 169 0 50 0
[pid=23491] ppid=23490 vsize=868648 CPUtime=985.53
/proc/23491/stat : 23491 (java) S 23490 23477 22161 0 -1 0 115934 0 5 0 96706 1847 0 0 18 0 9 0 24830337 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23491/statm: 217162 88108 2593 9 0 211639 0
[pid=23491/tid=23492] ppid=23490 vsize=868648 CPUtime=965.75
/proc/23491/task/23492/stat : 23492 (java) R 23490 23477 22161 0 -1 64 11956 0 5 0 94810 1765 0 0 25 0 9 0 24830338 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4126934608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23493] ppid=23490 vsize=868648 CPUtime=19.44
/proc/23491/task/23493/stat : 23493 (java) S 23490 23477 22161 0 -1 64 101725 0 0 0 1865 79 0 0 16 0 9 0 24830339 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23494] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23494/stat : 23494 (java) S 23490 23477 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830339 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23495] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23495/stat : 23495 (java) S 23490 23477 22161 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24830339 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23496] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23496/stat : 23496 (java) S 23490 23477 22161 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23497] ppid=23490 vsize=868648 CPUtime=0.31
/proc/23491/task/23497/stat : 23497 (java) S 23490 23477 22161 0 -1 64 1550 0 0 0 30 1 0 0 16 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23491/tid=23498] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23498/stat : 23498 (java) S 23490 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23499] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23499/stat : 23499 (java) S 23490 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 989.01
Current children cumulated vsize (KiB) 890872

[startup+1062.3 s]
/proc/loadavg: 2.11 2.14 2.24 3/91 23662
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=3.48
/proc/23477/stat : 23477 (sugar) S 23475 23477 22161 0 -1 4194304 1304 31983 6 52 5 2 317 24 16 0 1 0 24829921 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23477/statm: 4217 1111 409 3 0 796 0
[pid=23490] ppid=23477 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23477 23477 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24830337 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23490/statm: 1339 233 193 169 0 50 0
[pid=23491] ppid=23490 vsize=868648 CPUtime=1044.87
/proc/23491/stat : 23491 (java) S 23490 23477 22161 0 -1 0 116057 0 5 0 102530 1957 0 0 18 0 9 0 24830337 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23491/statm: 217162 88108 2593 9 0 211639 0
[pid=23491/tid=23492] ppid=23490 vsize=868648 CPUtime=1024.88
/proc/23491/task/23492/stat : 23492 (java) R 23490 23477 22161 0 -1 64 12079 0 5 0 100614 1874 0 0 25 0 9 0 24830338 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 102094106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23493] ppid=23490 vsize=868648 CPUtime=19.65
/proc/23491/task/23493/stat : 23493 (java) S 23490 23477 22161 0 -1 64 101725 0 0 0 1885 80 0 0 16 0 9 0 24830339 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23494] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23494/stat : 23494 (java) S 23490 23477 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24830339 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23495] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23495/stat : 23495 (java) S 23490 23477 22161 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24830339 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23496] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23496/stat : 23496 (java) S 23490 23477 22161 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23497] ppid=23490 vsize=868648 CPUtime=0.31
/proc/23491/task/23497/stat : 23497 (java) S 23490 23477 22161 0 -1 64 1550 0 0 0 30 1 0 0 16 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23491/tid=23498] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23498/stat : 23498 (java) S 23490 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23491/tid=23499] ppid=23490 vsize=868648 CPUtime=0
/proc/23491/task/23499/stat : 23499 (java) S 23490 23477 22161 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24830341 889495552 88108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1048.35
Current children cumulated vsize (KiB) 890872

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

[startup+1065.5 s]
/proc/loadavg: 2.10 2.14 2.24 2/81 23662
/proc/meminfo: memFree=1371888/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=1050.21
/proc/23477/stat : 23477 (sugar) D 23475 23477 22161 0 -1 4194304 1329 148336 6 60 5 60 102966 1990 18 0 1 0 24829921 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23477/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1050.21
Current children cumulated vsize (KiB) 16868

[startup+1067.1 s]
/proc/loadavg: 2.09 2.14 2.24 2/81 23662
/proc/meminfo: memFree=1370736/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=1050.3
/proc/23477/stat : 23477 (sugar) D 23475 23477 22161 0 -1 4194304 1329 148336 6 60 5 69 102966 1990 18 0 1 0 24829921 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23477/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1050.3
Current children cumulated vsize (KiB) 16868

[startup+1067.5 s]
/proc/loadavg: 2.09 2.14 2.24 2/81 23662
/proc/meminfo: memFree=1370736/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=1050.31
/proc/23477/stat : 23477 (sugar) D 23475 23477 22161 0 -1 4194304 1329 148336 6 60 5 70 102966 1990 18 0 1 0 24829921 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23477/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1050.31
Current children cumulated vsize (KiB) 16868

[startup+1067.7 s]
/proc/loadavg: 2.09 2.14 2.24 2/81 23662
/proc/meminfo: memFree=1370736/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=1050.32
/proc/23477/stat : 23477 (sugar) D 23475 23477 22161 0 -1 4194304 1329 148336 6 60 5 71 102966 1990 18 0 1 0 24829921 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23477/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1050.32
Current children cumulated vsize (KiB) 16868

[startup+1067.8 s]
/proc/loadavg: 2.09 2.14 2.24 2/81 23662
/proc/meminfo: memFree=1370736/2055920 swapFree=4192812/4192956
[pid=23477] ppid=23475 vsize=16868 CPUtime=1050.32
/proc/23477/stat : 23477 (sugar) R 23475 23477 22161 0 -1 4194304 1329 148336 6 60 5 71 102966 1990 18 0 1 0 24829921 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23477/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1050.32
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1067.89
CPU time (s): 1050.36
CPU user time (s): 1029.73
CPU system time (s): 20.6279
CPU usage (%): 98.3586
Max. virtual memory (cumulated for all children) (KiB): 905012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1029.73
system time used= 20.6279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149726
page faults= 66
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62316
involuntary context switches= 70708

runsolver used 1.41179 second user time and 3.79242 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 07:47:17
IDJOB=2083556
IDBENCH=57854
IDSOLVER=739
FILE ID=node27/2083556-1247377636
PBS_JOBID= 9507124
Free space on /tmp= 63520 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp30/normalized-fapp30-3000-0.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-2083556-1247377636/watcher-2083556-1247377636 -o /tmp/evaluation-result-2083556-1247377636/solver-2083556-1247377636 -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-2083556-1247377636.xml

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

MD5SUM BENCH= a0e05c3f701a8303e8373aea0961fb40
RANDOM SEED=411680463

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:        879744 kB
Buffers:          2444 kB
Cached:         952208 kB
SwapCached:          0 kB
Active:         688568 kB
Inactive:       405588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        879744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          209160 kB
Writeback:           0 kB
Mapped:         160820 kB
Slab:            66896 kB
Committed_AS:   351308 kB
PageTables:       2116 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66308 MiB
End job on node27 at 2009-07-12 08:05:05