Trace number 1086653

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+picosat? 827.101 838.994

General information on the benchmark

Namecsp/fapp/fapp30/
normalized-fapp30-3000-5.xml
MD5SUM98a3a366c26f15bed12a39ed12c21e5e
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 benchmark17.1174
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 (download as text)

0.00/0.17	c 0	Sugar v1-13 + HOME/picosat
0.00/0.18	c 0	BEGIN Sat Jul  5 08:47:38 2008
0.00/0.18	c 0	PID 16905
0.00/0.19	c 0	HOST node34.alineos.net
0.00/0.19	c 0	CONVERTING HOME/instance-1086653-1215240457.xml TO HOME/temp.csp
0.00/0.19	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086653-1215240457.xml' 'HOME/temp.csp'
3.41/3.85	c 3	21 domains, 3000 variables, 8 predicates, 0 relations, 63204 constraints
3.41/3.87	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.41/3.87	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.48/3.95	c 3	Parsing HOME/temp.csp
3.89/4.34	c 4	parsed 10000 expressions
4.28/4.70	c 4	parsed 20000 expressions
4.58/5.03	c 4	parsed 30000 expressions
4.87/5.31	c 5	parsed 40000 expressions
5.27/5.71	c 5	parsed 50000 expressions
5.46/5.98	c 5	parsed 60000 expressions
5.67/6.14	c 6	parsed 66233 expressions
5.67/6.15	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.67/6.15	c 6	Converting to clausal form CSP
15.25/15.76	c 15	converted 6624 (10%) expressions
31.77/32.50	c 32	converted 13247 (20%) expressions
47.78/48.62	c 48	converted 19870 (30%) expressions
64.59/65.67	c 65	converted 26494 (40%) expressions
80.17/81.30	c 81	converted 33117 (50%) expressions
94.49/95.80	c 95	converted 39740 (60%) expressions
109.90/111.25	c 111	converted 46364 (70%) expressions
123.81/125.29	c 125	converted 52987 (80%) expressions
137.15/138.63	c 138	converted 59610 (90%) expressions
149.48/151.00	c 150	converted 66233 (100%) expressions
149.48/151.01	c 150	CSP : 17932 integers, 185820 booleans, 420849 clauses, largest domain size 2997
149.48/151.01	c 150	Heap : 225 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
149.48/151.01	c 150	Propagation in CSP
168.58/170.29	c 170	30520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
168.58/170.29	c 170	CSP : 17932 integers, 185820 booleans, 420849 clauses, largest domain size 2997
168.58/170.29	c 170	Heap : 277 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
168.78/170.41	c 170	Simplifing CSP by introducing new Boolean variables
169.59/171.28	c 171	CSP : 17932 integers, 338988 booleans, 574017 clauses, largest domain size 2997
169.59/171.28	c 171	Heap : 311 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
171.38/173.05	c 172	Encoding CSP to SAT : HOME/temp.cnf
205.69/207.59	c 207	1794 (10%) CSP integer variables are encoded (1153588 clauses, 19699484 bytes)
230.65/232.63	c 232	3587 (20%) CSP integer variables are encoded (3612215 clauses, 66413397 bytes)
236.59/238.61	c 238	5380 (30%) CSP integer variables are encoded (8784326 clauses, 164683506 bytes)
242.94/245.25	c 245	7173 (40%) CSP integer variables are encoded (13848155 clauses, 268604174 bytes)
249.55/252.04	c 251	8966 (50%) CSP integer variables are encoded (18984694 clauses, 376471493 bytes)
255.95/258.89	c 258	10760 (60%) CSP integer variables are encoded (24148002 clauses, 484900961 bytes)
262.33/265.37	c 265	12553 (70%) CSP integer variables are encoded (29210805 clauses, 591219824 bytes)
268.83/272.00	c 271	14346 (80%) CSP integer variables are encoded (34343388 clauses, 699004067 bytes)
275.05/278.55	c 278	16139 (90%) CSP integer variables are encoded (39340121 clauses, 803935460 bytes)
281.17/285.18	c 285	17932 (100%) CSP integer variables are encoded (44197540 clauses, 905941259 bytes)
802.15/811.26	c 811	57402 (10%) CSP clauses are encoded (90167052 clauses, 2079676947 bytes)
826.40/835.77	c 835	ERROR Exception Too large HOME/temp.cnf
826.40/835.77	c 835	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
826.40/835.77	c 835	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
826.40/835.77	c 835	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
826.40/835.77	s UNKNOWN
826.51/835.92	c 835	CPU 813.05 (0.04 0.01 813.01 13.48)
826.51/835.92	c 835	END Sat Jul  5 09:01:33 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1086653-1215240457/watcher-1086653-1215240457 -o /tmp/evaluation-result-1086653-1215240457/solver-1086653-1215240457 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086653-1215240457.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): 2200 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: 2.09 2.08 2.05 4/82 16905
/proc/meminfo: memFree=41360/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=18572 CPUtime=0
/proc/16905/stat : 16905 (runsolver) D 16903 16905 14626 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003019227 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 254195330343 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16905/statm: 4643 292 257 25 0 2626 0

