Trace number 1071022

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+picosatSAT 221.05 223.134

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle08.xml
MD5SUMc8dfba48d9426e63060e12c47b8f596b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.112982
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints97
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension73
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 12:35:50 2008
0.00/0.05	c 0	PID 3239
0.00/0.05	c 0	HOST node62.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1071022-1215167750.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-1071022-1215167750.xml' 'HOME/temp.csp'
0.03/0.70	c 1	1 domains, 41 variables, 6 predicates, 4 relations, 97 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.81	c 1	Parsing HOME/temp.csp
1.20/1.35	c 1	parsed 149 expressions
1.20/1.35	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.35	c 1	Converting to clausal form CSP
1.20/1.37	c 1	converted 15 (10%) expressions
1.20/1.37	c 1	converted 30 (20%) expressions
1.20/1.38	c 1	converted 45 (30%) expressions
1.30/1.41	c 2	converted 60 (40%) expressions
1.41/1.55	c 2	converted 75 (50%) expressions
1.41/1.55	c 2	converted 90 (60%) expressions
1.41/1.58	c 2	converted 105 (70%) expressions
1.50/1.61	c 2	converted 120 (80%) expressions
1.50/1.62	c 2	converted 135 (90%) expressions
2.37/2.51	c 3	converted 149 (100%) expressions
2.37/2.51	c 3	CSP : 41 integers, 0 booleans, 97 clauses, largest domain size 26
2.37/2.51	c 3	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.37/2.51	c 3	Propagation in CSP
2.37/2.52	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.37/2.52	c 3	CSP : 41 integers, 0 booleans, 97 clauses, largest domain size 26
2.37/2.52	c 3	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.37/2.52	c 3	Simplifing CSP by introducing new Boolean variables
2.37/2.52	c 3	CSP : 41 integers, 394 booleans, 491 clauses, largest domain size 26
2.37/2.52	c 3	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.57/2.72	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.57/2.73	c 3	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
2.57/2.73	c 3	9 (20%) CSP integer variables are encoded (216 clauses, 2232 bytes)
2.57/2.74	c 3	13 (30%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.57/2.74	c 3	17 (40%) CSP integer variables are encoded (408 clauses, 4344 bytes)
2.57/2.74	c 3	21 (50%) CSP integer variables are encoded (504 clauses, 5400 bytes)
2.57/2.74	c 3	25 (60%) CSP integer variables are encoded (600 clauses, 6456 bytes)
2.57/2.74	c 3	29 (70%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.57/2.74	c 3	33 (80%) CSP integer variables are encoded (792 clauses, 8568 bytes)
2.57/2.74	c 3	37 (90%) CSP integer variables are encoded (888 clauses, 9624 bytes)
2.57/2.74	c 3	41 (100%) CSP integer variables are encoded (984 clauses, 10729 bytes)
3.16/3.31	c 3	50 (10%) CSP clauses are encoded (25838 clauses, 648043 bytes)
3.16/3.32	c 3	99 (20%) CSP clauses are encoded (26887 clauses, 665461 bytes)
3.16/3.32	c 3	148 (30%) CSP clauses are encoded (27911 clauses, 682568 bytes)
3.55/3.73	c 4	197 (40%) CSP clauses are encoded (43178 clauses, 1169034 bytes)
3.55/3.74	c 4	246 (50%) CSP clauses are encoded (44277 clauses, 1187444 bytes)
3.55/3.74	c 4	295 (60%) CSP clauses are encoded (45376 clauses, 1205854 bytes)
3.55/3.74	c 4	344 (70%) CSP clauses are encoded (46475 clauses, 1224264 bytes)
3.55/3.75	c 4	393 (80%) CSP clauses are encoded (47574 clauses, 1242676 bytes)
207.38/209.31	c 209	442 (90%) CSP clauses are encoded (507515 clauses, 23605586 bytes)
207.38/209.32	c 209	491 (100%) CSP clauses are encoded (508689 clauses, 23625231 bytes)
207.38/209.32	c 209	491 CSP clauses encoded
207.38/209.32	c 209	Writing map file : HOME/temp.map
207.38/209.32	c 209	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
207.38/209.32	c 209	SAT : 1419 SAT variables, 508689 SAT clauses, 23625231 bytes
207.38/209.32	c 209	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
207.38/209.35	c 209	SOLVING HOME/temp.cnf
207.38/209.35	c 209	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
220.82/222.95	c 223	DECODING HOME/temp.out WITH HOME/temp.map
220.82/222.95	c 223	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
220.88/223.03	c 223	Decoding HOME/temp.out
220.88/223.06	s SATISFIABLE
220.88/223.06	v 14 2 0 18 8 12 3 14 22 18 13 24 4 17 16 0 19 0 12 15 20 11 4 18 4 11 14 6 4 2 11 24 13 4 22 14 18 13 20 17 18
220.88/223.06	c 223	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
220.89/223.12	c 223	CPU 213.65 (0.03 0.01 213.62 7.36)
220.89/223.12	c 223	END Fri Jul  4 12:39:33 2008

Verifier Data (download as text)

OK

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-1071022-1215167750/watcher-1071022-1215167750 -o /tmp/evaluation-result-1071022-1215167750/solver-1071022-1215167750 -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-1071022-1215167750.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.93 4/92 3239
/proc/meminfo: memFree=1706624/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=12268 CPUtime=0
/proc/3239/stat : 3239 (sugar) R 3237 3239 2604 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1995746759 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 236446596094 0 0 4224 0 0 0 0 17 1 0 0
/proc/3239/statm: 3067 316 241 3 0 167 0

[startup+0.0521851 s]
/proc/loadavg: 1.92 1.97 1.93 4/92 3239
/proc/meminfo: memFree=1706624/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=0.03
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 884 127 0 0 3 0 0 0 19 0 1 0 1995746759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10228 s]
/proc/loadavg: 1.92 1.97 1.93 4/92 3239
/proc/meminfo: memFree=1706624/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=0.03
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995746759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301364 s]
/proc/loadavg: 1.92 1.97 1.93 4/92 3239
/proc/meminfo: memFree=1706624/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=0.03
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995746759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701446 s]
/proc/loadavg: 1.92 1.97 1.93 4/92 3239
/proc/meminfo: memFree=1706624/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=0.03
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995746759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5026 s]
/proc/loadavg: 1.92 1.97 1.93 4/103 3261
/proc/meminfo: memFree=1698664/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=0.67
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 973 7588 0 1 3 0 59 5 15 0 1 0 1995746759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3239/statm: 3400 797 370 3 0 500 0
[pid=3252] ppid=3239 vsize=5356 CPUtime=0
/proc/3252/stat : 3252 (sh) S 3239 3239 2604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746833 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3252/statm: 1339 233 193 169 0 50 0
[pid=3253] ppid=3252 vsize=864352 CPUtime=0.74
/proc/3253/stat : 3253 (java) S 3252 3239 2604 0 -1 0 7158 0 1 0 70 4 0 0 18 0 9 0 1995746833 885096448 6292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3253/statm: 216088 6292 2540 9 0 210663 0
[pid=3253/tid=3254] ppid=3252 vsize=864352 CPUtime=0.46
/proc/3253/task/3254/stat : 3254 (java) R 3252 3239 2604 0 -1 64 2560 0 1 0 45 1 0 0 21 0 9 0 1995746834 885096448 6292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3255] ppid=3252 vsize=864352 CPUtime=0.18
/proc/3253/task/3255/stat : 3255 (java) R 3252 3239 2604 0 -1 64 3572 0 0 0 17 1 0 0 16 0 9 0 1995746835 885096448 6292 996147200 134512640 134550740 4294955952 18446744073709551615 102674855 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3256] ppid=3252 vsize=864352 CPUtime=0
/proc/3253/task/3256/stat : 3256 (java) S 3252 3239 2604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746835 885096448 6292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3257] ppid=3252 vsize=864352 CPUtime=0
/proc/3253/task/3257/stat : 3257 (java) S 3252 3239 2604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746835 885096448 6292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3258] ppid=3252 vsize=864352 CPUtime=0
/proc/3253/task/3258/stat : 3258 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746837 885096448 6292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3259] ppid=3252 vsize=864352 CPUtime=0.06
/proc/3253/task/3259/stat : 3259 (java) S 3252 3239 2604 0 -1 64 329 0 0 0 6 0 0 0 16 0 9 0 1995746837 885096448 6292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3260] ppid=3252 vsize=864352 CPUtime=0
/proc/3253/task/3260/stat : 3260 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746837 885096448 6292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3261] ppid=3252 vsize=864352 CPUtime=0
/proc/3253/task/3261/stat : 3261 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746837 885096448 6292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883308

