Trace number 1085729

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? 333.034 421.416

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-2.xml
MD5SUMa7377e3e2481e38a6b40d9be07bb2cda
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 benchmark31.2123
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Tue Jul  8 03:02:26 2008
0.00/0.04	c 0	PID 3196
0.00/0.04	c 0	HOST node86.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1085729-1215478945.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085729-1215478945.xml' 'HOME/temp.csp'
1.86/1.98	c 2	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
1.94/2.02	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.94/2.02	c 2	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'
1.94/2.10	c 2	Parsing HOME/temp.csp
2.41/2.57	c 2	parsed 10000 expressions
2.70/2.90	c 3	parsed 20000 expressions
3.00/3.21	c 3	parsed 30000 expressions
3.21/3.35	c 3	parsed 36052 expressions
3.21/3.36	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.21/3.36	c 3	Converting to clausal form CSP
3.90/4.06	c 4	converted 3606 (10%) expressions
6.60/6.74	c 7	converted 7211 (20%) expressions
9.20/9.38	c 9	converted 10816 (30%) expressions
12.00/12.12	c 12	converted 14421 (40%) expressions
14.30/14.42	c 14	converted 18026 (50%) expressions
16.59/16.77	c 17	converted 21632 (60%) expressions
19.50/19.66	c 19	converted 25237 (70%) expressions
21.80/21.91	c 22	converted 28842 (80%) expressions
23.90/24.05	c 24	converted 32447 (90%) expressions
25.90/26.05	c 26	converted 36052 (100%) expressions
25.90/26.06	c 26	CSP : 13207 integers, 92784 booleans, 220736 clauses, largest domain size 2641
25.90/26.06	c 26	Heap : 146 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.90/26.06	c 26	Propagation in CSP
29.79/29.94	c 30	254148 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.79/29.95	c 30	CSP : 13207 integers, 92784 booleans, 220736 clauses, largest domain size 2641
29.79/29.95	c 30	Heap : 161 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.89/30.01	c 30	Simplifing CSP by introducing new Boolean variables
31.29/31.45	c 31	CSP : 13207 integers, 177926 booleans, 305878 clauses, largest domain size 2641
31.29/31.45	c 31	Heap : 179 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.29/32.46	c 32	Encoding CSP to SAT : HOME/temp.cnf
35.89/36.09	c 36	1321 (10%) CSP integer variables are encoded (223625 clauses, 3580804 bytes)
39.58/39.75	c 40	2642 (20%) CSP integer variables are encoded (449604 clauses, 7422447 bytes)
43.22/43.71	c 43	3963 (30%) CSP integer variables are encoded (2828753 clauses, 51531893 bytes)
46.93/47.58	c 47	5283 (40%) CSP integer variables are encoded (6097095 clauses, 113630391 bytes)
50.87/51.97	c 52	6604 (50%) CSP integer variables are encoded (9335870 clauses, 175167116 bytes)
55.03/56.10	c 56	7925 (60%) CSP integer variables are encoded (12591501 clauses, 242220856 bytes)
59.07/61.05	c 61	9245 (70%) CSP integer variables are encoded (15833941 clauses, 310312096 bytes)
63.15/65.17	c 65	10566 (80%) CSP integer variables are encoded (19082142 clauses, 378524317 bytes)
67.30/69.66	c 69	11887 (90%) CSP integer variables are encoded (22347705 clauses, 447101140 bytes)
71.38/73.74	c 74	13207 (100%) CSP integer variables are encoded (25553793 clauses, 514428988 bytes)
155.27/161.15	c 161	30588 (10%) CSP clauses are encoded (46122072 clauses, 1018025646 bytes)
234.56/244.74	c 245	61176 (20%) CSP clauses are encoded (66412405 clauses, 1523302227 bytes)
313.41/382.63	c 382	91764 (30%) CSP clauses are encoded (86444893 clauses, 2024403025 bytes)
332.30/402.50	c 402	ERROR Exception Too large HOME/temp.cnf
332.30/402.50	c 402	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
332.30/402.50	c 402	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
332.30/402.50	c 402	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
332.30/402.51	s UNKNOWN
332.35/403.86	c 404	CPU 319.66 (0.03 0.01 319.63 12.69)
332.35/403.86	c 404	END Tue Jul  8 03:09:10 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-1085729-1215478945/watcher-1085729-1215478945 -o /tmp/evaluation-result-1085729-1215478945/solver-1085729-1215478945 -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-1085729-1215478945.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.15 2.00 1.84 4/82 3196
/proc/meminfo: memFree=1473904/2055920 swapFree=4192956/4192956
[pid=3196] ppid=3194 vsize=12272 CPUtime=0
/proc/3196/stat : 3196 (sugar) R 3194 3196 2736 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 4591808 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 240162749438 0 0 4224 0 0 0 0 17 1 0 0
/proc/3196/statm: 3068 327 246 3 0 168 0

