Trace number 2077087

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.14.6+picosatSAT 169.128 170.916

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg6-6_ext.xml
MD5SUM589d1d1b23bfa903f838d0653ed4224a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.105983
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints12
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:48:50 2009
0.00/0.08	c 0	PID 17648
0.07/0.08	c 0	HOST node62.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2077087-1247363329.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077087-1247363329.xml' 'HOME/temp.csp'
0.07/0.62	c 0	1 domains, 36 variables, 0 predicates, 1 relations, 12 constraints
0.07/0.64	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.64	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.59/0.72	c 0	Parsing HOME/temp.csp
0.94/1.04	c 1	parsed 50 expressions
0.94/1.05	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.05	c 1	Converting to clausal form CSP
0.94/1.07	c 1	converted 5 (10%) expressions
0.94/1.07	c 1	converted 10 (20%) expressions
0.94/1.07	c 1	converted 15 (30%) expressions
0.94/1.07	c 1	converted 20 (40%) expressions
0.94/1.07	c 1	converted 25 (50%) expressions
0.94/1.07	c 1	converted 30 (60%) expressions
0.94/1.07	c 1	converted 35 (70%) expressions
1.23/1.39	c 1	converted 40 (80%) expressions
2.02/2.11	c 2	converted 45 (90%) expressions
2.72/2.87	c 2	converted 50 (100%) expressions
2.72/2.87	c 2	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.72/2.87	c 2	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.72/2.87	c 2	Propagation in CSP
2.72/2.87	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.72/2.87	c 2	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.72/2.87	c 2	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.72/2.87	c 2	Simplifing CSP by introducing new Boolean variables
2.72/2.87	c 2	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.72/2.87	c 2	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.16	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.16	c 3	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
3.01/3.17	c 3	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
3.01/3.17	c 3	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
3.01/3.17	c 3	15 (40%) CSP integer variables are encoded (360 clauses, 3816 bytes)
3.01/3.17	c 3	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.01/3.18	c 3	22 (60%) CSP integer variables are encoded (528 clauses, 5664 bytes)
3.01/3.18	c 3	26 (70%) CSP integer variables are encoded (624 clauses, 6720 bytes)
3.01/3.18	c 3	29 (80%) CSP integer variables are encoded (696 clauses, 7512 bytes)
3.01/3.18	c 3	33 (90%) CSP integer variables are encoded (792 clauses, 8568 bytes)
3.01/3.18	c 3	36 (100%) CSP integer variables are encoded (864 clauses, 9360 bytes)
24.21/24.59	c 24	2 (10%) CSP clauses are encoded (114356 clauses, 4301361 bytes)
34.80/35.24	c 35	3 (20%) CSP clauses are encoded (171102 clauses, 6655408 bytes)
45.59/46.17	c 46	4 (30%) CSP clauses are encoded (227848 clauses, 9009455 bytes)
56.28/56.91	c 56	5 (40%) CSP clauses are encoded (284594 clauses, 11364205 bytes)
66.78/67.56	c 67	6 (50%) CSP clauses are encoded (341340 clauses, 13826264 bytes)
88.17/89.14	c 89	8 (60%) CSP clauses are encoded (454832 clauses, 18750382 bytes)
98.56/99.69	c 99	9 (70%) CSP clauses are encoded (511578 clauses, 21212441 bytes)
109.46/110.64	c 110	10 (80%) CSP clauses are encoded (568324 clauses, 23674500 bytes)
119.84/121.19	c 121	11 (90%) CSP clauses are encoded (625070 clauses, 26136559 bytes)
130.44/131.84	c 131	12 (100%) CSP clauses are encoded (681816 clauses, 28598618 bytes)
130.44/131.84	c 131	12 CSP clauses encoded
130.44/131.84	c 131	Writing map file : HOME/temp.map
130.44/131.84	c 131	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
130.44/131.84	c 131	SAT : 900 SAT variables, 681816 SAT clauses, 28598618 bytes
130.44/131.84	c 131	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
130.50/131.91	c 131	SOLVING HOME/temp.cnf
130.50/131.91	c 131	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
168.93/170.73	c 170	DECODING HOME/temp.out WITH HOME/temp.map
168.93/170.73	c 170	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
168.96/170.81	c 170	Decoding HOME/temp.out
168.96/170.83	s SATISFIABLE
168.96/170.84	v 2 0 15 19 0 11 4 2 14 20 11 4 18 19 4 17 4 18 18 8 11 4 13 19 4 21 4 13 19 4 18 4 17 19 8 4
168.96/170.86	c 170	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
168.96/170.90	c 170	CPU 169.09 (0.06 0.02 160.06 8.95)
168.96/170.90	c 170	END Sun Jul 12 03:51:40 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077087-1247363329/watcher-2077087-1247363329 -o /tmp/evaluation-result-2077087-1247363329/solver-2077087-1247363329 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2077087-1247363329.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.39 2.32 2.13 4/82 17648
/proc/meminfo: memFree=1366752/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=12268 CPUtime=0
/proc/17648/stat : 17648 (sugar) R 17646 17648 15406 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23396864 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 236437863013 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17648/statm: 3067 316 241 3 0 167 0

