Trace number 1079471

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.11 1801.83

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-8_ext.xml
MD5SUMeb78565b2c1c549f39d6f29bd7fb9161
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark54.0468
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints13
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 00:16:48 2008
0.00/0.04	c 0	PID 6703
0.00/0.04	c 0	HOST node63.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1079471-1215209808.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079471-1215209808.xml' 'HOME/temp.csp'
0.03/0.26	c 1	1 domains, 40 variables, 0 predicates, 2 relations, 13 constraints
0.03/0.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.30	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.03/0.38	c 1	Parsing HOME/temp.csp
0.24/0.53	c 1	parsed 56 expressions
0.24/0.54	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.54	c 1	Converting to clausal form CSP
0.24/0.56	c 1	converted 6 (10%) expressions
0.24/0.56	c 1	converted 12 (20%) expressions
0.24/0.56	c 1	converted 17 (30%) expressions
0.24/0.56	c 1	converted 23 (40%) expressions
0.24/0.56	c 1	converted 28 (50%) expressions
0.24/0.56	c 1	converted 34 (60%) expressions
0.24/0.56	c 1	converted 40 (70%) expressions
0.24/0.62	c 1	converted 45 (80%) expressions
0.24/0.74	c 1	converted 51 (90%) expressions
0.24/1.02	c 1	converted 56 (100%) expressions
0.24/1.02	c 1	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
0.24/1.02	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/1.02	c 1	Propagation in CSP
0.24/1.02	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.24/1.02	c 1	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
0.24/1.02	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/1.02	c 1	Simplifing CSP by introducing new Boolean variables
0.24/1.02	c 1	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
0.24/1.02	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.11	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.02/1.12	c 2	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
1.02/1.12	c 2	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.02/1.12	c 2	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
1.02/1.12	c 2	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.02/1.13	c 2	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.02/1.13	c 2	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.02/1.13	c 2	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
1.02/1.13	c 2	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.02/1.13	c 2	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.02/1.13	c 2	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
2.12/2.23	c 3	2 (10%) CSP clauses are encoded (24310 clauses, 795889 bytes)
2.62/2.74	c 3	3 (20%) CSP clauses are encoded (35985 clauses, 1193579 bytes)
3.12/3.26	c 4	4 (30%) CSP clauses are encoded (47660 clauses, 1591418 bytes)
4.11/4.30	c 5	6 (40%) CSP clauses are encoded (71010 clauses, 2431330 bytes)
4.81/4.92	c 5	7 (50%) CSP clauses are encoded (82685 clauses, 2851286 bytes)
5.31/5.44	c 6	8 (60%) CSP clauses are encoded (94360 clauses, 3271661 bytes)
15.00/15.19	c 16	10 (70%) CSP clauses are encoded (169110 clauses, 6757709 bytes)
19.90/20.03	c 20	11 (80%) CSP clauses are encoded (206485 clauses, 8657353 bytes)
24.80/24.96	c 25	12 (90%) CSP clauses are encoded (243860 clauses, 10556997 bytes)
29.60/29.76	c 30	13 (100%) CSP clauses are encoded (281235 clauses, 12456949 bytes)
29.60/29.76	c 30	13 CSP clauses encoded
29.60/29.76	c 30	Writing map file : HOME/temp.map
29.60/29.76	c 30	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.60/29.76	c 30	SAT : 1000 SAT variables, 281235 SAT clauses, 12456949 bytes
29.60/29.76	c 30	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.66/29.82	c 30	SOLVING HOME/temp.cnf
29.66/29.82	c 30	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1801.81	sh: line 1:  6727 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.07/1801.81	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1801.81	c 1802	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.07/1801.82	c ERROR INTERRUPTED
1800.07/1801.82	s UNKNOWN
1800.07/1801.82	c 1802	CPU 1796.4 (0.03 0 1796.37 3.68)
1800.07/1801.82	c 1802	END Sat Jul  5 00:46:50 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079471-1215209808/watcher-1079471-1215209808 -o /tmp/evaluation-result-1079471-1215209808/solver-1079471-1215209808 -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-1079471-1215209808.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.94 1.55 1.24 4/73 6703
/proc/meminfo: memFree=918448/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=12272 CPUtime=0
/proc/6703/stat : 6703 (sugar) R 6701 6703 5874 0 -1 4194304 359 0 0 0 0 0 0 0 19 0 1 0 132976163 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 244294777600 0 0 4224 0 0 0 0 17 0 0 0
/proc/6703/statm: 3068 327 246 3 0 168 0