[startup+0.0278249 s]
/proc/loadavg: 2.09 2.08 2.05 4/82 16905
/proc/meminfo: memFree=41360/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=124 CPUtime=0
/proc/16905/stat : 16905 (sugar) D 16903 16905 14626 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 2003019227 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 254192711145 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16905/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101838 s]
/proc/loadavg: 2.09 2.08 2.05 4/82 16905
/proc/meminfo: memFree=41360/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=12272 CPUtime=0
/proc/16905/stat : 16905 (sugar) D 16903 16905 14626 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 2003019227 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16905/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.30187 s]
/proc/loadavg: 2.09 2.08 2.05 4/82 16905
/proc/meminfo: memFree=41360/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=0.04
/proc/16905/stat : 16905 (sugar) S 16903 16905 14626 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003019227 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16905/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701932 s]
/proc/loadavg: 2.09 2.08 2.05 4/82 16905
/proc/meminfo: memFree=41360/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=0.04
/proc/16905/stat : 16905 (sugar) S 16903 16905 14626 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003019227 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16905/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50206 s]
/proc/loadavg: 2.09 2.08 2.05 3/93 16917
/proc/meminfo: memFree=22328/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=0.04
/proc/16905/stat : 16905 (sugar) S 16903 16905 14626 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003019227 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16905/statm: 3400 796 370 3 0 500 0
[pid=16908] ppid=16905 vsize=5356 CPUtime=0
/proc/16908/stat : 16908 (sh) S 16905 16905 14626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003019247 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16908/statm: 1339 233 193 169 0 50 0
[pid=16909] ppid=16908 vsize=865684 CPUtime=1.11
/proc/16909/stat : 16909 (java) S 16908 16905 14626 0 -1 0 12211 0 1 0 105 6 0 0 18 0 9 0 2003019247 886460416 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 216421 10513 2529 9 0 211003 0
[pid=16909/tid=16910] ppid=16908 vsize=865684 CPUtime=0.68
/proc/16909/task/16910/stat : 16910 (java) S 16908 16905 14626 0 -1 64 2814 0 1 0 65 3 0 0 17 0 9 0 2003019252 886460416 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16909/tid=16911] ppid=16908 vsize=865684 CPUtime=0.32
/proc/16909/task/16911/stat : 16911 (java) R 16908 16905 14626 0 -1 64 8222 0 0 0 30 2 0 0 16 0 9 0 2003019264 886460416 10513 996147200 134512640 134550740 4294956000 18446744073709551615 102350375 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16909/tid=16912] ppid=16908 vsize=865684 CPUtime=0
/proc/16909/task/16912/stat : 16912 (java) S 16908 16905 14626 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003019264 886460416 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16909/tid=16913] ppid=16908 vsize=865684 CPUtime=0
/proc/16909/task/16913/stat : 16913 (java) S 16908 16905 14626 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003019264 886460416 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16909/tid=16914] ppid=16908 vsize=865684 CPUtime=0
/proc/16909/task/16914/stat : 16914 (java) S 16908 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003019268 886460416 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16909/tid=16915] ppid=16908 vsize=865684 CPUtime=0.09
/proc/16909/task/16915/stat : 16915 (java) S 16908 16905 14626 0 -1 64 475 0 0 0 9 0 0 0 17 0 9 0 2003019268 886460416 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16909/tid=16916] ppid=16908 vsize=865684 CPUtime=0
/proc/16909/task/16916/stat : 16916 (java) S 16908 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003019268 886460416 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16909/tid=16917] ppid=16908 vsize=865684 CPUtime=0
/proc/16909/task/16917/stat : 16917 (java) S 16908 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003019268 886460416 10513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 884640