[startup+0.084265 s]
/proc/loadavg: 2.39 2.32 2.13 4/82 17648
/proc/meminfo: memFree=1366752/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16740 CPUtime=0.07
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 23396864 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101727 s]
/proc/loadavg: 2.39 2.32 2.13 4/82 17648
/proc/meminfo: memFree=1366752/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=0.07
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23396864 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302748 s]
/proc/loadavg: 2.39 2.32 2.13 4/82 17648
/proc/meminfo: memFree=1366752/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=0.07
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23396864 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702795 s]
/proc/loadavg: 2.39 2.32 2.13 4/82 17648
/proc/meminfo: memFree=1366752/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=0.59
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1292 6944 0 1 5 2 48 4 16 0 1 0 23396864 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16868

[startup+1.50289 s]
/proc/loadavg: 2.51 2.35 2.14 3/93 17670
/proc/meminfo: memFree=1355720/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=0.59
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1310 6944 0 1 5 2 48 4 15 0 1 0 23396864 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1111 409 3 0 796 0
[pid=17661] ppid=17648 vsize=5356 CPUtime=0
/proc/17661/stat : 17661 (sh) S 17648 17648 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17661/statm: 1339 233 193 169 0 50 0
[pid=17662] ppid=17661 vsize=864616 CPUtime=0.84
/proc/17662/stat : 17662 (java) S 17661 17648 15406 0 -1 0 8234 0 1 0 80 4 0 0 18 0 9 0 23396929 885366784 7375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17662/statm: 216154 7375 2566 9 0 210659 0
[pid=17662/tid=17663] ppid=17661 vsize=864616 CPUtime=0.49
/proc/17662/task/17663/stat : 17663 (java) R 17661 17648 15406 0 -1 64 2668 0 1 0 48 1 0 0 19 0 9 0 23396930 885366784 7375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17664] ppid=17661 vsize=864616 CPUtime=0.27
/proc/17662/task/17664/stat : 17664 (java) R 17661 17648 15406 0 -1 64 4564 0 0 0 26 1 0 0 16 0 9 0 23396931 885366784 7375 996147200 134512640 134550932 4294955936 18446744073709551615 102768171 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17665] ppid=17661 vsize=864616 CPUtime=0
/proc/17662/task/17665/stat : 17665 (java) S 17661 17648 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396931 885366784 7375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17666] ppid=17661 vsize=864616 CPUtime=0
/proc/17662/task/17666/stat : 17666 (java) S 17661 17648 15406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23396931 885366784 7375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17667] ppid=17661 vsize=864616 CPUtime=0
/proc/17662/task/17667/stat : 17667 (java) S 17661 17648 15406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396933 885366784 7375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17668] ppid=17661 vsize=864616 CPUtime=0.05
/proc/17662/task/17668/stat : 17668 (java) S 17661 17648 15406 0 -1 64 304 0 0 0 5 0 0 0 16 0 9 0 23396933 885366784 7375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17669] ppid=17661 vsize=864616 CPUtime=0
/proc/17662/task/17669/stat : 17669 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396933 885366784 7375 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17670] ppid=17661 vsize=864616 CPUtime=0
/proc/17662/task/17670/stat : 17670 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396933 885366784 7375 996147200 134512640 134550932 4294955936 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) 886840

