Trace number 1056111

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? 139.476 140.956

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-800.xml
MD5SUMa5cb3ae7953c75d065027fcec4cf35e2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints319600
Maximum constraint arity2
Maximum domain size800
Number of constraints which are defined in extension0
Number of constraints which are defined in intension319600
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 Thu Jul  3 07:05:19 2008
0.00/0.04	c 0	PID 21037
0.00/0.05	c 0	HOST node74.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1056111-1215061517.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-1056111-1215061517.xml' 'HOME/temp.csp'
14.01/14.29	c 15	1 domains, 800 variables, 1 predicates, 0 relations, 319600 constraints
14.10/14.39	c 15	ENCODING HOME/temp.csp TO HOME/temp.cnf
14.10/14.39	c 15	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'
14.17/14.47	c 15	Parsing HOME/temp.csp
14.17/14.86	c 15	parsed 10000 expressions
14.17/15.20	c 16	parsed 20000 expressions
15.25/15.52	c 16	parsed 30000 expressions
15.45/15.78	c 16	parsed 40000 expressions
15.85/16.16	c 17	parsed 50000 expressions
16.15/16.42	c 17	parsed 60000 expressions
16.34/16.67	c 17	parsed 70000 expressions
16.83/17.15	c 17	parsed 80000 expressions
17.13/17.41	c 18	parsed 90000 expressions
17.33/17.67	c 18	parsed 100000 expressions
17.61/17.93	c 18	parsed 110000 expressions
17.81/18.18	c 19	parsed 120000 expressions
18.12/18.44	c 19	parsed 130000 expressions
18.71/19.06	c 19	parsed 140000 expressions
19.01/19.32	c 20	parsed 150000 expressions
19.21/19.58	c 20	parsed 160000 expressions
19.51/19.84	c 20	parsed 170000 expressions
19.80/20.11	c 20	parsed 180000 expressions
20.00/20.36	c 21	parsed 190000 expressions
20.30/20.62	c 21	parsed 200000 expressions
20.49/20.88	c 21	parsed 210000 expressions
21.48/21.86	c 22	parsed 220000 expressions
21.79/22.13	c 22	parsed 230000 expressions
21.98/22.39	c 23	parsed 240000 expressions
22.28/22.65	c 23	parsed 250000 expressions
22.58/22.92	c 23	parsed 260000 expressions
22.78/23.18	c 24	parsed 270000 expressions
23.06/23.44	c 24	parsed 280000 expressions
23.37/23.70	c 24	parsed 290000 expressions
23.56/23.98	c 24	parsed 300000 expressions
23.86/24.24	c 25	parsed 310000 expressions
24.15/24.50	c 25	parsed 320000 expressions
24.15/24.51	c 25	parsed 320402 expressions
24.15/24.51	c 25	Heap : 145 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
24.15/24.51	c 25	Converting to clausal form CSP
28.51/28.98	c 29	converted 32041 (10%) expressions
31.77/32.29	c 33	converted 64081 (20%) expressions
36.73/37.24	c 38	converted 96121 (30%) expressions
40.00/40.51	c 41	converted 128161 (40%) expressions
43.17/43.74	c 44	converted 160201 (50%) expressions
48.92/49.57	c 50	converted 192242 (60%) expressions
52.18/52.87	c 53	converted 224282 (70%) expressions
55.45/56.18	c 57	converted 256322 (80%) expressions
58.72/59.46	c 60	converted 288362 (90%) expressions
106.85/108.09	c 108	converted 320402 (100%) expressions
106.85/108.09	c 108	CSP : 800 integers, 319600 booleans, 1278400 clauses, largest domain size 800
106.85/108.09	c 108	Heap : 722 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
106.85/108.09	c 108	Propagation in CSP
139.24/140.79	c 141	ERROR Exception Java heap space
139.24/140.79	c 141	java.util.Arrays.copyOf(Unknown Source)
139.24/140.79	c 141	java.util.Arrays.copyOf(Unknown Source)
139.24/140.79	c 141	java.util.ArrayList.ensureCapacity(Unknown Source)
139.24/140.79	c 141	java.util.ArrayList.add(Unknown Source)
139.24/140.79	c 141	jp.ac.kobe_u.cs.sugar.csp.CSP.propagate(CSP.java:181)
139.24/140.79	c 141	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:104)
139.24/140.79	c 141	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
139.24/140.79	s UNKNOWN
139.40/140.95	c 141	CPU 136.92 (0.04 0.01 136.88 2.53)
139.40/140.95	c 141	END Thu Jul  3 07:07:40 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-1056111-1215061517/watcher-1056111-1215061517 -o /tmp/evaluation-result-1056111-1215061517/solver-1056111-1215061517 -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-1056111-1215061517.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.93 1.99 1.99 4/73 21037
/proc/meminfo: memFree=1659472/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=18572 CPUtime=0
/proc/21037/stat : 21037 (runsolver) R 21035 21037 17148 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1985103064 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21037/statm: 4643 292 257 25 0 2626 0

