Trace number 1112998

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 220.065 647.016

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-6.xml
MD5SUMd23de4e6fd19229cdf6e50664455956d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints28
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/4.95	c 0	Sugar v1-13 + HOME/minisat
0.03/5.76	c 1	BEGIN Thu Aug  7 20:34:33 2008
0.03/5.76	c 1	PID 14329
0.03/5.99	c 2	HOST node85.alineos.net
0.03/5.99	c 2	CONVERTING HOME/instance-1112998-1218134063.xml TO HOME/temp.csp
0.03/5.99	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112998-1218134063.xml' 'HOME/temp.csp'
0.81/12.90	c 8	28 domains, 600 variables, 8 predicates, 0 relations, 8996 constraints
0.81/12.91	c 8	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.81/12.91	c 8	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'
0.81/12.98	c 9	Parsing HOME/temp.csp
1.26/13.35	c 9	parsed 9632 expressions
1.26/13.36	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.36/13.41	c 9	MAX CSP: 8996 constraints
1.36/13.41	c 9	Converting to clausal form CSP
2.77/14.79	c 10	converted 1864 (10%) expressions
4.14/16.17	c 12	converted 3727 (20%) expressions
5.13/17.13	c 13	converted 5590 (30%) expressions
6.32/18.38	c 14	converted 7453 (40%) expressions
7.21/19.25	c 15	converted 9316 (50%) expressions
8.00/20.09	c 16	converted 11179 (60%) expressions
9.19/21.28	c 17	converted 13042 (70%) expressions
10.07/22.16	c 18	converted 14905 (80%) expressions
10.87/22.92	c 18	converted 16768 (90%) expressions
12.38/24.41	c 20	converted 18631 (100%) expressions
12.38/24.41	c 20	CSP : 19190 integers, 35032 booleans, 80959 clauses, largest domain size 13495
12.38/24.41	c 20	Heap : 92 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.38/24.41	c 20	Propagation in CSP
14.07/26.17	c 22	8991 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.07/26.17	c 22	CSP : 19190 integers, 35032 booleans, 80959 clauses, largest domain size 8997
14.07/26.17	c 22	Heap : 103 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.17/26.21	c 22	Simplifing CSP by introducing new Boolean variables
14.27/26.35	c 22	CSP : 19190 integers, 52740 booleans, 98667 clauses, largest domain size 8997
14.27/26.35	c 22	Heap : 102 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.95/27.09	c 23	Encoding CSP to SAT : HOME/temp.cnf
17.64/29.71	c 25	1919 (10%) CSP integer variables are encoded (719275 clauses, 12006772 bytes)
18.03/30.19	c 26	3838 (20%) CSP integer variables are encoded (1120051 clauses, 19065817 bytes)
18.12/30.25	c 26	5757 (30%) CSP integer variables are encoded (1167736 clauses, 19971832 bytes)
18.12/30.25	c 26	7676 (40%) CSP integer variables are encoded (1170476 clauses, 20023892 bytes)
18.12/30.26	c 26	9595 (50%) CSP integer variables are encoded (1170476 clauses, 20023892 bytes)
18.23/30.35	c 26	11514 (60%) CSP integer variables are encoded (1244791 clauses, 21435877 bytes)
18.33/30.43	c 26	13433 (70%) CSP integer variables are encoded (1313334 clauses, 22738194 bytes)
18.33/30.47	c 26	15352 (80%) CSP integer variables are encoded (1342770 clauses, 23297478 bytes)
18.33/30.49	c 26	17271 (90%) CSP integer variables are encoded (1362815 clauses, 23678333 bytes)
18.43/30.53	c 26	19190 (100%) CSP integer variables are encoded (1387994 clauses, 24156734 bytes)
36.55/50.30	c 46	9867 (10%) CSP clauses are encoded (5122519 clauses, 107851985 bytes)
49.05/62.88	c 58	19734 (20%) CSP clauses are encoded (8135702 clauses, 179443763 bytes)
56.33/72.02	c 68	29601 (30%) CSP clauses are encoded (10267577 clauses, 233359346 bytes)
61.53/77.21	c 73	39467 (40%) CSP clauses are encoded (12141170 clauses, 282848064 bytes)
66.74/102.06	c 98	49334 (50%) CSP clauses are encoded (14129747 clauses, 335361642 bytes)
72.34/107.61	c 103	59201 (60%) CSP clauses are encoded (16237132 clauses, 390874300 bytes)
77.94/113.22	c 109	69067 (70%) CSP clauses are encoded (18368699 clauses, 446755274 bytes)
83.78/120.35	c 116	78934 (80%) CSP clauses are encoded (20554210 clauses, 504453156 bytes)
177.85/426.41	c 422	88801 (90%) CSP clauses are encoded (63324438 clauses, 1677852871 bytes)
218.76/475.86	c 471	ERROR Exception Too large HOME/temp.cnf
218.76/475.86	c 471	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
218.76/475.86	c 471	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
218.76/475.86	c 471	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
218.76/475.86	s UNKNOWN
218.76/475.90	c 471	CPU 204.52 (0.03 0 204.49 14.32)
218.76/475.90	c 471	END Thu Aug  7 20:42:24 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-1112998-1218134063/watcher-1112998-1218134063 -o /tmp/evaluation-result-1112998-1218134063/solver-1112998-1218134063 -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-1112998-1218134063.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: 5.98 5.81 3.72 4/86 14329
/proc/meminfo: memFree=1566784/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=18572 CPUtime=0
/proc/14329/stat : 14329 (runsolver) D 14327 14329 13463 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140491676 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/14329/statm: 4643 292 257 25 0 2626 0