[startup+3.10191 s]
/proc/loadavg: 2.09 2.00 1.94 4/103 3261
/proc/meminfo: memFree=1671528/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=0.67
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 974 7588 0 1 3 0 59 5 15 0 1 0 1995746759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3239/statm: 3400 797 370 3 0 500 0
[pid=3252] ppid=3239 vsize=5356 CPUtime=0
/proc/3252/stat : 3252 (sh) S 3239 3239 2604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746833 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3252/statm: 1339 233 193 169 0 50 0
[pid=3253] ppid=3252 vsize=864464 CPUtime=2.29
/proc/3253/stat : 3253 (java) S 3252 3239 2604 0 -1 0 14105 0 1 0 222 7 0 0 18 0 9 0 1995746833 885211136 12734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3253/statm: 216116 12734 2564 9 0 210663 0
[pid=3253/tid=3254] ppid=3252 vsize=864464 CPUtime=1.21
/proc/3253/task/3254/stat : 3254 (java) R 3252 3239 2604 0 -1 64 2930 0 1 0 118 3 0 0 20 0 9 0 1995746834 885211136 12734 996147200 134512640 134550740 4294955952 18446744073709551615 4126620421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3255] ppid=3252 vsize=864464 CPUtime=0.94
/proc/3253/task/3255/stat : 3255 (java) S 3252 3239 2604 0 -1 64 10118 0 0 0 91 3 0 0 16 0 9 0 1995746835 885211136 12734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3256] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3256/stat : 3256 (java) S 3252 3239 2604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 12734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3257] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3257/stat : 3257 (java) S 3252 3239 2604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 12734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3258] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3258/stat : 3258 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746837 885211136 12734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3259] ppid=3252 vsize=864464 CPUtime=0.12
/proc/3253/task/3259/stat : 3259 (java) S 3252 3239 2604 0 -1 64 360 0 0 0 12 0 0 0 16 0 9 0 1995746837 885211136 12734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3260] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3260/stat : 3260 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746837 885211136 12734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3261] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3261/stat : 3261 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746837 885211136 12734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 883420

