Trace number 1064147

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 1812.73

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-04.xml
MD5SUMa822fe1cc1e4beb291641220883d694f
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.883865
Satisfiable
(Un)Satisfiability was proved
Number of variables296
Number of constraints2314
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension132
Number of constraints which are defined in intension2182
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 04:52:02 2008
0.00/0.04	c 0	PID 21723
0.03/0.05	c 0	HOST node71.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1064147-1215139922.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064147-1215139922.xml' 'HOME/temp.csp'
1.15/1.28	c 1	1 domains, 296 variables, 8 predicates, 6 relations, 2314 constraints
1.23/1.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.23/1.31	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'
1.23/1.39	c 1	Parsing HOME/temp.csp
2.40/2.57	c 2	parsed 2625 expressions
2.40/2.57	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.40/2.57	c 2	Converting to clausal form CSP
2.50/2.60	c 3	converted 263 (10%) expressions
5.77/5.95	c 6	converted 525 (20%) expressions
5.97/6.10	c 6	converted 788 (30%) expressions
5.97/6.17	c 6	converted 1050 (40%) expressions
6.27/6.40	c 6	converted 1313 (50%) expressions
6.27/6.47	c 6	converted 1575 (60%) expressions
12.01/12.23	c 12	converted 1838 (70%) expressions
12.01/12.25	c 12	converted 2100 (80%) expressions
12.01/12.28	c 12	converted 2363 (90%) expressions
12.91/13.17	c 13	converted 2625 (100%) expressions
12.91/13.17	c 13	CSP : 296 integers, 0 booleans, 2314 clauses, largest domain size 26
12.91/13.17	c 13	Heap : 257 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.91/13.17	c 13	Propagation in CSP
12.91/13.20	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.91/13.20	c 13	CSP : 296 integers, 0 booleans, 2314 clauses, largest domain size 26
12.91/13.20	c 13	Heap : 259 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.91/13.20	c 13	Simplifing CSP by introducing new Boolean variables
13.11/13.39	c 13	CSP : 296 integers, 16064 booleans, 18378 clauses, largest domain size 26
13.11/13.39	c 13	Heap : 254 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.60/14.89	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.69/14.92	c 15	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
14.69/14.93	c 15	60 (20%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
14.69/14.93	c 15	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
14.69/14.93	c 15	119 (40%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
14.69/14.93	c 15	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
14.69/14.93	c 15	178 (60%) CSP integer variables are encoded (4272 clauses, 53473 bytes)
14.69/14.93	c 15	208 (70%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
14.69/14.94	c 15	237 (80%) CSP integer variables are encoded (5688 clauses, 71881 bytes)
14.69/14.94	c 15	267 (90%) CSP integer variables are encoded (6408 clauses, 81241 bytes)
14.69/14.94	c 15	296 (100%) CSP integer variables are encoded (7104 clauses, 90289 bytes)
143.51/145.06	c 145	1838 (10%) CSP clauses are encoded (1241478 clauses, 50925623 bytes)
143.61/145.15	c 145	3676 (20%) CSP clauses are encoded (1282716 clauses, 51707494 bytes)
191.65/193.61	c 194	5514 (30%) CSP clauses are encoded (1477005 clauses, 60589421 bytes)
191.65/193.69	c 194	7352 (40%) CSP clauses are encoded (1518243 clauses, 61401561 bytes)
289.70/292.62	c 293	9189 (50%) CSP clauses are encoded (1865607 clauses, 78353708 bytes)
1560.11/1571.60	c 1572	11027 (60%) CSP clauses are encoded (3743413 clauses, 185434213 bytes)
1560.20/1571.67	c 1572	12865 (70%) CSP clauses are encoded (3786101 clauses, 186276119 bytes)
1560.30/1571.75	c 1572	14703 (80%) CSP clauses are encoded (3829589 clauses, 187094387 bytes)
1560.40/1571.83	c 1572	16541 (90%) CSP clauses are encoded (3873202 clauses, 187938130 bytes)
1800.00/1812.63	c ERROR INTERRUPTED
1800.00/1812.72	s UNKNOWN
1800.00/1812.72	c 1813	CPU 1.16 (0.03 0.01 1.13 0.09)
1800.00/1812.72	c 1813	END Fri Jul  4 05:22:15 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-1064147-1215139922/watcher-1064147-1215139922 -o /tmp/evaluation-result-1064147-1215139922/solver-1064147-1215139922 -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-1064147-1215139922.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: 2.10 2.10 2.04 4/81 21723
/proc/meminfo: memFree=1823288/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=12132 CPUtime=0
/proc/21723/stat : 21723 (sugar) R 21721 21723 19876 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 1992960926 12423168 184 996147200 4194304 4206940 548682068608 18446744073709551615 231962219233 0 0 4224 0 0 0 0 17 1 0 0
/proc/21723/statm: 3033 184 142 3 0 133 0

[startup+0.0501761 s]
/proc/loadavg: 2.10 2.10 2.04 4/81 21723
/proc/meminfo: memFree=1823288/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=0.03
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1992960926 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21723/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100977 s]
/proc/loadavg: 2.10 2.10 2.04 4/81 21723
/proc/meminfo: memFree=1823288/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=0.03
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992960926 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21723/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302006 s]
/proc/loadavg: 2.10 2.10 2.04 4/81 21723
/proc/meminfo: memFree=1823288/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=0.03
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992960926 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21723/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701064 s]
/proc/loadavg: 2.10 2.10 2.04 4/81 21723
/proc/meminfo: memFree=1823288/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=0.03
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992960926 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21723/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50117 s]
/proc/loadavg: 2.10 2.10 2.04 3/92 21735
/proc/meminfo: memFree=1796064/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=1.24
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 973 11140 0 1 3 0 113 8 16 0 1 0 1992960926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21723/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 13600

