Trace number 1063328

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? 152.077 156.963

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-berlin-5-8_0.xml
MD5SUM5f8e2808fd92e99d0cdc8c20fad0e186
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.00524
Satisfiable
(Un)Satisfiability was proved
Number of variables9464
Number of constraints1821
Maximum constraint arity61
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1821
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.06	c 0	Sugar v1-13 + HOME/picosat
0.00/0.06	c 0	BEGIN Fri Jul  4 03:56:17 2008
0.00/0.06	c 0	PID 21435
0.00/0.06	c 0	HOST node69.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1063328-1215136577.xml TO HOME/temp.csp
0.00/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063328-1215136577.xml' 'HOME/temp.csp'
0.99/1.11	c 1	1 domains, 9464 variables, 11 predicates, 0 relations, 1821 constraints
0.99/1.12	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.99/1.12	c 1	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.03/1.21	c 1	Parsing HOME/temp.csp
1.03/1.56	c 2	parsed 10000 expressions
1.03/2.01	c 2	parsed 11297 expressions
1.03/2.02	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/2.02	c 2	Converting to clausal form CSP
1.03/2.05	c 2	converted 1130 (10%) expressions
1.03/2.07	c 2	converted 2260 (20%) expressions
1.03/2.07	c 2	converted 3390 (30%) expressions
1.03/2.07	c 2	converted 4519 (40%) expressions
1.03/2.08	c 2	converted 5649 (50%) expressions
1.03/2.08	c 2	converted 6779 (60%) expressions
1.03/2.08	c 2	converted 7908 (70%) expressions
1.03/2.08	c 2	converted 9038 (80%) expressions
3.17/3.38	c 3	converted 10168 (90%) expressions
8.80/9.02	c 9	converted 11297 (100%) expressions
8.80/9.04	c 9	CSP : 89206 integers, 0 booleans, 161305 clauses, largest domain size 393146
8.80/9.04	c 9	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.80/9.04	c 9	Propagation in CSP
10.98/11.25	c 11	96087028 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.98/11.27	c 11	CSP : 89206 integers, 0 booleans, 161305 clauses, largest domain size 262167
10.98/11.27	c 11	Heap : 100 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.09/11.31	c 11	Simplifing CSP by introducing new Boolean variables
11.09/11.37	c 11	CSP : 89206 integers, 0 booleans, 161305 clauses, largest domain size 262167
11.09/11.37	c 11	Heap : 100 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.68/12.00	c 12	Encoding CSP to SAT : HOME/temp.cnf
11.79/12.05	c 12	8921 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
150.98/155.48	c 155	ERROR Exception Too large HOME/temp.cnf
151.06/155.50	c 155	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:201)
151.06/155.50	c 155	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
151.06/155.50	c 155	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
151.06/155.50	s UNKNOWN
151.06/155.57	c 156	CPU 137.92 (0.03 0.01 137.89 13.16)
151.06/155.57	c 156	END Fri Jul  4 03:58:53 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-1063328-1215136577/watcher-1063328-1215136577 -o /tmp/evaluation-result-1063328-1215136577/solver-1063328-1215136577 -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-1063328-1215136577.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.92 2.06 1.96 4/82 21435
/proc/meminfo: memFree=1802320/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=124 CPUtime=0
/proc/21435/stat : 21435 (sugar) D 21433 21435 19454 0 -1 4194304 38 0 0 0 0 0 0 0 21 0 1 0 1992626577 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 237945026025 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/21435/statm: 31 23 17 3 0 3 0

