Trace number 1076395

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.03 1800.83

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg5-8_ext.xml
MD5SUMd448df7b768e7be8842dd4094eb7aad9
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.230964
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 Fri Jul  4 17:49:26 2008
0.00/0.04	c 0	PID 5852
0.00/0.05	c 0	HOST node79.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1076395-1215186566.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-1076395-1215186566.xml' 'HOME/temp.csp'
0.03/0.63	c 1	1 domains, 40 variables, 0 predicates, 2 relations, 13 constraints
0.03/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	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.60/0.75	c 1	Parsing HOME/temp.csp
1.21/1.32	c 1	parsed 56 expressions
1.21/1.32	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.32	c 1	Converting to clausal form CSP
1.21/1.35	c 2	converted 6 (10%) expressions
1.21/1.35	c 2	converted 12 (20%) expressions
1.21/1.35	c 2	converted 17 (30%) expressions
1.21/1.35	c 2	converted 23 (40%) expressions
1.21/1.35	c 2	converted 28 (50%) expressions
1.21/1.35	c 2	converted 34 (60%) expressions
1.21/1.35	c 2	converted 40 (70%) expressions
1.41/1.56	c 2	converted 45 (80%) expressions
1.81/1.91	c 2	converted 51 (90%) expressions
4.40/4.59	c 5	converted 56 (100%) expressions
4.40/4.59	c 5	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.40/4.59	c 5	Heap : 98 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.40/4.59	c 5	Propagation in CSP
4.40/4.59	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.40/4.59	c 5	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.40/4.59	c 5	Heap : 98 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.40/4.59	c 5	Simplifing CSP by introducing new Boolean variables
4.40/4.59	c 5	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.40/4.59	c 5	Heap : 98 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.00/5.12	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.00/5.13	c 5	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
5.00/5.14	c 5	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
5.00/5.14	c 5	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
5.00/5.14	c 5	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
5.00/5.14	c 5	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
5.00/5.15	c 5	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
5.00/5.15	c 5	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
5.00/5.15	c 5	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
5.00/5.15	c 5	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
5.00/5.15	c 5	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
7.51/7.63	c 8	2 (10%) CSP clauses are encoded (38290 clauses, 1309687 bytes)
8.71/8.85	c 9	3 (20%) CSP clauses are encoded (56955 clauses, 1967788 bytes)
9.91/10.06	c 10	4 (30%) CSP clauses are encoded (75620 clauses, 2626159 bytes)
12.31/12.46	c 13	6 (40%) CSP clauses are encoded (112950 clauses, 4013015 bytes)
13.51/13.66	c 14	7 (50%) CSP clauses are encoded (131615 clauses, 4706443 bytes)
14.71/14.85	c 15	8 (60%) CSP clauses are encoded (150280 clauses, 5400175 bytes)
532.05/532.39	c 533	10 (70%) CSP clauses are encoded (657548 clauses, 31582002 bytes)
790.56/790.95	c 791	11 (80%) CSP clauses are encoded (911182 clauses, 45747848 bytes)
1051.07/1051.54	c 1052	12 (90%) CSP clauses are encoded (1164816 clauses, 59913694 bytes)
1308.98/1309.66	c 1310	13 (100%) CSP clauses are encoded (1418450 clauses, 74083187 bytes)
1308.98/1309.66	c 1310	13 CSP clauses encoded
1308.98/1309.66	c 1310	Writing map file : HOME/temp.map
1308.98/1309.66	c 1310	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1308.98/1309.66	c 1310	SAT : 1000 SAT variables, 1418450 SAT clauses, 74083187 bytes
1308.98/1309.66	c 1310	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1309.06/1309.71	c 1310	SOLVING HOME/temp.cnf
1309.06/1309.71	c 1310	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1800.81	c ERROR INTERRUPTED
1800.03/1800.82	s UNKNOWN
1800.03/1800.82	c 1801	CPU 1308.11 (0.03 0.01 1308.08 0.98)
1800.03/1800.82	c 1801	END Fri Jul  4 18:19:27 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-1076395-1215186566/watcher-1076395-1215186566 -o /tmp/evaluation-result-1076395-1215186566/solver-1076395-1215186566 -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-1076395-1215186566.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.75 1.84 1.96 4/74 5852
/proc/meminfo: memFree=1615960/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=9648 CPUtime=0
/proc/5852/stat : 5852 (sugar) R 5850 5852 3861 0 -1 4194304 74 0 0 0 0 0 0 0 20 0 1 0 641587019 9879552 59 996147200 4194304 4206940 548682068608 18446744073709551615 234043274633 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 2412 59 44 3 0 59 0