[startup+0.058885 s]
/proc/loadavg: 1.93 1.99 1.99 4/73 21037
/proc/meminfo: memFree=1659472/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=0.03
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985103064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101733 s]
/proc/loadavg: 1.93 1.99 1.99 4/73 21037
/proc/meminfo: memFree=1659472/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=0.03
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985103064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30177 s]
/proc/loadavg: 1.93 1.99 1.99 4/73 21037
/proc/meminfo: memFree=1659472/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=0.03
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985103064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701852 s]
/proc/loadavg: 1.93 1.99 1.99 4/73 21037
/proc/meminfo: memFree=1659472/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=0.03
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985103064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 1.93 1.99 1.99 4/84 21049
/proc/meminfo: memFree=1631224/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=0.03
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985103064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 796 370 3 0 500 0
[pid=21040] ppid=21037 vsize=5356 CPUtime=0
/proc/21040/stat : 21040 (sh) S 21037 21037 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985103069 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21040/statm: 1339 233 193 169 0 50 0
[pid=21041] ppid=21040 vsize=864676 CPUtime=1.4
/proc/21041/stat : 21041 (java) S 21040 21037 17148 0 -1 0 16202 0 1 0 131 9 0 0 18 0 9 0 1985103069 885428224 13747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21041/statm: 216169 13747 2529 9 0 210751 0
[pid=21041/tid=21042] ppid=21040 vsize=864676 CPUtime=0.83
/proc/21041/task/21042/stat : 21042 (java) R 21040 21037 17148 0 -1 64 2972 0 1 0 80 3 0 0 25 0 9 0 1985103070 885428224 13747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21043] ppid=21040 vsize=864676 CPUtime=0.46
/proc/21041/task/21043/stat : 21043 (java) R 21040 21037 17148 0 -1 64 12040 0 0 0 41 5 0 0 16 0 9 0 1985103072 885428224 13747 996147200 134512640 134550740 4294956016 18446744073709551615 104457107 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21044] ppid=21040 vsize=864676 CPUtime=0
/proc/21041/task/21044/stat : 21044 (java) S 21040 21037 17148 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1985103072 885428224 13747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21045] ppid=21040 vsize=864676 CPUtime=0
/proc/21041/task/21045/stat : 21045 (java) S 21040 21037 17148 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1985103072 885428224 13747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21046] ppid=21040 vsize=864676 CPUtime=0
/proc/21041/task/21046/stat : 21046 (java) S 21040 21037 17148 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985103074 885428224 13747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21047] ppid=21040 vsize=864676 CPUtime=0.09
/proc/21041/task/21047/stat : 21047 (java) S 21040 21037 17148 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 1985103074 885428224 13747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21048] ppid=21040 vsize=864676 CPUtime=0
/proc/21041/task/21048/stat : 21048 (java) S 21040 21037 17148 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985103074 885428224 13747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21049] ppid=21040 vsize=864676 CPUtime=0
/proc/21041/task/21049/stat : 21049 (java) S 21040 21037 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985103074 885428224 13747 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883632