[startup+0.079866 s]
/proc/loadavg: 2.92 2.06 1.96 4/82 21435
/proc/meminfo: memFree=1802320/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=0.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992626577 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101868 s]
/proc/loadavg: 2.92 2.06 1.96 4/82 21435
/proc/meminfo: memFree=1802320/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=0.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992626577 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.3019 s]
/proc/loadavg: 2.92 2.06 1.96 4/82 21435
/proc/meminfo: memFree=1802320/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=0.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992626577 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701966 s]
/proc/loadavg: 2.92 2.06 1.96 4/82 21435
/proc/meminfo: memFree=1802320/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=0.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992626577 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50109 s]
/proc/loadavg: 2.92 2.06 1.96 3/93 21447
/proc/meminfo: memFree=1781560/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=1.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 973 8256 0 1 3 1 92 7 16 0 1 0 1992626577 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13600

[startup+3.10458 s]
/proc/loadavg: 2.92 2.06 1.96 3/93 21457
/proc/meminfo: memFree=1781176/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=1.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 974 8256 0 1 3 1 92 7 15 0 1 0 1992626577 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 797 370 3 0 500 0
[pid=21448] ppid=21435 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21435 21435 19454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992626690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 233 193 169 0 50 0
[pid=21449] ppid=21448 vsize=868412 CPUtime=1.95
/proc/21449/stat : 21449 (java) S 21448 21435 19454 0 -1 0 11749 0 1 0 188 7 0 0 18 0 9 0 1992626690 889253888 10739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21449/statm: 217103 10739 2541 9 0 211678 0
[pid=21449/tid=21450] ppid=21448 vsize=868412 CPUtime=1.15
/proc/21449/task/21450/stat : 21450 (java) R 21448 21435 19454 0 -1 64 2964 0 1 0 113 2 0 0 23 0 9 0 1992626691 889253888 10739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21451] ppid=21448 vsize=868412 CPUtime=0.57
/proc/21449/task/21451/stat : 21451 (java) S 21448 21435 19454 0 -1 64 6609 0 0 0 54 3 0 0 15 0 9 0 1992626692 889253888 10739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21452] ppid=21448 vsize=868412 CPUtime=0
/proc/21449/task/21452/stat : 21452 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992626693 889253888 10739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21453] ppid=21448 vsize=868412 CPUtime=0
/proc/21449/task/21453/stat : 21453 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992626693 889253888 10739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21454] ppid=21448 vsize=868412 CPUtime=0
/proc/21449/task/21454/stat : 21454 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992626695 889253888 10739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21455] ppid=21448 vsize=868412 CPUtime=0.2
/proc/21449/task/21455/stat : 21455 (java) S 21448 21435 19454 0 -1 64 1479 0 0 0 20 0 0 0 16 0 9 0 1992626695 889253888 10739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21456] ppid=21448 vsize=868412 CPUtime=0
/proc/21449/task/21456/stat : 21456 (java) S 21448 21435 19454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992626695 889253888 10739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21457] ppid=21448 vsize=868412 CPUtime=0
/proc/21449/task/21457/stat : 21457 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992626695 889253888 10739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887368

[startup+6.30287 s]
/proc/loadavg: 2.92 2.07 1.97 3/92 21457
/proc/meminfo: memFree=1729152/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=1.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 974 8256 0 1 3 1 92 7 16 0 1 0 1992626577 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 797 370 3 0 500 0
[pid=21448] ppid=21435 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21435 21435 19454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992626690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 233 193 169 0 50 0
[pid=21449] ppid=21448 vsize=868412 CPUtime=5.11
/proc/21449/stat : 21449 (java) S 21448 21435 19454 0 -1 0 33879 0 1 0 492 19 0 0 18 0 9 0 1992626690 889253888 22071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21449/statm: 217103 22071 2541 9 0 211678 0
[pid=21449/tid=21450] ppid=21448 vsize=868412 CPUtime=3.07
/proc/21449/task/21450/stat : 21450 (java) R 21448 21435 19454 0 -1 64 3712 0 1 0 305 2 0 0 25 0 9 0 1992626691 889253888 22071 996147200 134512640 134550740 4294955952 18446744073709551615 4126607636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21451] ppid=21448 vsize=868412 CPUtime=1.8
/proc/21449/task/21451/stat : 21451 (java) S 21448 21435 19454 0 -1 64 27991 0 0 0 166 14 0 0 16 0 9 0 1992626692 889253888 22071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21452] ppid=21448 vsize=868412 CPUtime=0
/proc/21449/task/21452/stat : 21452 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992626693 889253888 22071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21453] ppid=21448 vsize=868412 CPUtime=0
/proc/21449/task/21453/stat : 21453 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992626693 889253888 22071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21454] ppid=21448 vsize=868412 CPUtime=0
/proc/21449/task/21454/stat : 21454 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992626695 889253888 22071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21455] ppid=21448 vsize=868412 CPUtime=0.2
/proc/21449/task/21455/stat : 21455 (java) S 21448 21435 19454 0 -1 64 1479 0 0 0 20 0 0 0 16 0 9 0 1992626695 889253888 22071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21456] ppid=21448 vsize=868412 CPUtime=0
/proc/21449/task/21456/stat : 21456 (java) S 21448 21435 19454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992626695 889253888 22071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21457] ppid=21448 vsize=868412 CPUtime=0
/proc/21449/task/21457/stat : 21457 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992626695 889253888 22071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887368