[startup+0.103451 s]
/proc/loadavg: 1.94 1.55 1.24 4/73 6703
/proc/meminfo: memFree=918448/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=0.03
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 132976163 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6703/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201606 s]
/proc/loadavg: 1.94 1.55 1.24 4/73 6703
/proc/meminfo: memFree=918448/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=0.03
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 132976163 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6703/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30162 s]
/proc/loadavg: 1.94 1.55 1.24 4/73 6703
/proc/meminfo: memFree=918448/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=0.03
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 132976163 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701571 s]
/proc/loadavg: 1.94 1.55 1.24 4/73 6703
/proc/meminfo: memFree=918448/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=0.24
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 973 4651 0 1 3 0 19 2 15 0 1 0 132976163 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 1.94 1.55 1.24 5/84 6725
/proc/meminfo: memFree=894808/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=0.24
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 974 4651 0 1 3 0 19 2 15 0 1 0 132976163 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 797 370 3 0 500 0
[pid=6716] ppid=6703 vsize=5356 CPUtime=0
/proc/6716/stat : 6716 (sh) S 6703 6703 5874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 132976194 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6716/statm: 1339 233 193 169 0 50 0
[pid=6717] ppid=6716 vsize=864244 CPUtime=1.18
/proc/6717/stat : 6717 (java) S 6716 6703 5874 0 -1 0 8748 0 1 0 113 5 0 0 20 0 9 0 132976194 884985856 7919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6717/statm: 216061 7919 2564 9 0 210608 0
[pid=6717/tid=6718] ppid=6716 vsize=864244 CPUtime=0.68
/proc/6717/task/6718/stat : 6718 (java) R 6716 6703 5874 0 -1 64 2839 0 1 0 66 2 0 0 25 0 9 0 132976195 884985856 7919 996147200 134512640 134550740 4294955952 18446744073709551615 103214925 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6719] ppid=6716 vsize=864244 CPUtime=0.39
/proc/6717/task/6719/stat : 6719 (java) S 6716 6703 5874 0 -1 64 4870 0 0 0 37 2 0 0 16 0 9 0 132976196 884985856 7919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6720] ppid=6716 vsize=864244 CPUtime=0
/proc/6717/task/6720/stat : 6720 (java) S 6716 6703 5874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 132976197 884985856 7919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6721] ppid=6716 vsize=864244 CPUtime=0
/proc/6717/task/6721/stat : 6721 (java) S 6716 6703 5874 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 132976197 884985856 7919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6722] ppid=6716 vsize=864244 CPUtime=0
/proc/6717/task/6722/stat : 6722 (java) S 6716 6703 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132976198 884985856 7919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6723] ppid=6716 vsize=864244 CPUtime=0.08
/proc/6717/task/6723/stat : 6723 (java) S 6716 6703 5874 0 -1 64 346 0 0 0 8 0 0 0 16 0 9 0 132976198 884985856 7919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6724] ppid=6716 vsize=864244 CPUtime=0
/proc/6717/task/6724/stat : 6724 (java) S 6716 6703 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132976198 884985856 7919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6725] ppid=6716 vsize=864244 CPUtime=0
/proc/6717/task/6725/stat : 6725 (java) S 6716 6703 5874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 132976198 884985856 7919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883200