[startup+0.038358 s]
/proc/loadavg: 5.98 5.81 3.72 4/86 14329
/proc/meminfo: memFree=1566784/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=18572 CPUtime=0
/proc/14329/stat : 14329 (runsolver) D 14327 14329 13463 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140491676 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/14329/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101364 s]
/proc/loadavg: 5.98 5.81 3.72 4/86 14329
/proc/meminfo: memFree=1566784/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=18572 CPUtime=0
/proc/14329/stat : 14329 (runsolver) D 14327 14329 13463 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140491676 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/14329/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.301388 s]
/proc/loadavg: 5.98 5.81 3.72 4/86 14329
/proc/meminfo: memFree=1566784/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=18572 CPUtime=0
/proc/14329/stat : 14329 (runsolver) D 14327 14329 13463 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140491676 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 214945033511 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/14329/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.701442 s]
/proc/loadavg: 5.98 5.81 3.72 4/86 14329
/proc/meminfo: memFree=1566784/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=12272 CPUtime=0
/proc/14329/stat : 14329 (sugar) D 14327 14329 13463 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 140491676 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14329/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+1.50152 s]
/proc/loadavg: 5.98 5.81 3.72 2/86 14330
/proc/meminfo: memFree=1552064/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=12272 CPUtime=0
/proc/14329/stat : 14329 (sugar) D 14327 14329 13463 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 140491676 12566528 330 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14329/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+3.10171 s]
/proc/loadavg: 5.98 5.81 3.72 2/86 14330
/proc/meminfo: memFree=1536776/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=12412 CPUtime=0
/proc/14329/stat : 14329 (sugar) D 14327 14329 13463 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 140491676 12709888 382 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14329/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+6.30192 s]
/proc/loadavg: 5.74 5.76 3.72 2/84 14330
/proc/meminfo: memFree=1497112/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=0.03
/proc/14329/stat : 14329 (sugar) S 14327 14329 13463 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140491676 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14329/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+12.7016 s]
/proc/loadavg: 5.68 5.75 3.72 2/87 14334
/proc/meminfo: memFree=1400008/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=0.03
/proc/14329/stat : 14329 (sugar) S 14327 14329 13463 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140491676 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14329/statm: 3400 796 370 3 0 500 0
[pid=14332] ppid=14329 vsize=5356 CPUtime=0
/proc/14332/stat : 14332 (sh) S 14329 14329 13463 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140492275 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14332/statm: 1339 233 193 169 0 50 0
[pid=14333] ppid=14332 vsize=864668 CPUtime=0.56
/proc/14333/stat : 14333 (java) S 14332 14329 13463 0 -1 0 7604 0 47 0 49 7 0 0 18 0 9 0 140492276 885420032 6642 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14333/statm: 216167 6642 2529 9 0 210749 0
[pid=14333/tid=14334] ppid=14332 vsize=864668 CPUtime=0.28
/proc/14333/task/14334/stat : 14334 (java) R 14332 14329 13463 0 -1 64 2693 0 26 0 25 3 0 0 16 0 9 0 140492393 885420032 6642 996147200 134512640 134550740 4294956000 18446744073709551615 4125978910 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 883624