[startup+12.7027 s]
/proc/loadavg: 2.85 2.07 1.97 3/92 21457
/proc/meminfo: memFree=1678976/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=1.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 974 8256 0 1 3 1 92 7 15 0 1 0 1992626577 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 797 370 3 0 500 0
[pid=21448] ppid=21435 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21435 21435 19454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992626690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 233 193 169 0 50 0
[pid=21449] ppid=21448 vsize=868524 CPUtime=11.45
/proc/21449/stat : 21449 (java) S 21448 21435 19454 0 -1 0 59101 0 1 0 1108 37 0 0 18 0 9 0 1992626690 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21449/statm: 217131 32275 2565 9 0 211678 0
[pid=21449/tid=21450] ppid=21448 vsize=868524 CPUtime=7.51
/proc/21449/task/21450/stat : 21450 (java) R 21448 21435 19454 0 -1 64 4508 0 1 0 742 9 0 0 25 0 9 0 1992626691 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 102064828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21451] ppid=21448 vsize=868524 CPUtime=3.66
/proc/21449/task/21451/stat : 21451 (java) S 21448 21435 19454 0 -1 64 52384 0 0 0 340 26 0 0 16 0 9 0 1992626692 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21452] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21452/stat : 21452 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21453] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21453/stat : 21453 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21454] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21454/stat : 21454 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21455] ppid=21448 vsize=868524 CPUtime=0.25
/proc/21449/task/21455/stat : 21455 (java) S 21448 21435 19454 0 -1 64 1512 0 0 0 24 1 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21456] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21456/stat : 21456 (java) S 21448 21435 19454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21457] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21457/stat : 21457 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887480

[startup+25.5018 s]
/proc/loadavg: 2.66 2.07 1.97 3/92 21457
/proc/meminfo: memFree=1486976/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=1.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 974 8256 0 1 3 1 92 7 15 0 1 0 1992626577 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 797 370 3 0 500 0
[pid=21448] ppid=21435 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21435 21435 19454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992626690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 233 193 169 0 50 0
[pid=21449] ppid=21448 vsize=868524 CPUtime=24.09
/proc/21449/stat : 21449 (java) S 21448 21435 19454 0 -1 0 59467 0 1 0 2259 150 0 0 18 0 9 0 1992626690 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21449/statm: 217131 32275 2565 9 0 211678 0
[pid=21449/tid=21450] ppid=21448 vsize=868524 CPUtime=19.94
/proc/21449/task/21450/stat : 21450 (java) R 21448 21435 19454 0 -1 64 4874 0 1 0 1875 119 0 0 25 0 9 0 1992626691 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4126943671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21451] ppid=21448 vsize=868524 CPUtime=3.88
/proc/21449/task/21451/stat : 21451 (java) S 21448 21435 19454 0 -1 64 52384 0 0 0 359 29 0 0 16 0 9 0 1992626692 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21452] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21452/stat : 21452 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21453] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21453/stat : 21453 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21454] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21454/stat : 21454 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21455] ppid=21448 vsize=868524 CPUtime=0.25
/proc/21449/task/21455/stat : 21455 (java) S 21448 21435 19454 0 -1 64 1512 0 0 0 24 1 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21456] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21456/stat : 21456 (java) S 21448 21435 19454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21457] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21457/stat : 21457 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 887480