[startup+0.0651091 s]
/proc/loadavg: 2.15 2.00 1.84 4/82 3196
/proc/meminfo: memFree=1473904/2055920 swapFree=4192956/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=0.03
/proc/3196/stat : 3196 (sugar) S 3194 3196 2736 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 4591808 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3196/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102712 s]
/proc/loadavg: 2.15 2.00 1.84 4/82 3196
/proc/meminfo: memFree=1473904/2055920 swapFree=4192956/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=0.03
/proc/3196/stat : 3196 (sugar) S 3194 3196 2736 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 4591808 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3196/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302757 s]
/proc/loadavg: 2.15 2.00 1.84 4/82 3196
/proc/meminfo: memFree=1473904/2055920 swapFree=4192956/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=0.03
/proc/3196/stat : 3196 (sugar) S 3194 3196 2736 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 4591808 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3196/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701804 s]
/proc/loadavg: 2.15 2.00 1.84 4/82 3196
/proc/meminfo: memFree=1473904/2055920 swapFree=4192956/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=0.03
/proc/3196/stat : 3196 (sugar) S 3194 3196 2736 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 4591808 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3196/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50126 s]
/proc/loadavg: 2.15 2.00 1.84 5/93 3208
/proc/meminfo: memFree=1439512/2055920 swapFree=4192956/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=0.03
/proc/3196/stat : 3196 (sugar) S 3194 3196 2736 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 4591808 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3196/statm: 3400 796 370 3 0 500 0
[pid=3199] ppid=3196 vsize=5356 CPUtime=0
/proc/3199/stat : 3199 (sh) S 3196 3196 2736 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 4591813 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3199/statm: 1339 233 193 169 0 50 0
[pid=3200] ppid=3199 vsize=864664 CPUtime=1.42
/proc/3200/stat : 3200 (java) S 3199 3196 2736 0 -1 0 18008 0 1 0 132 10 0 0 21 0 9 0 4591813 885415936 15086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3200/statm: 216166 15086 2529 9 0 210748 0
[pid=3200/tid=3201] ppid=3199 vsize=864664 CPUtime=0.62
/proc/3200/task/3201/stat : 3201 (java) R 3199 3196 2736 0 -1 64 3010 0 1 0 59 3 0 0 25 0 9 0 4591814 885415936 15086 996147200 134512640 134550740 4294956000 18446744073709551615 4126689203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3200/tid=3202] ppid=3199 vsize=864664 CPUtime=0.68
/proc/3200/task/3202/stat : 3202 (java) S 3199 3196 2736 0 -1 64 13796 0 0 0 62 6 0 0 18 0 9 0 4591815 885415936 15086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3200/tid=3203] ppid=3199 vsize=864664 CPUtime=0
/proc/3200/task/3203/stat : 3203 (java) S 3199 3196 2736 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4591815 885415936 15086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3200/tid=3204] ppid=3199 vsize=864664 CPUtime=0
/proc/3200/task/3204/stat : 3204 (java) S 3199 3196 2736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4591815 885415936 15086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3200/tid=3205] ppid=3199 vsize=864664 CPUtime=0
/proc/3200/task/3205/stat : 3205 (java) S 3199 3196 2736 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4591817 885415936 15086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3200/tid=3206] ppid=3199 vsize=864664 CPUtime=0.1
/proc/3200/task/3206/stat : 3206 (java) S 3199 3196 2736 0 -1 64 501 0 0 0 10 0 0 0 16 0 9 0 4591817 885415936 15086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3200/tid=3207] ppid=3199 vsize=864664 CPUtime=0
/proc/3200/task/3207/stat : 3207 (java) S 3199 3196 2736 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4591817 885415936 15086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3200/tid=3208] ppid=3199 vsize=864664 CPUtime=0
/proc/3200/task/3208/stat : 3208 (java) S 3199 3196 2736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4591817 885415936 15086 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883620

