Trace number 1085646

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 694.72 707.42

General information on the benchmark

Namecsp/fapp/fapp40/
normalized-fapp40-3000-7.xml
MD5SUM03c519ee722ebb3400aacaf8b7a2d565
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark72.287
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 07:14:20 2008
0.00/0.05	c 0	PID 30845
0.00/0.05	c 0	HOST node49.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1085646-1215234859.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085646-1215234859.xml' 'HOME/temp.csp'
3.23/3.36	c 3	14 domains, 3000 variables, 8 predicates, 0 relations, 53548 constraints
3.30/3.41	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.30/3.41	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.30/3.49	c 3	Parsing HOME/temp.csp
3.31/3.90	c 3	parsed 10000 expressions
3.31/4.29	c 4	parsed 20000 expressions
4.46/4.67	c 4	parsed 30000 expressions
4.77/4.96	c 4	parsed 40000 expressions
5.26/5.41	c 5	parsed 50000 expressions
5.36/5.59	c 5	parsed 56570 expressions
5.36/5.60	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.36/5.60	c 5	Converting to clausal form CSP
12.39/12.69	c 12	converted 5657 (10%) expressions
24.86/25.26	c 25	converted 11314 (20%) expressions
37.73/38.25	c 38	converted 16971 (30%) expressions
50.19/50.81	c 50	converted 22628 (40%) expressions
62.77/63.57	c 63	converted 28285 (50%) expressions
74.64/75.55	c 75	converted 33942 (60%) expressions
86.33/87.30	c 87	converted 39599 (70%) expressions
98.90/100.07	c 100	converted 45256 (80%) expressions
109.99/111.26	c 111	converted 50913 (90%) expressions
120.08/121.43	c 121	converted 56570 (100%) expressions
120.08/121.44	c 121	CSP : 16130 integers, 155101 booleans, 354071 clauses, largest domain size 4543
120.08/121.44	c 121	Heap : 186 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
120.08/121.44	c 121	Propagation in CSP
136.72/138.24	c 138	256600 values, 0 unsatisfiable literals, and 0 valid clauses are removed
136.72/138.24	c 138	CSP : 16130 integers, 155101 booleans, 354071 clauses, largest domain size 4543
136.72/138.24	c 138	Heap : 225 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
136.81/138.34	c 138	Simplifing CSP by introducing new Boolean variables
137.61/139.19	c 139	CSP : 16130 integers, 285887 booleans, 484857 clauses, largest domain size 4543
137.61/139.19	c 139	Heap : 264 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
139.49/141.05	c 141	Encoding CSP to SAT : HOME/temp.cnf
172.26/174.19	c 174	1613 (10%) CSP integer variables are encoded (1000363 clauses, 16788325 bytes)
202.07/204.27	c 204	3226 (20%) CSP integer variables are encoded (2878110 clauses, 52465518 bytes)
211.43/213.72	c 213	4839 (30%) CSP integer variables are encoded (9893499 clauses, 185757909 bytes)
221.06/223.91	c 223	6452 (40%) CSP integer variables are encoded (16808422 clauses, 330768019 bytes)
230.09/233.18	c 233	8065 (50%) CSP integer variables are encoded (23799465 clauses, 477579922 bytes)
239.79/243.42	c 243	9678 (60%) CSP integer variables are encoded (30801446 clauses, 624621523 bytes)
249.62/253.58	c 253	11291 (70%) CSP integer variables are encoded (37749131 clauses, 770522908 bytes)
259.63/264.01	c 263	12904 (80%) CSP integer variables are encoded (44766838 clauses, 917894755 bytes)
269.35/274.37	c 274	14517 (90%) CSP integer variables are encoded (51649717 clauses, 1062435214 bytes)
279.15/284.55	c 284	16130 (100%) CSP integer variables are encoded (58532088 clauses, 1206965005 bytes)
693.78/704.87	c 704	ERROR Exception Too large HOME/temp.cnf
693.78/704.87	c 704	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
693.78/704.87	c 704	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
693.78/704.87	c 704	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
693.78/704.87	s UNKNOWN
693.90/705.01	c 704	CPU 678.7 (0.04 0 678.66 15.22)
693.90/705.01	c 704	END Sat Jul  5 07:26:04 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-1085646-1215234859/watcher-1085646-1215234859 -o /tmp/evaluation-result-1085646-1215234859/solver-1085646-1215234859 -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/minisat -tmp=HOME/temp HOME/instance-1085646-1215234859.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.00 2.00 2.00 4/72 30845
/proc/meminfo: memFree=1409880/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=12268 CPUtime=0
/proc/30845/stat : 30845 (sugar) R 30843 30845 29547 0 -1 4194304 327 0 0 0 0 0 0 0 20 0 1 0 429103310 12562432 295 996147200 4194304 4206940 548682068608 18446744073709551615 224645205760 0 0 4224 0 0 0 0 17 1 0 0
/proc/30845/statm: 3067 295 221 3 0 167 0