[startup+3.10239 s]
/proc/loadavg: 2.10 2.10 2.04 3/92 21745
/proc/meminfo: memFree=1804768/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=1.24
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 973 11140 0 1 3 0 113 8 16 0 1 0 1992960926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21723/statm: 3400 797 370 3 0 500 0
[pid=21736] ppid=21723 vsize=5356 CPUtime=0
/proc/21736/stat : 21736 (sh) S 21723 21723 19876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992961057 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21736/statm: 1339 233 193 169 0 50 0
[pid=21737] ppid=21736 vsize=864252 CPUtime=1.76
/proc/21737/stat : 21737 (java) S 21736 21723 19876 0 -1 0 12780 0 1 0 171 5 0 0 18 0 9 0 1992961057 884994048 11727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21737/statm: 216063 11727 2542 9 0 210638 0
[pid=21737/tid=21738] ppid=21736 vsize=864252 CPUtime=1.01
/proc/21737/task/21738/stat : 21738 (java) R 21736 21723 19876 0 -1 64 2859 0 1 0 100 1 0 0 25 0 9 0 1992961058 884994048 11727 996147200 134512640 134550740 4294955952 18446744073709551615 4126585128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21739] ppid=21736 vsize=864252 CPUtime=0.64
/proc/21737/task/21739/stat : 21739 (java) S 21736 21723 19876 0 -1 64 8883 0 0 0 62 2 0 0 16 0 9 0 1992961059 884994048 11727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21740] ppid=21736 vsize=864252 CPUtime=0
/proc/21737/task/21740/stat : 21740 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 884994048 11727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21741] ppid=21736 vsize=864252 CPUtime=0
/proc/21737/task/21741/stat : 21741 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 884994048 11727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21742] ppid=21736 vsize=864252 CPUtime=0
/proc/21737/task/21742/stat : 21742 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992961062 884994048 11727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21743] ppid=21736 vsize=864252 CPUtime=0.08
/proc/21737/task/21743/stat : 21743 (java) S 21736 21723 19876 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 1992961062 884994048 11727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21744] ppid=21736 vsize=864252 CPUtime=0
/proc/21737/task/21744/stat : 21744 (java) S 21736 21723 19876 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992961062 884994048 11727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21745] ppid=21736 vsize=864252 CPUtime=0
/proc/21737/task/21745/stat : 21745 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992961062 884994048 11727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883208