[startup+3.10204 s]
/proc/loadavg: 2.22 2.02 1.84 5/93 3218
/proc/meminfo: memFree=1466072/2055920 swapFree=4192956/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=1.95
/proc/3196/stat : 3196 (sugar) S 3194 3196 2736 0 -1 4194304 973 19455 0 1 2 1 180 12 15 0 1 0 4591808 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3196/statm: 3400 797 370 3 0 500 0
[pid=3209] ppid=3196 vsize=5356 CPUtime=0
/proc/3209/stat : 3209 (sh) S 3196 3196 2736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592011 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3209/statm: 1339 233 193 169 0 50 0
[pid=3210] ppid=3209 vsize=864100 CPUtime=1.05
/proc/3210/stat : 3210 (java) S 3209 3196 2736 0 -1 0 7933 0 1 0 100 5 0 0 18 0 9 0 4592011 884838400 6965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 216025 6965 2532 9 0 210607 0
[pid=3210/tid=3211] ppid=3209 vsize=864100 CPUtime=0.73
/proc/3210/task/3211/stat : 3211 (java) R 3209 3196 2736 0 -1 64 2595 0 1 0 71 2 0 0 23 0 9 0 4592012 884838400 6965 996147200 134512640 134550740 4294955952 18446744073709551615 4126527864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3212] ppid=3209 vsize=864100 CPUtime=0.25
/proc/3210/task/3212/stat : 3212 (java) S 3209 3196 2736 0 -1 64 4303 0 0 0 23 2 0 0 16 0 9 0 4592013 884838400 6965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3209 vsize=864100 CPUtime=0
/proc/3210/task/3213/stat : 3213 (java) S 3209 3196 2736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4592014 884838400 6965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3209 vsize=864100 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3209 3196 2736 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4592014 884838400 6965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3209 vsize=864100 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3209 3196 2736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592016 884838400 6965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3209 vsize=864100 CPUtime=0.06
/proc/3210/task/3216/stat : 3216 (java) S 3209 3196 2736 0 -1 64 338 0 0 0 6 0 0 0 16 0 9 0 4592016 884838400 6965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3217] ppid=3209 vsize=864100 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3209 3196 2736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592016 884838400 6965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3209 vsize=864100 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3209 3196 2736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592016 884838400 6965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883056