[startup+0.064829 s]
/proc/loadavg: 1.75 1.84 1.96 4/74 5852
/proc/meminfo: memFree=1615960/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.03
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 641587019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5852/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102092 s]
/proc/loadavg: 1.75 1.84 1.96 4/74 5852
/proc/meminfo: memFree=1615960/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.03
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 641587019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5852/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301859 s]
/proc/loadavg: 1.75 1.84 1.96 4/74 5852
/proc/meminfo: memFree=1615960/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.03
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 641587019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5852/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70191 s]
/proc/loadavg: 1.75 1.84 1.96 4/74 5852
/proc/meminfo: memFree=1615960/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.6
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 956 11412 0 1 2 1 51 6 16 0 1 0 641587019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5852/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50225 s]
/proc/loadavg: 1.75 1.84 1.96 4/85 5874
/proc/meminfo: memFree=1601728/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.6
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 973 11412 0 1 2 1 51 6 15 0 1 0 641587019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 797 370 3 0 500 0
[pid=5865] ppid=5852 vsize=5356 CPUtime=0
/proc/5865/stat : 5865 (sh) S 5852 5852 3861 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641587086 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5865/statm: 1339 233 193 169 0 50 0
[pid=5866] ppid=5865 vsize=864156 CPUtime=0.81
/proc/5866/stat : 5866 (java) S 5865 5852 3861 0 -1 0 9252 0 1 0 77 4 0 0 18 0 9 0 641587087 884895744 8001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5866/statm: 216039 8001 2540 9 0 210614 0
[pid=5866/tid=5867] ppid=5865 vsize=864156 CPUtime=0.44
/proc/5866/task/5867/stat : 5867 (java) R 5865 5852 3861 0 -1 64 2651 0 1 0 42 2 0 0 23 0 9 0 641587087 884895744 8001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5868] ppid=5865 vsize=864156 CPUtime=0.3
/proc/5866/task/5868/stat : 5868 (java) R 5865 5852 3861 0 -1 64 5583 0 0 0 29 1 0 0 16 0 9 0 641587088 884895744 8001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5869] ppid=5865 vsize=864156 CPUtime=0
/proc/5866/task/5869/stat : 5869 (java) S 5865 5852 3861 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641587089 884895744 8001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5870] ppid=5865 vsize=864156 CPUtime=0
/proc/5866/task/5870/stat : 5870 (java) S 5865 5852 3861 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 641587089 884895744 8006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5871] ppid=5865 vsize=864156 CPUtime=0
/proc/5866/task/5871/stat : 5871 (java) S 5865 5852 3861 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 641587090 884895744 8009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5872] ppid=5865 vsize=864156 CPUtime=0.04
/proc/5866/task/5872/stat : 5872 (java) S 5865 5852 3861 0 -1 64 322 0 0 0 4 0 0 0 16 0 9 0 641587090 884895744 8009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5873] ppid=5865 vsize=864156 CPUtime=0
/proc/5866/task/5873/stat : 5873 (java) S 5865 5852 3861 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 641587090 884895744 8009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5874] ppid=5865 vsize=864156 CPUtime=0
/proc/5866/task/5874/stat : 5874 (java) S 5865 5852 3861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641587091 884895744 8009 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) 883112