[startup+0.0940469 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 30845
/proc/meminfo: memFree=1409880/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=0.03
/proc/30845/stat : 30845 (sugar) S 30843 30845 29547 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 429103310 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30845/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102043 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 30845
/proc/meminfo: memFree=1409880/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=0.03
/proc/30845/stat : 30845 (sugar) S 30843 30845 29547 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 429103310 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30845/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301079 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 30845
/proc/meminfo: memFree=1409880/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=0.03
/proc/30845/stat : 30845 (sugar) S 30843 30845 29547 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 429103310 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30845/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70114 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 30845
/proc/meminfo: memFree=1409880/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=0.03
/proc/30845/stat : 30845 (sugar) S 30843 30845 29547 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 429103310 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30845/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 30857
/proc/meminfo: memFree=1372928/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=0.03
/proc/30845/stat : 30845 (sugar) S 30843 30845 29547 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 429103310 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30845/statm: 3400 796 370 3 0 500 0
[pid=30848] ppid=30845 vsize=5356 CPUtime=0
/proc/30848/stat : 30848 (sh) S 30845 30845 29547 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 429103315 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30848/statm: 1339 233 193 169 0 50 0
[pid=30849] ppid=30848 vsize=864656 CPUtime=1.42
/proc/30849/stat : 30849 (java) S 30848 30845 29547 0 -1 0 17279 0 1 0 130 12 0 0 22 0 9 0 429103315 885407744 14824 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30849/statm: 216164 14824 2529 9 0 210746 0
[pid=30849/tid=30850] ppid=30848 vsize=864656 CPUtime=0.73
/proc/30849/task/30850/stat : 30850 (java) R 30848 30845 29547 0 -1 64 3053 0 1 0 69 4 0 0 25 0 9 0 429103316 885407744 14824 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30851] ppid=30848 vsize=864656 CPUtime=0.54
/proc/30849/task/30851/stat : 30851 (java) R 30848 30845 29547 0 -1 64 13023 0 0 0 48 6 0 0 16 0 9 0 429103317 885407744 14824 996147200 134512640 134550740 4294956000 18446744073709551615 102516883 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30852] ppid=30848 vsize=864656 CPUtime=0
/proc/30849/task/30852/stat : 30852 (java) S 30848 30845 29547 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 429103318 885407744 14824 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30853] ppid=30848 vsize=864656 CPUtime=0
/proc/30849/task/30853/stat : 30853 (java) S 30848 30845 29547 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 429103318 885407744 14824 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30854] ppid=30848 vsize=864656 CPUtime=0
/proc/30849/task/30854/stat : 30854 (java) S 30848 30845 29547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 429103320 885407744 14824 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30855] ppid=30848 vsize=864656 CPUtime=0.11
/proc/30849/task/30855/stat : 30855 (java) S 30848 30845 29547 0 -1 64 503 0 0 0 11 0 0 0 16 0 9 0 429103320 885407744 14824 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30856] ppid=30848 vsize=864656 CPUtime=0
/proc/30849/task/30856/stat : 30856 (java) S 30848 30845 29547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 429103320 885407744 14824 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30857] ppid=30848 vsize=864656 CPUtime=0
/proc/30849/task/30857/stat : 30857 (java) S 30848 30845 29547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 429103320 885407744 14824 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883612