[startup+3.10107 s]
/proc/loadavg: 2.51 2.35 2.14 3/93 17670
/proc/meminfo: memFree=1327944/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=0.59
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1310 6944 0 1 5 2 48 4 15 0 1 0 23396864 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1111 409 3 0 796 0
[pid=17661] ppid=17648 vsize=5356 CPUtime=0
/proc/17661/stat : 17661 (sh) S 17648 17648 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17661/statm: 1339 233 193 169 0 50 0
[pid=17662] ppid=17661 vsize=864616 CPUtime=2.42
/proc/17662/stat : 17662 (java) S 17661 17648 15406 0 -1 0 17063 0 1 0 233 9 0 0 18 0 9 0 23396929 885366784 15965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17662/statm: 216154 15965 2566 9 0 210659 0
[pid=17662/tid=17663] ppid=17661 vsize=864616 CPUtime=1.06
/proc/17662/task/17663/stat : 17663 (java) R 17661 17648 15406 0 -1 64 3202 0 1 0 104 2 0 0 24 0 9 0 23396930 885366784 15965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17664] ppid=17661 vsize=864616 CPUtime=1.29
/proc/17662/task/17664/stat : 17664 (java) R 17661 17648 15406 0 -1 64 12859 0 0 0 123 6 0 0 18 0 9 0 23396931 885366784 15965 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17665] ppid=17661 vsize=864616 CPUtime=0
/proc/17662/task/17665/stat : 17665 (java) S 17661 17648 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396931 885366784 15965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17666] ppid=17661 vsize=864616 CPUtime=0
/proc/17662/task/17666/stat : 17666 (java) S 17661 17648 15406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23396931 885366784 15965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17667] ppid=17661 vsize=864616 CPUtime=0
/proc/17662/task/17667/stat : 17667 (java) S 17661 17648 15406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396933 885366784 15965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17668] ppid=17661 vsize=864616 CPUtime=0.05
/proc/17662/task/17668/stat : 17668 (java) S 17661 17648 15406 0 -1 64 304 0 0 0 5 0 0 0 16 0 9 0 23396933 885366784 15965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17669] ppid=17661 vsize=864616 CPUtime=0
/proc/17662/task/17669/stat : 17669 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396933 885366784 15965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17670] ppid=17661 vsize=864616 CPUtime=0
/proc/17662/task/17670/stat : 17670 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396933 885366784 15965 996147200 134512640 134550932 4294955936 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) 886840