[startup+3.10221 s]
/proc/loadavg: 1.85 1.86 1.97 4/85 5874
/proc/meminfo: memFree=1573376/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.6
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 973 11412 0 1 2 1 51 6 15 0 1 0 641587019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 797 370 3 0 500 0
[pid=5865] ppid=5852 vsize=5356 CPUtime=0
/proc/5865/stat : 5865 (sh) S 5852 5852 3861 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641587086 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5865/statm: 1339 233 193 169 0 50 0
[pid=5866] ppid=5865 vsize=864188 CPUtime=2.41
/proc/5866/stat : 5866 (java) S 5865 5852 3861 0 -1 0 20967 0 1 0 232 9 0 0 18 0 9 0 641587087 884928512 19014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5866/statm: 216047 19014 2540 9 0 210622 0
[pid=5866/tid=5867] ppid=5865 vsize=864188 CPUtime=1.09
/proc/5866/task/5867/stat : 5867 (java) R 5865 5852 3861 0 -1 64 3135 0 1 0 107 2 0 0 25 0 9 0 641587087 884928512 19014 996147200 134512640 134550740 4294955952 18446744073709551615 4126517609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5868] ppid=5865 vsize=864188 CPUtime=1.25
/proc/5866/task/5868/stat : 5868 (java) S 5865 5852 3861 0 -1 64 16813 0 0 0 119 6 0 0 16 0 9 0 641587088 884928512 19014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5869] ppid=5865 vsize=864188 CPUtime=0
/proc/5866/task/5869/stat : 5869 (java) S 5865 5852 3861 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641587089 884928512 19014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5870] ppid=5865 vsize=864188 CPUtime=0
/proc/5866/task/5870/stat : 5870 (java) S 5865 5852 3861 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 641587089 884928512 19014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5871] ppid=5865 vsize=864188 CPUtime=0
/proc/5866/task/5871/stat : 5871 (java) S 5865 5852 3861 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 641587090 884928512 19014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5872] ppid=5865 vsize=864188 CPUtime=0.04
/proc/5866/task/5872/stat : 5872 (java) S 5865 5852 3861 0 -1 64 322 0 0 0 4 0 0 0 16 0 9 0 641587090 884928512 19014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5873] ppid=5865 vsize=864188 CPUtime=0
/proc/5866/task/5873/stat : 5873 (java) S 5865 5852 3861 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 641587090 884928512 19014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5874] ppid=5865 vsize=864188 CPUtime=0
/proc/5866/task/5874/stat : 5874 (java) S 5865 5852 3861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641587091 884928512 19014 996147200 134512640 134550740 4294955952 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) 883144

[startup+6.30259 s]
/proc/loadavg: 1.85 1.86 1.97 4/85 5874
/proc/meminfo: memFree=1505664/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.61
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 974 11412 0 1 3 1 51 6 15 0 1 0 641587019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 797 370 3 0 500 0
[pid=5865] ppid=5852 vsize=5356 CPUtime=0
/proc/5865/stat : 5865 (sh) S 5852 5852 3861 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641587086 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5865/statm: 1339 233 193 169 0 50 0
[pid=5866] ppid=5865 vsize=864300 CPUtime=5.6
/proc/5866/stat : 5866 (java) S 5865 5852 3861 0 -1 0 32254 0 1 0 546 14 0 0 18 0 9 0 641587087 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5866/statm: 216075 29352 2564 9 0 210622 0
[pid=5866/tid=5867] ppid=5865 vsize=864300 CPUtime=2.77
/proc/5866/task/5867/stat : 5867 (java) R 5865 5852 3861 0 -1 64 3671 0 1 0 275 2 0 0 25 0 9 0 641587087 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4125952064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5868] ppid=5865 vsize=864300 CPUtime=2.73
/proc/5866/task/5868/stat : 5868 (java) S 5865 5852 3861 0 -1 64 27544 0 0 0 262 11 0 0 16 0 9 0 641587088 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5869] ppid=5865 vsize=864300 CPUtime=0
/proc/5866/task/5869/stat : 5869 (java) S 5865 5852 3861 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641587089 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5870] ppid=5865 vsize=864300 CPUtime=0
/proc/5866/task/5870/stat : 5870 (java) S 5865 5852 3861 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 641587089 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5871] ppid=5865 vsize=864300 CPUtime=0
/proc/5866/task/5871/stat : 5871 (java) S 5865 5852 3861 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 641587090 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5872] ppid=5865 vsize=864300 CPUtime=0.08
/proc/5866/task/5872/stat : 5872 (java) S 5865 5852 3861 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 641587090 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5873] ppid=5865 vsize=864300 CPUtime=0
/proc/5866/task/5873/stat : 5873 (java) S 5865 5852 3861 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 641587090 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5874] ppid=5865 vsize=864300 CPUtime=0
/proc/5866/task/5874/stat : 5874 (java) S 5865 5852 3861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641587091 885043200 29352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 883256

