Trace number 1125612

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.13+minisat? 193.951 877.807

General information on the benchmark

Namemaxcsp/planning/
normalized-driverlog08cc_ext.xml
MD5SUM5c4fb4b7c4a5424d9b5cb0108683ce95
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints7
Best CPU time to get the best result obtained on this benchmark6.13907
Satisfiable
(Un)Satisfiability was proved
Number of variables409
Number of constraints46013
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension46013
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Aug  7 20:57:25 2008
0.00/0.04	c 0	PID 16403
0.00/0.04	c 0	HOST node85.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1125612-1218135444.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125612-1218135444.xml' 'HOME/temp.csp'
1.56/1.66	c 1	9 domains, 409 variables, 0 predicates, 128 relations, 46013 constraints
1.62/1.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.62/1.72	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.64/1.80	c 1	Parsing HOME/temp.csp
1.64/2.10	c 2	parsed 10000 expressions
2.19/2.30	c 2	parsed 20000 expressions
2.39/2.51	c 2	parsed 30000 expressions
2.49/2.67	c 2	parsed 40000 expressions
2.69/2.83	c 2	parsed 46559 expressions
2.69/2.84	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.08/3.21	c 3	MAX CSP: 46013 constraints
3.08/3.21	c 3	Converting to clausal form CSP
3.38/3.51	c 3	converted 9258 (10%) expressions
3.48/3.63	c 3	converted 18515 (20%) expressions
3.78/3.95	c 4	converted 27773 (30%) expressions
3.87/4.04	c 4	converted 37030 (40%) expressions
3.98/4.16	c 4	converted 46288 (50%) expressions
4.07/4.27	c 4	converted 55545 (60%) expressions
4.18/4.39	c 4	converted 64803 (70%) expressions
4.27/4.49	c 4	converted 74060 (80%) expressions
4.77/4.92	c 5	converted 83318 (90%) expressions
9.64/9.84	c 9	converted 92575 (100%) expressions
9.64/9.85	c 9	CSP : 92435 integers, 0 booleans, 138038 clauses, largest domain size 69020
9.64/9.85	c 9	Heap : 126 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.64/9.85	c 9	Propagation in CSP
11.24/11.49	c 11	46002 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.34/11.51	c 11	CSP : 92435 integers, 0 booleans, 138038 clauses, largest domain size 46014
11.34/11.51	c 11	Heap : 132 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.34/11.55	c 11	Simplifing CSP by introducing new Boolean variables
11.43/11.61	c 11	CSP : 92435 integers, 0 booleans, 138038 clauses, largest domain size 46014
11.43/11.61	c 11	Heap : 131 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.12/12.31	c 12	Encoding CSP to SAT : HOME/temp.cnf
12.12/12.37	c 12	9244 (10%) CSP integer variables are encoded (767 clauses, 8478 bytes)
12.12/12.38	c 12	18487 (20%) CSP integer variables are encoded (767 clauses, 8478 bytes)
12.12/12.39	c 12	27731 (30%) CSP integer variables are encoded (767 clauses, 8478 bytes)
12.22/12.40	c 12	36974 (40%) CSP integer variables are encoded (767 clauses, 8478 bytes)
12.22/12.41	c 12	46218 (50%) CSP integer variables are encoded (767 clauses, 8478 bytes)
12.33/12.59	c 12	55461 (60%) CSP integer variables are encoded (146734 clauses, 2385732 bytes)
12.53/12.74	c 12	64705 (70%) CSP integer variables are encoded (266034 clauses, 4413832 bytes)
12.72/12.92	c 13	73948 (80%) CSP integer variables are encoded (404586 clauses, 6769216 bytes)
13.51/13.79	c 13	83192 (90%) CSP integer variables are encoded (1145447 clauses, 19816602 bytes)
13.76/14.46	c 14	92435 (100%) CSP integer variables are encoded (1315633 clauses, 23050136 bytes)
14.16/14.83	c 14	13804 (10%) CSP clauses are encoded (1329437 clauses, 23366072 bytes)
14.45/15.17	c 15	27608 (20%) CSP clauses are encoded (1343241 clauses, 23690801 bytes)
14.86/15.50	c 15	41412 (30%) CSP clauses are encoded (1357045 clauses, 24009686 bytes)
33.38/35.60	c 35	55216 (40%) CSP clauses are encoded (11838257 clauses, 277531914 bytes)
193.21/829.65	c 829	ERROR Exception Too large HOME/temp.cnf
193.26/830.75	c 829	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
193.26/830.75	c 829	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
193.26/830.75	c 829	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
193.26/830.75	s UNKNOWN
193.29/831.72	c 831	CPU 176.84 (0.03 0 176.81 16.46)
193.29/831.72	c 831	END Thu Aug  7 21:11:16 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125612-1218135444/watcher-1125612-1218135444 -o /tmp/evaluation-result-1125612-1218135444/solver-1125612-1218135444 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1125612-1218135444.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.16 5.49 6.01 4/83 16403
/proc/meminfo: memFree=1899792/2055920 swapFree=4181032/4192956
[pid=16403] ppid=16401 vsize=18572 CPUtime=0
/proc/16403/stat : 16403 (runsolver) R 16401 16403 13434 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140629282 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 214945033511 0 0 4096 24578 0 0 0 17 0 0 0
/proc/16403/statm: 4643 292 257 25 0 2626 0