[startup+25.5021 s]
/proc/loadavg: 5.77 5.76 3.76 4/94 14351
/proc/meminfo: memFree=1126096/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=0.83
/proc/14329/stat : 14329 (sugar) S 14327 14329 13463 0 -1 4194304 974 8815 0 47 3 0 72 8 16 0 1 0 140491676 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14329/statm: 3400 797 370 3 0 500 0
[pid=14342] ppid=14329 vsize=5356 CPUtime=0
/proc/14342/stat : 14342 (sh) S 14329 14329 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140492968 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14342/statm: 1339 233 193 169 0 50 0
[pid=14343] ppid=14342 vsize=869284 CPUtime=12.65
/proc/14343/stat : 14343 (java) S 14342 14329 13463 0 -1 0 45682 0 1 0 1241 24 0 0 19 0 9 0 140492968 890146816 31123 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14343/statm: 217321 31123 2540 9 0 211896 0
[pid=14343/tid=14344] ppid=14342 vsize=869284 CPUtime=9.2
/proc/14343/task/14344/stat : 14344 (java) S 14342 14329 13463 0 -1 64 4496 0 1 0 917 3 0 0 16 0 9 0 140492969 890146816 31123 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14345] ppid=14342 vsize=869284 CPUtime=3.19
/proc/14343/task/14345/stat : 14345 (java) R 14342 14329 13463 0 -1 64 38969 0 0 0 300 19 0 0 17 0 9 0 140492970 890146816 31123 996147200 134512640 134550740 4294955936 18446744073709551615 102723040 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14346] ppid=14342 vsize=869284 CPUtime=0
/proc/14343/task/14346/stat : 14346 (java) S 14342 14329 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140492970 890146816 31123 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14347] ppid=14342 vsize=869284 CPUtime=0
/proc/14343/task/14347/stat : 14347 (java) S 14342 14329 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140492970 890146816 31123 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14348] ppid=14342 vsize=869284 CPUtime=0
/proc/14343/task/14348/stat : 14348 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140492972 890146816 31123 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14349] ppid=14342 vsize=869284 CPUtime=0.22
/proc/14343/task/14349/stat : 14349 (java) S 14342 14329 13463 0 -1 64 1520 0 0 0 22 0 0 0 16 0 9 0 140492972 890146816 31123 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14343/tid=14350] ppid=14342 vsize=869284 CPUtime=0
/proc/14343/task/14350/stat : 14350 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140492972 890146816 31123 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14351] ppid=14342 vsize=869284 CPUtime=0
/proc/14343/task/14351/stat : 14351 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140492972 890146816 31123 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.48
Current children cumulated vsize (KiB) 888240

[startup+51.103 s]
/proc/loadavg: 5.55 5.71 3.80 2/90 14358
/proc/meminfo: memFree=1120304/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=0.83
/proc/14329/stat : 14329 (sugar) S 14327 14329 13463 0 -1 4194304 974 8815 0 47 3 0 72 8 16 0 1 0 140491676 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14329/statm: 3400 797 370 3 0 500 0
[pid=14342] ppid=14329 vsize=5356 CPUtime=0
/proc/14342/stat : 14342 (sh) S 14329 14329 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140492968 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14342/statm: 1339 233 193 169 0 50 0
[pid=14343] ppid=14342 vsize=869396 CPUtime=36.53
/proc/14343/stat : 14343 (java) S 14342 14329 13463 0 -1 0 52331 0 1 0 3558 95 0 0 19 0 9 0 140492968 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14343/statm: 217349 33306 2566 9 0 211896 0
[pid=14343/tid=14344] ppid=14342 vsize=869396 CPUtime=31.98
/proc/14343/task/14344/stat : 14344 (java) R 14342 14329 13463 0 -1 64 4844 0 1 0 3129 69 0 0 25 0 9 0 140492969 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4127103707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14343/tid=14345] ppid=14342 vsize=869396 CPUtime=4.22
/proc/14343/task/14345/stat : 14345 (java) S 14342 14329 13463 0 -1 64 45226 0 0 0 398 24 0 0 16 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14343/tid=14346] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14346/stat : 14346 (java) S 14342 14329 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14347] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14347/stat : 14347 (java) S 14342 14329 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14348] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14348/stat : 14348 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14349] ppid=14342 vsize=869396 CPUtime=0.3
/proc/14343/task/14349/stat : 14349 (java) S 14342 14329 13463 0 -1 64 1564 0 0 0 30 0 0 0 15 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14343/tid=14350] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14350/stat : 14350 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14351] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14351/stat : 14351 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.36
Current children cumulated vsize (KiB) 888352