[startup+12.7054 s]
/proc/loadavg: 1.87 1.87 1.97 4/85 5874
/proc/meminfo: memFree=1500544/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.61
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 974 11412 0 1 3 1 51 6 16 0 1 0 641587019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 797 370 3 0 500 0
[pid=5865] ppid=5852 vsize=5356 CPUtime=0
/proc/5865/stat : 5865 (sh) S 5852 5852 3861 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641587086 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5865/statm: 1339 233 193 169 0 50 0
[pid=5866] ppid=5865 vsize=864300 CPUtime=12
/proc/5866/stat : 5866 (java) S 5865 5852 3861 0 -1 0 32502 0 1 0 1183 17 0 0 18 0 9 0 641587087 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5866/statm: 216075 29561 2564 9 0 210622 0
[pid=5866/tid=5867] ppid=5865 vsize=864300 CPUtime=9
/proc/5866/task/5867/stat : 5867 (java) R 5865 5852 3861 0 -1 64 3711 0 1 0 896 4 0 0 25 0 9 0 641587087 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4126583178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5868] ppid=5865 vsize=864300 CPUtime=2.88
/proc/5866/task/5868/stat : 5868 (java) S 5865 5852 3861 0 -1 64 27747 0 0 0 277 11 0 0 16 0 9 0 641587088 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5869] ppid=5865 vsize=864300 CPUtime=0
/proc/5866/task/5869/stat : 5869 (java) S 5865 5852 3861 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641587089 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5870] ppid=5865 vsize=864300 CPUtime=0
/proc/5866/task/5870/stat : 5870 (java) S 5865 5852 3861 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 641587089 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5871] ppid=5865 vsize=864300 CPUtime=0
/proc/5866/task/5871/stat : 5871 (java) S 5865 5852 3861 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 641587090 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5872] ppid=5865 vsize=864300 CPUtime=0.09
/proc/5866/task/5872/stat : 5872 (java) S 5865 5852 3861 0 -1 64 347 0 0 0 9 0 0 0 17 0 9 0 641587090 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5873] ppid=5865 vsize=864300 CPUtime=0
/proc/5866/task/5873/stat : 5873 (java) S 5865 5852 3861 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 641587090 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5874] ppid=5865 vsize=864300 CPUtime=0
/proc/5866/task/5874/stat : 5874 (java) S 5865 5852 3861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641587091 885043200 29561 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 883256