[startup+3.10132 s]
/proc/loadavg: 2.02 2.01 2.00 4/84 21049
/proc/meminfo: memFree=1588088/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=0.03
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985103064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 796 370 3 0 500 0
[pid=21040] ppid=21037 vsize=5356 CPUtime=0
/proc/21040/stat : 21040 (sh) S 21037 21037 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985103069 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21040/statm: 1339 233 193 169 0 50 0
[pid=21041] ppid=21040 vsize=864676 CPUtime=2.98
/proc/21041/stat : 21041 (java) S 21040 21037 17148 0 -1 0 34295 0 1 0 278 20 0 0 18 0 9 0 1985103069 885428224 28896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21041/statm: 216169 28896 2529 9 0 210751 0
[pid=21041/tid=21042] ppid=21040 vsize=864676 CPUtime=1.69
/proc/21041/task/21042/stat : 21042 (java) R 21040 21037 17148 0 -1 64 3831 0 1 0 164 5 0 0 25 0 9 0 1985103070 885428224 28896 996147200 134512640 134550740 4294956016 18446744073709551615 4126500476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21043] ppid=21040 vsize=864676 CPUtime=1.17
/proc/21041/task/21043/stat : 21043 (java) S 21040 21037 17148 0 -1 64 29273 0 0 0 104 13 0 0 16 0 9 0 1985103072 885428224 28896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21044] ppid=21040 vsize=864676 CPUtime=0
/proc/21041/task/21044/stat : 21044 (java) S 21040 21037 17148 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1985103072 885428224 28896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21045] ppid=21040 vsize=864676 CPUtime=0
/proc/21041/task/21045/stat : 21045 (java) S 21040 21037 17148 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1985103072 885428224 28896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21046] ppid=21040 vsize=864676 CPUtime=0
/proc/21041/task/21046/stat : 21046 (java) S 21040 21037 17148 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985103074 885428224 28896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21047] ppid=21040 vsize=864676 CPUtime=0.09
/proc/21041/task/21047/stat : 21047 (java) S 21040 21037 17148 0 -1 64 490 0 0 0 9 0 0 0 16 0 9 0 1985103074 885428224 28896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21048] ppid=21040 vsize=864676 CPUtime=0
/proc/21041/task/21048/stat : 21048 (java) S 21040 21037 17148 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985103074 885428224 28896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21049] ppid=21040 vsize=864676 CPUtime=0
/proc/21041/task/21049/stat : 21049 (java) S 21040 21037 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985103074 885428224 28896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883632

[startup+6.30295 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 21049
/proc/meminfo: memFree=1449080/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=0.03
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985103064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 796 370 3 0 500 0
[pid=21040] ppid=21037 vsize=5356 CPUtime=0
/proc/21040/stat : 21040 (sh) S 21037 21037 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985103069 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21040/statm: 1339 233 193 169 0 50 0
[pid=21041] ppid=21040 vsize=901156 CPUtime=6.15
/proc/21041/stat : 21041 (java) S 21040 21037 17148 0 -1 0 88596 0 1 0 571 44 0 0 18 0 9 0 1985103069 922783744 70323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21041/statm: 225289 70323 2529 9 0 219871 0
[pid=21041/tid=21042] ppid=21040 vsize=901156 CPUtime=3.27
/proc/21041/task/21042/stat : 21042 (java) S 21040 21037 17148 0 -1 64 4819 0 1 0 319 8 0 0 25 0 9 0 1985103070 922783744 70323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21043] ppid=21040 vsize=901156 CPUtime=2.76
/proc/21041/task/21043/stat : 21043 (java) R 21040 21037 17148 0 -1 64 82586 0 0 0 241 35 0 0 20 0 9 0 1985103072 922783744 70323 996147200 134512640 134550740 4294956016 18446744073709551615 103736808 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21044] ppid=21040 vsize=901156 CPUtime=0
/proc/21041/task/21044/stat : 21044 (java) S 21040 21037 17148 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1985103072 922783744 70323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21045] ppid=21040 vsize=901156 CPUtime=0
/proc/21041/task/21045/stat : 21045 (java) S 21040 21037 17148 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1985103072 922783744 70323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21046] ppid=21040 vsize=901156 CPUtime=0
/proc/21041/task/21046/stat : 21046 (java) S 21040 21037 17148 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985103074 922783744 70323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21047] ppid=21040 vsize=901156 CPUtime=0.09
/proc/21041/task/21047/stat : 21047 (java) S 21040 21037 17148 0 -1 64 490 0 0 0 9 0 0 0 16 0 9 0 1985103074 922783744 70323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21048] ppid=21040 vsize=901156 CPUtime=0
/proc/21041/task/21048/stat : 21048 (java) S 21040 21037 17148 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985103074 922783744 70323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21049] ppid=21040 vsize=901156 CPUtime=0
/proc/21041/task/21049/stat : 21049 (java) S 21040 21037 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985103074 922783744 70323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 920112