[startup+3.10131 s]
/proc/loadavg: 2.09 2.08 2.05 3/93 16917
/proc/meminfo: memFree=17848/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=0.04
/proc/16905/stat : 16905 (sugar) S 16903 16905 14626 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003019227 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16905/statm: 3400 796 370 3 0 500 0
[pid=16908] ppid=16905 vsize=5356 CPUtime=0
/proc/16908/stat : 16908 (sh) S 16905 16905 14626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003019247 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16908/statm: 1339 233 193 169 0 50 0
[pid=16909] ppid=16908 vsize=864696 CPUtime=2.67
/proc/16909/stat : 16909 (java) S 16908 16905 14626 0 -1 0 29882 0 1 0 252 15 0 0 18 0 9 0 2003019247 885448704 24977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16909/statm: 216174 24977 2529 9 0 210756 0
[pid=16909/tid=16910] ppid=16908 vsize=864696 CPUtime=1.37
/proc/16909/task/16910/stat : 16910 (java) R 16908 16905 14626 0 -1 64 3906 0 1 0 132 5 0 0 16 0 9 0 2003019252 885448704 24977 996147200 134512640 134550740 4294956000 18446744073709551615 4126426304 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16909/tid=16911] ppid=16908 vsize=864696 CPUtime=1.17
/proc/16909/task/16911/stat : 16911 (java) R 16908 16905 14626 0 -1 64 24779 0 0 0 108 9 0 0 18 0 9 0 2003019264 885448704 24977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16909/tid=16912] ppid=16908 vsize=864696 CPUtime=0
/proc/16909/task/16912/stat : 16912 (java) S 16908 16905 14626 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003019264 885448704 24977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16909/tid=16913] ppid=16908 vsize=864696 CPUtime=0
/proc/16909/task/16913/stat : 16913 (java) S 16908 16905 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003019264 885448704 24977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16909/tid=16914] ppid=16908 vsize=864696 CPUtime=0
/proc/16909/task/16914/stat : 16914 (java) S 16908 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003019268 885448704 24977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16909/tid=16915] ppid=16908 vsize=864696 CPUtime=0.12
/proc/16909/task/16915/stat : 16915 (java) S 16908 16905 14626 0 -1 64 497 0 0 0 12 0 0 0 15 0 9 0 2003019268 885448704 24977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16909/tid=16916] ppid=16908 vsize=864696 CPUtime=0
/proc/16909/task/16916/stat : 16916 (java) S 16908 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003019268 885448704 24977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16909/tid=16917] ppid=16908 vsize=864696 CPUtime=0
/proc/16909/task/16917/stat : 16917 (java) S 16908 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003019268 885448704 24977 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 883652

[startup+6.30781 s]
/proc/loadavg: 2.16 2.10 2.06 3/93 16927
/proc/meminfo: memFree=67000/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=3.48
/proc/16905/stat : 16905 (sugar) S 16903 16905 14626 0 -1 4194304 974 31966 0 1 3 1 325 19 15 0 1 0 2003019227 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16905/statm: 3400 797 370 3 0 500 0
[pid=16918] ppid=16905 vsize=5356 CPUtime=0
/proc/16918/stat : 16918 (sh) S 16905 16905 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003019614 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16918/statm: 1339 233 193 169 0 50 0
[pid=16919] ppid=16918 vsize=864180 CPUtime=2.38
/proc/16919/stat : 16919 (java) S 16918 16905 14626 0 -1 0 13137 0 1 0 230 8 0 0 18 0 9 0 2003019614 884920320 11717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16919/statm: 216045 11717 2543 9 0 210620 0
[pid=16919/tid=16920] ppid=16918 vsize=864180 CPUtime=1.53
/proc/16919/task/16920/stat : 16920 (java) R 16918 16905 14626 0 -1 64 3055 0 1 0 151 2 0 0 25 0 9 0 2003019615 884920320 11717 996147200 134512640 134550740 4294955952 18446744073709551615 4126428772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16921] ppid=16918 vsize=864180 CPUtime=0.73
/proc/16919/task/16921/stat : 16921 (java) S 16918 16905 14626 0 -1 64 9032 0 0 0 68 5 0 0 16 0 9 0 2003019617 884920320 11717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16922] ppid=16918 vsize=864180 CPUtime=0
/proc/16919/task/16922/stat : 16922 (java) S 16918 16905 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003019617 884920320 11717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16923] ppid=16918 vsize=864180 CPUtime=0
/proc/16919/task/16923/stat : 16923 (java) S 16918 16905 14626 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003019617 884920320 11717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16924] ppid=16918 vsize=864180 CPUtime=0
/proc/16919/task/16924/stat : 16924 (java) S 16918 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003019619 884920320 11717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16925] ppid=16918 vsize=864180 CPUtime=0.09
/proc/16919/task/16925/stat : 16925 (java) S 16918 16905 14626 0 -1 64 354 0 0 0 9 0 0 0 16 0 9 0 2003019619 884920320 11717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16926] ppid=16918 vsize=864180 CPUtime=0
/proc/16919/task/16926/stat : 16926 (java) S 16918 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003019619 884920320 11717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16927] ppid=16918 vsize=864180 CPUtime=0
/proc/16919/task/16927/stat : 16927 (java) S 16918 16905 14626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003019619 884920320 11717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 883136