[startup+25.5022 s]
/proc/loadavg: 1.89 1.87 1.97 4/85 5874
/proc/meminfo: memFree=1484096/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=0.61
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 974 11412 0 1 3 1 51 6 16 0 1 0 641587019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 797 370 3 0 500 0
[pid=5865] ppid=5852 vsize=5356 CPUtime=0
/proc/5865/stat : 5865 (sh) S 5852 5852 3861 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641587086 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5865/statm: 1339 233 193 169 0 50 0
[pid=5866] ppid=5865 vsize=864300 CPUtime=24.79
/proc/5866/stat : 5866 (java) S 5865 5852 3861 0 -1 0 36111 0 1 0 2460 19 0 0 18 0 9 0 641587087 885043200 33128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5866/statm: 216075 33128 2564 9 0 210622 0
[pid=5866/tid=5867] ppid=5865 vsize=864300 CPUtime=21.59
/proc/5866/task/5867/stat : 5867 (java) R 5865 5852 3861 0 -1 64 3753 0 1 0 2155 4 0 0 25 0 9 0 641587087 885043200 33128 996147200 134512640 134550740 4294955952 18446744073709551615 4125952166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5868] ppid=5865 vsize=864300 CPUtime=3.08
/proc/5866/task/5868/stat : 5868 (java) S 5865 5852 3861 0 -1 64 31314 0 0 0 295 13 0 0 16 0 9 0 641587088 885043200 33128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5869] ppid=5865 vsize=864300 CPUtime=0
/proc/5866/task/5869/stat : 5869 (java) S 5865 5852 3861 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641587089 885043200 33128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5870] ppid=5865 vsize=864300 CPUtime=0
/proc/5866/task/5870/stat : 5870 (java) S 5865 5852 3861 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 641587089 885043200 33128 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=5866/tid=5870] ppid=5865 vsize=864312 CPUtime=0
/proc/5866/task/5870/stat : 5870 (java) S 5865 5852 3861 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 641587089 885055488 50413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5871] ppid=5865 vsize=864312 CPUtime=0
/proc/5866/task/5871/stat : 5871 (java) S 5865 5852 3861 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 641587090 885055488 50413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5872] ppid=5865 vsize=864312 CPUtime=0.09
/proc/5866/task/5872/stat : 5872 (java) S 5865 5852 3861 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 641587090 885055488 50413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5873] ppid=5865 vsize=864312 CPUtime=0
/proc/5866/task/5873/stat : 5873 (java) S 5865 5852 3861 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 641587090 885055488 50413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5866/tid=5874] ppid=5865 vsize=864312 CPUtime=0
/proc/5866/task/5874/stat : 5874 (java) S 5865 5852 3861 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641587091 885055488 50413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1301.69
Current children cumulated vsize (KiB) 883268

[startup+1362.3 s]
/proc/loadavg: 2.17 2.20 2.08 3/97 5939
/proc/meminfo: memFree=1342704/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=1309.09
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 1021 98163 0 2 3 1 130808 97 16 0 1 0 641587019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 798 370 3 0 500 0
[pid=5938] ppid=5852 vsize=5356 CPUtime=0
/proc/5938/stat : 5938 (sh) S 5852 5852 3861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641717990 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5938/statm: 1339 232 193 169 0 50 0
[pid=5939] ppid=5938 vsize=97388 CPUtime=52.55
/proc/5939/stat : 5939 (picosat) R 5938 5852 3861 0 -1 4194304 23639 0 0 0 3262 1993 0 0 25 0 1 0 641717991 99725312 23625 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5939/statm: 24347 23625 42 102 0 24242 0
Current children cumulated CPU time (s) 1361.64
Current children cumulated vsize (KiB) 116344

[startup+1422.31 s]
/proc/loadavg: 2.06 2.16 2.08 3/97 5939
/proc/meminfo: memFree=1342192/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=1309.09
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 1021 98163 0 2 3 1 130808 97 16 0 1 0 641587019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 798 370 3 0 500 0
[pid=5938] ppid=5852 vsize=5356 CPUtime=0
/proc/5938/stat : 5938 (sh) S 5852 5852 3861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641717990 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5938/statm: 1339 232 193 169 0 50 0
[pid=5939] ppid=5938 vsize=97916 CPUtime=112.53
/proc/5939/stat : 5939 (picosat) R 5938 5852 3861 0 -1 4194304 23758 0 0 0 9260 1993 0 0 25 0 1 0 641717991 100265984 23744 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5939/statm: 24479 23744 42 102 0 24374 0
Current children cumulated CPU time (s) 1421.62
Current children cumulated vsize (KiB) 116872

