Trace number 1087010

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? 433.716 437.97

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-2.xml
MD5SUMe9fca648ca088ce6fc443985c24dc948
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 benchmark4.99824
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
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:03:03 2008
0.00/0.04	c 0	PID 3281
0.00/0.05	c 0	HOST node71.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087010-1215478983.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-1087010-1215478983.xml' 'HOME/temp.csp'
1.37/1.43	c 2	21 domains, 2230 variables, 8 predicates, 0 relations, 18971 constraints
1.37/1.46	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.37/1.46	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.42/1.54	c 2	Parsing HOME/temp.csp
1.42/1.92	c 2	parsed 10000 expressions
2.14/2.27	c 3	parsed 20000 expressions
2.23/2.31	c 3	parsed 21230 expressions
2.23/2.31	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.23/2.31	c 3	Converting to clausal form CSP
2.23/2.38	c 3	converted 2123 (10%) expressions
4.72/4.89	c 5	converted 4246 (20%) expressions
7.11/7.30	c 8	converted 6369 (30%) expressions
9.49/9.64	c 10	converted 8492 (40%) expressions
11.58/11.74	c 12	converted 10615 (50%) expressions
13.57/13.78	c 14	converted 12738 (60%) expressions
15.95/16.19	c 16	converted 14861 (70%) expressions
17.95/18.17	c 18	converted 16984 (80%) expressions
19.74/19.94	c 20	converted 19107 (90%) expressions
21.42/21.62	c 22	converted 21230 (100%) expressions
21.42/21.62	c 22	CSP : 7035 integers, 55276 booleans, 127783 clauses, largest domain size 2821
21.42/21.62	c 22	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.42/21.62	c 22	Propagation in CSP
24.80/25.04	c 25	209280 values, 0 unsatisfiable literals, and 0 valid clauses are removed
24.80/25.04	c 25	CSP : 7035 integers, 55276 booleans, 127783 clauses, largest domain size 2821
24.80/25.04	c 25	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.80/25.08	c 25	Simplifing CSP by introducing new Boolean variables
25.11/25.38	c 26	CSP : 7035 integers, 97918 booleans, 170425 clauses, largest domain size 2821
25.11/25.38	c 26	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.80/26.09	c 26	Encoding CSP to SAT : HOME/temp.cnf
30.07/30.32	c 31	704 (10%) CSP integer variables are encoded (192006 clauses, 3042757 bytes)
34.16/34.43	c 35	1407 (20%) CSP integer variables are encoded (381534 clauses, 6264733 bytes)
38.33/38.67	c 39	2111 (30%) CSP integer variables are encoded (573566 clauses, 9529277 bytes)
40.92/41.24	c 42	2814 (40%) CSP integer variables are encoded (2121738 clauses, 38096434 bytes)
43.11/43.47	c 44	3518 (50%) CSP integer variables are encoded (3905084 clauses, 71980008 bytes)
45.37/45.75	c 46	4221 (60%) CSP integer variables are encoded (5698155 clauses, 106048357 bytes)
47.63/48.06	c 48	4925 (70%) CSP integer variables are encoded (7483657 clauses, 139972895 bytes)
50.00/50.40	c 51	5628 (80%) CSP integer variables are encoded (9273524 clauses, 173980368 bytes)
52.38/52.82	c 53	6332 (90%) CSP integer variables are encoded (11068698 clauses, 210237895 bytes)
54.81/55.32	c 56	7035 (100%) CSP integer variables are encoded (12882757 clauses, 248333134 bytes)
133.66/134.92	c 135	17043 (10%) CSP clauses are encoded (26145152 clauses, 571792162 bytes)
189.80/191.42	c 192	34085 (20%) CSP clauses are encoded (37518328 clauses, 857625560 bytes)
243.15/245.13	c 245	51128 (30%) CSP clauses are encoded (48400478 clauses, 1132416160 bytes)
297.64/300.07	c 300	68170 (40%) CSP clauses are encoded (59546441 clauses, 1415232261 bytes)
349.77/352.54	c 353	85213 (50%) CSP clauses are encoded (70399743 clauses, 1691618745 bytes)
399.76/403.05	c 403	102255 (60%) CSP clauses are encoded (81029173 clauses, 1963204215 bytes)
432.69/436.49	c 437	ERROR Exception Too large HOME/temp.cnf
432.69/436.49	c 437	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
432.69/436.49	c 437	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
432.69/436.49	c 437	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
432.69/436.49	s UNKNOWN
432.78/436.70	c 437	CPU 420.35 (0.03 0.01 420.32 12.44)
432.78/436.70	c 437	END Tue Jul  8 03:10:20 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-1087010-1215478983/watcher-1087010-1215478983 -o /tmp/evaluation-result-1087010-1215478983/solver-1087010-1215478983 -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-1087010-1215478983.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: 1.92 2.01 1.85 4/80 3281
/proc/meminfo: memFree=1744536/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=12268 CPUtime=0
/proc/3281/stat : 3281 (sugar) R 3279 3281 2908 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4596128 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3281/statm: 3067 316 241 3 0 167 0