[startup+12.7018 s]
/proc/loadavg: 2.15 2.10 2.05 3/93 16927
/proc/meminfo: memFree=42232/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=3.48
/proc/16905/stat : 16905 (sugar) S 16903 16905 14626 0 -1 4194304 974 31966 0 1 3 1 325 19 15 0 1 0 2003019227 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16905/statm: 3400 797 370 3 0 500 0
[pid=16918] ppid=16905 vsize=5356 CPUtime=0
/proc/16918/stat : 16918 (sh) S 16905 16905 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003019614 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16918/statm: 1339 233 193 169 0 50 0
[pid=16919] ppid=16918 vsize=868412 CPUtime=8.8
/proc/16919/stat : 16919 (java) S 16918 16905 14626 0 -1 0 22443 0 1 0 866 14 0 0 18 0 9 0 2003019614 889253888 15223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16919/statm: 217103 15223 2541 9 0 211678 0
[pid=16919/tid=16920] ppid=16918 vsize=868412 CPUtime=7.18
/proc/16919/task/16920/stat : 16920 (java) R 16918 16905 14626 0 -1 64 3521 0 1 0 715 3 0 0 25 0 9 0 2003019615 889253888 15223 996147200 134512640 134550740 4294955952 18446744073709551615 4126572252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16921] ppid=16918 vsize=868412 CPUtime=1.38
/proc/16919/task/16921/stat : 16921 (java) S 16918 16905 14626 0 -1 64 16741 0 0 0 129 9 0 0 16 0 9 0 2003019617 889253888 15223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16922] ppid=16918 vsize=868412 CPUtime=0
/proc/16919/task/16922/stat : 16922 (java) S 16918 16905 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003019617 889253888 15223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16923] ppid=16918 vsize=868412 CPUtime=0
/proc/16919/task/16923/stat : 16923 (java) S 16918 16905 14626 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003019617 889253888 15223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16924] ppid=16918 vsize=868412 CPUtime=0
/proc/16919/task/16924/stat : 16924 (java) S 16918 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003019619 889253888 15223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16925] ppid=16918 vsize=868412 CPUtime=0.21
/proc/16919/task/16925/stat : 16925 (java) S 16918 16905 14626 0 -1 64 1485 0 0 0 21 0 0 0 15 0 9 0 2003019619 889253888 15223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16926] ppid=16918 vsize=868412 CPUtime=0
/proc/16919/task/16926/stat : 16926 (java) S 16918 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003019619 889253888 15223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16927] ppid=16918 vsize=868412 CPUtime=0
/proc/16919/task/16927/stat : 16927 (java) S 16918 16905 14626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003019619 889253888 15223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 887368