[startup+6.30243 s]
/proc/loadavg: 2.55 2.36 2.14 3/93 17670
/proc/meminfo: memFree=1306696/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=0.6
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1310 6944 0 1 6 2 48 4 15 0 1 0 23396864 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1111 409 3 0 796 0
[pid=17661] ppid=17648 vsize=5356 CPUtime=0
/proc/17661/stat : 17661 (sh) S 17648 17648 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17661/statm: 1339 233 193 169 0 50 0
[pid=17662] ppid=17661 vsize=864476 CPUtime=5.59
/proc/17662/stat : 17662 (java) S 17661 17648 15406 0 -1 0 17951 0 1 0 549 10 0 0 18 0 9 0 23396929 885223424 16758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17662/statm: 216119 16758 2590 9 0 210596 0
[pid=17662/tid=17663] ppid=17661 vsize=864476 CPUtime=4.1
/proc/17662/task/17663/stat : 17663 (java) R 17661 17648 15406 0 -1 64 3276 0 1 0 408 2 0 0 25 0 9 0 23396930 885223424 16758 996147200 134512640 134550932 4294955936 18446744073709551615 4126589038 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17664] ppid=17661 vsize=864476 CPUtime=1.38
/proc/17662/task/17664/stat : 17664 (java) S 17661 17648 15406 0 -1 64 13651 0 0 0 132 6 0 0 16 0 9 0 23396931 885223424 16758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17665] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17665/stat : 17665 (java) S 17661 17648 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396931 885223424 16758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17666] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17666/stat : 17666 (java) S 17661 17648 15406 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23396931 885223424 16758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17667] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17667/stat : 17667 (java) S 17661 17648 15406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396933 885223424 16758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17668] ppid=17661 vsize=864476 CPUtime=0.07
/proc/17662/task/17668/stat : 17668 (java) S 17661 17648 15406 0 -1 64 326 0 0 0 7 0 0 0 16 0 9 0 23396933 885223424 16758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17669] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17669/stat : 17669 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396933 885223424 16758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17670] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17670/stat : 17670 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396933 885223424 16758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886700

[startup+12.7012 s]
/proc/loadavg: 2.51 2.36 2.14 3/93 17670
/proc/meminfo: memFree=1301384/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=0.6
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1310 6944 0 1 6 2 48 4 15 0 1 0 23396864 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1111 409 3 0 796 0
[pid=17661] ppid=17648 vsize=5356 CPUtime=0
/proc/17661/stat : 17661 (sh) S 17648 17648 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17661/statm: 1339 233 193 169 0 50 0
[pid=17662] ppid=17661 vsize=864476 CPUtime=11.92
/proc/17662/stat : 17662 (java) S 17661 17648 15406 0 -1 0 18988 0 1 0 1182 10 0 0 18 0 9 0 23396929 885223424 17778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17662/statm: 216119 17778 2590 9 0 210596 0
[pid=17662/tid=17663] ppid=17661 vsize=864476 CPUtime=10.38
/proc/17662/task/17663/stat : 17663 (java) R 17661 17648 15406 0 -1 64 3293 0 1 0 1036 2 0 0 25 0 9 0 23396930 885223424 17778 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17664] ppid=17661 vsize=864476 CPUtime=1.45
/proc/17662/task/17664/stat : 17664 (java) S 17661 17648 15406 0 -1 64 14671 0 0 0 138 7 0 0 16 0 9 0 23396931 885223424 17778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17665] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17665/stat : 17665 (java) S 17661 17648 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396931 885223424 17778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17666] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17666/stat : 17666 (java) S 17661 17648 15406 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23396931 885223424 17778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17667] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17667/stat : 17667 (java) S 17661 17648 15406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396933 885223424 17778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17668] ppid=17661 vsize=864476 CPUtime=0.07
/proc/17662/task/17668/stat : 17668 (java) S 17661 17648 15406 0 -1 64 326 0 0 0 7 0 0 0 16 0 9 0 23396933 885223424 17778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17669] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17669/stat : 17669 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396933 885223424 17778 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17670] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17670/stat : 17670 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396933 885223424 17778 996147200 134512640 134550932 4294955936 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) 886700