[startup+3.10148 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 30857
/proc/meminfo: memFree=1336512/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=0.03
/proc/30845/stat : 30845 (sugar) S 30843 30845 29547 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 429103310 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30845/statm: 3400 796 370 3 0 500 0
[pid=30848] ppid=30845 vsize=5356 CPUtime=0
/proc/30848/stat : 30848 (sh) S 30845 30845 29547 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 429103315 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30848/statm: 1339 233 193 169 0 50 0
[pid=30849] ppid=30848 vsize=864680 CPUtime=3.01
/proc/30849/stat : 30849 (java) S 30848 30845 29547 0 -1 0 27449 0 1 0 281 20 0 0 22 0 9 0 429103315 885432320 23051 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30849/statm: 216170 23051 2529 9 0 210752 0
[pid=30849/tid=30850] ppid=30848 vsize=864680 CPUtime=1.42
/proc/30849/task/30850/stat : 30850 (java) R 30848 30845 29547 0 -1 64 3834 0 1 0 137 5 0 0 25 0 9 0 429103316 885432320 23051 996147200 134512640 134550740 4294956000 18446744073709551615 4126763652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30851] ppid=30848 vsize=864680 CPUtime=1.39
/proc/30849/task/30851/stat : 30851 (java) S 30848 30845 29547 0 -1 64 22390 0 0 0 127 12 0 0 16 0 9 0 429103317 885432320 23051 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30852] ppid=30848 vsize=864680 CPUtime=0
/proc/30849/task/30852/stat : 30852 (java) S 30848 30845 29547 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 429103318 885432320 23051 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30853] ppid=30848 vsize=864680 CPUtime=0
/proc/30849/task/30853/stat : 30853 (java) S 30848 30845 29547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 429103318 885432320 23051 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30854] ppid=30848 vsize=864680 CPUtime=0
/proc/30849/task/30854/stat : 30854 (java) S 30848 30845 29547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 429103320 885432320 23051 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30855] ppid=30848 vsize=864680 CPUtime=0.15
/proc/30849/task/30855/stat : 30855 (java) S 30848 30845 29547 0 -1 64 525 0 0 0 15 0 0 0 16 0 9 0 429103320 885432320 23051 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30856] ppid=30848 vsize=864680 CPUtime=0
/proc/30849/task/30856/stat : 30856 (java) S 30848 30845 29547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 429103320 885432320 23051 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30849/tid=30857] ppid=30848 vsize=864680 CPUtime=0
/proc/30849/task/30857/stat : 30857 (java) S 30848 30845 29547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 429103320 885432320 23051 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883636

[startup+6.30293 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 30867
/proc/meminfo: memFree=1376512/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=3.31
/proc/30845/stat : 30845 (sugar) S 30843 30845 29547 0 -1 4194304 974 27955 0 1 3 0 306 22 15 0 1 0 429103310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30845/statm: 3400 797 370 3 0 500 0
[pid=30858] ppid=30845 vsize=5356 CPUtime=0
/proc/30858/stat : 30858 (sh) S 30845 30845 29547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 429103651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30858/statm: 1339 233 193 169 0 50 0
[pid=30859] ppid=30858 vsize=868296 CPUtime=2.84
/proc/30859/stat : 30859 (java) S 30858 30845 29547 0 -1 0 13235 0 1 0 272 12 0 0 19 0 9 0 429103651 889135104 11797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30859/statm: 217074 11797 2543 9 0 211649 0
[pid=30859/tid=30860] ppid=30858 vsize=868296 CPUtime=1.84
/proc/30859/task/30860/stat : 30860 (java) R 30858 30845 29547 0 -1 64 3050 0 1 0 181 3 0 0 25 0 9 0 429103652 889135104 11797 996147200 134512640 134550740 4294955952 18446744073709551615 4126378600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30861] ppid=30858 vsize=868296 CPUtime=0.76
/proc/30859/task/30861/stat : 30861 (java) S 30858 30845 29547 0 -1 64 8015 0 0 0 70 6 0 0 16 0 9 0 429103653 889135104 11797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30862] ppid=30858 vsize=868296 CPUtime=0
/proc/30859/task/30862/stat : 30862 (java) S 30858 30845 29547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 429103654 889135104 11797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30863] ppid=30858 vsize=868296 CPUtime=0
/proc/30859/task/30863/stat : 30863 (java) S 30858 30845 29547 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 429103654 889135104 11797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30864] ppid=30858 vsize=868296 CPUtime=0
/proc/30859/task/30864/stat : 30864 (java) S 30858 30845 29547 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 429103656 889135104 11797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30865] ppid=30858 vsize=868296 CPUtime=0.2
/proc/30859/task/30865/stat : 30865 (java) S 30858 30845 29547 0 -1 64 1473 0 0 0 19 1 0 0 15 0 9 0 429103656 889135104 11797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30866] ppid=30858 vsize=868296 CPUtime=0
/proc/30859/task/30866/stat : 30866 (java) S 30858 30845 29547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 429103656 889135104 11797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30867] ppid=30858 vsize=868296 CPUtime=0
/proc/30859/task/30867/stat : 30867 (java) S 30858 30845 29547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 429103656 889135104 11797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887252