[startup+12.7022 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 21049
/proc/meminfo: memFree=1245944/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=0.03
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985103064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 796 370 3 0 500 0
[pid=21040] ppid=21037 vsize=5356 CPUtime=0
/proc/21040/stat : 21040 (sh) S 21037 21037 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985103069 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21040/statm: 1339 233 193 169 0 50 0
[pid=21041] ppid=21040 vsize=864664 CPUtime=12.49
/proc/21041/stat : 21041 (java) S 21040 21037 17148 0 -1 0 149054 0 1 0 1177 72 0 0 18 0 9 0 1985103069 885415936 108786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21041/statm: 216166 108786 2529 9 0 210748 0
[pid=21041/tid=21042] ppid=21040 vsize=864664 CPUtime=5.98
/proc/21041/task/21042/stat : 21042 (java) R 21040 21037 17148 0 -1 64 9645 0 1 0 587 11 0 0 25 0 9 0 1985103070 885415936 108786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21043] ppid=21040 vsize=864664 CPUtime=6.34
/proc/21041/task/21043/stat : 21043 (java) R 21040 21037 17148 0 -1 64 138184 0 0 0 575 59 0 0 16 0 9 0 1985103072 885415936 108786 996147200 134512640 134550740 4294956016 18446744073709551615 102723262 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21044] ppid=21040 vsize=864664 CPUtime=0
/proc/21041/task/21044/stat : 21044 (java) S 21040 21037 17148 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1985103072 885415936 108786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21045] ppid=21040 vsize=864664 CPUtime=0
/proc/21041/task/21045/stat : 21045 (java) S 21040 21037 17148 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1985103072 885415936 108786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21046] ppid=21040 vsize=864664 CPUtime=0
/proc/21041/task/21046/stat : 21046 (java) S 21040 21037 17148 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985103074 885415936 108786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21047] ppid=21040 vsize=864664 CPUtime=0.14
/proc/21041/task/21047/stat : 21047 (java) S 21040 21037 17148 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 1985103074 885415936 108786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21048] ppid=21040 vsize=864664 CPUtime=0
/proc/21041/task/21048/stat : 21048 (java) S 21040 21037 17148 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985103074 885415936 108786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21041/tid=21049] ppid=21040 vsize=864664 CPUtime=0
/proc/21041/task/21049/stat : 21049 (java) S 21040 21037 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985103074 885415936 108786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883620