[startup+3.10218 s]
/proc/loadavg: 1.94 1.55 1.24 3/84 6725
/proc/meminfo: memFree=892376/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=0.24
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 974 4651 0 1 3 0 19 2 15 0 1 0 132976163 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 797 370 3 0 500 0
[pid=6716] ppid=6703 vsize=5356 CPUtime=0
/proc/6716/stat : 6716 (sh) S 6703 6703 5874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 132976194 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6716/statm: 1339 233 193 169 0 50 0
[pid=6717] ppid=6716 vsize=864244 CPUtime=2.77
/proc/6717/stat : 6717 (java) S 6716 6703 5874 0 -1 0 9755 0 1 0 271 6 0 0 20 0 9 0 132976194 884985856 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6717/statm: 216061 8855 2564 9 0 210608 0
[pid=6717/tid=6718] ppid=6716 vsize=864244 CPUtime=2.21
/proc/6717/task/6718/stat : 6718 (java) R 6716 6703 5874 0 -1 64 2910 0 1 0 218 3 0 0 25 0 9 0 132976195 884985856 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4126569944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6719] ppid=6716 vsize=864244 CPUtime=0.46
/proc/6717/task/6719/stat : 6719 (java) S 6716 6703 5874 0 -1 64 5801 0 0 0 43 3 0 0 16 0 9 0 132976196 884985856 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6720] ppid=6716 vsize=864244 CPUtime=0
/proc/6717/task/6720/stat : 6720 (java) S 6716 6703 5874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 132976197 884985856 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6721] ppid=6716 vsize=864244 CPUtime=0
/proc/6717/task/6721/stat : 6721 (java) S 6716 6703 5874 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 132976197 884985856 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6722] ppid=6716 vsize=864244 CPUtime=0
/proc/6717/task/6722/stat : 6722 (java) S 6716 6703 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132976198 884985856 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6723] ppid=6716 vsize=864244 CPUtime=0.09
/proc/6717/task/6723/stat : 6723 (java) S 6716 6703 5874 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 132976198 884985856 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6724] ppid=6716 vsize=864244 CPUtime=0
/proc/6717/task/6724/stat : 6724 (java) S 6716 6703 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132976198 884985856 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6725] ppid=6716 vsize=864244 CPUtime=0
/proc/6717/task/6725/stat : 6725 (java) S 6716 6703 5874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 132976198 884985856 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883200

[startup+6.30263 s]
/proc/loadavg: 1.95 1.56 1.24 3/84 6725
/proc/meminfo: memFree=882584/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=0.24
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 974 4651 0 1 3 0 19 2 15 0 1 0 132976163 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 797 370 3 0 500 0
[pid=6716] ppid=6703 vsize=5356 CPUtime=0
/proc/6716/stat : 6716 (sh) S 6703 6703 5874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 132976194 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6716/statm: 1339 233 193 169 0 50 0
[pid=6717] ppid=6716 vsize=864368 CPUtime=5.97
/proc/6717/stat : 6717 (java) S 6716 6703 5874 0 -1 0 12188 0 1 0 587 10 0 0 20 0 9 0 132976194 885112832 9982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6717/statm: 216092 9982 2564 9 0 210639 0
[pid=6717/tid=6718] ppid=6716 vsize=864368 CPUtime=5.18
/proc/6717/task/6718/stat : 6718 (java) R 6716 6703 5874 0 -1 64 3038 0 1 0 514 4 0 0 25 0 9 0 132976195 885112832 9982 996147200 134512640 134550740 4294955952 18446744073709551615 4126570440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6719] ppid=6716 vsize=864368 CPUtime=0.67
/proc/6717/task/6719/stat : 6719 (java) S 6716 6703 5874 0 -1 64 8105 0 0 0 63 4 0 0 16 0 9 0 132976196 885112832 9982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6720] ppid=6716 vsize=864368 CPUtime=0
/proc/6717/task/6720/stat : 6720 (java) S 6716 6703 5874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 132976197 885112832 9982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6721] ppid=6716 vsize=864368 CPUtime=0
/proc/6717/task/6721/stat : 6721 (java) S 6716 6703 5874 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 132976197 885112832 9982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6722] ppid=6716 vsize=864368 CPUtime=0
/proc/6717/task/6722/stat : 6722 (java) S 6716 6703 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132976198 885112832 9982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6723] ppid=6716 vsize=864368 CPUtime=0.09
/proc/6717/task/6723/stat : 6723 (java) S 6716 6703 5874 0 -1 64 352 0 0 0 9 0 0 0 17 0 9 0 132976198 885112832 9982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6724] ppid=6716 vsize=864368 CPUtime=0
/proc/6717/task/6724/stat : 6724 (java) S 6716 6703 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132976198 885112832 9982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6725] ppid=6716 vsize=864368 CPUtime=0
/proc/6717/task/6725/stat : 6725 (java) S 6716 6703 5874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 132976198 885112832 9982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 883324