[startup+51.1019 s]
/proc/loadavg: 2.49 2.08 1.97 3/92 21457
/proc/meminfo: memFree=1107072/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=1.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 974 8256 0 1 3 1 92 7 15 0 1 0 1992626577 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 797 370 3 0 500 0
[pid=21448] ppid=21435 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21435 21435 19454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992626690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 233 193 169 0 50 0
[pid=21449] ppid=21448 vsize=868524 CPUtime=48.91
/proc/21449/stat : 21449 (java) S 21448 21435 19454 0 -1 0 60135 0 1 0 4508 383 0 0 18 0 9 0 1992626690 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/21449/statm: 217131 32275 2565 9 0 211678 0
[pid=21449/tid=21450] ppid=21448 vsize=868524 CPUtime=117.68
/proc/21449/task/21450/stat : 21450 (java) R 21448 21435 19454 0 -1 64 7552 0 1 0 10756 1012 0 0 25 0 9 0 1992626691 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4127047388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21451] ppid=21448 vsize=868524 CPUtime=5.54
/proc/21449/task/21451/stat : 21451 (java) S 21448 21435 19454 0 -1 64 52384 0 0 0 508 46 0 0 16 0 9 0 1992626692 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21452] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21452/stat : 21452 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21453] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21453/stat : 21453 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21454] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21454/stat : 21454 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21455] ppid=21448 vsize=868524 CPUtime=0.25
/proc/21449/task/21455/stat : 21455 (java) S 21448 21435 19454 0 -1 64 1512 0 0 0 24 1 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21456] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21456/stat : 21456 (java) S 21448 21435 19454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21457] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21457/stat : 21457 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 124.54
Current children cumulated vsize (KiB) 887480

[startup+140.702 s]
/proc/loadavg: 2.93 2.32 2.06 3/92 21457
/proc/meminfo: memFree=16064/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=1.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 974 8256 0 1 3 1 92 7 15 0 1 0 1992626577 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 797 370 3 0 500 0
[pid=21448] ppid=21435 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21435 21435 19454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992626690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 233 193 169 0 50 0
[pid=21449] ppid=21448 vsize=868524 CPUtime=135.88
/proc/21449/stat : 21449 (java) S 21448 21435 19454 0 -1 0 62478 0 1 0 12418 1170 0 0 18 0 9 0 1992626690 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21449/statm: 217131 32275 2565 9 0 211678 0
[pid=21449/tid=21450] ppid=21448 vsize=868524 CPUtime=129.85
/proc/21449/task/21450/stat : 21450 (java) R 21448 21435 19454 0 -1 64 7885 0 1 0 11866 1119 0 0 25 0 9 0 1992626691 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21451] ppid=21448 vsize=868524 CPUtime=5.74
/proc/21449/task/21451/stat : 21451 (java) S 21448 21435 19454 0 -1 64 52384 0 0 0 526 48 0 0 16 0 9 0 1992626692 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21452] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21452/stat : 21452 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21453] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21453/stat : 21453 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21454] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21454/stat : 21454 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21455] ppid=21448 vsize=868524 CPUtime=0.25
/proc/21449/task/21455/stat : 21455 (java) S 21448 21435 19454 0 -1 64 1512 0 0 0 24 1 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21456] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21456/stat : 21456 (java) S 21448 21435 19454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21457] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21457/stat : 21457 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.91
Current children cumulated vsize (KiB) 887480