[startup+6.30254 s]
/proc/loadavg: 2.09 2.00 1.94 3/103 3261
/proc/meminfo: memFree=1656040/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=0.67
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 974 7588 0 1 3 0 59 5 15 0 1 0 1995746759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3239/statm: 3400 797 370 3 0 500 0
[pid=3252] ppid=3239 vsize=5356 CPUtime=0
/proc/3252/stat : 3252 (sh) S 3239 3239 2604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746833 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3252/statm: 1339 233 193 169 0 50 0
[pid=3253] ppid=3252 vsize=864464 CPUtime=5.43
/proc/3253/stat : 3253 (java) S 3252 3239 2604 0 -1 0 15477 0 1 0 534 9 0 0 18 0 9 0 1995746833 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3253/statm: 216116 14047 2564 9 0 210663 0
[pid=3253/tid=3254] ppid=3252 vsize=864464 CPUtime=4.25
/proc/3253/task/3254/stat : 3254 (java) R 3252 3239 2604 0 -1 64 2989 0 1 0 421 4 0 0 25 0 9 0 1995746834 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4126605144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3255] ppid=3252 vsize=864464 CPUtime=1.04
/proc/3253/task/3255/stat : 3255 (java) S 3252 3239 2604 0 -1 64 11426 0 0 0 100 4 0 0 16 0 9 0 1995746835 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3256] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3256/stat : 3256 (java) S 3252 3239 2604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3257] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3257/stat : 3257 (java) S 3252 3239 2604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3258] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3258/stat : 3258 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746837 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3259] ppid=3252 vsize=864464 CPUtime=0.13
/proc/3253/task/3259/stat : 3259 (java) S 3252 3239 2604 0 -1 64 365 0 0 0 13 0 0 0 15 0 9 0 1995746837 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3260] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3260/stat : 3260 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746837 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3261] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3261/stat : 3261 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746837 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 883420