[startup+1482.3 s]
/proc/loadavg: 2.02 2.13 2.07 3/97 5939
/proc/meminfo: memFree=1341616/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=1309.09
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 1021 98163 0 2 3 1 130808 97 16 0 1 0 641587019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 798 370 3 0 500 0
[pid=5938] ppid=5852 vsize=5356 CPUtime=0
/proc/5938/stat : 5938 (sh) S 5852 5852 3861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641717990 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5938/statm: 1339 232 193 169 0 50 0
[pid=5939] ppid=5938 vsize=98444 CPUtime=172.52
/proc/5939/stat : 5939 (picosat) R 5938 5852 3861 0 -1 4194304 23903 0 0 0 15258 1994 0 0 25 0 1 0 641717991 100806656 23889 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5939/statm: 24611 23889 42 102 0 24506 0
Current children cumulated CPU time (s) 1481.61
Current children cumulated vsize (KiB) 117400

[startup+1542.3 s]
/proc/loadavg: 2.01 2.10 2.06 3/97 5939
/proc/meminfo: memFree=1341104/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=1309.09
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 1021 98163 0 2 3 1 130808 97 16 0 1 0 641587019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 798 370 3 0 500 0
[pid=5938] ppid=5852 vsize=5356 CPUtime=0
/proc/5938/stat : 5938 (sh) S 5852 5852 3861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641717990 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5938/statm: 1339 232 193 169 0 50 0
[pid=5939] ppid=5938 vsize=98972 CPUtime=232.5
/proc/5939/stat : 5939 (picosat) R 5938 5852 3861 0 -1 4194304 24041 0 0 0 21256 1994 0 0 25 0 1 0 641717991 101347328 24027 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5939/statm: 24743 24027 42 102 0 24638 0
Current children cumulated CPU time (s) 1541.59
Current children cumulated vsize (KiB) 117928

[startup+1602.3 s]
/proc/loadavg: 2.00 2.08 2.06 3/97 5939
/proc/meminfo: memFree=1340720/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=1309.09
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 1021 98163 0 2 3 1 130808 97 16 0 1 0 641587019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 798 370 3 0 500 0
[pid=5938] ppid=5852 vsize=5356 CPUtime=0
/proc/5938/stat : 5938 (sh) S 5852 5852 3861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641717990 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5938/statm: 1339 232 193 169 0 50 0
[pid=5939] ppid=5938 vsize=99500 CPUtime=292.49
/proc/5939/stat : 5939 (picosat) R 5938 5852 3861 0 -1 4194304 24185 0 0 0 27255 1994 0 0 25 0 1 0 641717991 101888000 24171 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/5939/statm: 24875 24171 42 102 0 24770 0
Current children cumulated CPU time (s) 1601.58
Current children cumulated vsize (KiB) 118456