[startup+0.0876281 s]
/proc/loadavg: 1.92 2.01 1.85 4/80 3281
/proc/meminfo: memFree=1744536/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=0.04
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4596128 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101628 s]
/proc/loadavg: 1.92 2.01 1.85 4/80 3281
/proc/meminfo: memFree=1744536/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=0.04
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4596128 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301657 s]
/proc/loadavg: 1.92 2.01 1.85 4/80 3281
/proc/meminfo: memFree=1744536/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=0.04
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4596128 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701709 s]
/proc/loadavg: 1.92 2.01 1.85 4/80 3281
/proc/meminfo: memFree=1744536/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=0.04
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 4596128 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50282 s]
/proc/loadavg: 1.92 2.01 1.85 4/91 3293
/proc/meminfo: memFree=1709824/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=1.42
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 956 13199 0 1 3 1 129 9 16 0 1 0 4596128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 13600

[startup+3.10252 s]
/proc/loadavg: 1.92 2.01 1.85 3/91 3303
/proc/meminfo: memFree=1728896/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=1.42
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 974 13199 0 1 3 1 129 9 15 0 1 0 4596128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 797 370 3 0 500 0
[pid=3294] ppid=3281 vsize=5356 CPUtime=0
/proc/3294/stat : 3294 (sh) S 3281 3281 2908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3294/statm: 1339 233 193 169 0 50 0
[pid=3295] ppid=3294 vsize=868424 CPUtime=1.61
/proc/3295/stat : 3295 (java) S 3294 3281 2908 0 -1 0 8878 0 1 0 155 6 0 0 18 0 9 0 4596275 889266176 7843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3295/statm: 217106 7843 2544 9 0 211681 0
[pid=3295/tid=3296] ppid=3294 vsize=868424 CPUtime=1.11
/proc/3295/task/3296/stat : 3296 (java) R 3294 3281 2908 0 -1 64 2724 0 1 0 109 2 0 0 25 0 9 0 4596276 889266176 7843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3297] ppid=3294 vsize=868424 CPUtime=0.27
/proc/3295/task/3297/stat : 3297 (java) S 3294 3281 2908 0 -1 64 3976 0 0 0 25 2 0 0 15 0 9 0 4596277 889266176 7843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3298] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3298/stat : 3298 (java) S 3294 3281 2908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596277 889266176 7843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3299] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3299/stat : 3299 (java) S 3294 3281 2908 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4596277 889266176 7843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3300] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3300/stat : 3300 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596279 889266176 7843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3301] ppid=3294 vsize=868424 CPUtime=0.2
/proc/3295/task/3301/stat : 3301 (java) S 3294 3281 2908 0 -1 64 1482 0 0 0 19 1 0 0 15 0 9 0 4596279 889266176 7843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3302] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3302/stat : 3302 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596279 889266176 7843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3303] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3303/stat : 3303 (java) S 3294 3281 2908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596279 889266176 7843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887380