[startup+102.308 s]
/proc/loadavg: 5.84 5.79 3.93 2/86 14364
/proc/meminfo: memFree=895184/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=0.83
/proc/14329/stat : 14329 (sugar) S 14327 14329 13463 0 -1 4194304 974 8815 0 47 3 0 72 8 16 0 1 0 140491676 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14329/statm: 3400 797 370 3 0 500 0
[pid=14342] ppid=14329 vsize=5356 CPUtime=0
/proc/14342/stat : 14342 (sh) S 14329 14329 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140492968 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14342/statm: 1339 233 193 169 0 50 0
[pid=14343] ppid=14342 vsize=869396 CPUtime=66.21
/proc/14343/stat : 14343 (java) S 14342 14329 13463 0 -1 0 52845 0 1 0 6399 222 0 0 19 0 9 0 140492968 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14343/statm: 217349 33306 2566 9 0 211896 0
[pid=14343/tid=14344] ppid=14342 vsize=869396 CPUtime=61.37
/proc/14343/task/14344/stat : 14344 (java) R 14342 14329 13463 0 -1 64 5358 0 1 0 5944 193 0 0 17 0 9 0 140492969 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4126621308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14343/tid=14345] ppid=14342 vsize=869396 CPUtime=4.52
/proc/14343/task/14345/stat : 14345 (java) S 14342 14329 13463 0 -1 64 45226 0 0 0 424 28 0 0 16 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14346] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14346/stat : 14346 (java) S 14342 14329 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14347] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14347/stat : 14347 (java) S 14342 14329 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14348] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14348/stat : 14348 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14349] ppid=14342 vsize=869396 CPUtime=0.3
/proc/14343/task/14349/stat : 14349 (java) S 14342 14329 13463 0 -1 64 1564 0 0 0 30 0 0 0 15 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14343/tid=14350] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14350/stat : 14350 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14351] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14351/stat : 14351 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 67.04
Current children cumulated vsize (KiB) 888352

[startup+162.303 s]
/proc/loadavg: 7.53 6.27 4.20 1/93 14377
/proc/meminfo: memFree=379096/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=0.83
/proc/14329/stat : 14329 (sugar) S 14327 14329 13463 0 -1 4194304 974 8815 0 47 3 0 72 8 16 0 1 0 140491676 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14329/statm: 3400 797 370 3 0 500 0
[pid=14342] ppid=14329 vsize=5356 CPUtime=0

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

/proc/14343/task/14351/stat : 14351 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 148.57
Current children cumulated vsize (KiB) 888352

[startup+342.303 s]
/proc/loadavg: 10.34 8.66 5.53 1/90 14383
/proc/meminfo: memFree=19664/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=0.83
/proc/14329/stat : 14329 (sugar) S 14327 14329 13463 0 -1 4194304 974 8815 0 47 3 0 72 8 16 0 1 0 140491676 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14329/statm: 3400 797 370 3 0 500 0
[pid=14342] ppid=14329 vsize=5356 CPUtime=0
/proc/14342/stat : 14342 (sh) S 14329 14329 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140492968 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14342/statm: 1339 233 193 169 0 50 0
[pid=14343] ppid=14342 vsize=869396 CPUtime=166.07
/proc/14343/stat : 14343 (java) S 14342 14329 13463 0 -1 0 55358 0 1 0 15663 944 0 0 19 0 9 0 140492968 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14343/statm: 217349 33306 2566 9 0 211896 0
[pid=14343/tid=14344] ppid=14342 vsize=869396 CPUtime=159.79
/proc/14343/task/14344/stat : 14344 (java) D 14342 14329 13463 0 -1 64 7871 0 1 0 15080 899 0 0 25 0 9 0 140492969 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=14343/tid=14345] ppid=14342 vsize=869396 CPUtime=5.95
/proc/14343/task/14345/stat : 14345 (java) S 14342 14329 13463 0 -1 64 45226 0 0 0 552 43 0 0 16 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14343/tid=14346] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14346/stat : 14346 (java) S 14342 14329 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14347] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14347/stat : 14347 (java) S 14342 14329 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14348] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14348/stat : 14348 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14349] ppid=14342 vsize=869396 CPUtime=0.3
/proc/14343/task/14349/stat : 14349 (java) S 14342 14329 13463 0 -1 64 1564 0 0 0 30 0 0 0 15 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14343/tid=14350] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14350/stat : 14350 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14351] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14351/stat : 14351 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 166.9
Current children cumulated vsize (KiB) 888352