[startup+25.5028 s]
/proc/loadavg: 2.19 2.11 2.06 3/93 16927
/proc/meminfo: memFree=15032/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=3.48
/proc/16905/stat : 16905 (sugar) S 16903 16905 14626 0 -1 4194304 974 31966 0 1 3 1 325 19 16 0 1 0 2003019227 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16905/statm: 3400 797 370 3 0 500 0
[pid=16918] ppid=16905 vsize=5356 CPUtime=0
/proc/16918/stat : 16918 (sh) S 16905 16905 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003019614 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16918/statm: 1339 233 193 169 0 50 0
[pid=16919] ppid=16918 vsize=868412 CPUtime=21.46
/proc/16919/stat : 16919 (java) S 16918 16905 14626 0 -1 0 26935 0 1 0 2124 22 0 0 18 0 9 0 2003019614 889253888 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16919/statm: 217103 19331 2541 9 0 211678 0
[pid=16919/tid=16920] ppid=16918 vsize=868412 CPUtime=19.07
/proc/16919/task/16920/stat : 16920 (java) R 16918 16905 14626 0 -1 64 3905 0 1 0 1901 6 0 0 25 0 9 0 2003019615 889253888 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4126569072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16921] ppid=16918 vsize=868412 CPUtime=2.13
/proc/16919/task/16921/stat : 16921 (java) S 16918 16905 14626 0 -1 64 20838 0 0 0 199 14 0 0 16 0 9 0 2003019617 889253888 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16922] ppid=16918 vsize=868412 CPUtime=0
/proc/16919/task/16922/stat : 16922 (java) S 16918 16905 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003019617 889253888 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16923] ppid=16918 vsize=868412 CPUtime=0
/proc/16919/task/16923/stat : 16923 (java) S 16918 16905 14626 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003019617 889253888 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=16918] ppid=16905 vsize=5356 CPUtime=0
/proc/16918/stat : 16918 (sh) S 16905 16905 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003019614 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16918/statm: 1339 233 193 169 0 50 0
[pid=16919] ppid=16918 vsize=868524 CPUtime=690.76
/proc/16919/stat : 16919 (java) S 16918 16905 14626 0 -1 0 114884 0 1 0 67933 1143 0 0 18 0 9 0 2003019614 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16919/statm: 217131 85471 2566 9 0 211678 0
[pid=16919/tid=16920] ppid=16918 vsize=868524 CPUtime=673.26
/proc/16919/task/16920/stat : 16920 (java) R 16918 16905 14626 0 -1 64 10522 0 1 0 66257 1069 0 0 25 0 9 0 2003019615 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4127087358 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16921] ppid=16918 vsize=868524 CPUtime=17.15
/proc/16919/task/16921/stat : 16921 (java) S 16918 16905 14626 0 -1 64 102122 0 0 0 1644 71 0 0 16 0 9 0 2003019617 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16922] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16922/stat : 16922 (java) S 16918 16905 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003019617 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16923] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16923/stat : 16923 (java) S 16918 16905 14626 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003019617 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16924] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16924/stat : 16924 (java) S 16918 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16925] ppid=16918 vsize=868524 CPUtime=0.31
/proc/16919/task/16925/stat : 16925 (java) S 16918 16905 14626 0 -1 64 1544 0 0 0 30 1 0 0 16 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16926] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16926/stat : 16926 (java) S 16918 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16927] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16927/stat : 16927 (java) S 16918 16905 14626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 694.25
Current children cumulated vsize (KiB) 887480

[startup+762.302 s]
/proc/loadavg: 2.22 2.23 2.14 3/92 16971
/proc/meminfo: memFree=16112/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=3.49
/proc/16905/stat : 16905 (sugar) S 16903 16905 14626 0 -1 4194304 974 31966 0 1 4 1 325 19 16 0 1 0 2003019227 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16905/statm: 3400 797 370 3 0 500 0
[pid=16918] ppid=16905 vsize=5356 CPUtime=0
/proc/16918/stat : 16918 (sh) S 16905 16905 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003019614 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16918/statm: 1339 233 193 169 0 50 0
[pid=16919] ppid=16918 vsize=868524 CPUtime=750.2
/proc/16919/stat : 16919 (java) S 16918 16905 14626 0 -1 0 115004 0 1 0 73799 1221 0 0 18 0 9 0 2003019614 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16919/statm: 217131 85471 2566 9 0 211678 0
[pid=16919/tid=16920] ppid=16918 vsize=868524 CPUtime=732.56
/proc/16919/task/16920/stat : 16920 (java) R 16918 16905 14626 0 -1 64 10642 0 1 0 72110 1146 0 0 25 0 9 0 2003019615 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4127088225 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16921] ppid=16918 vsize=868524 CPUtime=17.29
/proc/16919/task/16921/stat : 16921 (java) S 16918 16905 14626 0 -1 64 102122 0 0 0 1657 72 0 0 16 0 9 0 2003019617 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16922] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16922/stat : 16922 (java) S 16918 16905 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003019617 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16923] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16923/stat : 16923 (java) S 16918 16905 14626 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003019617 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16924] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16924/stat : 16924 (java) S 16918 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16925] ppid=16918 vsize=868524 CPUtime=0.31
/proc/16919/task/16925/stat : 16925 (java) S 16918 16905 14626 0 -1 64 1544 0 0 0 30 1 0 0 16 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16926] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16926/stat : 16926 (java) S 16918 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16927] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16927/stat : 16927 (java) S 16918 16905 14626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 753.69
Current children cumulated vsize (KiB) 887480