[startup+12.7018 s]
/proc/loadavg: 2.07 2.00 1.94 3/103 3261
/proc/meminfo: memFree=1655976/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=0.67
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 974 7588 0 1 3 0 59 5 15 0 1 0 1995746759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3239/statm: 3400 797 370 3 0 500 0
[pid=3252] ppid=3239 vsize=5356 CPUtime=0
/proc/3252/stat : 3252 (sh) S 3239 3239 2604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746833 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3252/statm: 1339 233 193 169 0 50 0
[pid=3253] ppid=3252 vsize=864464 CPUtime=11.71
/proc/3253/stat : 3253 (java) S 3252 3239 2604 0 -1 0 15477 0 1 0 1162 9 0 0 18 0 9 0 1995746833 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3253/statm: 216116 14047 2564 9 0 210663 0
[pid=3253/tid=3254] ppid=3252 vsize=864464 CPUtime=10.52
/proc/3253/task/3254/stat : 3254 (java) R 3252 3239 2604 0 -1 64 2989 0 1 0 1048 4 0 0 25 0 9 0 1995746834 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4125952048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3255] ppid=3252 vsize=864464 CPUtime=1.04
/proc/3253/task/3255/stat : 3255 (java) S 3252 3239 2604 0 -1 64 11426 0 0 0 100 4 0 0 16 0 9 0 1995746835 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3256] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3256/stat : 3256 (java) S 3252 3239 2604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3257] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3257/stat : 3257 (java) S 3252 3239 2604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3258] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3258/stat : 3258 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746837 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3259] ppid=3252 vsize=864464 CPUtime=0.13
/proc/3253/task/3259/stat : 3259 (java) S 3252 3239 2604 0 -1 64 365 0 0 0 13 0 0 0 15 0 9 0 1995746837 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3260] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3260/stat : 3260 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746837 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3261] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3261/stat : 3261 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746837 885211136 14047 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 883420

[startup+25.5023 s]
/proc/loadavg: 2.06 2.00 1.94 3/103 3261
/proc/meminfo: memFree=1653416/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=0.67
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 974 7588 0 1 3 0 59 5 15 0 1 0 1995746759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3239/statm: 3400 797 370 3 0 500 0
[pid=3252] ppid=3239 vsize=5356 CPUtime=0
/proc/3252/stat : 3252 (sh) S 3239 3239 2604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746833 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3252/statm: 1339 233 193 169 0 50 0
[pid=3253] ppid=3252 vsize=864464 CPUtime=24.26
/proc/3253/stat : 3253 (java) S 3252 3239 2604 0 -1 0 16134 0 1 0 2416 10 0 0 18 0 9 0 1995746833 885211136 14684 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3253/statm: 216116 14684 2564 9 0 210663 0
[pid=3253/tid=3254] ppid=3252 vsize=864464 CPUtime=23.02
/proc/3253/task/3254/stat : 3254 (java) R 3252 3239 2604 0 -1 64 3009 0 1 0 2298 4 0 0 25 0 9 0 1995746834 885211136 14684 996147200 134512640 134550740 4294955952 18446744073709551615 4126650967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3255] ppid=3252 vsize=864464 CPUtime=1.08
/proc/3253/task/3255/stat : 3255 (java) S 3252 3239 2604 0 -1 64 12063 0 0 0 104 4 0 0 16 0 9 0 1995746835 885211136 14684 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3256] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3256/stat : 3256 (java) S 3252 3239 2604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 14684 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3257] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3257/stat : 3257 (java) S 3252 3239 2604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 14684 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3258] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3258/stat : 3258 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746837 885211136 14684 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3259] ppid=3252 vsize=864464 CPUtime=0.13
/proc/3253/task/3259/stat : 3259 (java) S 3252 3239 2604 0 -1 64 365 0 0 0 13 0 0 0 15 0 9 0 1995746837 885211136 14684 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3260] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3260/stat : 3260 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746837 885211136 14684 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3261] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3261/stat : 3261 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746837 885211136 14684 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 883420