[startup+12.7018 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 30867
/proc/meminfo: memFree=1360704/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=3.31
/proc/30845/stat : 30845 (sugar) S 30843 30845 29547 0 -1 4194304 974 27955 0 1 3 0 306 22 16 0 1 0 429103310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30845/statm: 3400 797 370 3 0 500 0
[pid=30858] ppid=30845 vsize=5356 CPUtime=0
/proc/30858/stat : 30858 (sh) S 30845 30845 29547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 429103651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30858/statm: 1339 233 193 169 0 50 0
[pid=30859] ppid=30858 vsize=868296 CPUtime=9.18
/proc/30859/stat : 30859 (java) S 30858 30845 29547 0 -1 0 19304 0 1 0 900 18 0 0 19 0 9 0 429103651 889135104 14051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30859/statm: 217074 14051 2541 9 0 211649 0
[pid=30859/tid=30860] ppid=30858 vsize=868296 CPUtime=7.39
/proc/30859/task/30860/stat : 30860 (java) R 30858 30845 29547 0 -1 64 3571 0 1 0 735 4 0 0 25 0 9 0 429103652 889135104 14051 996147200 134512640 134550740 4294955952 18446744073709551615 4126571934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30861] ppid=30858 vsize=868296 CPUtime=1.52
/proc/30859/task/30861/stat : 30861 (java) S 30858 30845 29547 0 -1 64 13548 0 0 0 141 11 0 0 16 0 9 0 429103653 889135104 14051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30862] ppid=30858 vsize=868296 CPUtime=0
/proc/30859/task/30862/stat : 30862 (java) S 30858 30845 29547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 429103654 889135104 14051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30863] ppid=30858 vsize=868296 CPUtime=0
/proc/30859/task/30863/stat : 30863 (java) S 30858 30845 29547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 429103654 889135104 14051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30864] ppid=30858 vsize=868296 CPUtime=0
/proc/30859/task/30864/stat : 30864 (java) S 30858 30845 29547 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 429103656 889135104 14051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30865] ppid=30858 vsize=868296 CPUtime=0.23
/proc/30859/task/30865/stat : 30865 (java) S 30858 30845 29547 0 -1 64 1488 0 0 0 22 1 0 0 17 0 9 0 429103656 889135104 14051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30866] ppid=30858 vsize=868296 CPUtime=0
/proc/30859/task/30866/stat : 30866 (java) S 30858 30845 29547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 429103656 889135104 14051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30867] ppid=30858 vsize=868296 CPUtime=0
/proc/30859/task/30867/stat : 30867 (java) S 30858 30845 29547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 429103656 889135104 14051 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887252