[startup+6.30279 s]
/proc/loadavg: 2.22 2.02 1.84 3/93 3218
/proc/meminfo: memFree=1432856/2055920 swapFree=4192956/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=1.95
/proc/3196/stat : 3196 (sugar) S 3194 3196 2736 0 -1 4194304 974 19455 0 1 2 1 180 12 15 0 1 0 4591808 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3196/statm: 3400 797 370 3 0 500 0
[pid=3209] ppid=3196 vsize=5356 CPUtime=0
/proc/3209/stat : 3209 (sh) S 3196 3196 2736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592011 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3209/statm: 1339 233 193 169 0 50 0
[pid=3210] ppid=3209 vsize=868428 CPUtime=4.25
/proc/3210/stat : 3210 (java) S 3209 3196 2736 0 -1 0 14468 0 1 0 415 10 0 0 18 0 9 0 4592011 889270272 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 217107 12967 2541 9 0 211682 0
[pid=3210/tid=3211] ppid=3209 vsize=868428 CPUtime=3.25
/proc/3210/task/3211/stat : 3211 (java) R 3209 3196 2736 0 -1 64 3130 0 1 0 322 3 0 0 25 0 9 0 4592012 889270272 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4126521182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3212] ppid=3209 vsize=868428 CPUtime=0.77
/proc/3210/task/3212/stat : 3212 (java) S 3209 3196 2736 0 -1 64 9148 0 0 0 72 5 0 0 16 0 9 0 4592013 889270272 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3209 vsize=868428 CPUtime=0
/proc/3210/task/3213/stat : 3213 (java) S 3209 3196 2736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4592014 889270272 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3209 vsize=868428 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3209 3196 2736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592014 889270272 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3209 vsize=868428 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3209 3196 2736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592016 889270272 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3209 vsize=868428 CPUtime=0.2
/proc/3210/task/3216/stat : 3216 (java) S 3209 3196 2736 0 -1 64 1493 0 0 0 20 0 0 0 16 0 9 0 4592016 889270272 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3217] ppid=3209 vsize=868428 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3209 3196 2736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592016 889270272 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3209 vsize=868428 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3209 3196 2736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592016 889270272 12967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887384

[startup+12.7025 s]
/proc/loadavg: 2.33 2.05 1.85 3/93 3218
/proc/meminfo: memFree=1394456/2055920 swapFree=4192956/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=1.95
/proc/3196/stat : 3196 (sugar) S 3194 3196 2736 0 -1 4194304 974 19455 0 1 2 1 180 12 16 0 1 0 4591808 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3196/statm: 3400 797 370 3 0 500 0
[pid=3209] ppid=3196 vsize=5356 CPUtime=0
/proc/3209/stat : 3209 (sh) S 3196 3196 2736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592011 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3209/statm: 1339 233 193 169 0 50 0
[pid=3210] ppid=3209 vsize=868428 CPUtime=10.64
/proc/3210/stat : 3210 (java) S 3209 3196 2736 0 -1 0 33430 0 1 0 1045 19 0 0 18 0 9 0 4592011 889270272 22290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 217107 22290 2541 9 0 211682 0
[pid=3210/tid=3211] ppid=3209 vsize=868428 CPUtime=8.35
/proc/3210/task/3211/stat : 3211 (java) R 3209 3196 2736 0 -1 64 3942 0 1 0 831 4 0 0 25 0 9 0 4592012 889270272 22290 996147200 134512640 134550740 4294955952 18446744073709551615 4126574576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3212] ppid=3209 vsize=868428 CPUtime=2.06
/proc/3210/task/3212/stat : 3212 (java) S 3209 3196 2736 0 -1 64 27295 0 0 0 192 14 0 0 16 0 9 0 4592013 889270272 22290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3209 vsize=868428 CPUtime=0
/proc/3210/task/3213/stat : 3213 (java) S 3209 3196 2736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4592014 889270272 22290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3209 vsize=868428 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3209 3196 2736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592014 889270272 22290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3209 vsize=868428 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3209 3196 2736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592016 889270272 22290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3209 vsize=868428 CPUtime=0.21
/proc/3210/task/3216/stat : 3216 (java) S 3209 3196 2736 0 -1 64 1496 0 0 0 21 0 0 0 16 0 9 0 4592016 889270272 22290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3217] ppid=3209 vsize=868428 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3209 3196 2736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592016 889270272 22290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3209 vsize=868428 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3209 3196 2736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592016 889270272 22290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 887384