[startup+12.7018 s]
/proc/loadavg: 1.95 1.56 1.24 3/84 6725
/proc/meminfo: memFree=879896/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=0.24
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 974 4651 0 1 3 0 19 2 15 0 1 0 132976163 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 797 370 3 0 500 0
[pid=6716] ppid=6703 vsize=5356 CPUtime=0
/proc/6716/stat : 6716 (sh) S 6703 6703 5874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 132976194 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6716/statm: 1339 233 193 169 0 50 0
[pid=6717] ppid=6716 vsize=864368 CPUtime=12.37
/proc/6717/stat : 6717 (java) S 6716 6703 5874 0 -1 0 13970 0 1 0 1224 13 0 0 20 0 9 0 132976194 885112832 10407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6717/statm: 216092 10407 2564 9 0 210639 0
[pid=6717/tid=6718] ppid=6716 vsize=864368 CPUtime=11.34
/proc/6717/task/6718/stat : 6718 (java) R 6716 6703 5874 0 -1 64 3187 0 1 0 1129 5 0 0 25 0 9 0 132976195 885112832 10407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6719] ppid=6716 vsize=864368 CPUtime=0.91
/proc/6717/task/6719/stat : 6719 (java) R 6716 6703 5874 0 -1 64 9738 0 0 0 84 7 0 0 15 0 9 0 132976196 885112832 10407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6720] ppid=6716 vsize=864368 CPUtime=0
/proc/6717/task/6720/stat : 6720 (java) S 6716 6703 5874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 132976197 885112832 10407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6721] ppid=6716 vsize=864368 CPUtime=0
/proc/6717/task/6721/stat : 6721 (java) S 6716 6703 5874 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 132976197 885112832 10407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6722] ppid=6716 vsize=864368 CPUtime=0
/proc/6717/task/6722/stat : 6722 (java) S 6716 6703 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132976198 885112832 10407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6723] ppid=6716 vsize=864368 CPUtime=0.09
/proc/6717/task/6723/stat : 6723 (java) S 6716 6703 5874 0 -1 64 352 0 0 0 9 0 0 0 17 0 9 0 132976198 885112832 10407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6724] ppid=6716 vsize=864368 CPUtime=0
/proc/6717/task/6724/stat : 6724 (java) S 6716 6703 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 132976198 885112832 10407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6725] ppid=6716 vsize=864368 CPUtime=0
/proc/6717/task/6725/stat : 6725 (java) S 6716 6703 5874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 132976198 885112832 10407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 883324