[startup+25.5027 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 21059
/proc/meminfo: memFree=1480056/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=14.19
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 974 154270 0 1 4 1 1328 86 15 0 1 0 1985103064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 797 370 3 0 500 0
[pid=21050] ppid=21037 vsize=5356 CPUtime=0
/proc/21050/stat : 21050 (sh) S 21037 21037 17148 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985104503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21050/statm: 1339 233 193 169 0 50 0
[pid=21051] ppid=21050 vsize=868440 CPUtime=10.96
/proc/21051/stat : 21051 (java) S 21050 21037 17148 0 -1 0 59445 0 1 0 1066 30 0 0 19 0 9 0 1985104503 889282560 45219 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21051/statm: 217110 45219 2543 9 0 211685 0
[pid=21051/tid=21052] ppid=21050 vsize=868440 CPUtime=6.76
/proc/21051/task/21052/stat : 21052 (java) R 21050 21037 17148 0 -1 64 4697 0 1 0 671 5 0 0 25 0 9 0 1985104504 889282560 45219 996147200 134512640 134550740 4294955952 18446744073709551615 4126627268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21053] ppid=21050 vsize=868440 CPUtime=3.97
/proc/21051/task/21053/stat : 21053 (java) S 21050 21037 17148 0 -1 64 52551 0 0 0 374 23 0 0 16 0 9 0 1985104505 889282560 45219 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21054] ppid=21050 vsize=868440 CPUtime=0
/proc/21051/task/21054/stat : 21054 (java) S 21050 21037 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985104506 889282560 45219 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21055] ppid=21050 vsize=868440 CPUtime=0
/proc/21051/task/21055/stat : 21055 (java) S 21050 21037 17148 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1985104506 889282560 45219 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+134.303 s]
/proc/loadavg: 2.05 2.04 2.01 3/84 21059
/proc/meminfo: memFree=910904/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=14.19
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 974 154270 0 1 4 1 1328 86 16 0 1 0 1985103064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 797 370 3 0 500 0
[pid=21050] ppid=21037 vsize=5356 CPUtime=0
/proc/21050/stat : 21050 (sh) S 21037 21037 17148 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985104503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21050/statm: 1339 233 193 169 0 50 0
[pid=21051] ppid=21050 vsize=872444 CPUtime=118.7
/proc/21051/stat : 21051 (java) S 21050 21037 17148 0 -1 0 355401 0 1 0 11720 150 0 0 19 0 9 0 1985104503 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21051/statm: 218111 185898 2540 9 0 212686 0
[pid=21051/tid=21052] ppid=21050 vsize=872444 CPUtime=30.98
/proc/21051/task/21052/stat : 21052 (java) S 21050 21037 17148 0 -1 64 9831 0 1 0 3090 8 0 0 17 0 9 0 1985104504 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21053] ppid=21050 vsize=872444 CPUtime=87.49
/proc/21051/task/21053/stat : 21053 (java) R 21050 21037 17148 0 -1 64 343369 0 0 0 8608 141 0 0 25 0 9 0 1985104505 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 103736028 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21054] ppid=21050 vsize=872444 CPUtime=0
/proc/21051/task/21054/stat : 21054 (java) S 21050 21037 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985104506 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21055] ppid=21050 vsize=872444 CPUtime=0
/proc/21051/task/21055/stat : 21055 (java) S 21050 21037 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985104506 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21056] ppid=21050 vsize=872444 CPUtime=0
/proc/21051/task/21056/stat : 21056 (java) S 21050 21037 17148 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1985104508 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21057] ppid=21050 vsize=872444 CPUtime=0.22
/proc/21051/task/21057/stat : 21057 (java) S 21050 21037 17148 0 -1 64 1504 0 0 0 21 1 0 0 16 0 9 0 1985104508 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21058] ppid=21050 vsize=872444 CPUtime=0
/proc/21051/task/21058/stat : 21058 (java) S 21050 21037 17148 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985104508 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21059] ppid=21050 vsize=872444 CPUtime=0
/proc/21051/task/21059/stat : 21059 (java) S 21050 21037 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985104508 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 132.89
Current children cumulated vsize (KiB) 891400

[startup+137.508 s]
/proc/loadavg: 2.05 2.03 2.01 3/84 21059
/proc/meminfo: memFree=910840/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=14.19
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 974 154270 0 1 4 1 1328 86 16 0 1 0 1985103064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 797 370 3 0 500 0
[pid=21050] ppid=21037 vsize=5356 CPUtime=0
/proc/21050/stat : 21050 (sh) S 21037 21037 17148 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985104503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21050/statm: 1339 233 193 169 0 50 0
[pid=21051] ppid=21050 vsize=872444 CPUtime=121.88
/proc/21051/stat : 21051 (java) S 21050 21037 17148 0 -1 0 359926 0 1 0 12035 153 0 0 19 0 9 0 1985104503 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21051/statm: 218111 185898 2540 9 0 212686 0
[pid=21051/tid=21052] ppid=21050 vsize=872444 CPUtime=30.98
/proc/21051/task/21052/stat : 21052 (java) S 21050 21037 17148 0 -1 64 9831 0 1 0 3090 8 0 0 17 0 9 0 1985104504 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21053] ppid=21050 vsize=872444 CPUtime=90.66
/proc/21051/task/21053/stat : 21053 (java) R 21050 21037 17148 0 -1 64 347894 0 0 0 8923 143 0 0 25 0 9 0 1985104505 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 103828929 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21054] ppid=21050 vsize=872444 CPUtime=0
/proc/21051/task/21054/stat : 21054 (java) S 21050 21037 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985104506 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21055] ppid=21050 vsize=872444 CPUtime=0
/proc/21051/task/21055/stat : 21055 (java) S 21050 21037 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985104506 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21056] ppid=21050 vsize=872444 CPUtime=0
/proc/21051/task/21056/stat : 21056 (java) S 21050 21037 17148 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1985104508 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21057] ppid=21050 vsize=872444 CPUtime=0.22
/proc/21051/task/21057/stat : 21057 (java) S 21050 21037 17148 0 -1 64 1504 0 0 0 21 1 0 0 16 0 9 0 1985104508 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21058] ppid=21050 vsize=872444 CPUtime=0
/proc/21051/task/21058/stat : 21058 (java) S 21050 21037 17148 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985104508 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21059] ppid=21050 vsize=872444 CPUtime=0
/proc/21051/task/21059/stat : 21059 (java) S 21050 21037 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985104508 893382656 185898 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 136.07
Current children cumulated vsize (KiB) 891400