[startup+147.101 s]
/proc/loadavg: 2.93 2.33 2.07 3/92 21457
/proc/meminfo: memFree=15040/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=1.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 974 8256 0 1 3 1 92 7 15 0 1 0 1992626577 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 797 370 3 0 500 0
[pid=21448] ppid=21435 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21435 21435 19454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992626690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 233 193 169 0 50 0
[pid=21449] ppid=21448 vsize=868524 CPUtime=142.08
/proc/21449/stat : 21449 (java) S 21448 21435 19454 0 -1 0 62646 0 1 0 12980 1228 0 0 18 0 9 0 1992626690 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21449/statm: 217131 32275 2565 9 0 211678 0
[pid=21449/tid=21450] ppid=21448 vsize=868524 CPUtime=135.96
/proc/21449/task/21450/stat : 21450 (java) R 21448 21435 19454 0 -1 64 8053 0 1 0 12420 1176 0 0 25 0 9 0 1992626691 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21451] ppid=21448 vsize=868524 CPUtime=5.84
/proc/21449/task/21451/stat : 21451 (java) S 21448 21435 19454 0 -1 64 52384 0 0 0 535 49 0 0 16 0 9 0 1992626692 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21452] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21452/stat : 21452 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21453] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21453/stat : 21453 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21454] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21454/stat : 21454 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21455] ppid=21448 vsize=868524 CPUtime=0.25
/proc/21449/task/21455/stat : 21455 (java) S 21448 21435 19454 0 -1 64 1512 0 0 0 24 1 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21456] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21456/stat : 21456 (java) S 21448 21435 19454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21457] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21457/stat : 21457 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 143.11
Current children cumulated vsize (KiB) 887480

[startup+153.501 s]
/proc/loadavg: 2.94 2.34 2.07 3/92 21457
/proc/meminfo: memFree=15488/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=1.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 974 8256 0 1 3 1 92 7 15 0 1 0 1992626577 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 797 370 3 0 500 0
[pid=21448] ppid=21435 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21435 21435 19454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992626690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 233 193 169 0 50 0
[pid=21449] ppid=21448 vsize=868524 CPUtime=148.1
/proc/21449/stat : 21449 (java) S 21448 21435 19454 0 -1 0 62806 0 1 0 13522 1288 0 0 18 0 9 0 1992626690 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21449/statm: 217131 32275 2565 9 0 211678 0
[pid=21449/tid=21450] ppid=21448 vsize=868524 CPUtime=141.89
/proc/21449/task/21450/stat : 21450 (java) R 21448 21435 19454 0 -1 64 8213 0 1 0 12954 1235 0 0 25 0 9 0 1992626691 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4127032936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21451] ppid=21448 vsize=868524 CPUtime=5.93
/proc/21449/task/21451/stat : 21451 (java) S 21448 21435 19454 0 -1 64 52384 0 0 0 543 50 0 0 16 0 9 0 1992626692 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21452] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21452/stat : 21452 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21453] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21453/stat : 21453 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21454] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21454/stat : 21454 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21455] ppid=21448 vsize=868524 CPUtime=0.25
/proc/21449/task/21455/stat : 21455 (java) S 21448 21435 19454 0 -1 64 1512 0 0 0 24 1 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21456] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21456/stat : 21456 (java) S 21448 21435 19454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21457] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21457/stat : 21457 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 149.13
Current children cumulated vsize (KiB) 887480