[startup+6.30182 s]
/proc/loadavg: 2.17 2.12 2.04 3/92 21745
/proc/meminfo: memFree=1728288/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=1.24
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 973 11140 0 1 3 0 113 8 15 0 1 0 1992960926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21723/statm: 3400 797 370 3 0 500 0
[pid=21736] ppid=21723 vsize=5356 CPUtime=0
/proc/21736/stat : 21736 (sh) S 21723 21723 19876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992961057 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21736/statm: 1339 233 193 169 0 50 0
[pid=21737] ppid=21736 vsize=868420 CPUtime=4.92
/proc/21737/stat : 21737 (java) S 21736 21723 19876 0 -1 0 32887 0 1 0 478 14 0 0 18 0 9 0 1992961057 889262080 31600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21737/statm: 217105 31600 2541 9 0 211680 0
[pid=21737/tid=21738] ppid=21736 vsize=868420 CPUtime=2.38
/proc/21737/task/21738/stat : 21738 (java) R 21736 21723 19876 0 -1 64 3694 0 1 0 236 2 0 0 25 0 9 0 1992961058 889262080 31600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21739] ppid=21736 vsize=868420 CPUtime=2.34
/proc/21737/task/21739/stat : 21739 (java) R 21736 21723 19876 0 -1 64 27043 0 0 0 224 10 0 0 16 0 9 0 1992961059 889262080 31600 996147200 134512640 134550740 4294955952 18446744073709551615 102109414 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21740] ppid=21736 vsize=868420 CPUtime=0
/proc/21737/task/21740/stat : 21740 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889262080 31600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21741] ppid=21736 vsize=868420 CPUtime=0
/proc/21737/task/21741/stat : 21741 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889262080 31600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21742] ppid=21736 vsize=868420 CPUtime=0
/proc/21737/task/21742/stat : 21742 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992961062 889262080 31600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21743] ppid=21736 vsize=868420 CPUtime=0.19
/proc/21737/task/21743/stat : 21743 (java) S 21736 21723 19876 0 -1 64 1453 0 0 0 18 1 0 0 15 0 9 0 1992961062 889262080 31600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21744] ppid=21736 vsize=868420 CPUtime=0
/proc/21737/task/21744/stat : 21744 (java) S 21736 21723 19876 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992961062 889262080 31600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21745] ppid=21736 vsize=868420 CPUtime=0
/proc/21737/task/21745/stat : 21745 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992961062 889262080 31600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887376