[startup+402.303 s]
/proc/loadavg: 8.86 8.54 5.68 1/90 14383
/proc/meminfo: memFree=29520/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=0.83
/proc/14329/stat : 14329 (sugar) S 14327 14329 13463 0 -1 4194304 974 8815 0 47 3 0 72 8 16 0 1 0 140491676 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14329/statm: 3400 797 370 3 0 500 0
[pid=14342] ppid=14329 vsize=5356 CPUtime=0
/proc/14342/stat : 14342 (sh) S 14329 14329 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140492968 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14342/statm: 1339 233 193 169 0 50 0
[pid=14343] ppid=14342 vsize=869396 CPUtime=166.07
/proc/14343/stat : 14343 (java) S 14342 14329 13463 0 -1 0 55358 0 1 0 15663 944 0 0 19 0 9 0 140492968 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14343/statm: 217349 33306 2566 9 0 211896 0
[pid=14343/tid=14344] ppid=14342 vsize=869396 CPUtime=159.79
/proc/14343/task/14344/stat : 14344 (java) D 14342 14329 13463 0 -1 64 7871 0 1 0 15080 899 0 0 25 0 9 0 140492969 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=14343/tid=14345] ppid=14342 vsize=869396 CPUtime=5.95
/proc/14343/task/14345/stat : 14345 (java) S 14342 14329 13463 0 -1 64 45226 0 0 0 552 43 0 0 16 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14343/tid=14346] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14346/stat : 14346 (java) S 14342 14329 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14347] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14347/stat : 14347 (java) S 14342 14329 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14348] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14348/stat : 14348 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14349] ppid=14342 vsize=869396 CPUtime=0.3
/proc/14343/task/14349/stat : 14349 (java) S 14342 14329 13463 0 -1 64 1564 0 0 0 30 0 0 0 15 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14343/tid=14350] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14350/stat : 14350 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14351] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14351/stat : 14351 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 166.9
Current children cumulated vsize (KiB) 888352

[startup+462.302 s]
/proc/loadavg: 9.90 8.86 5.96 2/90 14383
/proc/meminfo: memFree=15056/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=0.83
/proc/14329/stat : 14329 (sugar) S 14327 14329 13463 0 -1 4194304 974 8815 0 47 3 0 72 8 16 0 1 0 140491676 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14329/statm: 3400 797 370 3 0 500 0
[pid=14342] ppid=14329 vsize=5356 CPUtime=0
/proc/14342/stat : 14342 (sh) S 14329 14329 13463 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140492968 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14342/statm: 1339 233 193 169 0 50 0
[pid=14343] ppid=14342 vsize=869396 CPUtime=208.43
/proc/14343/stat : 14343 (java) S 14342 14329 13463 0 -1 0 56605 0 1 0 19544 1299 0 0 19 0 9 0 140492968 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14343/statm: 217349 33306 2566 9 0 211896 0
[pid=14343/tid=14344] ppid=14342 vsize=869396 CPUtime=201.41
/proc/14343/task/14344/stat : 14344 (java) R 14342 14329 13463 0 -1 64 9118 0 1 0 18895 1246 0 0 25 0 9 0 140492969 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4126921987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14343/tid=14345] ppid=14342 vsize=869396 CPUtime=6.68
/proc/14343/task/14345/stat : 14345 (java) S 14342 14329 13463 0 -1 64 45226 0 0 0 618 50 0 0 16 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14343/tid=14346] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14346/stat : 14346 (java) S 14342 14329 13463 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14347] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14347/stat : 14347 (java) S 14342 14329 13463 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140492970 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14348] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14348/stat : 14348 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14349] ppid=14342 vsize=869396 CPUtime=0.3
/proc/14343/task/14349/stat : 14349 (java) S 14342 14329 13463 0 -1 64 1564 0 0 0 30 0 0 0 15 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14343/tid=14350] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14350/stat : 14350 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14343/tid=14351] ppid=14342 vsize=869396 CPUtime=0
/proc/14343/task/14351/stat : 14351 (java) S 14342 14329 13463 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140492972 890261504 33306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 209.26
Current children cumulated vsize (KiB) 888352

[startup+522.302 s]
/proc/loadavg: 8.94 8.80 6.12 1/80 14383
/proc/meminfo: memFree=1073448/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=219.43
/proc/14329/stat : 14329 (sugar) D 14327 14329 13463 0 -1 4194304 998 65972 0 48 3 59 20449 1432 17 0 1 0 140491676 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/14329/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 219.43
Current children cumulated vsize (KiB) 13600