[startup+139.103 s]
/proc/loadavg: 2.05 2.03 2.01 3/84 21059
/proc/meminfo: memFree=910840/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=14.19
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 974 154270 0 1 4 1 1328 86 16 0 1 0 1985103064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 797 370 3 0 500 0
[pid=21050] ppid=21037 vsize=5356 CPUtime=0
/proc/21050/stat : 21050 (sh) S 21037 21037 17148 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985104503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21050/statm: 1339 233 193 169 0 50 0
[pid=21051] ppid=21050 vsize=882692 CPUtime=123.46
/proc/21051/stat : 21051 (java) S 21050 21037 17148 0 -1 0 363450 0 1 0 12192 154 0 0 19 0 9 0 1985104503 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21051/statm: 220673 188460 2540 9 0 215248 0
[pid=21051/tid=21052] ppid=21050 vsize=882692 CPUtime=30.98
/proc/21051/task/21052/stat : 21052 (java) S 21050 21037 17148 0 -1 64 9831 0 1 0 3090 8 0 0 17 0 9 0 1985104504 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21053] ppid=21050 vsize=882692 CPUtime=92.24
/proc/21051/task/21053/stat : 21053 (java) R 21050 21037 17148 0 -1 64 351418 0 0 0 9080 144 0 0 25 0 9 0 1985104505 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 104180253 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21054] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21054/stat : 21054 (java) S 21050 21037 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985104506 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21055] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21055/stat : 21055 (java) S 21050 21037 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985104506 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21056] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21056/stat : 21056 (java) S 21050 21037 17148 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1985104508 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21057] ppid=21050 vsize=882692 CPUtime=0.22
/proc/21051/task/21057/stat : 21057 (java) S 21050 21037 17148 0 -1 64 1504 0 0 0 21 1 0 0 16 0 9 0 1985104508 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21058] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21058/stat : 21058 (java) S 21050 21037 17148 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985104508 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21059] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21059/stat : 21059 (java) S 21050 21037 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985104508 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 137.65
Current children cumulated vsize (KiB) 901648

[startup+139.901 s]
/proc/loadavg: 2.05 2.03 2.01 3/84 21059
/proc/meminfo: memFree=900600/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=14.19
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 974 154270 0 1 4 1 1328 86 16 0 1 0 1985103064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 797 370 3 0 500 0
[pid=21050] ppid=21037 vsize=5356 CPUtime=0
/proc/21050/stat : 21050 (sh) S 21037 21037 17148 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985104503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21050/statm: 1339 233 193 169 0 50 0
[pid=21051] ppid=21050 vsize=882692 CPUtime=124.25
/proc/21051/stat : 21051 (java) S 21050 21037 17148 0 -1 0 363450 0 1 0 12271 154 0 0 19 0 9 0 1985104503 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21051/statm: 220673 188460 2540 9 0 215248 0
[pid=21051/tid=21052] ppid=21050 vsize=882692 CPUtime=30.98
/proc/21051/task/21052/stat : 21052 (java) S 21050 21037 17148 0 -1 64 9831 0 1 0 3090 8 0 0 17 0 9 0 1985104504 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21053] ppid=21050 vsize=882692 CPUtime=93.03
/proc/21051/task/21053/stat : 21053 (java) R 21050 21037 17148 0 -1 64 351418 0 0 0 9159 144 0 0 25 0 9 0 1985104505 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 102731777 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21054] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21054/stat : 21054 (java) S 21050 21037 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985104506 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21055] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21055/stat : 21055 (java) S 21050 21037 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985104506 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21056] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21056/stat : 21056 (java) S 21050 21037 17148 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1985104508 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21057] ppid=21050 vsize=882692 CPUtime=0.22
/proc/21051/task/21057/stat : 21057 (java) S 21050 21037 17148 0 -1 64 1504 0 0 0 21 1 0 0 16 0 9 0 1985104508 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21058] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21058/stat : 21058 (java) S 21050 21037 17148 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985104508 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21059] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21059/stat : 21059 (java) S 21050 21037 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985104508 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 138.44
Current children cumulated vsize (KiB) 901648