[startup+0.099649 s]
/proc/loadavg: 3.16 5.49 6.01 4/83 16403
/proc/meminfo: memFree=1899792/2055920 swapFree=4181032/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=0.03
/proc/16403/stat : 16403 (sugar) S 16401 16403 13434 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 140629282 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16403/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102645 s]
/proc/loadavg: 3.16 5.49 6.01 4/83 16403
/proc/meminfo: memFree=1899792/2055920 swapFree=4181032/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=0.03
/proc/16403/stat : 16403 (sugar) S 16401 16403 13434 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 140629282 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16403/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302673 s]
/proc/loadavg: 3.16 5.49 6.01 4/83 16403
/proc/meminfo: memFree=1899792/2055920 swapFree=4181032/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=0.03
/proc/16403/stat : 16403 (sugar) S 16401 16403 13434 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 140629282 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16403/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701733 s]
/proc/loadavg: 3.16 5.49 6.01 4/83 16403
/proc/meminfo: memFree=1899792/2055920 swapFree=4181032/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=0.03
/proc/16403/stat : 16403 (sugar) S 16401 16403 13434 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 140629282 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16403/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50181 s]
/proc/loadavg: 3.16 5.49 6.01 3/94 16415
/proc/meminfo: memFree=1851000/2055920 swapFree=4181032/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=0.03
/proc/16403/stat : 16403 (sugar) S 16401 16403 13434 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 140629282 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16403/statm: 3400 796 370 3 0 500 0
[pid=16406] ppid=16403 vsize=5356 CPUtime=0
/proc/16406/stat : 16406 (sh) S 16403 16403 13434 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140629287 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16406/statm: 1339 233 193 169 0 50 0
[pid=16407] ppid=16406 vsize=864656 CPUtime=1.43
/proc/16407/stat : 16407 (java) S 16406 16403 13434 0 -1 0 15900 0 1 0 135 8 0 0 21 0 9 0 140629287 885407744 13938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16407/statm: 216164 13938 2529 9 0 210746 0
[pid=16407/tid=16408] ppid=16406 vsize=864656 CPUtime=0.75
/proc/16407/task/16408/stat : 16408 (java) R 16406 16403 13434 0 -1 64 3068 0 1 0 73 2 0 0 25 0 9 0 140629288 885407744 13938 996147200 134512640 134550740 4294956000 18446744073709551615 4126689308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16407/tid=16409] ppid=16406 vsize=864656 CPUtime=0.53
/proc/16407/task/16409/stat : 16409 (java) S 16406 16403 13434 0 -1 64 11612 0 0 0 48 5 0 0 16 0 9 0 140629289 885407744 13938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16407/tid=16410] ppid=16406 vsize=864656 CPUtime=0
/proc/16407/task/16410/stat : 16410 (java) S 16406 16403 13434 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140629289 885407744 13938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16407/tid=16411] ppid=16406 vsize=864656 CPUtime=0
/proc/16407/task/16411/stat : 16411 (java) S 16406 16403 13434 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 140629289 885407744 13938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16407/tid=16412] ppid=16406 vsize=864656 CPUtime=0
/proc/16407/task/16412/stat : 16412 (java) S 16406 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140629291 885407744 13938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16407/tid=16413] ppid=16406 vsize=864656 CPUtime=0.13
/proc/16407/task/16413/stat : 16413 (java) S 16406 16403 13434 0 -1 64 520 0 0 0 13 0 0 0 16 0 9 0 140629291 885407744 13938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16407/tid=16414] ppid=16406 vsize=864656 CPUtime=0
/proc/16407/task/16414/stat : 16414 (java) S 16406 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140629291 885407744 13938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16407/tid=16415] ppid=16406 vsize=864656 CPUtime=0
/proc/16407/task/16415/stat : 16415 (java) S 16406 16403 13434 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140629291 885407744 13938 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883612