[startup+25.5027 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 30867
/proc/meminfo: memFree=1340352/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=3.32
/proc/30845/stat : 30845 (sugar) S 30843 30845 29547 0 -1 4194304 974 27955 0 1 4 0 306 22 16 0 1 0 429103310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30845/statm: 3400 797 370 3 0 500 0
[pid=30858] ppid=30845 vsize=5356 CPUtime=0
/proc/30858/stat : 30858 (sh) S 30845 30845 29547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 429103651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30858/statm: 1339 233 193 169 0 50 0
[pid=30859] ppid=30858 vsize=868296 CPUtime=21.83
/proc/30859/stat : 30859 (java) S 30858 30845 29547 0 -1 0 24493 0 1 0 2158 25 0 0 19 0 9 0 429103651 889135104 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30859/statm: 217074 18863 2541 9 0 211649 0
[pid=30859/tid=30860] ppid=30858 vsize=868296 CPUtime=19.18
/proc/30859/task/30860/stat : 30860 (java) R 30858 30845 29547 0 -1 64 3948 0 1 0 1912 6 0 0 25 0 9 0 429103652 889135104 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4126569061 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30861] ppid=30858 vsize=868296 CPUtime=2.38
/proc/30859/task/30861/stat : 30861 (java) S 30858 30845 29547 0 -1 64 18350 0 0 0 221 17 0 0 16 0 9 0 429103653 889135104 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30862] ppid=30858 vsize=868296 CPUtime=0
/proc/30859/task/30862/stat : 30862 (java) S 30858 30845 29547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 429103654 889135104 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30863] ppid=30858 vsize=868296 CPUtime=0
/proc/30859/task/30863/stat : 30863 (java) S 30858 30845 29547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 429103654 889135104 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+582.303 s]
/proc/loadavg: 2.31 2.24 2.11 3/83 30870
/proc/meminfo: memFree=16064/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=3.32
/proc/30845/stat : 30845 (sugar) S 30843 30845 29547 0 -1 4194304 974 27955 0 1 4 0 306 22 16 0 1 0 429103310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30845/statm: 3400 797 370 3 0 500 0
[pid=30858] ppid=30845 vsize=5356 CPUtime=0
/proc/30858/stat : 30858 (sh) S 30845 30845 29547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 429103651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30858/statm: 1339 233 193 169 0 50 0
[pid=30859] ppid=30858 vsize=868408 CPUtime=569.56
/proc/30859/stat : 30859 (java) S 30858 30845 29547 0 -1 0 93615 0 1 0 55655 1301 0 0 19 0 9 0 429103651 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30859/statm: 217102 71056 2566 9 0 211649 0
[pid=30859/tid=30860] ppid=30858 vsize=868408 CPUtime=553.74
/proc/30859/task/30860/stat : 30860 (java) R 30858 30845 29547 0 -1 64 9490 0 1 0 54158 1216 0 0 25 0 9 0 429103652 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 102064682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30861] ppid=30858 vsize=868408 CPUtime=15.4
/proc/30859/task/30861/stat : 30861 (java) S 30858 30845 29547 0 -1 64 81879 0 0 0 1460 80 0 0 16 0 9 0 429103653 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30862] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30862/stat : 30862 (java) S 30858 30845 29547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 429103654 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30863] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30863/stat : 30863 (java) S 30858 30845 29547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 429103654 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30864] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30864/stat : 30864 (java) S 30858 30845 29547 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30865] ppid=30858 vsize=868408 CPUtime=0.37
/proc/30859/task/30865/stat : 30865 (java) S 30858 30845 29547 0 -1 64 1549 0 0 0 35 2 0 0 16 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30866] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30866/stat : 30866 (java) S 30858 30845 29547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30867] ppid=30858 vsize=868408 CPUtime=0.01
/proc/30859/task/30867/stat : 30867 (java) S 30858 30845 29547 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 572.88
Current children cumulated vsize (KiB) 887364

[startup+642.302 s]
/proc/loadavg: 2.31 2.24 2.11 3/83 30870
/proc/meminfo: memFree=15744/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=3.32
/proc/30845/stat : 30845 (sugar) S 30843 30845 29547 0 -1 4194304 974 27955 0 1 4 0 306 22 16 0 1 0 429103310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30845/statm: 3400 797 370 3 0 500 0
[pid=30858] ppid=30845 vsize=5356 CPUtime=0
/proc/30858/stat : 30858 (sh) S 30845 30845 29547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 429103651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30858/statm: 1339 233 193 169 0 50 0
[pid=30859] ppid=30858 vsize=868408 CPUtime=628.69
/proc/30859/stat : 30859 (java) S 30858 30845 29547 0 -1 0 93770 0 1 0 61467 1402 0 0 19 0 9 0 429103651 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30859/statm: 217102 71056 2566 9 0 211649 0
[pid=30859/tid=30860] ppid=30858 vsize=868408 CPUtime=612.7
/proc/30859/task/30860/stat : 30860 (java) R 30858 30845 29547 0 -1 64 9645 0 1 0 59954 1316 0 0 25 0 9 0 429103652 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4126635335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30861] ppid=30858 vsize=868408 CPUtime=15.58
/proc/30859/task/30861/stat : 30861 (java) S 30858 30845 29547 0 -1 64 81879 0 0 0 1476 82 0 0 16 0 9 0 429103653 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30862] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30862/stat : 30862 (java) S 30858 30845 29547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 429103654 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30863] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30863/stat : 30863 (java) S 30858 30845 29547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 429103654 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30864] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30864/stat : 30864 (java) S 30858 30845 29547 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30865] ppid=30858 vsize=868408 CPUtime=0.37
/proc/30859/task/30865/stat : 30865 (java) S 30858 30845 29547 0 -1 64 1549 0 0 0 35 2 0 0 16 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30866] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30866/stat : 30866 (java) S 30858 30845 29547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30867] ppid=30858 vsize=868408 CPUtime=0.01
/proc/30859/task/30867/stat : 30867 (java) S 30858 30845 29547 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 632.01
Current children cumulated vsize (KiB) 887364