[startup+140.701 s]
/proc/loadavg: 2.05 2.03 2.01 3/84 21059
/proc/meminfo: memFree=900600/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=14.19
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 974 154270 0 1 4 1 1328 86 16 0 1 0 1985103064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 797 370 3 0 500 0
[pid=21050] ppid=21037 vsize=5356 CPUtime=0
/proc/21050/stat : 21050 (sh) S 21037 21037 17148 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985104503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21050/statm: 1339 233 193 169 0 50 0
[pid=21051] ppid=21050 vsize=882692 CPUtime=125.05
/proc/21051/stat : 21051 (java) S 21050 21037 17148 0 -1 0 363450 0 1 0 12351 154 0 0 19 0 9 0 1985104503 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21051/statm: 220673 188460 2540 9 0 215248 0
[pid=21051/tid=21052] ppid=21050 vsize=882692 CPUtime=30.98
/proc/21051/task/21052/stat : 21052 (java) S 21050 21037 17148 0 -1 64 9831 0 1 0 3090 8 0 0 17 0 9 0 1985104504 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21053] ppid=21050 vsize=882692 CPUtime=93.82
/proc/21051/task/21053/stat : 21053 (java) R 21050 21037 17148 0 -1 64 351418 0 0 0 9238 144 0 0 25 0 9 0 1985104505 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21054] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21054/stat : 21054 (java) S 21050 21037 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985104506 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21055] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21055/stat : 21055 (java) S 21050 21037 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1985104506 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21056] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21056/stat : 21056 (java) S 21050 21037 17148 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1985104508 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21057] ppid=21050 vsize=882692 CPUtime=0.22
/proc/21051/task/21057/stat : 21057 (java) S 21050 21037 17148 0 -1 64 1504 0 0 0 21 1 0 0 16 0 9 0 1985104508 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21058] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21058/stat : 21058 (java) S 21050 21037 17148 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985104508 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21051/tid=21059] ppid=21050 vsize=882692 CPUtime=0
/proc/21051/task/21059/stat : 21059 (java) S 21050 21037 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985104508 903876608 188460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 139.24
Current children cumulated vsize (KiB) 901648

[startup+140.902 s]
/proc/loadavg: 2.05 2.03 2.01 3/84 21059
/proc/meminfo: memFree=900600/2055920 swapFree=4179604/4192956
[pid=21037] ppid=21035 vsize=13600 CPUtime=14.19
/proc/21037/stat : 21037 (sugar) S 21035 21037 17148 0 -1 4194304 974 154270 0 1 4 1 1328 86 16 0 1 0 1985103064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21037/statm: 3400 797 370 3 0 500 0
[pid=21050] ppid=21037 vsize=5356 CPUtime=0
/proc/21050/stat : 21050 (sh) S 21037 21037 17148 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985104503 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21050/statm: 1339 233 193 169 0 50 0
[pid=21051] ppid=21050 vsize=0 CPUtime=125.21
/proc/21051/stat : 21051 (java) Z 21050 21037 17148 0 -1 1036 363462 0 1 0 12360 161 0 0 16 0 2 0 1985104503 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21051/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 139.4
Current children cumulated vsize (KiB) 18956

Child status: 0
Real time (s): 140.956
CPU time (s): 139.476
CPU user time (s): 136.926
CPU system time (s): 2.54961
CPU usage (%): 98.9502
Max. virtual memory (cumulated for all children) (KiB): 920112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 136.926
system time used= 2.54961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 519044
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= 9138
involuntary context switches= 10015

runsolver used 0.166974 second user time and 0.506922 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-03 07:05:19
IDJOB=1056111
IDBENCH=57399
IDSOLVER=345
FILE ID=node74/1056111-1215061517
PBS_JOBID= 7875029
Free space on /tmp= 103172 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-800.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-1056111-1215061517/watcher-1056111-1215061517 -o /tmp/evaluation-result-1056111-1215061517/solver-1056111-1215061517 -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-1056111-1215061517.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a5cb3ae7953c75d065027fcec4cf35e2
RANDOM SEED=23994592

node74.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:       1659952 kB
Buffers:         58852 kB
Cached:         256060 kB
SwapCached:       6796 kB
Active:         198464 kB
Inactive:       131812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659952 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:           43920 kB
Writeback:           0 kB
Mapped:          22748 kB
Slab:            50820 kB
Committed_AS:  3917744 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103168 MiB
End job on node74 at 2008-07-03 07:07:40