[startup+3.10199 s]
/proc/loadavg: 3.14 5.45 6.00 4/94 16425
/proc/meminfo: memFree=1861048/2055920 swapFree=4181032/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=1.64
/proc/16403/stat : 16403 (sugar) S 16401 16403 13434 0 -1 4194304 974 16327 0 1 3 0 151 10 15 0 1 0 140629282 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16403/statm: 3400 797 370 3 0 500 0
[pid=16416] ppid=16403 vsize=5356 CPUtime=0
/proc/16416/stat : 16416 (sh) S 16403 16403 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629455 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16416/statm: 1339 233 193 169 0 50 0
[pid=16417] ppid=16416 vsize=864660 CPUtime=1.34
/proc/16417/stat : 16417 (java) S 16416 16403 13434 0 -1 0 10816 0 1 0 129 5 0 0 19 0 9 0 140629455 885411840 9526 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16417/statm: 216165 9526 2540 9 0 210740 0
[pid=16417/tid=16418] ppid=16416 vsize=864660 CPUtime=0.72
/proc/16417/task/16418/stat : 16418 (java) R 16416 16403 13434 0 -1 64 2736 0 1 0 71 1 0 0 25 0 9 0 140629456 885411840 9526 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16419] ppid=16416 vsize=864660 CPUtime=0.52
/proc/16417/task/16419/stat : 16419 (java) R 16416 16403 13434 0 -1 64 7038 0 0 0 49 3 0 0 16 0 9 0 140629457 885411840 9526 996147200 134512640 134550740 4294955936 18446744073709551615 102731890 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16420] ppid=16416 vsize=864660 CPUtime=0
/proc/16417/task/16420/stat : 16420 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140629457 885411840 9526 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16421] ppid=16416 vsize=864660 CPUtime=0
/proc/16417/task/16421/stat : 16421 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140629457 885411840 9526 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16422] ppid=16416 vsize=864660 CPUtime=0
/proc/16417/task/16422/stat : 16422 (java) S 16416 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140629459 885411840 9526 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16423] ppid=16416 vsize=864660 CPUtime=0.08
/proc/16417/task/16423/stat : 16423 (java) S 16416 16403 13434 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 140629459 885411840 9526 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16424] ppid=16416 vsize=864660 CPUtime=0
/proc/16417/task/16424/stat : 16424 (java) S 16416 16403 13434 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140629459 885411840 9526 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16425] ppid=16416 vsize=864660 CPUtime=0
/proc/16417/task/16425/stat : 16425 (java) S 16416 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629459 885411840 9526 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883616