[startup+25.5029 s]
/proc/loadavg: 2.28 2.05 1.85 3/93 3218
/proc/meminfo: memFree=1317912/2055920 swapFree=4192956/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=1.95
/proc/3196/stat : 3196 (sugar) S 3194 3196 2736 0 -1 4194304 974 19455 0 1 2 1 180 12 16 0 1 0 4591808 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3196/statm: 3400 797 370 3 0 500 0
[pid=3209] ppid=3196 vsize=5356 CPUtime=0
/proc/3209/stat : 3209 (sh) S 3196 3196 2736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592011 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3209/statm: 1339 233 193 169 0 50 0
[pid=3210] ppid=3209 vsize=868428 CPUtime=23.44
/proc/3210/stat : 3210 (java) S 3209 3196 2736 0 -1 0 56907 0 1 0 2314 30 0 0 18 0 9 0 4592011 889270272 41095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 217107 41095 2541 9 0 211682 0
[pid=3210/tid=3211] ppid=3209 vsize=868428 CPUtime=19.19
/proc/3210/task/3211/stat : 3211 (java) R 3209 3196 2736 0 -1 64 4768 0 1 0 1914 5 0 0 25 0 9 0 4592012 889270272 41095 996147200 134512640 134550740 4294955952 18446744073709551615 4126572954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3212] ppid=3209 vsize=868428 CPUtime=4.02
/proc/3210/task/3212/stat : 3212 (java) S 3209 3196 2736 0 -1 64 49946 0 0 0 378 24 0 0 16 0 9 0 4592013 889270272 41095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3209 vsize=868428 CPUtime=0
/proc/3210/task/3213/stat : 3213 (java) S 3209 3196 2736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4592014 889270272 41095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3209 vsize=868428 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3209 3196 2736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592014 889270272 41095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=3210/tid=3214] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3209 3196 2736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592014 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3209 3196 2736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3209 vsize=868540 CPUtime=0.3
/proc/3210/task/3216/stat : 3216 (java) S 3209 3196 2736 0 -1 64 1544 0 0 0 30 0 0 0 16 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3209 3196 2736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3209 3196 2736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 213.21
Current children cumulated vsize (KiB) 887496

[startup+282.303 s]
/proc/loadavg: 4.49 3.43 2.46 3/92 3311
/proc/meminfo: memFree=15656/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=1.95
/proc/3196/stat : 3196 (sugar) S 3194 3196 2736 0 -1 4194304 974 19455 0 1 2 1 180 12 16 0 1 0 4591808 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3196/statm: 3400 797 370 3 0 500 0
[pid=3209] ppid=3196 vsize=5356 CPUtime=0
/proc/3209/stat : 3209 (sh) S 3196 3196 2736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592011 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3209/statm: 1339 233 193 169 0 50 0
[pid=3210] ppid=3209 vsize=868540 CPUtime=269.05
/proc/3210/stat : 3210 (java) S 3209 3196 2736 0 -1 0 75228 0 1 0 25871 1034 0 0 18 0 9 0 4592011 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 217135 52134 2566 9 0 211682 0
[pid=3210/tid=3211] ppid=3209 vsize=868540 CPUtime=260.23
/proc/3210/task/3211/stat : 3211 (java) R 3209 3196 2736 0 -1 64 8234 0 1 0 25037 986 0 0 25 0 9 0 4592012 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4126900951 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3210/tid=3212] ppid=3209 vsize=868540 CPUtime=8.48
/proc/3210/task/3212/stat : 3212 (java) S 3209 3196 2736 0 -1 64 64753 0 0 0 802 46 0 0 16 0 9 0 4592013 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3210/tid=3213] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3213/stat : 3213 (java) S 3209 3196 2736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4592014 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3209 3196 2736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592014 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3209 3196 2736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3209 vsize=868540 CPUtime=0.3
/proc/3210/task/3216/stat : 3216 (java) S 3209 3196 2736 0 -1 64 1544 0 0 0 30 0 0 0 16 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3209 3196 2736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3209 3196 2736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 271
Current children cumulated vsize (KiB) 887496