[startup+51.1023 s]
/proc/loadavg: 2.04 2.00 1.94 3/103 3261
/proc/meminfo: memFree=1649640/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=0.67
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 974 7588 0 1 3 0 59 5 15 0 1 0 1995746759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3239/statm: 3400 797 370 3 0 500 0
[pid=3252] ppid=3239 vsize=5356 CPUtime=0
/proc/3252/stat : 3252 (sh) S 3239 3239 2604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746833 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3252/statm: 1339 233 193 169 0 50 0
[pid=3253] ppid=3252 vsize=864464 CPUtime=49.35
/proc/3253/stat : 3253 (java) S 3252 3239 2604 0 -1 0 19824 0 1 0 4923 12 0 0 18 0 9 0 1995746833 885211136 15625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3253/statm: 216116 15625 2564 9 0 210663 0
[pid=3253/tid=3254] ppid=3252 vsize=864464 CPUtime=47.7
/proc/3253/task/3254/stat : 3254 (java) R 3252 3239 2604 0 -1 64 3149 0 1 0 4766 4 0 0 25 0 9 0 1995746834 885211136 15625 996147200 134512640 134550740 4294955952 18446744073709551615 4126633024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3255] ppid=3252 vsize=864464 CPUtime=1.49
/proc/3253/task/3255/stat : 3255 (java) S 3252 3239 2604 0 -1 64 15613 0 0 0 143 6 0 0 16 0 9 0 1995746835 885211136 15625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3256] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3256/stat : 3256 (java) S 3252 3239 2604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 15625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3257] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3257/stat : 3257 (java) S 3252 3239 2604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 15625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3258] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3258/stat : 3258 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746837 885211136 15625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3259] ppid=3252 vsize=864464 CPUtime=0.13
/proc/3253/task/3259/stat : 3259 (java) S 3252 3239 2604 0 -1 64 365 0 0 0 13 0 0 0 15 0 9 0 1995746837 885211136 15625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3260] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3260/stat : 3260 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746837 885211136 15625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3261] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3261/stat : 3261 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746837 885211136 15625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (KiB) 883420

[startup+102.307 s]
/proc/loadavg: 1.95 1.98 1.94 3/83 3353
/proc/meminfo: memFree=1736920/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=0.67
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 974 7588 0 1 3 0 59 5 15 0 1 0 1995746759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3239/statm: 3400 797 370 3 0 500 0
[pid=3252] ppid=3239 vsize=5356 CPUtime=0
/proc/3252/stat : 3252 (sh) S 3239 3239 2604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746833 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3252/statm: 1339 233 193 169 0 50 0
[pid=3253] ppid=3252 vsize=864464 CPUtime=99.77
/proc/3253/stat : 3253 (java) S 3252 3239 2604 0 -1 0 26380 0 1 0 9952 25 0 0 18 0 9 0 1995746833 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3253/statm: 216116 19337 2564 9 0 210663 0
[pid=3253/tid=3254] ppid=3252 vsize=864464 CPUtime=97.63
/proc/3253/task/3254/stat : 3254 (java) R 3252 3239 2604 0 -1 64 3290 0 1 0 9749 14 0 0 25 0 9 0 1995746834 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4126633002 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3253/tid=3255] ppid=3252 vsize=864464 CPUtime=1.98
/proc/3253/task/3255/stat : 3255 (java) S 3252 3239 2604 0 -1 64 22022 0 0 0 188 10 0 0 16 0 9 0 1995746835 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3253/tid=3256] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3256/stat : 3256 (java) S 3252 3239 2604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3257] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3257/stat : 3257 (java) S 3252 3239 2604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3258] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3258/stat : 3258 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746837 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3259] ppid=3252 vsize=864464 CPUtime=0.13
/proc/3253/task/3259/stat : 3259 (java) S 3252 3239 2604 0 -1 64 371 0 0 0 13 0 0 0 16 0 9 0 1995746837 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3260] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3260/stat : 3260 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746837 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3261] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3261/stat : 3261 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746837 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.44
Current children cumulated vsize (KiB) 883420