[startup+6.30236 s]
/proc/loadavg: 3.14 5.45 6.00 3/94 16425
/proc/meminfo: memFree=1756344/2055920 swapFree=4181032/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=1.64
/proc/16403/stat : 16403 (sugar) S 16401 16403 13434 0 -1 4194304 974 16327 0 1 3 0 151 10 15 0 1 0 140629282 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16403/statm: 3400 797 370 3 0 500 0
[pid=16416] ppid=16403 vsize=5356 CPUtime=0
/proc/16416/stat : 16416 (sh) S 16403 16403 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629455 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16416/statm: 1339 233 193 169 0 50 0
[pid=16417] ppid=16416 vsize=868432 CPUtime=4.53
/proc/16417/stat : 16417 (java) S 16416 16403 13434 0 -1 0 28743 0 1 0 436 17 0 0 19 0 9 0 140629455 889274368 26347 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16417/statm: 217108 26347 2540 9 0 211683 0
[pid=16417/tid=16418] ppid=16416 vsize=868432 CPUtime=2.54
/proc/16417/task/16418/stat : 16418 (java) R 16416 16403 13434 0 -1 64 3675 0 1 0 251 3 0 0 25 0 9 0 140629456 889274368 26347 996147200 134512640 134550740 4294955936 18446744073709551615 4126950743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16419] ppid=16416 vsize=868432 CPUtime=1.74
/proc/16417/task/16419/stat : 16419 (java) S 16416 16403 13434 0 -1 64 22894 0 0 0 163 11 0 0 16 0 9 0 140629457 889274368 26347 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16420] ppid=16416 vsize=868432 CPUtime=0
/proc/16417/task/16420/stat : 16420 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140629457 889274368 26347 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16421] ppid=16416 vsize=868432 CPUtime=0
/proc/16417/task/16421/stat : 16421 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140629457 889274368 26347 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16422] ppid=16416 vsize=868432 CPUtime=0
/proc/16417/task/16422/stat : 16422 (java) S 16416 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140629459 889274368 26347 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16423] ppid=16416 vsize=868432 CPUtime=0.21
/proc/16417/task/16423/stat : 16423 (java) S 16416 16403 13434 0 -1 64 1477 0 0 0 21 0 0 0 16 0 9 0 140629459 889274368 26347 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16424] ppid=16416 vsize=868432 CPUtime=0
/proc/16417/task/16424/stat : 16424 (java) S 16416 16403 13434 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140629459 889274368 26347 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16425] ppid=16416 vsize=868432 CPUtime=0
/proc/16417/task/16425/stat : 16425 (java) S 16416 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629459 889274368 26347 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887388

[startup+12.7021 s]
/proc/loadavg: 3.05 5.35 5.96 4/94 16425
/proc/meminfo: memFree=1594248/2055920 swapFree=4181032/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=1.64
/proc/16403/stat : 16403 (sugar) S 16401 16403 13434 0 -1 4194304 974 16327 0 1 3 0 151 10 15 0 1 0 140629282 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16403/statm: 3400 797 370 3 0 500 0
[pid=16416] ppid=16403 vsize=5356 CPUtime=0
/proc/16416/stat : 16416 (sh) S 16403 16403 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629455 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16416/statm: 1339 233 193 169 0 50 0
[pid=16417] ppid=16416 vsize=868544 CPUtime=10.89
/proc/16417/stat : 16417 (java) S 16416 16403 13434 0 -1 0 55232 0 1 0 1055 34 0 0 19 0 9 0 140629455 889389056 39195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16417/statm: 217136 39195 2565 9 0 211683 0
[pid=16417/tid=16418] ppid=16416 vsize=868544 CPUtime=6.83
/proc/16417/task/16418/stat : 16418 (java) R 16416 16403 13434 0 -1 64 4401 0 1 0 676 7 0 0 25 0 9 0 140629456 889389056 39195 996147200 134512640 134550740 4294955936 18446744073709551615 4126566574 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16419] ppid=16416 vsize=868544 CPUtime=3.77
/proc/16417/task/16419/stat : 16419 (java) S 16416 16403 13434 0 -1 64 48629 0 0 0 353 24 0 0 16 0 9 0 140629457 889389056 39195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16420] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16420/stat : 16420 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140629457 889389056 39195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16421] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16421/stat : 16421 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140629457 889389056 39195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16422] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16422/stat : 16422 (java) S 16416 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140629459 889389056 39195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16423] ppid=16416 vsize=868544 CPUtime=0.25
/proc/16417/task/16423/stat : 16423 (java) S 16416 16403 13434 0 -1 64 1505 0 0 0 25 0 0 0 16 0 9 0 140629459 889389056 39195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16424] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16424/stat : 16424 (java) S 16416 16403 13434 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140629459 889389056 39195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16425] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16425/stat : 16425 (java) S 16416 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629459 889389056 39195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887500