[startup+702.303 s]
/proc/loadavg: 2.18 2.21 2.11 3/83 30870
/proc/meminfo: memFree=16128/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=3.32
/proc/30845/stat : 30845 (sugar) S 30843 30845 29547 0 -1 4194304 974 27955 0 1 4 0 306 22 16 0 1 0 429103310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30845/statm: 3400 797 370 3 0 500 0
[pid=30858] ppid=30845 vsize=5356 CPUtime=0
/proc/30858/stat : 30858 (sh) S 30845 30845 29547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 429103651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30858/statm: 1339 233 193 169 0 50 0
[pid=30859] ppid=30858 vsize=868408 CPUtime=688
/proc/30859/stat : 30859 (java) S 30858 30845 29547 0 -1 0 93919 0 1 0 67308 1492 0 0 19 0 9 0 429103651 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30859/statm: 217102 71056 2566 9 0 211649 0
[pid=30859/tid=30860] ppid=30858 vsize=868408 CPUtime=671.84
/proc/30859/task/30860/stat : 30860 (java) R 30858 30845 29547 0 -1 64 9794 0 1 0 65779 1405 0 0 25 0 9 0 429103652 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4126654842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30861] ppid=30858 vsize=868408 CPUtime=15.74
/proc/30859/task/30861/stat : 30861 (java) S 30858 30845 29547 0 -1 64 81879 0 0 0 1491 83 0 0 16 0 9 0 429103653 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30862] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30862/stat : 30862 (java) S 30858 30845 29547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 429103654 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30863] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30863/stat : 30863 (java) S 30858 30845 29547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 429103654 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30864] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30864/stat : 30864 (java) S 30858 30845 29547 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30865] ppid=30858 vsize=868408 CPUtime=0.37
/proc/30859/task/30865/stat : 30865 (java) S 30858 30845 29547 0 -1 64 1549 0 0 0 35 2 0 0 16 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30866] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30866/stat : 30866 (java) S 30858 30845 29547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30867] ppid=30858 vsize=868408 CPUtime=0.01
/proc/30859/task/30867/stat : 30867 (java) S 30858 30845 29547 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 691.32
Current children cumulated vsize (KiB) 887364

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

[startup+703.903 s]
/proc/loadavg: 2.18 2.21 2.11 3/83 30870
/proc/meminfo: memFree=15936/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=3.32
/proc/30845/stat : 30845 (sugar) S 30843 30845 29547 0 -1 4194304 974 27955 0 1 4 0 306 22 16 0 1 0 429103310 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30845/statm: 3400 797 370 3 0 500 0
[pid=30858] ppid=30845 vsize=5356 CPUtime=0
/proc/30858/stat : 30858 (sh) S 30845 30845 29547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 429103651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30858/statm: 1339 233 193 169 0 50 0
[pid=30859] ppid=30858 vsize=868408 CPUtime=689.56
/proc/30859/stat : 30859 (java) S 30858 30845 29547 0 -1 0 93922 0 1 0 67463 1493 0 0 19 0 9 0 429103651 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30859/statm: 217102 71056 2566 9 0 211649 0
[pid=30859/tid=30860] ppid=30858 vsize=868408 CPUtime=673.4
/proc/30859/task/30860/stat : 30860 (java) R 30858 30845 29547 0 -1 64 9797 0 1 0 65934 1406 0 0 25 0 9 0 429103652 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4126639059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30861] ppid=30858 vsize=868408 CPUtime=15.75
/proc/30859/task/30861/stat : 30861 (java) S 30858 30845 29547 0 -1 64 81879 0 0 0 1492 83 0 0 16 0 9 0 429103653 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30862] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30862/stat : 30862 (java) S 30858 30845 29547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 429103654 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30863] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30863/stat : 30863 (java) S 30858 30845 29547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 429103654 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30864] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30864/stat : 30864 (java) S 30858 30845 29547 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30865] ppid=30858 vsize=868408 CPUtime=0.37
/proc/30859/task/30865/stat : 30865 (java) S 30858 30845 29547 0 -1 64 1549 0 0 0 35 2 0 0 16 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30866] ppid=30858 vsize=868408 CPUtime=0
/proc/30859/task/30866/stat : 30866 (java) S 30858 30845 29547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30859/tid=30867] ppid=30858 vsize=868408 CPUtime=0.01
/proc/30859/task/30867/stat : 30867 (java) S 30858 30845 29547 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 429103656 889249792 71056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 692.88
Current children cumulated vsize (KiB) 887364