[startup+6.30148 s]
/proc/loadavg: 1.93 2.01 1.85 3/91 3303
/proc/meminfo: memFree=1710208/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=1.42
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 974 13199 0 1 3 1 129 9 16 0 1 0 4596128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 797 370 3 0 500 0
[pid=3294] ppid=3281 vsize=5356 CPUtime=0
/proc/3294/stat : 3294 (sh) S 3281 3281 2908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3294/statm: 1339 233 193 169 0 50 0
[pid=3295] ppid=3294 vsize=868424 CPUtime=4.79
/proc/3295/stat : 3295 (java) S 3294 3281 2908 0 -1 0 12359 0 1 0 469 10 0 0 18 0 9 0 4596275 889266176 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3295/statm: 217106 10955 2541 9 0 211681 0
[pid=3295/tid=3296] ppid=3294 vsize=868424 CPUtime=3.77
/proc/3295/task/3296/stat : 3296 (java) R 3294 3281 2908 0 -1 64 3174 0 1 0 375 2 0 0 25 0 9 0 4596276 889266176 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4126571404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3297] ppid=3294 vsize=868424 CPUtime=0.78
/proc/3295/task/3297/stat : 3297 (java) S 3294 3281 2908 0 -1 64 6992 0 0 0 73 5 0 0 16 0 9 0 4596277 889266176 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3298] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3298/stat : 3298 (java) S 3294 3281 2908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596277 889266176 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3299] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3299/stat : 3299 (java) S 3294 3281 2908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4596277 889266176 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3300] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3300/stat : 3300 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596279 889266176 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3301] ppid=3294 vsize=868424 CPUtime=0.22
/proc/3295/task/3301/stat : 3301 (java) S 3294 3281 2908 0 -1 64 1497 0 0 0 21 1 0 0 16 0 9 0 4596279 889266176 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3302] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3302/stat : 3302 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596279 889266176 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3303] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3303/stat : 3303 (java) S 3294 3281 2908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596279 889266176 10955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887380

[startup+12.7024 s]
/proc/loadavg: 1.93 2.01 1.86 3/91 3303
/proc/meminfo: memFree=1682832/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=1.42
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 974 13199 0 1 3 1 129 9 16 0 1 0 4596128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 797 370 3 0 500 0
[pid=3294] ppid=3281 vsize=5356 CPUtime=0
/proc/3294/stat : 3294 (sh) S 3281 3281 2908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3294/statm: 1339 233 193 169 0 50 0
[pid=3295] ppid=3294 vsize=868424 CPUtime=11.16
/proc/3295/stat : 3295 (java) S 3294 3281 2908 0 -1 0 20671 0 1 0 1100 16 0 0 18 0 9 0 4596275 889266176 17748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3295/statm: 217106 17748 2541 9 0 211681 0
[pid=3295/tid=3296] ppid=3294 vsize=868424 CPUtime=9.27
/proc/3295/task/3296/stat : 3296 (java) R 3294 3281 2908 0 -1 64 3635 0 1 0 924 3 0 0 25 0 9 0 4596276 889266176 17748 996147200 134512640 134550740 4294955952 18446744073709551615 4126638787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3297] ppid=3294 vsize=868424 CPUtime=1.63
/proc/3295/task/3297/stat : 3297 (java) S 3294 3281 2908 0 -1 64 14840 0 0 0 153 10 0 0 16 0 9 0 4596277 889266176 17748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3298] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3298/stat : 3298 (java) S 3294 3281 2908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596277 889266176 17748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3299] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3299/stat : 3299 (java) S 3294 3281 2908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4596277 889266176 17748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3300] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3300/stat : 3300 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596279 889266176 17748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3301] ppid=3294 vsize=868424 CPUtime=0.23
/proc/3295/task/3301/stat : 3301 (java) S 3294 3281 2908 0 -1 64 1500 0 0 0 22 1 0 0 15 0 9 0 4596279 889266176 17748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3302] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3302/stat : 3302 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596279 889266176 17748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3303] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3303/stat : 3303 (java) S 3294 3281 2908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596279 889266176 17748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 887380

[startup+25.5021 s]
/proc/loadavg: 2.09 2.04 1.87 4/91 3303
/proc/meminfo: memFree=1623696/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=1.42
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 974 13199 0 1 3 1 129 9 15 0 1 0 4596128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 797 370 3 0 500 0
[pid=3294] ppid=3281 vsize=5356 CPUtime=0
/proc/3294/stat : 3294 (sh) S 3281 3281 2908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3294/statm: 1339 233 193 169 0 50 0
[pid=3295] ppid=3294 vsize=868424 CPUtime=23.88
/proc/3295/stat : 3295 (java) S 3294 3281 2908 0 -1 0 40942 0 1 0 2362 26 0 0 18 0 9 0 4596275 889266176 34258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3295/statm: 217106 34258 2541 9 0 211681 0
[pid=3295/tid=3296] ppid=3294 vsize=868424 CPUtime=19.6
/proc/3295/task/3296/stat : 3296 (java) R 3294 3281 2908 0 -1 64 4893 0 1 0 1955 5 0 0 25 0 9 0 4596276 889266176 34258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3297] ppid=3294 vsize=868424 CPUtime=4
/proc/3295/task/3297/stat : 3297 (java) R 3294 3281 2908 0 -1 64 33838 0 0 0 382 18 0 0 16 0 9 0 4596277 889266176 34258 996147200 134512640 134550740 4294955952 18446744073709551615 103735922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3298] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3298/stat : 3298 (java) S 3294 3281 2908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596277 889266176 34258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3299] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3299/stat : 3299 (java) S 3294 3281 2908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4596277 889266176 34258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3300] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3300/stat : 3300 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596279 889266176 34258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3301] ppid=3294 vsize=868424 CPUtime=0.26
/proc/3295/task/3301/stat : 3301 (java) S 3294 3281 2908 0 -1 64 1515 0 0 0 25 1 0 0 15 0 9 0 4596279 889266176 34258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3302] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3302/stat : 3302 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596279 889266176 34258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3303] ppid=3294 vsize=868424 CPUtime=0
/proc/3295/task/3303/stat : 3303 (java) S 3294 3281 2908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596279 889266176 34258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 887380