[startup+25.5025 s]
/proc/loadavg: 3.27 5.33 5.94 3/95 16427
/proc/meminfo: memFree=1314776/2055920 swapFree=4181032/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=1.64
/proc/16403/stat : 16403 (sugar) S 16401 16403 13434 0 -1 4194304 974 16327 0 1 3 0 151 10 15 0 1 0 140629282 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16403/statm: 3400 797 370 3 0 500 0
[pid=16416] ppid=16403 vsize=5356 CPUtime=0
/proc/16416/stat : 16416 (sh) S 16403 16403 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629455 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16416/statm: 1339 233 193 169 0 50 0
[pid=16417] ppid=16416 vsize=868544 CPUtime=23.12
/proc/16417/stat : 16417 (java) S 16416 16403 13434 0 -1 0 55643 0 1 0 2190 122 0 0 19 0 9 0 140629455 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16417/statm: 217136 39239 2567 9 0 211683 0
[pid=16417/tid=16418] ppid=16416 vsize=868544 CPUtime=18.61
/proc/16417/task/16418/stat : 16418 (java) R 16416 16403 13434 0 -1 64 4778 0 1 0 1768 93 0 0 25 0 9 0 140629456 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4127086104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16419] ppid=16416 vsize=868544 CPUtime=4.17
/proc/16417/task/16419/stat : 16419 (java) S 16416 16403 13434 0 -1 64 48630 0 0 0 391 26 0 0 16 0 9 0 140629457 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16420] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16420/stat : 16420 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140629457 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16421] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16421/stat : 16421 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140629457 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/16403/statm: 3400 797 370 3 0 500 0
[pid=16416] ppid=16403 vsize=5356 CPUtime=0
/proc/16416/stat : 16416 (sh) S 16403 16403 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629455 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16416/statm: 1339 233 193 169 0 50 0
[pid=16417] ppid=16416 vsize=868544 CPUtime=181.68
/proc/16417/stat : 16417 (java) S 16416 16403 13434 0 -1 0 60461 0 1 0 16624 1544 0 0 19 0 9 0 140629455 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16417/statm: 217136 39239 2567 9 0 211683 0
[pid=16417/tid=16418] ppid=16416 vsize=868544 CPUtime=174.31
/proc/16417/task/16418/stat : 16418 (java) D 16416 16403 13434 0 -1 64 9596 0 1 0 15945 1486 0 0 15 0 9 0 140629456 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=16417/tid=16419] ppid=16416 vsize=868544 CPUtime=7.02
/proc/16417/task/16419/stat : 16419 (java) S 16416 16403 13434 0 -1 64 48630 0 0 0 647 55 0 0 16 0 9 0 140629457 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16417/tid=16420] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16420/stat : 16420 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140629457 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16421] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16421/stat : 16421 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140629457 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16422] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16422/stat : 16422 (java) S 16416 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140629459 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16423] ppid=16416 vsize=868544 CPUtime=0.31
/proc/16417/task/16423/stat : 16423 (java) S 16416 16403 13434 0 -1 64 1538 0 0 0 30 1 0 0 16 0 9 0 140629459 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16424] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16424/stat : 16424 (java) S 16416 16403 13434 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140629459 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16425] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16425/stat : 16425 (java) S 16416 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629459 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 183.32
Current children cumulated vsize (KiB) 887500

[startup+762.307 s]
/proc/loadavg: 4.32 5.08 5.58 1/100 16449
/proc/meminfo: memFree=36592/2055920 swapFree=4181052/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=1.64
/proc/16403/stat : 16403 (sugar) S 16401 16403 13434 0 -1 4194304 974 16327 0 1 3 0 151 10 16 0 1 0 140629282 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16403/statm: 3400 797 370 3 0 500 0
[pid=16416] ppid=16403 vsize=5356 CPUtime=0
/proc/16416/stat : 16416 (sh) S 16403 16403 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629455 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16416/statm: 1339 233 193 169 0 50 0
[pid=16417] ppid=16416 vsize=868544 CPUtime=181.68
/proc/16417/stat : 16417 (java) S 16416 16403 13434 0 -1 0 60461 0 1 0 16624 1544 0 0 19 0 9 0 140629455 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16417/statm: 217136 39239 2567 9 0 211683 0
[pid=16417/tid=16418] ppid=16416 vsize=868544 CPUtime=174.31
/proc/16417/task/16418/stat : 16418 (java) D 16416 16403 13434 0 -1 64 9596 0 1 0 15945 1486 0 0 15 0 9 0 140629456 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=16417/tid=16419] ppid=16416 vsize=868544 CPUtime=7.02
/proc/16417/task/16419/stat : 16419 (java) S 16416 16403 13434 0 -1 64 48630 0 0 0 647 55 0 0 16 0 9 0 140629457 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16417/tid=16420] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16420/stat : 16420 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140629457 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16421] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16421/stat : 16421 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140629457 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16422] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16422/stat : 16422 (java) S 16416 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140629459 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16423] ppid=16416 vsize=868544 CPUtime=0.31
/proc/16417/task/16423/stat : 16423 (java) S 16416 16403 13434 0 -1 64 1538 0 0 0 30 1 0 0 16 0 9 0 140629459 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16424] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16424/stat : 16424 (java) S 16416 16403 13434 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140629459 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16425] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16425/stat : 16425 (java) S 16416 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629459 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 183.32
Current children cumulated vsize (KiB) 887500