[startup+822.302 s]
/proc/loadavg: 2.17 2.21 2.14 3/92 16977
/proc/meminfo: memFree=16240/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=3.49
/proc/16905/stat : 16905 (sugar) S 16903 16905 14626 0 -1 4194304 974 31966 0 1 4 1 325 19 16 0 1 0 2003019227 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16905/statm: 3400 797 370 3 0 500 0
[pid=16918] ppid=16905 vsize=5356 CPUtime=0
/proc/16918/stat : 16918 (sh) S 16905 16905 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003019614 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16918/statm: 1339 233 193 169 0 50 0
[pid=16919] ppid=16918 vsize=868524 CPUtime=809.65
/proc/16919/stat : 16919 (java) S 16918 16905 14626 0 -1 0 115123 0 1 0 79668 1297 0 0 18 0 9 0 2003019614 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16919/statm: 217131 85471 2566 9 0 211678 0
[pid=16919/tid=16920] ppid=16918 vsize=868524 CPUtime=791.88
/proc/16919/task/16920/stat : 16920 (java) R 16918 16905 14626 0 -1 64 10761 0 1 0 77967 1221 0 0 25 0 9 0 2003019615 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16921] ppid=16918 vsize=868524 CPUtime=17.42
/proc/16919/task/16921/stat : 16921 (java) S 16918 16905 14626 0 -1 64 102122 0 0 0 1669 73 0 0 16 0 9 0 2003019617 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16922] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16922/stat : 16922 (java) S 16918 16905 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003019617 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16923] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16923/stat : 16923 (java) S 16918 16905 14626 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003019617 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16924] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16924/stat : 16924 (java) S 16918 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16925] ppid=16918 vsize=868524 CPUtime=0.31
/proc/16919/task/16925/stat : 16925 (java) S 16918 16905 14626 0 -1 64 1544 0 0 0 30 1 0 0 16 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16926] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16926/stat : 16926 (java) S 16918 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16927] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16927/stat : 16927 (java) S 16918 16905 14626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 813.14
Current children cumulated vsize (KiB) 887480

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

[startup+832.703 s]
/proc/loadavg: 2.14 2.21 2.14 3/92 16977
/proc/meminfo: memFree=15856/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=3.49
/proc/16905/stat : 16905 (sugar) S 16903 16905 14626 0 -1 4194304 974 31966 0 1 4 1 325 19 16 0 1 0 2003019227 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16905/statm: 3400 797 370 3 0 500 0
[pid=16918] ppid=16905 vsize=5356 CPUtime=0
/proc/16918/stat : 16918 (sh) S 16905 16905 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003019614 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16918/statm: 1339 233 193 169 0 50 0
[pid=16919] ppid=16918 vsize=868524 CPUtime=819.93
/proc/16919/stat : 16919 (java) S 16918 16905 14626 0 -1 0 115150 0 1 0 80676 1317 0 0 18 0 9 0 2003019614 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16919/statm: 217131 85471 2566 9 0 211678 0
[pid=16919/tid=16920] ppid=16918 vsize=868524 CPUtime=802.13
/proc/16919/task/16920/stat : 16920 (java) R 16918 16905 14626 0 -1 64 10788 0 1 0 78972 1241 0 0 25 0 9 0 2003019615 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4127085914 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16921] ppid=16918 vsize=868524 CPUtime=17.44
/proc/16919/task/16921/stat : 16921 (java) S 16918 16905 14626 0 -1 64 102122 0 0 0 1671 73 0 0 16 0 9 0 2003019617 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16922] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16922/stat : 16922 (java) S 16918 16905 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003019617 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16923] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16923/stat : 16923 (java) S 16918 16905 14626 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003019617 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16924] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16924/stat : 16924 (java) S 16918 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16925] ppid=16918 vsize=868524 CPUtime=0.31
/proc/16919/task/16925/stat : 16925 (java) S 16918 16905 14626 0 -1 64 1544 0 0 0 30 1 0 0 16 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16919/tid=16926] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16926/stat : 16926 (java) S 16918 16905 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16919/tid=16927] ppid=16918 vsize=868524 CPUtime=0
/proc/16919/task/16927/stat : 16927 (java) S 16918 16905 14626 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003019619 889368576 85471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 823.42
Current children cumulated vsize (KiB) 887480