[startup+342.302 s]
/proc/loadavg: 3.88 3.47 2.54 3/92 3311
/proc/meminfo: memFree=14952/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=1.95
/proc/3196/stat : 3196 (sugar) S 3194 3196 2736 0 -1 4194304 974 19455 0 1 2 1 180 12 16 0 1 0 4591808 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3196/statm: 3400 797 370 3 0 500 0
[pid=3209] ppid=3196 vsize=5356 CPUtime=0
/proc/3209/stat : 3209 (sh) S 3196 3196 2736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592011 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3209/statm: 1339 233 193 169 0 50 0
[pid=3210] ppid=3209 vsize=868540 CPUtime=274.27
/proc/3210/stat : 3210 (java) S 3209 3196 2736 0 -1 0 75276 0 1 0 26368 1059 0 0 18 0 9 0 4592011 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 217135 52134 2566 9 0 211682 0
[pid=3210/tid=3211] ppid=3209 vsize=868540 CPUtime=265.42
/proc/3210/task/3211/stat : 3211 (java) R 3209 3196 2736 0 -1 64 8282 0 1 0 25531 1011 0 0 25 0 9 0 4592012 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4126658243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3212] ppid=3209 vsize=868540 CPUtime=8.52
/proc/3210/task/3212/stat : 3212 (java) S 3209 3196 2736 0 -1 64 64753 0 0 0 806 46 0 0 16 0 9 0 4592013 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3213/stat : 3213 (java) S 3209 3196 2736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4592014 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3209 3196 2736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592014 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3209 3196 2736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3209 vsize=868540 CPUtime=0.3
/proc/3210/task/3216/stat : 3216 (java) S 3209 3196 2736 0 -1 64 1544 0 0 0 30 0 0 0 16 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3209 3196 2736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3209 3196 2736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 276.22
Current children cumulated vsize (KiB) 887496

[startup+402.302 s]
/proc/loadavg: 3.57 3.45 2.58 3/93 3314
/proc/meminfo: memFree=14880/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=1.95
/proc/3196/stat : 3196 (sugar) S 3194 3196 2736 0 -1 4194304 974 19455 0 1 2 1 180 12 16 0 1 0 4591808 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3196/statm: 3400 797 370 3 0 500 0
[pid=3209] ppid=3196 vsize=5356 CPUtime=0
/proc/3209/stat : 3209 (sh) S 3196 3196 2736 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4592011 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3209/statm: 1339 233 193 169 0 50 0
[pid=3210] ppid=3209 vsize=868540 CPUtime=330.16
/proc/3210/stat : 3210 (java) S 3209 3196 2736 0 -1 0 75788 0 1 0 31763 1253 0 0 18 0 9 0 4592011 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 217135 52134 2566 9 0 211682 0
[pid=3210/tid=3211] ppid=3209 vsize=868540 CPUtime=320.92
/proc/3210/task/3211/stat : 3211 (java) R 3209 3196 2736 0 -1 64 8794 0 1 0 30890 1202 0 0 25 0 9 0 4592012 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4127086104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3210/tid=3212] ppid=3209 vsize=868540 CPUtime=8.9
/proc/3210/task/3212/stat : 3212 (java) S 3209 3196 2736 0 -1 64 64753 0 0 0 842 48 0 0 16 0 9 0 4592013 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3210/tid=3213] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3213/stat : 3213 (java) S 3209 3196 2736 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4592014 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3209 3196 2736 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4592014 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3209 3196 2736 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3209 vsize=868540 CPUtime=0.3
/proc/3210/task/3216/stat : 3216 (java) S 3209 3196 2736 0 -1 64 1544 0 0 0 30 0 0 0 16 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3210/tid=3217] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3217/stat : 3217 (java) S 3209 3196 2736 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3209 vsize=868540 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3209 3196 2736 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4592016 889384960 52134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 332.11
Current children cumulated vsize (KiB) 887496

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