[startup+25.5023 s]
/proc/loadavg: 1.96 1.58 1.26 4/84 6725
/proc/meminfo: memFree=869656/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=0.24
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 974 4651 0 1 3 0 19 2 16 0 1 0 132976163 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 797 370 3 0 500 0
[pid=6716] ppid=6703 vsize=5356 CPUtime=0
/proc/6716/stat : 6716 (sh) S 6703 6703 5874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 132976194 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6716/statm: 1339 233 193 169 0 50 0
[pid=6717] ppid=6716 vsize=864368 CPUtime=25.16
/proc/6717/stat : 6717 (java) S 6716 6703 5874 0 -1 0 16464 0 1 0 2495 21 0 0 20 0 9 0 132976194 885112832 11401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6717/statm: 216092 11401 2564 9 0 210639 0
[pid=6717/tid=6718] ppid=6716 vsize=864368 CPUtime=23.76
/proc/6717/task/6718/stat : 6718 (java) R 6716 6703 5874 0 -1 64 3481 0 1 0 2367 9 0 0 25 0 9 0 132976195 885112832 11401 996147200 134512640 134550740 4294955952 18446744073709551615 4126569954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6719] ppid=6716 vsize=864368 CPUtime=1.27
/proc/6717/task/6719/stat : 6719 (java) S 6716 6703 5874 0 -1 64 11935 0 0 0 117 10 0 0 16 0 9 0 132976196 885112832 11401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6720] ppid=6716 vsize=864368 CPUtime=0
/proc/6717/task/6720/stat : 6720 (java) S 6716 6703 5874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 132976197 885112832 11401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6717/tid=6721] ppid=6716 vsize=864368 CPUtime=0
/proc/6717/task/6721/stat : 6721 (java) S 6716 6703 5874 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 132976197 885112832 11401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=6703] ppid=6701 vsize=13600 CPUtime=29.69
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 1021 21502 0 2 3 0 2939 27 16 0 1 0 132976163 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 798 370 3 0 500 0
[pid=6726] ppid=6703 vsize=5356 CPUtime=0
/proc/6726/stat : 6726 (sh) S 6703 6703 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132979146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6726/statm: 1339 232 193 169 0 50 0
[pid=6727] ppid=6726 vsize=27076 CPUtime=1271.86
/proc/6727/stat : 6727 (picosat) R 6726 6703 5874 0 -1 4194304 7213 0 0 0 126848 338 0 0 25 0 1 0 132979146 27725824 6528 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6727/statm: 6769 6528 48 102 0 6664 0
Current children cumulated CPU time (s) 1301.55
Current children cumulated vsize (KiB) 46032

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/78 6729
/proc/meminfo: memFree=877192/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=29.69
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 1021 21502 0 2 3 0 2939 27 16 0 1 0 132976163 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 798 370 3 0 500 0
[pid=6726] ppid=6703 vsize=5356 CPUtime=0
/proc/6726/stat : 6726 (sh) S 6703 6703 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132979146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6726/statm: 1339 232 193 169 0 50 0
[pid=6727] ppid=6726 vsize=27076 CPUtime=1331.83
/proc/6727/stat : 6727 (picosat) R 6726 6703 5874 0 -1 4194304 7213 0 0 0 132845 338 0 0 25 0 1 0 132979146 27725824 6528 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6727/statm: 6769 6528 48 102 0 6664 0
Current children cumulated CPU time (s) 1361.52
Current children cumulated vsize (KiB) 46032

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.80 3/78 6729
/proc/meminfo: memFree=877192/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=29.69
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 1021 21502 0 2 3 0 2939 27 16 0 1 0 132976163 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 798 370 3 0 500 0
[pid=6726] ppid=6703 vsize=5356 CPUtime=0
/proc/6726/stat : 6726 (sh) S 6703 6703 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132979146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6726/statm: 1339 232 193 169 0 50 0
[pid=6727] ppid=6726 vsize=27076 CPUtime=1391.8
/proc/6727/stat : 6727 (picosat) R 6726 6703 5874 0 -1 4194304 7213 0 0 0 138842 338 0 0 25 0 1 0 132979146 27725824 6528 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 0 0 0
/proc/6727/statm: 6769 6528 48 102 0 6664 0
Current children cumulated CPU time (s) 1421.49
Current children cumulated vsize (KiB) 46032

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.81 4/79 6730
/proc/meminfo: memFree=877120/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=29.69
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 1021 21502 0 2 3 0 2939 27 16 0 1 0 132976163 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 798 370 3 0 500 0
[pid=6726] ppid=6703 vsize=5356 CPUtime=0
/proc/6726/stat : 6726 (sh) S 6703 6703 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132979146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6726/statm: 1339 232 193 169 0 50 0
[pid=6727] ppid=6726 vsize=27076 CPUtime=1451.77
/proc/6727/stat : 6727 (picosat) R 6726 6703 5874 0 -1 4194304 7224 0 0 0 144839 338 0 0 25 0 1 0 132979146 27725824 6539 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6727/statm: 6769 6539 48 102 0 6664 0
Current children cumulated CPU time (s) 1481.46
Current children cumulated vsize (KiB) 46032