[startup+822.311 s]
/proc/loadavg: 4.04 4.86 5.48 3/98 16449
/proc/meminfo: memFree=15104/2055920 swapFree=4181052/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=1.64
/proc/16403/stat : 16403 (sugar) S 16401 16403 13434 0 -1 4194304 974 16327 0 1 3 0 151 10 16 0 1 0 140629282 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16403/statm: 3400 797 370 3 0 500 0
[pid=16416] ppid=16403 vsize=5356 CPUtime=0
/proc/16416/stat : 16416 (sh) S 16403 16403 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140629455 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16416/statm: 1339 233 193 169 0 50 0
[pid=16417] ppid=16416 vsize=868544 CPUtime=184.42
/proc/16417/stat : 16417 (java) S 16416 16403 13434 0 -1 0 60540 0 1 0 16867 1575 0 0 19 0 9 0 140629455 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16417/statm: 217136 39239 2567 9 0 211683 0
[pid=16417/tid=16418] ppid=16416 vsize=868544 CPUtime=177
/proc/16417/task/16418/stat : 16418 (java) R 16416 16403 13434 0 -1 64 9675 0 1 0 16183 1517 0 0 16 0 9 0 140629456 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16419] ppid=16416 vsize=868544 CPUtime=7.07
/proc/16417/task/16419/stat : 16419 (java) S 16416 16403 13434 0 -1 64 48630 0 0 0 652 55 0 0 16 0 9 0 140629457 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16417/tid=16420] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16420/stat : 16420 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140629457 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16421] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16421/stat : 16421 (java) S 16416 16403 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140629457 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16422] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16422/stat : 16422 (java) S 16416 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140629459 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16423] ppid=16416 vsize=868544 CPUtime=0.31
/proc/16417/task/16423/stat : 16423 (java) S 16416 16403 13434 0 -1 64 1538 0 0 0 30 1 0 0 16 0 9 0 140629459 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16424] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16424/stat : 16424 (java) S 16416 16403 13434 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140629459 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16417/tid=16425] ppid=16416 vsize=868544 CPUtime=0
/proc/16417/task/16425/stat : 16425 (java) S 16416 16403 13434 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140629459 889389056 39239 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 186.06
Current children cumulated vsize (KiB) 887500

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

[startup+844.702 s]
/proc/loadavg: 5.04 5.05 5.52 1/86 16450
/proc/meminfo: memFree=862112/2055920 swapFree=4181052/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=193.69
/proc/16403/stat : 16403 (sugar) D 16401 16403 13434 0 -1 4194304 997 77371 0 5 3 39 17681 1646 15 0 1 0 140629282 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/16403/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.69
Current children cumulated vsize (KiB) 13600

[startup+857.501 s]
/proc/loadavg: 5.64 5.18 5.56 2/91 16456
/proc/meminfo: memFree=709824/2055920 swapFree=4181052/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=193.69
/proc/16403/stat : 16403 (sugar) D 16401 16403 13434 0 -1 4194304 997 77371 0 5 3 39 17681 1646 15 0 1 0 140629282 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/16403/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.69
Current children cumulated vsize (KiB) 13600

[startup+870.302 s]
/proc/loadavg: 5.30 5.12 5.53 1/78 16456
/proc/meminfo: memFree=1834408/2055920 swapFree=4181052/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=193.7
/proc/16403/stat : 16403 (sugar) D 16401 16403 13434 0 -1 4194304 997 77371 0 5 3 40 17681 1646 15 0 1 0 140629282 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/16403/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.7
Current children cumulated vsize (KiB) 13600