[startup+12.7027 s]
/proc/loadavg: 2.24 2.13 2.05 4/92 21745
/proc/meminfo: memFree=1595808/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=1.24
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 973 11140 0 1 3 0 113 8 16 0 1 0 1992960926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21723/statm: 3400 797 370 3 0 500 0
[pid=21736] ppid=21723 vsize=5356 CPUtime=0
/proc/21736/stat : 21736 (sh) S 21723 21723 19876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992961057 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21736/statm: 1339 233 193 169 0 50 0
[pid=21737] ppid=21736 vsize=868420 CPUtime=11.26
/proc/21737/stat : 21737 (java) S 21736 21723 19876 0 -1 0 85314 0 1 0 1088 38 0 0 18 0 9 0 1992961057 889262080 65752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21737/statm: 217105 65752 2540 9 0 211680 0
[pid=21737/tid=21738] ppid=21736 vsize=868420 CPUtime=4.38
/proc/21737/task/21738/stat : 21738 (java) R 21736 21723 19876 0 -1 64 5955 0 1 0 435 3 0 0 25 0 9 0 1992961058 889262080 65752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21739] ppid=21736 vsize=868420 CPUtime=6.68
/proc/21737/task/21739/stat : 21739 (java) R 21736 21723 19876 0 -1 64 77208 0 0 0 635 33 0 0 16 0 9 0 1992961059 889262080 65752 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21740] ppid=21736 vsize=868420 CPUtime=0
/proc/21737/task/21740/stat : 21740 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889262080 65752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21741] ppid=21736 vsize=868420 CPUtime=0
/proc/21737/task/21741/stat : 21741 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889262080 65752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21742] ppid=21736 vsize=868420 CPUtime=0
/proc/21737/task/21742/stat : 21742 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992961062 889262080 65752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21743] ppid=21736 vsize=868420 CPUtime=0.19
/proc/21737/task/21743/stat : 21743 (java) S 21736 21723 19876 0 -1 64 1454 0 0 0 18 1 0 0 16 0 9 0 1992961062 889262080 65752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21744] ppid=21736 vsize=868420 CPUtime=0
/proc/21737/task/21744/stat : 21744 (java) S 21736 21723 19876 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992961062 889262080 65752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21745] ppid=21736 vsize=868420 CPUtime=0
/proc/21737/task/21745/stat : 21745 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992961062 889262080 65752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887376

[startup+25.5024 s]
/proc/loadavg: 2.25 2.14 2.05 3/92 21745
/proc/meminfo: memFree=1525344/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=1.25
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 974 11140 0 1 3 1 113 8 16 0 1 0 1992960926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21723/statm: 3400 797 370 3 0 500 0
[pid=21736] ppid=21723 vsize=5356 CPUtime=0
/proc/21736/stat : 21736 (sh) S 21723 21723 19876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992961057 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21736/statm: 1339 233 193 169 0 50 0
[pid=21737] ppid=21736 vsize=868532 CPUtime=23.94
/proc/21737/stat : 21737 (java) S 21736 21723 19876 0 -1 0 102113 0 2 0 2342 52 0 0 18 0 9 0 1992961057 889376768 73533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21737/statm: 217133 73533 2567 9 0 211680 0
[pid=21737/tid=21738] ppid=21736 vsize=868532 CPUtime=14.99
/proc/21737/task/21738/stat : 21738 (java) R 21736 21723 19876 0 -1 64 6059 0 2 0 1490 9 0 0 25 0 9 0 1992961058 889376768 73533 996147200 134512640 134550740 4294955952 18446744073709551615 4126985969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21739] ppid=21736 vsize=868532 CPUtime=8.66
/proc/21737/task/21739/stat : 21739 (java) S 21736 21723 19876 0 -1 64 93852 0 0 0 826 40 0 0 16 0 9 0 1992961059 889376768 73533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21740] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21740/stat : 21740 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889376768 73533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21741] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21741/stat : 21741 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889376768 73533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21742] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21742/stat : 21742 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992961062 889376768 73533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21743] ppid=21736 vsize=868532 CPUtime=0.26
/proc/21737/task/21743/stat : 21743 (java) S 21736 21723 19876 0 -1 64 1505 0 0 0 25 1 0 0 16 0 9 0 1992961062 889376768 73533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21744] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21744/stat : 21744 (java) S 21736 21723 19876 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992961062 889376768 73533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21745] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21745/stat : 21745 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992961062 889376768 73533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 887488