[startup+51.1026 s]
/proc/loadavg: 2.06 2.03 1.87 3/91 3303
/proc/meminfo: memFree=1435024/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=1.42
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 974 13199 0 1 3 1 129 9 16 0 1 0 4596128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3281/statm: 3400 797 370 3 0 500 0
[pid=3294] ppid=3281 vsize=5356 CPUtime=0
/proc/3294/stat : 3294 (sh) S 3281 3281 2908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3294/statm: 1339 233 193 169 0 50 0
[pid=3295] ppid=3294 vsize=868536 CPUtime=49.28
/proc/3295/stat : 3295 (java) S 3294 3281 2908 0 -1 0 41911 0 1 0 4790 138 0 0 18 0 9 0 4596275 889380864 34325 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/3295/statm: 217134 34338 2566 9 0 211681 0
[pid=3295/tid=3296] ppid=3294 vsize=868536 CPUtime=396.96
/proc/3295/task/3296/stat : 3296 (java) R 3294 3281 2908 0 -1 64 9608 0 1 0 38592 1104 0 0 25 0 9 0 4596276 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4127087584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3297] ppid=3294 vsize=868536 CPUtime=7.45
/proc/3295/task/3297/stat : 3297 (java) S 3294 3281 2908 0 -1 64 34320 0 0 0 696 49 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3298] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3298/stat : 3298 (java) S 3294 3281 2908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3299] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3299/stat : 3299 (java) S 3294 3281 2908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3300] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3300/stat : 3300 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3301] ppid=3294 vsize=868536 CPUtime=0.32
/proc/3295/task/3301/stat : 3301 (java) S 3294 3281 2908 0 -1 64 1548 0 0 0 31 1 0 0 15 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3302] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3302/stat : 3302 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3303] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3303/stat : 3303 (java) S 3294 3281 2908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 406.17
Current children cumulated vsize (KiB) 887492

[startup+422.302 s]
/proc/loadavg: 2.10 2.10 1.94 3/92 3446
/proc/meminfo: memFree=16320/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=1.42
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 974 13199 0 1 3 1 129 9 16 0 1 0 4596128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3281/statm: 3400 797 370 3 0 500 0
[pid=3294] ppid=3281 vsize=5356 CPUtime=0
/proc/3294/stat : 3294 (sh) S 3281 3281 2908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3294/statm: 1339 233 193 169 0 50 0
[pid=3295] ppid=3294 vsize=868536 CPUtime=417.37
/proc/3295/stat : 3295 (java) S 3294 3281 2908 0 -1 0 46335 0 1 0 40545 1192 0 0 18 0 9 0 4596275 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3295/statm: 217134 34338 2566 9 0 211681 0
[pid=3295/tid=3296] ppid=3294 vsize=868536 CPUtime=409.47
/proc/3295/task/3296/stat : 3296 (java) R 3294 3281 2908 0 -1 64 9771 0 1 0 39808 1139 0 0 25 0 9 0 4596276 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4127084757 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3297] ppid=3294 vsize=868536 CPUtime=7.55
/proc/3295/task/3297/stat : 3297 (java) S 3294 3281 2908 0 -1 64 34320 0 0 0 705 50 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3298] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3298/stat : 3298 (java) S 3294 3281 2908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3299] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3299/stat : 3299 (java) S 3294 3281 2908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3300] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3300/stat : 3300 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3301] ppid=3294 vsize=868536 CPUtime=0.32
/proc/3295/task/3301/stat : 3301 (java) S 3294 3281 2908 0 -1 64 1548 0 0 0 31 1 0 0 15 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3302] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3302/stat : 3302 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3303] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3303/stat : 3303 (java) S 3294 3281 2908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 418.79
Current children cumulated vsize (KiB) 887492