[startup+155.107 s]
/proc/loadavg: 2.94 2.35 2.08 3/92 21457
/proc/meminfo: memFree=15616/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=1.03
/proc/21435/stat : 21435 (sugar) S 21433 21435 19454 0 -1 4194304 974 8256 0 1 3 1 92 7 15 0 1 0 1992626577 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21435/statm: 3400 797 370 3 0 500 0
[pid=21448] ppid=21435 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21435 21435 19454 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992626690 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 233 193 169 0 50 0
[pid=21449] ppid=21448 vsize=868524 CPUtime=149.66
/proc/21449/stat : 21449 (java) S 21448 21435 19454 0 -1 0 62847 0 1 0 13663 1303 0 0 18 0 9 0 1992626690 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21449/statm: 217131 32275 2565 9 0 211678 0
[pid=21449/tid=21450] ppid=21448 vsize=868524 CPUtime=143.42
/proc/21449/task/21450/stat : 21450 (java) R 21448 21435 19454 0 -1 64 8254 0 1 0 13092 1250 0 0 25 0 9 0 1992626691 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4127046026 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21451] ppid=21448 vsize=868524 CPUtime=5.95
/proc/21449/task/21451/stat : 21451 (java) S 21448 21435 19454 0 -1 64 52384 0 0 0 545 50 0 0 16 0 9 0 1992626692 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21452] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21452/stat : 21452 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21453] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21453/stat : 21453 (java) S 21448 21435 19454 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992626693 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21454] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21454/stat : 21454 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21455] ppid=21448 vsize=868524 CPUtime=0.25
/proc/21449/task/21455/stat : 21455 (java) S 21448 21435 19454 0 -1 64 1512 0 0 0 24 1 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21456] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21456/stat : 21456 (java) S 21448 21435 19454 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21449/tid=21457] ppid=21448 vsize=868524 CPUtime=0
/proc/21449/task/21457/stat : 21457 (java) S 21448 21435 19454 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992626695 889368576 32275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 150.69
Current children cumulated vsize (KiB) 887480

[startup+155.902 s]
/proc/loadavg: 2.94 2.35 2.08 3/92 21457
/proc/meminfo: memFree=15616/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=151.39
/proc/21435/stat : 21435 (sugar) R 21433 21435 19454 0 -1 4194304 996 71410 0 3 3 31 13789 1316 16 0 1 0 1992626577 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21435/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 151.39
Current children cumulated vsize (KiB) 13600

[startup+156.702 s]
/proc/loadavg: 2.94 2.35 2.08 3/82 21457
/proc/meminfo: memFree=1237328/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=152.04
/proc/21435/stat : 21435 (sugar) D 21433 21435 19454 0 -1 4194304 996 71410 0 3 3 96 13789 1316 15 0 1 0 1992626577 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/21435/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 152.04
Current children cumulated vsize (KiB) 13600

[startup+156.903 s]
/proc/loadavg: 2.94 2.35 2.08 3/82 21457
/proc/meminfo: memFree=1237328/2055920 swapFree=4179736/4192956
[pid=21435] ppid=21433 vsize=13600 CPUtime=152.05
/proc/21435/stat : 21435 (sugar) D 21433 21435 19454 0 -1 4194304 996 71410 0 3 3 97 13789 1316 15 0 1 0 1992626577 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/21435/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 152.05
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 156.963
CPU time (s): 152.077
CPU user time (s): 137.929
CPU system time (s): 14.1478
CPU usage (%): 96.8869
Max. virtual memory (cumulated for all children) (KiB): 908860

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

runsolver used 0.212967 second user time and 0.52092 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-04 03:56:17
IDJOB=1063328
IDBENCH=54744
IDSOLVER=345
FILE ID=node69/1063328-1215136577
PBS_JOBID= 7877281
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-berlin-5-8_0.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-1063328-1215136577/watcher-1063328-1215136577 -o /tmp/evaluation-result-1063328-1215136577/solver-1063328-1215136577 -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-1063328-1215136577.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5f8e2808fd92e99d0cdc8c20fad0e186
RANDOM SEED=1308965916

node69.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1803056 kB
Buffers:         11312 kB
Cached:          93624 kB
SwapCached:       6992 kB
Active:         110316 kB
Inactive:        80316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803056 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            4032 kB
Writeback:           0 kB
Mapped:          99476 kB
Slab:            47032 kB
Committed_AS:  4604164 kB
PageTables:       2128 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= 66528 MiB
End job on node69 at 2008-07-04 03:58:54