[startup+51.1019 s]
/proc/loadavg: 2.16 2.13 2.05 3/92 21745
/proc/meminfo: memFree=1510176/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=1.25
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 974 11140 0 1 3 1 113 8 16 0 1 0 1992960926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21723/statm: 3400 797 370 3 0 500 0
[pid=21736] ppid=21723 vsize=5356 CPUtime=0
/proc/21736/stat : 21736 (sh) S 21723 21723 19876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992961057 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21736/statm: 1339 233 193 169 0 50 0
[pid=21737] ppid=21736 vsize=868532 CPUtime=49.28
/proc/21737/stat : 21737 (java) S 21736 21723 19876 0 -1 0 102989 0 2 0 4869 59 0 0 18 0 9 0 1992961057 889376768 74375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/21736/stat : 21736 (sh) S 21723 21723 19876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992961057 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21736/statm: 1339 233 193 169 0 50 0
[pid=21737] ppid=21736 vsize=868532 CPUtime=1589.5
/proc/21737/stat : 21737 (java) S 21736 21723 19876 0 -1 0 145809 0 2 0 158767 183 0 0 18 0 9 0 1992961057 889376768 112544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21737/statm: 217133 112544 2566 9 0 211680 0
[pid=21737/tid=21738] ppid=21736 vsize=868532 CPUtime=1572.6
/proc/21737/task/21738/stat : 21738 (java) R 21736 21723 19876 0 -1 64 6576 0 2 0 157141 119 0 0 25 0 9 0 1992961058 889376768 112544 996147200 134512640 134550740 4294955952 18446744073709551615 4126983312 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21737/tid=21739] ppid=21736 vsize=868532 CPUtime=16.58
/proc/21737/task/21739/stat : 21739 (java) S 21736 21723 19876 0 -1 64 137025 0 0 0 1597 61 0 0 16 0 9 0 1992961059 889376768 112544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21737/tid=21740] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21740/stat : 21740 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889376768 112544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21741] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21741/stat : 21741 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889376768 112544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21742] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21742/stat : 21742 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992961062 889376768 112544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21743] ppid=21736 vsize=868532 CPUtime=0.28
/proc/21737/task/21743/stat : 21743 (java) S 21736 21723 19876 0 -1 64 1511 0 0 0 27 1 0 0 16 0 9 0 1992961062 889376768 112544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21744] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21744/stat : 21744 (java) S 21736 21723 19876 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992961062 889376768 112544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21745] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21745/stat : 21745 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992961062 889376768 112544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.75
Current children cumulated vsize (KiB) 887488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 21848
/proc/meminfo: memFree=1186592/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=1.25
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 974 11140 0 1 3 1 113 8 15 0 1 0 1992960926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21723/statm: 3400 797 370 3 0 500 0
[pid=21736] ppid=21723 vsize=5356 CPUtime=0
/proc/21736/stat : 21736 (sh) S 21723 21723 19876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992961057 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21736/statm: 1339 233 193 169 0 50 0
[pid=21737] ppid=21736 vsize=868532 CPUtime=1649.19
/proc/21737/stat : 21737 (java) S 21736 21723 19876 0 -1 0 148648 0 2 0 164735 184 0 0 18 0 9 0 1992961057 889376768 115372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21737/statm: 217133 115372 2566 9 0 211680 0
[pid=21737/tid=21738] ppid=21736 vsize=868532 CPUtime=1632.14
/proc/21737/task/21738/stat : 21738 (java) R 21736 21723 19876 0 -1 64 6587 0 2 0 163094 120 0 0 25 0 9 0 1992961058 889376768 115372 996147200 134512640 134550740 4294955952 18446744073709551615 4126985860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21737/tid=21739] ppid=21736 vsize=868532 CPUtime=16.75
/proc/21737/task/21739/stat : 21739 (java) S 21736 21723 19876 0 -1 64 139853 0 0 0 1613 62 0 0 16 0 9 0 1992961059 889376768 115372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21737/tid=21740] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21740/stat : 21740 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889376768 115372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21741] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21741/stat : 21741 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889376768 115372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21742] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21742/stat : 21742 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992961062 889376768 115372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21743] ppid=21736 vsize=868532 CPUtime=0.28
/proc/21737/task/21743/stat : 21743 (java) S 21736 21723 19876 0 -1 64 1511 0 0 0 27 1 0 0 16 0 9 0 1992961062 889376768 115372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21744] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21744/stat : 21744 (java) S 21736 21723 19876 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992961062 889376768 115372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21745] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21745/stat : 21745 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992961062 889376768 115372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.44
Current children cumulated vsize (KiB) 887488

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 21848
/proc/meminfo: memFree=1173088/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=1.25
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 974 11140 0 1 3 1 113 8 15 0 1 0 1992960926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21723/statm: 3400 797 370 3 0 500 0
[pid=21736] ppid=21723 vsize=5356 CPUtime=0
/proc/21736/stat : 21736 (sh) S 21723 21723 19876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992961057 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21736/statm: 1339 233 193 169 0 50 0
[pid=21737] ppid=21736 vsize=868532 CPUtime=1708.9
/proc/21737/stat : 21737 (java) S 21736 21723 19876 0 -1 0 156501 0 2 0 170702 188 0 0 18 0 9 0 1992961057 889376768 118725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21737/statm: 217133 118725 2566 9 0 211680 0
[pid=21737/tid=21738] ppid=21736 vsize=868532 CPUtime=1690.29
/proc/21737/task/21738/stat : 21738 (java) R 21736 21723 19876 0 -1 64 6601 0 2 0 168909 120 0 0 25 0 9 0 1992961058 889376768 118725 996147200 134512640 134550740 4294955952 18446744073709551615 4126985860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21737/tid=21739] ppid=21736 vsize=868532 CPUtime=18.3
/proc/21737/task/21739/stat : 21739 (java) S 21736 21723 19876 0 -1 64 147692 0 0 0 1765 65 0 0 17 0 9 0 1992961059 889376768 118725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21737/tid=21740] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21740/stat : 21740 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889376768 118725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21741] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21741/stat : 21741 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889376768 118725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21742] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21742/stat : 21742 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992961062 889376768 118725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21743] ppid=21736 vsize=868532 CPUtime=0.28
/proc/21737/task/21743/stat : 21743 (java) S 21736 21723 19876 0 -1 64 1511 0 0 0 27 1 0 0 16 0 9 0 1992961062 889376768 118725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21744] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21744/stat : 21744 (java) S 21736 21723 19876 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992961062 889376768 118725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21745] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21745/stat : 21745 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992961062 889376768 118725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.15
Current children cumulated vsize (KiB) 887488

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/91 21848
/proc/meminfo: memFree=1151904/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=1.25
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 974 11140 0 1 3 1 113 8 15 0 1 0 1992960926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21723/statm: 3400 797 370 3 0 500 0
[pid=21736] ppid=21723 vsize=5356 CPUtime=0
/proc/21736/stat : 21736 (sh) S 21723 21723 19876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992961057 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21736/statm: 1339 233 193 169 0 50 0
[pid=21737] ppid=21736 vsize=868532 CPUtime=1768.6
/proc/21737/stat : 21737 (java) S 21736 21723 19876 0 -1 0 156863 0 2 0 176663 197 0 0 18 0 9 0 1992961057 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21737/statm: 217133 119061 2566 9 0 211680 0
[pid=21737/tid=21738] ppid=21736 vsize=868532 CPUtime=1749.8
/proc/21737/task/21738/stat : 21738 (java) R 21736 21723 19876 0 -1 64 6627 0 2 0 174852 128 0 0 25 0 9 0 1992961058 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4126095810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21737/tid=21739] ppid=21736 vsize=868532 CPUtime=18.49
/proc/21737/task/21739/stat : 21739 (java) S 21736 21723 19876 0 -1 64 148028 0 0 0 1783 66 0 0 16 0 9 0 1992961059 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21737/tid=21740] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21740/stat : 21740 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21741] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21741/stat : 21741 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21742] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21742/stat : 21742 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992961062 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21743] ppid=21736 vsize=868532 CPUtime=0.28
/proc/21737/task/21743/stat : 21743 (java) S 21736 21723 19876 0 -1 64 1511 0 0 0 27 1 0 0 16 0 9 0 1992961062 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21744] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21744/stat : 21744 (java) S 21736 21723 19876 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992961062 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21745] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21745/stat : 21745 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992961062 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.85
Current children cumulated vsize (KiB) 887488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/91 21848
/proc/meminfo: memFree=1151904/2055920 swapFree=4180436/4192956
[pid=21723] ppid=21721 vsize=13600 CPUtime=1.25
/proc/21723/stat : 21723 (sugar) S 21721 21723 19876 0 -1 4194304 974 11140 0 1 3 1 113 8 15 0 1 0 1992960926 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21723/statm: 3400 797 370 3 0 500 0
[pid=21736] ppid=21723 vsize=5356 CPUtime=0
/proc/21736/stat : 21736 (sh) S 21723 21723 19876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992961057 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21736/statm: 1339 233 193 169 0 50 0
[pid=21737] ppid=21736 vsize=868532 CPUtime=1798.75
/proc/21737/stat : 21737 (java) S 21736 21723 19876 0 -1 0 156867 0 2 0 179678 197 0 0 18 0 9 0 1992961057 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21737/statm: 217133 119061 2566 9 0 211680 0
[pid=21737/tid=21738] ppid=21736 vsize=868532 CPUtime=1779.9
/proc/21737/task/21738/stat : 21738 (java) R 21736 21723 19876 0 -1 64 6631 0 2 0 177861 129 0 0 25 0 9 0 1992961058 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4126983360 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21737/tid=21739] ppid=21736 vsize=868532 CPUtime=18.55
/proc/21737/task/21739/stat : 21739 (java) S 21736 21723 19876 0 -1 64 148028 0 0 0 1789 66 0 0 16 0 9 0 1992961059 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21737/tid=21740] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21740/stat : 21740 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21741] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21741/stat : 21741 (java) S 21736 21723 19876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992961060 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21742] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21742/stat : 21742 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992961062 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21743] ppid=21736 vsize=868532 CPUtime=0.28
/proc/21737/task/21743/stat : 21743 (java) S 21736 21723 19876 0 -1 64 1511 0 0 0 27 1 0 0 16 0 9 0 1992961062 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21744] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21744/stat : 21744 (java) S 21736 21723 19876 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992961062 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21737/tid=21745] ppid=21736 vsize=868532 CPUtime=0
/proc/21737/task/21745/stat : 21745 (java) S 21736 21723 19876 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992961062 889376768 119061 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 887488

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 21723 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=175821
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=103984
# CPU time returned by wait4() is 1.27981
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.73
CPU time (s): 1800
CPU user time (s): 1797.94
CPU system time (s): 2.06
CPU usage (%): 99.2978
Max. virtual memory (cumulated for all children) (KiB): 907868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.17582
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12445
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1014
involuntary context switches= 823

runsolver used 2.24366 second user time and 5.9341 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-04 04:52:02
IDJOB=1064147
IDBENCH=54910
IDSOLVER=345
FILE ID=node71/1064147-1215139922
PBS_JOBID= 7877347
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-04.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-1064147-1215139922/watcher-1064147-1215139922 -o /tmp/evaluation-result-1064147-1215139922/solver-1064147-1215139922 -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-1064147-1215139922.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a822fe1cc1e4beb291641220883d694f
RANDOM SEED=828783209

node71.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.209
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.209
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:       1823768 kB
Buffers:          7264 kB
Cached:          73416 kB
SwapCached:       6632 kB
Active:         146872 kB
Inactive:        27920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823768 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2988 kB
Writeback:           0 kB
Mapped:         107788 kB
Slab:            42224 kB
Committed_AS:  4923324 kB
PageTables:       2108 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= 66552 MiB
End job on node71 at 2008-07-04 05:22:17