[startup+162.303 s]
/proc/loadavg: 1.98 1.98 1.94 3/92 3461
/proc/meminfo: memFree=1682064/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=0.67
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 974 7588 0 1 3 0 59 5 15 0 1 0 1995746759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3239/statm: 3400 797 370 3 0 500 0
[pid=3252] ppid=3239 vsize=5356 CPUtime=0
/proc/3252/stat : 3252 (sh) S 3239 3239 2604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746833 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3252/statm: 1339 233 193 169 0 50 0
[pid=3253] ppid=3252 vsize=864464 CPUtime=159.72
/proc/3253/stat : 3253 (java) S 3252 3239 2604 0 -1 0 26554 0 1 0 15941 31 0 0 18 0 9 0 1995746833 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3253/statm: 216116 19337 2564 9 0 210663 0
[pid=3253/tid=3254] ppid=3252 vsize=864464 CPUtime=157.29
/proc/3253/task/3254/stat : 3254 (java) R 3252 3239 2604 0 -1 64 3464 0 1 0 15710 19 0 0 25 0 9 0 1995746834 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4126650914 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3253/tid=3255] ppid=3252 vsize=864464 CPUtime=2.27
/proc/3253/task/3255/stat : 3255 (java) S 3252 3239 2604 0 -1 64 22022 0 0 0 217 10 0 0 16 0 9 0 1995746835 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3253/tid=3256] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3256/stat : 3256 (java) S 3252 3239 2604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3257] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3257/stat : 3257 (java) S 3252 3239 2604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746835 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3258] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3258/stat : 3258 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746837 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3259] ppid=3252 vsize=864464 CPUtime=0.13
/proc/3253/task/3259/stat : 3259 (java) S 3252 3239 2604 0 -1 64 371 0 0 0 13 0 0 0 16 0 9 0 1995746837 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3260] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3260/stat : 3260 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746837 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3253/tid=3261] ppid=3252 vsize=864464 CPUtime=0
/proc/3253/task/3261/stat : 3261 (java) S 3252 3239 2604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746837 885211136 19337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.39
Current children cumulated vsize (KiB) 883420

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.94 3/84 3463
/proc/meminfo: memFree=1708496/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=207.42
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 1021 37273 0 2 3 0 20693 46 16 0 1 0 1995746759 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3239/statm: 3400 798 370 3 0 500 0
[pid=3462] ppid=3239 vsize=5356 CPUtime=0
/proc/3462/stat : 3462 (sh) S 3239 3239 2604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995767694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3462/statm: 1339 232 193 169 0 50 0
[pid=3463] ppid=3462 vsize=31044 CPUtime=12.8
/proc/3463/stat : 3463 (picosat) R 3462 3239 2604 0 -1 4194304 7681 0 0 0 602 678 0 0 25 0 1 0 1995767695 31789056 7667 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3463/statm: 7761 7667 40 102 0 7656 0
Current children cumulated CPU time (s) 220.22
Current children cumulated vsize (KiB) 50000

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

[startup+222.702 s]
/proc/loadavg: 1.99 1.98 1.94 3/84 3463
/proc/meminfo: memFree=1708496/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=207.42
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 1021 37273 0 2 3 0 20693 46 16 0 1 0 1995746759 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3239/statm: 3400 798 370 3 0 500 0
[pid=3462] ppid=3239 vsize=5356 CPUtime=0
/proc/3462/stat : 3462 (sh) S 3239 3239 2604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995767694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3462/statm: 1339 232 193 169 0 50 0
[pid=3463] ppid=3462 vsize=31440 CPUtime=13.2
/proc/3463/stat : 3463 (picosat) R 3462 3239 2604 0 -1 4194304 7791 0 0 0 633 687 0 0 25 0 1 0 1995767695 32194560 7777 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3463/statm: 7860 7777 42 102 0 7755 0
Current children cumulated CPU time (s) 220.62
Current children cumulated vsize (KiB) 50396

[startup+223.102 s]
/proc/loadavg: 1.99 1.98 1.94 3/84 3463
/proc/meminfo: memFree=1708496/2055920 swapFree=4179416/4192956
[pid=3239] ppid=3237 vsize=13600 CPUtime=220.89
/proc/3239/stat : 3239 (sugar) S 3237 3239 2604 0 -1 4194304 1090 45357 0 2 3 1 21352 733 16 0 1 0 1995746759 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3239/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 220.89
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 223.134
CPU time (s): 221.05
CPU user time (s): 213.661
CPU system time (s): 7.38988
CPU usage (%): 99.0662
Max. virtual memory (cumulated for all children) (KiB): 889052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.661
system time used= 7.38988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50192
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= 9898
involuntary context switches= 13005

runsolver used 0.284956 second user time and 0.798878 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-04 12:35:50
IDJOB=1071022
IDBENCH=56011
IDSOLVER=345
FILE ID=node62/1071022-1215167750
PBS_JOBID= 7881457
Free space on /tmp= 65252 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle08.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-1071022-1215167750/watcher-1071022-1215167750 -o /tmp/evaluation-result-1071022-1215167750/solver-1071022-1215167750 -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-1071022-1215167750.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c8dfba48d9426e63060e12c47b8f596b
RANDOM SEED=1073732155

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.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:       1707104 kB
Buffers:         31952 kB
Cached:         158100 kB
SwapCached:       7080 kB
Active:         245528 kB
Inactive:        42956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707104 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:         115020 kB
Slab:            44808 kB
Committed_AS:  4635856 kB
PageTables:       2236 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= 65272 MiB
End job on node62 at 2008-07-04 12:39:33