[startup+25.5026 s]
/proc/loadavg: 2.43 2.34 2.14 3/93 17670
/proc/meminfo: memFree=1285768/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=0.6
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1310 6944 0 1 6 2 48 4 16 0 1 0 23396864 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1111 409 3 0 796 0
[pid=17661] ppid=17648 vsize=5356 CPUtime=0
/proc/17661/stat : 17661 (sh) S 17648 17648 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17661/statm: 1339 233 193 169 0 50 0
[pid=17662] ppid=17661 vsize=864476 CPUtime=24.6
/proc/17662/stat : 17662 (java) S 17661 17648 15406 0 -1 0 21880 0 1 0 2447 13 0 0 18 0 9 0 23396929 885223424 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17662/statm: 216119 20592 2590 9 0 210596 0
[pid=17662/tid=17663] ppid=17661 vsize=864476 CPUtime=22.89
/proc/17662/task/17663/stat : 17663 (java) R 17661 17648 15406 0 -1 64 3371 0 1 0 2285 4 0 0 25 0 9 0 23396930 885223424 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4126589024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17664] ppid=17661 vsize=864476 CPUtime=1.6
/proc/17662/task/17664/stat : 17664 (java) S 17661 17648 15406 0 -1 64 17479 0 0 0 152 8 0 0 16 0 9 0 23396931 885223424 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17665] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17665/stat : 17665 (java) S 17661 17648 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396931 885223424 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17666] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17666/stat : 17666 (java) S 17661 17648 15406 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23396931 885223424 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17667] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17667/stat : 17667 (java) S 17661 17648 15406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396933 885223424 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17668] ppid=17661 vsize=864476 CPUtime=0.08
/proc/17662/task/17668/stat : 17668 (java) S 17661 17648 15406 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 23396933 885223424 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17669] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17669/stat : 17669 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396933 885223424 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17670] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17670/stat : 17670 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396933 885223424 20592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 886700

[startup+51.1026 s]
/proc/loadavg: 2.26 2.31 2.13 3/93 17670
/proc/meminfo: memFree=1273288/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=0.6
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1310 6944 0 1 6 2 48 4 16 0 1 0 23396864 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1111 409 3 0 796 0
[pid=17661] ppid=17648 vsize=5356 CPUtime=0
/proc/17661/stat : 17661 (sh) S 17648 17648 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17661/statm: 1339 233 193 169 0 50 0
[pid=17662] ppid=17661 vsize=864476 CPUtime=49.94
/proc/17662/stat : 17662 (java) S 17661 17648 15406 0 -1 0 29047 0 1 0 4973 21 0 0 18 0 9 0 23396929 885223424 22538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17662/statm: 216119 22538 2590 9 0 210596 0
[pid=17662/tid=17663] ppid=17661 vsize=864476 CPUtime=47.64
/proc/17662/task/17663/stat : 17663 (java) R 17661 17648 15406 0 -1 64 3475 0 1 0 4757 7 0 0 25 0 9 0 23396930 885223424 22538 996147200 134512640 134550932 4294955936 18446744073709551615 4126588948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17664] ppid=17661 vsize=864476 CPUtime=2.17
/proc/17662/task/17664/stat : 17664 (java) S 17661 17648 15406 0 -1 64 24538 0 0 0 205 12 0 0 16 0 9 0 23396931 885223424 22538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17665] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17665/stat : 17665 (java) S 17661 17648 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396931 885223424 22538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17666] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17666/stat : 17666 (java) S 17661 17648 15406 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23396931 885223424 22538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17667] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17667/stat : 17667 (java) S 17661 17648 15406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396933 885223424 22538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17668] ppid=17661 vsize=864476 CPUtime=0.09
/proc/17662/task/17668/stat : 17668 (java) S 17661 17648 15406 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 23396933 885223424 22538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17669] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17669/stat : 17669 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396933 885223424 22538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17670] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17670/stat : 17670 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396933 885223424 22538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 886700