[startup+1542.31 s]
/proc/loadavg: 1.99 1.97 1.82 4/79 6730
/proc/meminfo: memFree=876416/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=29.69
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 1021 21502 0 2 3 0 2939 27 16 0 1 0 132976163 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 798 370 3 0 500 0
[pid=6726] ppid=6703 vsize=5356 CPUtime=0
/proc/6726/stat : 6726 (sh) S 6703 6703 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132979146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6726/statm: 1339 232 193 169 0 50 0
[pid=6727] ppid=6726 vsize=27736 CPUtime=1511.66
/proc/6727/stat : 6727 (picosat) R 6726 6703 5874 0 -1 4194304 7491 0 0 0 150827 339 0 0 25 0 1 0 132979146 28401664 6704 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6727/statm: 6934 6704 48 102 0 6829 0
Current children cumulated CPU time (s) 1541.35
Current children cumulated vsize (KiB) 46692

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.83 4/79 6730
/proc/meminfo: memFree=876416/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=29.69
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 1021 21502 0 2 3 0 2939 27 16 0 1 0 132976163 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 798 370 3 0 500 0
[pid=6726] ppid=6703 vsize=5356 CPUtime=0
/proc/6726/stat : 6726 (sh) S 6703 6703 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132979146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6726/statm: 1339 232 193 169 0 50 0
[pid=6727] ppid=6726 vsize=27736 CPUtime=1571.62
/proc/6727/stat : 6727 (picosat) R 6726 6703 5874 0 -1 4194304 7491 0 0 0 156823 339 0 0 25 0 1 0 132979146 28401664 6704 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6727/statm: 6934 6704 48 102 0 6829 0
Current children cumulated CPU time (s) 1601.31
Current children cumulated vsize (KiB) 46692

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.83 3/79 6730
/proc/meminfo: memFree=876288/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=29.69
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 1021 21502 0 2 3 0 2939 27 16 0 1 0 132976163 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 798 370 3 0 500 0
[pid=6726] ppid=6703 vsize=5356 CPUtime=0
/proc/6726/stat : 6726 (sh) S 6703 6703 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132979146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6726/statm: 1339 232 193 169 0 50 0
[pid=6727] ppid=6726 vsize=27736 CPUtime=1631.59
/proc/6727/stat : 6727 (picosat) R 6726 6703 5874 0 -1 4194304 7491 0 0 0 162820 339 0 0 25 0 1 0 132979146 28401664 6704 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6727/statm: 6934 6704 48 102 0 6829 0
Current children cumulated CPU time (s) 1661.28
Current children cumulated vsize (KiB) 46692

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.84 3/75 6758
/proc/meminfo: memFree=1000480/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=29.69
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 1021 21502 0 2 3 0 2939 27 16 0 1 0 132976163 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 798 370 3 0 500 0
[pid=6726] ppid=6703 vsize=5356 CPUtime=0
/proc/6726/stat : 6726 (sh) S 6703 6703 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132979146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6726/statm: 1339 232 193 169 0 50 0
[pid=6727] ppid=6726 vsize=27736 CPUtime=1691.41
/proc/6727/stat : 6727 (picosat) R 6726 6703 5874 0 -1 4194304 7491 0 0 0 168802 339 0 0 25 0 1 0 132979146 28401664 6704 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 1 0 0
/proc/6727/statm: 6934 6704 48 102 0 6829 0
Current children cumulated CPU time (s) 1721.1
Current children cumulated vsize (KiB) 46692