[startup+873.501 s]
/proc/loadavg: 5.12 5.08 5.52 1/77 16456
/proc/meminfo: memFree=1846064/2055920 swapFree=4181052/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=193.71
/proc/16403/stat : 16403 (sugar) D 16401 16403 13434 0 -1 4194304 997 77371 0 5 3 41 17681 1646 15 0 1 0 140629282 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/16403/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.71
Current children cumulated vsize (KiB) 13600

[startup+875.101 s]
/proc/loadavg: 5.12 5.08 5.52 1/72 16456
/proc/meminfo: memFree=1855640/2055920 swapFree=4181052/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=193.71
/proc/16403/stat : 16403 (sugar) D 16401 16403 13434 0 -1 4194304 997 77371 0 5 3 41 17681 1646 15 0 1 0 140629282 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/16403/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.71
Current children cumulated vsize (KiB) 13600

[startup+876.705 s]
/proc/loadavg: 4.95 5.05 5.51 1/73 16457
/proc/meminfo: memFree=1863632/2055920 swapFree=4181052/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=193.72
/proc/16403/stat : 16403 (sugar) D 16401 16403 13434 0 -1 4194304 997 77371 0 5 3 42 17681 1646 15 0 1 0 140629282 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/16403/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.72
Current children cumulated vsize (KiB) 13600

[startup+877.502 s]
/proc/loadavg: 4.95 5.05 5.51 1/73 16457
/proc/meminfo: memFree=1863632/2055920 swapFree=4181052/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=193.79
/proc/16403/stat : 16403 (sugar) D 16401 16403 13434 0 -1 4194304 997 77371 0 5 3 49 17681 1646 15 0 1 0 140629282 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744072099202260 0 0 17 0 0 0
/proc/16403/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.79
Current children cumulated vsize (KiB) 13600

[startup+877.705 s]
/proc/loadavg: 4.95 5.05 5.51 2/73 16457
/proc/meminfo: memFree=1961296/2055920 swapFree=4181052/4192956
[pid=16403] ppid=16401 vsize=13600 CPUtime=193.85
/proc/16403/stat : 16403 (sugar) R 16401 16403 13434 0 -1 4194304 997 77371 0 5 3 55 17681 1646 15 0 1 0 140629282 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16403/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.85
Current children cumulated vsize (KiB) 13600

[startup+877.807 s]
/proc/loadavg: 4.95 5.05 5.51 2/73 16457
/proc/meminfo: memFree=1961296/2055920 swapFree=4181052/4192956
[pid=16403] ppid=16401 vsize=0 CPUtime=193.93
/proc/16403/stat : 16403 (sugar) R 16401 16403 13434 0 -1 4194308 1027 77371 0 5 3 63 17681 1646 15 0 1 0 140629282 0 0 996147200 0 0 0 0 0 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16403/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 193.93
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 877.807
CPU time (s): 193.951
CPU user time (s): 176.853
CPU system time (s): 17.0974
CPU usage (%): 22.0949
Max. virtual memory (cumulated for all children) (KiB): 908880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 176.853
system time used= 17.0974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78398
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54915
involuntary context switches= 46313

runsolver used 1.2818 second user time and 2.87256 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-08-07 20:57:25
IDJOB=1125612
IDBENCH=64141
IDSOLVER=368
FILE ID=node85/1125612-1218135444
PBS_JOBID= 8000806
Free space on /tmp= 126868 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/planning/normalized-driverlog08cc_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125612-1218135444/watcher-1125612-1218135444 -o /tmp/evaluation-result-1125612-1218135444/solver-1125612-1218135444 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1125612-1218135444.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5c4fb4b7c4a5424d9b5cb0108683ce95
RANDOM SEED=665927294

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1900272 kB
Buffers:          5916 kB
Cached:          50452 kB
SwapCached:       4696 kB
Active:          81792 kB
Inactive:        20612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900272 kB
SwapTotal:     4192956 kB
SwapFree:      4181032 kB
Dirty:            8200 kB
Writeback:           0 kB
Mapped:          64120 kB
Slab:            38380 kB
Committed_AS:   274236 kB
PageTables:       1928 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126864 MiB
End job on node85 at 2008-08-07 21:12:02