[startup+102.307 s]
/proc/loadavg: 2.23 2.29 2.13 3/93 17670
/proc/meminfo: memFree=1258888/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=0.6
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1310 6944 0 1 6 2 48 4 16 0 1 0 23396864 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1111 409 3 0 796 0
[pid=17661] ppid=17648 vsize=5356 CPUtime=0
/proc/17661/stat : 17661 (sh) S 17648 17648 15406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17661/statm: 1339 233 193 169 0 50 0
[pid=17662] ppid=17661 vsize=864476 CPUtime=100.64
/proc/17662/stat : 17662 (java) S 17661 17648 15406 0 -1 0 40735 0 1 0 10028 36 0 0 18 0 9 0 23396929 885223424 23092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17662/statm: 216119 23092 2590 9 0 210596 0
[pid=17662/tid=17663] ppid=17661 vsize=864476 CPUtime=97.07
/proc/17662/task/17663/stat : 17663 (java) R 17661 17648 15406 0 -1 64 3715 0 1 0 9692 15 0 0 25 0 9 0 23396930 885223424 23092 996147200 134512640 134550932 4294955936 18446744073709551615 4126570608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17664] ppid=17661 vsize=864476 CPUtime=3.44
/proc/17662/task/17664/stat : 17664 (java) S 17661 17648 15406 0 -1 64 35986 0 0 0 325 19 0 0 16 0 9 0 23396931 885223424 23092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17665] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17665/stat : 17665 (java) S 17661 17648 15406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396931 885223424 23092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17666] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17666/stat : 17666 (java) S 17661 17648 15406 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23396931 885223424 23092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17667] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17667/stat : 17667 (java) S 17661 17648 15406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396933 885223424 23092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17668] ppid=17661 vsize=864476 CPUtime=0.09
/proc/17662/task/17668/stat : 17668 (java) S 17661 17648 15406 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 23396933 885223424 23092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17669] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17669/stat : 17669 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396933 885223424 23092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17662/tid=17670] ppid=17661 vsize=864476 CPUtime=0
/proc/17662/task/17670/stat : 17670 (java) S 17661 17648 15406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396933 885223424 23092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 886700

[startup+162.302 s]
/proc/loadavg: 2.08 2.23 2.12 3/85 17674
/proc/meminfo: memFree=1294600/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=130.52
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1364 48118 0 2 6 2 12995 49 16 0 1 0 23396864 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1112 409 3 0 796 0
[pid=17671] ppid=17648 vsize=5356 CPUtime=0
/proc/17671/stat : 17671 (sh) S 17648 17648 15406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23410056 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17671/statm: 1339 232 193 169 0 50 0
[pid=17672] ppid=17671 vsize=41364 CPUtime=30.09
/proc/17672/stat : 17672 (picosat) R 17671 17648 15406 0 -1 4194304 9927 0 0 0 2166 843 0 0 25 0 1 0 23410056 42356736 9913 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17672/statm: 10341 9913 42 102 0 10236 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 63588

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

[startup+166.302 s]
/proc/loadavg: 2.08 2.23 2.12 3/85 17674
/proc/meminfo: memFree=1294536/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=130.52
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1364 48118 0 2 6 2 12995 49 16 0 1 0 23396864 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1112 409 3 0 796 0
[pid=17671] ppid=17648 vsize=5356 CPUtime=0
/proc/17671/stat : 17671 (sh) S 17648 17648 15406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23410056 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17671/statm: 1339 232 193 169 0 50 0
[pid=17672] ppid=17671 vsize=41496 CPUtime=34.05
/proc/17672/stat : 17672 (picosat) R 17671 17648 15406 0 -1 4194304 9948 0 0 0 2562 843 0 0 25 0 1 0 23410056 42491904 9934 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17672/statm: 10374 9934 42 102 0 10269 0
Current children cumulated CPU time (s) 164.57
Current children cumulated vsize (KiB) 63720

[startup+169.501 s]
/proc/loadavg: 2.08 2.23 2.12 3/85 17674
/proc/meminfo: memFree=1294472/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=130.52
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1364 48118 0 2 6 2 12995 49 16 0 1 0 23396864 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1112 409 3 0 796 0
[pid=17671] ppid=17648 vsize=5356 CPUtime=0
/proc/17671/stat : 17671 (sh) S 17648 17648 15406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23410056 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17671/statm: 1339 232 193 169 0 50 0
[pid=17672] ppid=17671 vsize=41496 CPUtime=37.22
/proc/17672/stat : 17672 (picosat) R 17671 17648 15406 0 -1 4194304 9963 0 0 0 2879 843 0 0 25 0 1 0 23410056 42491904 9949 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17672/statm: 10374 9949 42 102 0 10269 0
Current children cumulated CPU time (s) 167.74
Current children cumulated vsize (KiB) 63720