[startup+428.702 s]
/proc/loadavg: 2.09 2.09 1.94 3/92 3446
/proc/meminfo: memFree=15872/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=1.42
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 974 13199 0 1 3 1 129 9 16 0 1 0 4596128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3281/statm: 3400 797 370 3 0 500 0
[pid=3294] ppid=3281 vsize=5356 CPUtime=0
/proc/3294/stat : 3294 (sh) S 3281 3281 2908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3294/statm: 1339 233 193 169 0 50 0
[pid=3295] ppid=3294 vsize=868536 CPUtime=423.67
/proc/3295/stat : 3295 (java) S 3294 3281 2908 0 -1 0 46413 0 1 0 41156 1211 0 0 18 0 9 0 4596275 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3295/statm: 217134 34338 2566 9 0 211681 0
[pid=3295/tid=3296] ppid=3294 vsize=868536 CPUtime=415.73
/proc/3295/task/3296/stat : 3296 (java) R 3294 3281 2908 0 -1 64 9849 0 1 0 40415 1158 0 0 25 0 9 0 4596276 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4126638225 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3297] ppid=3294 vsize=868536 CPUtime=7.6
/proc/3295/task/3297/stat : 3297 (java) S 3294 3281 2908 0 -1 64 34320 0 0 0 710 50 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3298] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3298/stat : 3298 (java) S 3294 3281 2908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3299] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3299/stat : 3299 (java) S 3294 3281 2908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3300] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3300/stat : 3300 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3301] ppid=3294 vsize=868536 CPUtime=0.32
/proc/3295/task/3301/stat : 3301 (java) S 3294 3281 2908 0 -1 64 1548 0 0 0 31 1 0 0 15 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3302] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3302/stat : 3302 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3303] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3303/stat : 3303 (java) S 3294 3281 2908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 425.09
Current children cumulated vsize (KiB) 887492

[startup+431.902 s]
/proc/loadavg: 2.16 2.11 1.95 3/92 3446
/proc/meminfo: memFree=15040/2055920 swapFree=4192956/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=1.42
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 974 13199 0 1 3 1 129 9 16 0 1 0 4596128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3281/statm: 3400 797 370 3 0 500 0
[pid=3294] ppid=3281 vsize=5356 CPUtime=0
/proc/3294/stat : 3294 (sh) S 3281 3281 2908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3294/statm: 1339 233 193 169 0 50 0
[pid=3295] ppid=3294 vsize=868536 CPUtime=426.82
/proc/3295/stat : 3295 (java) S 3294 3281 2908 0 -1 0 46454 0 1 0 41462 1220 0 0 18 0 9 0 4596275 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3295/statm: 217134 34338 2566 9 0 211681 0
[pid=3295/tid=3296] ppid=3294 vsize=868536 CPUtime=418.85
/proc/3295/task/3296/stat : 3296 (java) R 3294 3281 2908 0 -1 64 9890 0 1 0 40718 1167 0 0 25 0 9 0 4596276 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4127088988 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3297] ppid=3294 vsize=868536 CPUtime=7.63
/proc/3295/task/3297/stat : 3297 (java) S 3294 3281 2908 0 -1 64 34320 0 0 0 712 51 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3298] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3298/stat : 3298 (java) S 3294 3281 2908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3299] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3299/stat : 3299 (java) S 3294 3281 2908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3300] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3300/stat : 3300 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3301] ppid=3294 vsize=868536 CPUtime=0.32
/proc/3295/task/3301/stat : 3301 (java) S 3294 3281 2908 0 -1 64 1548 0 0 0 31 1 0 0 15 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3302] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3302/stat : 3302 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3303] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3303/stat : 3303 (java) S 3294 3281 2908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 428.24
Current children cumulated vsize (KiB) 887492