[startup+582.302 s]
/proc/loadavg: 8.42 8.67 6.24 1/80 14383
/proc/meminfo: memFree=1084008/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=219.43
/proc/14329/stat : 14329 (sugar) D 14327 14329 13463 0 -1 4194304 998 65972 0 48 3 59 20449 1432 17 0 1 0 140491676 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/14329/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 219.43
Current children cumulated vsize (KiB) 13600

[startup+642.302 s]
/proc/loadavg: 8.15 8.54 6.35 1/80 14383
/proc/meminfo: memFree=1094952/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=219.43
/proc/14329/stat : 14329 (sugar) D 14327 14329 13463 0 -1 4194304 998 65972 0 48 3 59 20449 1432 17 0 1 0 140491676 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/14329/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 219.43
Current children cumulated vsize (KiB) 13600

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

[startup+644.901 s]
/proc/loadavg: 8.14 8.53 6.36 1/80 14383
/proc/meminfo: memFree=1095656/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=219.43
/proc/14329/stat : 14329 (sugar) D 14327 14329 13463 0 -1 4194304 998 65972 0 48 3 59 20449 1432 17 0 1 0 140491676 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/14329/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 219.43
Current children cumulated vsize (KiB) 13600

[startup+645.701 s]
/proc/loadavg: 8.14 8.53 6.36 1/79 14383
/proc/meminfo: memFree=1095856/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=219.43
/proc/14329/stat : 14329 (sugar) D 14327 14329 13463 0 -1 4194304 998 65972 0 48 3 59 20449 1432 15 0 1 0 140491676 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/14329/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 219.43
Current children cumulated vsize (KiB) 13600

[startup+646.501 s]
/proc/loadavg: 8.14 8.53 6.36 1/79 14383
/proc/meminfo: memFree=1096440/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=219.52
/proc/14329/stat : 14329 (sugar) R 14327 14329 13463 0 -1 4194304 998 65972 0 48 3 68 20449 1432 16 0 1 0 140491676 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14329/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 219.52
Current children cumulated vsize (KiB) 13600

[startup+646.901 s]
/proc/loadavg: 8.14 8.53 6.36 1/79 14383
/proc/meminfo: memFree=1096440/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=219.92
/proc/14329/stat : 14329 (sugar) R 14327 14329 13463 0 -1 4194304 998 65972 0 48 3 108 20449 1432 16 0 1 0 140491676 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14329/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 219.92
Current children cumulated vsize (KiB) 13600

[startup+647.001 s]
/proc/loadavg: 8.14 8.53 6.36 1/79 14383
/proc/meminfo: memFree=1096440/2055920 swapFree=4181032/4192956
[pid=14329] ppid=14327 vsize=13600 CPUtime=220.02
/proc/14329/stat : 14329 (sugar) R 14327 14329 13463 0 -1 4194304 998 65972 0 48 3 118 20449 1432 16 0 1 0 140491676 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14329/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 220.02
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 647.016
CPU time (s): 220.065
CPU user time (s): 204.531
CPU system time (s): 15.5336
CPU usage (%): 34.0122
Max. virtual memory (cumulated for all children) (KiB): 898740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 204.531
system time used= 15.5336
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67000
page faults= 48
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45022
involuntary context switches= 43810

runsolver used 0.795879 second user time and 2.04069 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-08-07 20:34:25
IDJOB=1112998
IDBENCH=61509
IDSOLVER=368
FILE ID=node85/1112998-1218134063
PBS_JOBID= 8000807
Free space on /tmp= 125212 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp07/normalized-fapp07-0600-6.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-1112998-1218134063/watcher-1112998-1218134063 -o /tmp/evaluation-result-1112998-1218134063/solver-1112998-1218134063 -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-1112998-1218134063.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d23de4e6fd19229cdf6e50664455956d
RANDOM SEED=451216239

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:       1567584 kB
Buffers:          6388 kB
Cached:         252552 kB
SwapCached:       4696 kB
Active:         378412 kB
Inactive:        41840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567584 kB
SwapTotal:     4192956 kB
SwapFree:      4181032 kB
Dirty:          205208 kB
Writeback:        1240 kB
Mapped:         179444 kB
Slab:            52940 kB
Committed_AS:   344852 kB
PageTables:       2232 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= 124628 MiB
End job on node85 at 2008-08-07 20:45:16