[startup+170.301 s]
/proc/loadavg: 2.08 2.23 2.12 3/85 17674
/proc/meminfo: memFree=1294472/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=130.52
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1364 48118 0 2 6 2 12995 49 16 0 1 0 23396864 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1112 409 3 0 796 0
[pid=17671] ppid=17648 vsize=5356 CPUtime=0
/proc/17671/stat : 17671 (sh) S 17648 17648 15406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23410056 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17671/statm: 1339 232 193 169 0 50 0
[pid=17672] ppid=17671 vsize=41496 CPUtime=38.01
/proc/17672/stat : 17672 (picosat) R 17671 17648 15406 0 -1 4194304 9966 0 0 0 2958 843 0 0 25 0 1 0 23410056 42491904 9952 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17672/statm: 10374 9952 42 102 0 10269 0
Current children cumulated CPU time (s) 168.53
Current children cumulated vsize (KiB) 63720

[startup+170.702 s]
/proc/loadavg: 2.07 2.23 2.12 3/85 17674
/proc/meminfo: memFree=1294472/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=130.52
/proc/17648/stat : 17648 (sugar) S 17646 17648 15406 0 -1 4194304 1364 48118 0 2 6 2 12995 49 16 0 1 0 23396864 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17648/statm: 4217 1112 409 3 0 796 0
[pid=17671] ppid=17648 vsize=5356 CPUtime=0
/proc/17671/stat : 17671 (sh) S 17648 17648 15406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23410056 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17671/statm: 1339 232 193 169 0 50 0
[pid=17672] ppid=17671 vsize=41500 CPUtime=38.41
/proc/17672/stat : 17672 (picosat) R 17671 17648 15406 0 -1 4194304 9976 0 0 0 2998 843 0 0 25 0 1 0 23410056 42496000 9962 996147200 134512640 134931368 4294956256 18446744073709551615 134581907 0 0 4096 0 0 0 0 17 1 0 0
/proc/17672/statm: 10375 9962 47 102 0 10270 0
Current children cumulated CPU time (s) 168.93
Current children cumulated vsize (KiB) 63724

[startup+170.908 s]
/proc/loadavg: 2.07 2.23 2.12 3/85 17674
/proc/meminfo: memFree=1294472/2055920 swapFree=4192952/4192956
[pid=17648] ppid=17646 vsize=16868 CPUtime=169.1
/proc/17648/stat : 17648 (sugar) R 17646 17648 15406 0 -1 4194304 1474 62121 0 3 6 3 16006 895 16 0 1 0 23396864 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17648/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 169.1
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 170.916
CPU time (s): 169.128
CPU user time (s): 160.129
CPU system time (s): 8.99963
CPU usage (%): 98.9538
Max. virtual memory (cumulated for all children) (KiB): 897204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.129
system time used= 8.99963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63655
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= 9442
involuntary context switches= 14232

runsolver used 0.216967 second user time and 0.59091 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 03:48:50
IDJOB=2077087
IDBENCH=56547
IDSOLVER=738
FILE ID=node62/2077087-1247363329
PBS_JOBID= 9506966
Free space on /tmp= 66320 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg6-6_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077087-1247363329/watcher-2077087-1247363329 -o /tmp/evaluation-result-2077087-1247363329/solver-2077087-1247363329 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2077087-1247363329.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 589d1d1b23bfa903f838d0653ed4224a
RANDOM SEED=1208864186

node62.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.220
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.220
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:       1367232 kB
Buffers:         50968 kB
Cached:         147860 kB
SwapCached:          4 kB
Active:         477988 kB
Inactive:       157940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367232 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:         457532 kB
Slab:            36768 kB
Committed_AS:   613664 kB
PageTables:       2816 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= 66320 MiB
End job on node62 at 2009-07-12 03:51:41