[startup+409.502 s]
/proc/loadavg: 3.49 3.43 2.58 2/82 3314
/proc/meminfo: memFree=1302080/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=332.85
/proc/3196/stat : 3196 (sugar) D 3194 3196 2736 0 -1 4194304 996 95544 0 2 3 50 31963 1269 18 0 1 0 4591808 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/3196/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 332.85
Current children cumulated vsize (KiB) 13600

[startup+415.902 s]
/proc/loadavg: 3.45 3.42 2.59 2/82 3314
/proc/meminfo: memFree=1338816/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=332.87
/proc/3196/stat : 3196 (sugar) D 3194 3196 2736 0 -1 4194304 996 95544 0 2 3 52 31963 1269 18 0 1 0 4591808 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/3196/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 332.87
Current children cumulated vsize (KiB) 13600

[startup+419.107 s]
/proc/loadavg: 3.41 3.42 2.59 2/82 3314
/proc/meminfo: memFree=1356864/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=332.88
/proc/3196/stat : 3196 (sugar) D 3194 3196 2736 0 -1 4194304 996 95544 0 2 3 53 31963 1269 18 0 1 0 4591808 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/3196/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 332.88
Current children cumulated vsize (KiB) 13600

[startup+420.701 s]
/proc/loadavg: 3.41 3.42 2.59 2/82 3314
/proc/meminfo: memFree=1358976/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=333
/proc/3196/stat : 3196 (sugar) D 3194 3196 2736 0 -1 4194304 996 95544 0 2 3 65 31963 1269 18 0 1 0 4591808 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3196/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 333
Current children cumulated vsize (KiB) 13600

[startup+421.101 s]
/proc/loadavg: 3.41 3.42 2.59 2/82 3314
/proc/meminfo: memFree=1358976/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=333.01
/proc/3196/stat : 3196 (sugar) D 3194 3196 2736 0 -1 4194304 996 95544 0 2 3 66 31963 1269 18 0 1 0 4591808 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3196/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 333.01
Current children cumulated vsize (KiB) 13600

[startup+421.305 s]
/proc/loadavg: 3.41 3.42 2.59 2/82 3314
/proc/meminfo: memFree=1358400/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=333.02
/proc/3196/stat : 3196 (sugar) D 3194 3196 2736 0 -1 4194304 996 95544 0 2 3 67 31963 1269 18 0 1 0 4591808 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3196/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 333.02
Current children cumulated vsize (KiB) 13600

[startup+421.401 s]
/proc/loadavg: 3.41 3.42 2.59 2/82 3314
/proc/meminfo: memFree=1358400/2055920 swapFree=4192812/4192956
[pid=3196] ppid=3194 vsize=13600 CPUtime=333.02
/proc/3196/stat : 3196 (sugar) D 3194 3196 2736 0 -1 4194304 996 95544 0 2 3 67 31963 1269 18 0 1 0 4591808 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3196/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 333.02
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 421.416
CPU time (s): 333.034
CPU user time (s): 319.664
CPU system time (s): 13.37
CPU usage (%): 79.0274
Max. virtual memory (cumulated for all children) (KiB): 898140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 319.664
system time used= 13.37
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96570
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= 36377
involuntary context switches= 41082

runsolver used 0.547916 second user time and 1.47378 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-08 03:02:26
IDJOB=1085729
IDBENCH=57692
IDSOLVER=345
FILE ID=node86/1085729-1215478945
PBS_JOBID= 7888626
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-2.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-1085729-1215478945/watcher-1085729-1215478945 -o /tmp/evaluation-result-1085729-1215478945/solver-1085729-1215478945 -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-1085729-1215478945.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7377e3e2481e38a6b40d9be07bb2cda
RANDOM SEED=682463763

node86.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.214
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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1474384 kB
Buffers:         26340 kB
Cached:         149712 kB
SwapCached:          0 kB
Active:         465756 kB
Inactive:        82068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1474384 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6300 kB
Writeback:           0 kB
Mapped:         391876 kB
Slab:            18080 kB
Committed_AS:   685720 kB
PageTables:       2636 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= 66544 MiB
End job on node86 at 2008-07-08 03:09:27