[startup+435.102 s]
/proc/loadavg: 2.16 2.11 1.95 3/92 3446
/proc/meminfo: memFree=15176/2055920 swapFree=4192828/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=1.42
/proc/3281/stat : 3281 (sugar) S 3279 3281 2908 0 -1 4194304 974 13199 0 1 3 1 129 9 16 0 1 0 4596128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3281/statm: 3400 797 370 3 0 500 0
[pid=3294] ppid=3281 vsize=5356 CPUtime=0
/proc/3294/stat : 3294 (sh) S 3281 3281 2908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4596275 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3294/statm: 1339 233 193 169 0 50 0
[pid=3295] ppid=3294 vsize=868536 CPUtime=429.99
/proc/3295/stat : 3295 (java) S 3294 3281 2908 0 -1 0 46494 0 1 0 41769 1230 0 0 18 0 9 0 4596275 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3295/statm: 217134 34338 2566 9 0 211681 0
[pid=3295/tid=3296] ppid=3294 vsize=868536 CPUtime=422
/proc/3295/task/3296/stat : 3296 (java) R 3294 3281 2908 0 -1 64 9930 0 1 0 41024 1176 0 0 25 0 9 0 4596276 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4126638198 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3297] ppid=3294 vsize=868536 CPUtime=7.64
/proc/3295/task/3297/stat : 3297 (java) S 3294 3281 2908 0 -1 64 34320 0 0 0 713 51 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3298] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3298/stat : 3298 (java) S 3294 3281 2908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3299] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3299/stat : 3299 (java) S 3294 3281 2908 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4596277 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3300] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3300/stat : 3300 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3301] ppid=3294 vsize=868536 CPUtime=0.32
/proc/3295/task/3301/stat : 3301 (java) S 3294 3281 2908 0 -1 64 1548 0 0 0 31 1 0 0 15 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3295/tid=3302] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3302/stat : 3302 (java) S 3294 3281 2908 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3295/tid=3303] ppid=3294 vsize=868536 CPUtime=0
/proc/3295/task/3303/stat : 3303 (java) R 3294 3281 2908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4596279 889380864 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 431.41
Current children cumulated vsize (KiB) 887492

[startup+436.706 s]
/proc/loadavg: 2.15 2.11 1.95 2/90 3446
/proc/meminfo: memFree=16008/2055920 swapFree=4192820/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=432.8
/proc/3281/stat : 3281 (sugar) D 3279 3281 2908 0 -1 4194304 996 60006 0 2 3 1 42032 1244 16 0 1 0 4596128 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3281/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 432.8
Current children cumulated vsize (KiB) 13600

[startup+437.545 s]
/proc/loadavg: 2.15 2.11 1.95 2/90 3446
/proc/meminfo: memFree=16008/2055920 swapFree=4192820/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=433.6
/proc/3281/stat : 3281 (sugar) D 3279 3281 2908 0 -1 4194304 996 60006 0 2 3 81 42032 1244 23 0 1 0 4596128 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3281/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 433.6
Current children cumulated vsize (KiB) 13600

[startup+437.901 s]
/proc/loadavg: 2.15 2.11 1.95 2/82 3446
/proc/meminfo: memFree=1924760/2055920 swapFree=4192820/4192956
[pid=3281] ppid=3279 vsize=13600 CPUtime=433.68
/proc/3281/stat : 3281 (sugar) D 3279 3281 2908 0 -1 4194304 996 60006 0 2 3 89 42032 1244 18 0 1 0 4596128 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3281/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 433.68
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 437.97
CPU time (s): 433.716
CPU user time (s): 420.364
CPU system time (s): 13.352
CPU usage (%): 99.0287
Max. virtual memory (cumulated for all children) (KiB): 892508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 420.364
system time used= 13.352
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61032
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= 51779
involuntary context switches= 51070

runsolver used 0.538918 second user time and 1.49177 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-08 03:03:03
IDJOB=1087010
IDBENCH=57915
IDSOLVER=345
FILE ID=node71/1087010-1215478983
PBS_JOBID= 7888659
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-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-1087010-1215478983/watcher-1087010-1215478983 -o /tmp/evaluation-result-1087010-1215478983/solver-1087010-1215478983 -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-1087010-1215478983.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e9fca648ca088ce6fc443985c24dc948
RANDOM SEED=1986455753

node71.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.225
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.225
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:       1745016 kB
Buffers:         29268 kB
Cached:         149368 kB
SwapCached:          0 kB
Active:         174160 kB
Inactive:       104092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745016 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3936 kB
Writeback:           0 kB
Mapped:         119932 kB
Slab:            17836 kB
Committed_AS:   886700 kB
PageTables:       2012 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= 66512 MiB
End job on node71 at 2008-07-08 03:10:21