[startup+1662.3 s]
/proc/loadavg: 2.00 2.06 2.05 3/97 5939
/proc/meminfo: memFree=1340208/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=1309.09
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 1021 98163 0 2 3 1 130808 97 16 0 1 0 641587019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 798 370 3 0 500 0
[pid=5938] ppid=5852 vsize=5356 CPUtime=0
/proc/5938/stat : 5938 (sh) S 5852 5852 3861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641717990 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5938/statm: 1339 232 193 169 0 50 0
[pid=5939] ppid=5938 vsize=100028 CPUtime=352.47
/proc/5939/stat : 5939 (picosat) R 5938 5852 3861 0 -1 4194304 24305 0 0 0 33253 1994 0 0 25 0 1 0 641717991 102428672 24291 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5939/statm: 25007 24291 42 102 0 24902 0
Current children cumulated CPU time (s) 1661.56
Current children cumulated vsize (KiB) 118984

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/97 5939
/proc/meminfo: memFree=1339632/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=1309.09
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 1021 98163 0 2 3 1 130808 97 16 0 1 0 641587019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 798 370 3 0 500 0
[pid=5938] ppid=5852 vsize=5356 CPUtime=0
/proc/5938/stat : 5938 (sh) S 5852 5852 3861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641717990 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5938/statm: 1339 232 193 169 0 50 0
[pid=5939] ppid=5938 vsize=100556 CPUtime=412.45
/proc/5939/stat : 5939 (picosat) R 5938 5852 3861 0 -1 4194304 24438 0 0 0 39251 1994 0 0 25 0 1 0 641717991 102969344 24424 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5939/statm: 25139 24424 42 102 0 25034 0
Current children cumulated CPU time (s) 1721.54
Current children cumulated vsize (KiB) 119512

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/97 5939
/proc/meminfo: memFree=1339056/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=1309.09
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 1021 98163 0 2 3 1 130808 97 16 0 1 0 641587019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 798 370 3 0 500 0
[pid=5938] ppid=5852 vsize=5356 CPUtime=0
/proc/5938/stat : 5938 (sh) S 5852 5852 3861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641717990 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5938/statm: 1339 232 193 169 0 50 0
[pid=5939] ppid=5938 vsize=101084 CPUtime=472.44
/proc/5939/stat : 5939 (picosat) R 5938 5852 3861 0 -1 4194304 24584 0 0 0 45250 1994 0 0 25 0 1 0 641717991 103510016 24570 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5939/statm: 25271 24570 42 102 0 25166 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (KiB) 120040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.04 2.04 3/97 5939
/proc/meminfo: memFree=1338800/2055920 swapFree=4180580/4192956
[pid=5852] ppid=5850 vsize=13600 CPUtime=1309.09
/proc/5852/stat : 5852 (sugar) S 5850 5852 3861 0 -1 4194304 1021 98163 0 2 3 1 130808 97 16 0 1 0 641587019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5852/statm: 3400 798 370 3 0 500 0
[pid=5938] ppid=5852 vsize=5356 CPUtime=0
/proc/5938/stat : 5938 (sh) S 5852 5852 3861 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641717990 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5938/statm: 1339 232 193 169 0 50 0
[pid=5939] ppid=5938 vsize=101216 CPUtime=490.94
/proc/5939/stat : 5939 (picosat) R 5938 5852 3861 0 -1 4194304 24619 0 0 0 47100 1994 0 0 25 0 1 0 641717991 103645184 24605 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5939/statm: 25304 24605 42 102 0 25199 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 120172

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5852 and gives
#  childrusage.ru_utime.tv_sec=1308
#  childrusage.ru_utime.tv_usec=115136
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=998848
# CPU time returned by wait4() is 1309.11
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.83
CPU time (s): 1800.03
CPU user time (s): 1779.11
CPU system time (s): 20.92
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 909884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1308.12
system time used= 0.998848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99538
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= 32528
involuntary context switches= 38157

runsolver used 2.45963 second user time and 5.9321 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-04 17:49:26
IDJOB=1076395
IDBENCH=56585
IDSOLVER=345
FILE ID=node79/1076395-1215186566
PBS_JOBID= 7881631
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-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-1076395-1215186566/watcher-1076395-1215186566 -o /tmp/evaluation-result-1076395-1215186566/solver-1076395-1215186566 -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-1076395-1215186566.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d448df7b768e7be8842dd4094eb7aad9
RANDOM SEED=1849098282

node79.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.218
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.218
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:       1616440 kB
Buffers:         70904 kB
Cached:         259360 kB
SwapCached:       6948 kB
Active:         224172 kB
Inactive:       157912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1616440 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            9828 kB
Writeback:           0 kB
Mapped:          36732 kB
Slab:            42724 kB
Committed_AS:  1047352 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66468 MiB
End job on node79 at 2008-07-04 18:19:29