[startup+1782.3 s]
/proc/loadavg: 2.03 1.99 1.85 3/75 6785
/proc/meminfo: memFree=991968/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=29.69
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 1021 21502 0 2 3 0 2939 27 16 0 1 0 132976163 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 798 370 3 0 500 0
[pid=6726] ppid=6703 vsize=5356 CPUtime=0
/proc/6726/stat : 6726 (sh) S 6703 6703 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132979146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6726/statm: 1339 232 193 169 0 50 0
[pid=6727] ppid=6726 vsize=27736 CPUtime=1750.94
/proc/6727/stat : 6727 (picosat) R 6726 6703 5874 0 -1 4194304 7491 0 0 0 174755 339 0 0 25 0 1 0 132979146 28401664 6704 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6727/statm: 6934 6704 48 102 0 6829 0
Current children cumulated CPU time (s) 1780.63
Current children cumulated vsize (KiB) 46692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.8 s]
/proc/loadavg: 2.02 1.99 1.85 3/75 6785
/proc/meminfo: memFree=991840/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=29.69
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 1021 21502 0 2 3 0 2939 27 16 0 1 0 132976163 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 798 370 3 0 500 0
[pid=6726] ppid=6703 vsize=5356 CPUtime=0
/proc/6726/stat : 6726 (sh) S 6703 6703 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132979146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6726/statm: 1339 232 193 169 0 50 0
[pid=6727] ppid=6726 vsize=27736 CPUtime=1770.38
/proc/6727/stat : 6727 (picosat) R 6726 6703 5874 0 -1 4194304 7495 0 0 0 176698 340 0 0 25 0 1 0 132979146 28401664 6708 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/6727/statm: 6934 6708 48 102 0 6829 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 46692

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1801.8 s]
/proc/loadavg: 2.02 1.99 1.85 3/75 6785
/proc/meminfo: memFree=991840/2055920 swapFree=4191676/4192956
[pid=6703] ppid=6701 vsize=13600 CPUtime=29.69
/proc/6703/stat : 6703 (sugar) S 6701 6703 5874 0 -1 4194304 1021 21502 0 2 3 0 2939 27 16 0 1 0 132976163 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6703/statm: 3400 798 370 3 0 500 0
[pid=6726] ppid=6703 vsize=5356 CPUtime=0
/proc/6726/stat : 6726 (sh) S 6703 6703 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132979146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6726/statm: 1339 232 193 169 0 50 0
[pid=6727] ppid=6726 vsize=27736 CPUtime=1770.38
/proc/6727/stat : 6727 (picosat) R 6726 6703 5874 0 -1 4194304 7495 0 0 0 176698 340 0 0 25 0 1 0 132979146 28401664 6708 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/6727/statm: 6934 6708 48 102 0 6829 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 46692

Child status: 0
Real time (s): 1801.83
CPU time (s): 1800.11
CPU user time (s): 1796.41
CPU system time (s): 3.70144
CPU usage (%): 99.9045
Max. virtual memory (cumulated for all children) (KiB): 885892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.41
system time used= 3.70144
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30798
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6858
involuntary context switches= 13686

runsolver used 1.9557 second user time and 5.2592 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 00:16:48
IDJOB=1079471
IDBENCH=56885
IDSOLVER=345
FILE ID=node63/1079471-1215209808
PBS_JOBID= 7881778
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg5-8_ext.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-1079471-1215209808/watcher-1079471-1215209808 -o /tmp/evaluation-result-1079471-1215209808/solver-1079471-1215209808 -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-1079471-1215209808.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eb78565b2c1c549f39d6f29bd7fb9161
RANDOM SEED=289354049

node63.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        918928 kB
Buffers:         93820 kB
Cached:         818276 kB
SwapCached:        260 kB
Active:         604432 kB
Inactive:       453344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        918928 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            1408 kB
Writeback:           0 kB
Mapped:         157416 kB
Slab:            64332 kB
Committed_AS:   586228 kB
PageTables:       2040 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= 66516 MiB
End job on node63 at 2008-07-05 00:46:52