[startup+835.901 s]
/proc/loadavg: 2.21 2.22 2.15 4/92 16977
/proc/meminfo: memFree=15152/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=3.49
/proc/16905/stat : 16905 (sugar) S 16903 16905 14626 0 -1 4194304 974 31966 0 1 4 1 325 19 16 0 1 0 2003019227 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16905/statm: 3400 797 370 3 0 500 0
[pid=16918] ppid=16905 vsize=5356 CPUtime=0
/proc/16918/stat : 16918 (sh) S 16905 16905 14626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003019614 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16918/statm: 1339 233 193 169 0 50 0
[pid=16919] ppid=16918 vsize=0 CPUtime=823.02
/proc/16919/stat : 16919 (java) Z 16918 16905 14626 0 -1 1036 115168 0 2 0 80975 1327 0 0 16 0 2 0 2003019614 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16919/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 826.51
Current children cumulated vsize (KiB) 18956

[startup+837.502 s]
/proc/loadavg: 2.21 2.22 2.15 2/82 16977
/proc/meminfo: memFree=1212224/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=827.02
/proc/16905/stat : 16905 (sugar) D 16903 16905 14626 0 -1 4194304 996 147420 0 3 4 49 81301 1348 18 0 1 0 2003019227 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16905/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 827.02
Current children cumulated vsize (KiB) 13600

[startup+838.302 s]
/proc/loadavg: 2.21 2.22 2.15 2/82 16977
/proc/meminfo: memFree=1211776/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=827.06
/proc/16905/stat : 16905 (sugar) D 16903 16905 14626 0 -1 4194304 996 147420 0 3 4 53 81301 1348 18 0 1 0 2003019227 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16905/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 827.06
Current children cumulated vsize (KiB) 13600

[startup+838.702 s]
/proc/loadavg: 2.21 2.22 2.15 2/82 16977
/proc/meminfo: memFree=1211776/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=827.08
/proc/16905/stat : 16905 (sugar) D 16903 16905 14626 0 -1 4194304 996 147420 0 3 4 55 81301 1348 18 0 1 0 2003019227 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16905/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 827.08
Current children cumulated vsize (KiB) 13600

[startup+838.902 s]
/proc/loadavg: 2.21 2.22 2.15 2/82 16977
/proc/meminfo: memFree=1211264/2055920 swapFree=4179828/4192956
[pid=16905] ppid=16903 vsize=13600 CPUtime=827.09
/proc/16905/stat : 16905 (sugar) D 16903 16905 14626 0 -1 4194304 996 147420 0 3 4 56 81301 1348 18 0 1 0 2003019227 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16905/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 827.09
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 838.994
CPU time (s): 827.101
CPU user time (s): 813.055
CPU system time (s): 14.0459
CPU usage (%): 98.5825
Max. virtual memory (cumulated for all children) (KiB): 901620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 813.055
system time used= 14.0459
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148446
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47706
involuntary context switches= 60076

runsolver used 1.06284 second user time and 2.86556 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 08:47:37
IDJOB=1086653
IDBENCH=57849
IDSOLVER=345
FILE ID=node34/1086653-1215240457
PBS_JOBID= 7881890
Free space on /tmp= 64616 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp30/normalized-fapp30-3000-5.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086653-1215240457/watcher-1086653-1215240457 -o /tmp/evaluation-result-1086653-1215240457/solver-1086653-1215240457 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1086653-1215240457.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 98a3a366c26f15bed12a39ed12c21e5e
RANDOM SEED=211313481

node34.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.259
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.259
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:         41968 kB
Buffers:          2304 kB
Cached:        1585408 kB
SwapCached:       6752 kB
Active:        1413740 kB
Inactive:       512884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         41968 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:          209376 kB
Writeback:           0 kB
Mapped:         356152 kB
Slab:            71852 kB
Committed_AS:  4021256 kB
PageTables:       2632 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= 66492 MiB
End job on node34 at 2008-07-05 09:01:36