[startup+705.501 s]
/proc/loadavg: 2.18 2.21 2.11 2/76 30870
/proc/meminfo: memFree=289472/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=694.38
/proc/30845/stat : 30845 (sugar) R 30843 30845 29547 0 -1 4194304 996 122178 0 2 4 46 67866 1522 20 0 1 0 429103310 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30845/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 694.38
Current children cumulated vsize (KiB) 13600

[startup+706.301 s]
/proc/loadavg: 2.18 2.21 2.11 2/73 30870
/proc/meminfo: memFree=1623824/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=694.66
/proc/30845/stat : 30845 (sugar) D 30843 30845 29547 0 -1 4194304 996 122178 0 2 4 74 67866 1522 18 0 1 0 429103310 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30845/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 694.66
Current children cumulated vsize (KiB) 13600

[startup+707.101 s]
/proc/loadavg: 2.18 2.21 2.11 2/73 30870
/proc/meminfo: memFree=1623824/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=694.69
/proc/30845/stat : 30845 (sugar) D 30843 30845 29547 0 -1 4194304 996 122178 0 2 4 77 67866 1522 18 0 1 0 429103310 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30845/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 694.69
Current children cumulated vsize (KiB) 13600

[startup+707.306 s]
/proc/loadavg: 2.16 2.21 2.11 2/73 30870
/proc/meminfo: memFree=1623376/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=694.69
/proc/30845/stat : 30845 (sugar) D 30843 30845 29547 0 -1 4194304 996 122178 0 2 4 77 67866 1522 18 0 1 0 429103310 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30845/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 694.69
Current children cumulated vsize (KiB) 13600

[startup+707.401 s]
/proc/loadavg: 2.16 2.21 2.11 2/73 30870
/proc/meminfo: memFree=1623376/2055920 swapFree=4180312/4192956
[pid=30845] ppid=30843 vsize=13600 CPUtime=694.7
/proc/30845/stat : 30845 (sugar) D 30843 30845 29547 0 -1 4194304 996 122178 0 2 4 78 67866 1522 18 0 1 0 429103310 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30845/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 694.7
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 707.42
CPU time (s): 694.72
CPU user time (s): 678.714
CPU system time (s): 16.0066
CPU usage (%): 98.2048
Max. virtual memory (cumulated for all children) (KiB): 897500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 678.714
system time used= 16.0066
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123204
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45479
involuntary context switches= 60702

runsolver used 0.888864 second user time and 2.54861 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-05 07:14:19
IDJOB=1085646
IDBENCH=57673
IDSOLVER=346
FILE ID=node49/1085646-1215234859
PBS_JOBID= 7881864
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp40/normalized-fapp40-3000-7.xml
COMMAND LINE= DIR/sugar -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-1085646-1215234859/watcher-1085646-1215234859 -o /tmp/evaluation-result-1085646-1215234859/solver-1085646-1215234859 -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/minisat" -tmp="HOME/temp" HOME/instance-1085646-1215234859.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 03c519ee722ebb3400aacaf8b7a2d565
RANDOM SEED=58340261

node49.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.249
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.249
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:       1410360 kB
Buffers:         51576 kB
Cached:         197196 kB
SwapCached:       5752 kB
Active:         505328 kB
Inactive:        86388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1410360 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            8896 kB
Writeback:           0 kB
Mapped:         350864 kB
Slab:            38320 kB
Committed_AS:  1255960 kB
PageTables:       2472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node49 at 2008-07-05 07:26:07