Trace number 1066825

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.09 1808.37

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg10-12_ext.xml
MD5SUM19fed936c193b710d2133588a1e50e14
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.27381
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints22
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension22
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 07:25:16 2008
0.00/0.04	c 0	PID 18842
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066825-1215149116.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-1066825-1215149116.xml' 'HOME/temp.csp'
0.03/0.49	c 1	1 domains, 120 variables, 0 predicates, 2 relations, 22 constraints
0.03/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	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.45/0.60	c 1	Parsing HOME/temp.csp
0.45/0.77	c 1	parsed 145 expressions
0.45/0.77	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.77	c 1	Converting to clausal form CSP
0.45/0.80	c 1	converted 15 (10%) expressions
0.45/0.80	c 1	converted 29 (20%) expressions
0.45/0.80	c 1	converted 44 (30%) expressions
0.45/0.80	c 1	converted 58 (40%) expressions
0.45/0.80	c 1	converted 73 (50%) expressions
0.45/0.80	c 1	converted 87 (60%) expressions
0.45/0.80	c 1	converted 102 (70%) expressions
0.45/0.80	c 1	converted 116 (80%) expressions
1.41/1.57	c 2	converted 131 (90%) expressions
2.19/2.35	c 3	converted 145 (100%) expressions
2.19/2.35	c 3	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
2.19/2.35	c 3	Heap : 51 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.35	c 3	Propagation in CSP
2.19/2.35	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.19/2.35	c 3	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
2.19/2.35	c 3	Heap : 51 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.35	c 3	Simplifing CSP by introducing new Boolean variables
2.19/2.35	c 3	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
2.19/2.35	c 3	Heap : 51 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.39/2.57	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.39/2.59	c 3	12 (10%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.39/2.59	c 3	24 (20%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.39/2.59	c 3	36 (30%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.39/2.59	c 3	48 (40%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.39/2.60	c 3	60 (50%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
2.39/2.60	c 3	72 (60%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
2.49/2.60	c 3	84 (70%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
2.49/2.60	c 3	96 (80%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
2.49/2.60	c 3	108 (90%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
2.49/2.60	c 3	120 (100%) CSP integer variables are encoded (2880 clauses, 35377 bytes)
43.30/43.88	c 44	3 (10%) CSP clauses are encoded (182037 clauses, 11787298 bytes)
71.45/72.23	c 72	5 (20%) CSP clauses are encoded (301475 clauses, 19885159 bytes)
98.50/99.58	c 100	7 (30%) CSP clauses are encoded (420913 clauses, 28207445 bytes)
126.45/127.63	c 128	9 (40%) CSP clauses are encoded (540351 clauses, 36529731 bytes)
153.89/155.27	c 156	11 (50%) CSP clauses are encoded (659789 clauses, 44852017 bytes)
177.87/179.36	c 180	14 (60%) CSP clauses are encoded (787766 clauses, 53506498 bytes)
188.09/189.61	c 190	16 (70%) CSP clauses are encoded (856024 clauses, 58546405 bytes)
198.14/199.70	c 200	18 (80%) CSP clauses are encoded (924282 clauses, 64357971 bytes)
208.28/209.94	c 210	20 (90%) CSP clauses are encoded (992540 clauses, 70169537 bytes)
218.52/220.29	c 221	22 (100%) CSP clauses are encoded (1060798 clauses, 75981103 bytes)
218.52/220.29	c 221	22 CSP clauses encoded
218.52/220.29	c 221	Writing map file : HOME/temp.map
218.52/220.29	c 221	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
218.52/220.29	c 221	SAT : 3000 SAT variables, 1060798 SAT clauses, 75981103 bytes
218.52/220.29	c 221	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
218.61/220.36	c 221	SOLVING HOME/temp.cnf
218.61/220.36	c 221	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1808.22	c ERROR INTERRUPTED
1800.06/1808.24	s UNKNOWN
1800.06/1808.24	c 1808	CPU 217.8 (0.03 0 217.77 0.86)
1800.06/1808.24	c 1808	END Fri Jul  4 07:55:24 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-1066825-1215149116/watcher-1066825-1215149116 -o /tmp/evaluation-result-1066825-1215149116/solver-1066825-1215149116 -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-1066825-1215149116.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.00 2.00 2.00 4/72 18842
/proc/meminfo: memFree=1880800/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=12268 CPUtime=0
/proc/18842/stat : 18842 (sugar) R 18840 18842 15613 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1993886901 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268600797061 0 0 4224 0 0 0 0 17 1 0 0
/proc/18842/statm: 3067 316 241 3 0 167 0

[startup+0.0617851 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 18842
/proc/meminfo: memFree=1880800/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=0.03
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993886901 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101647 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 18842
/proc/meminfo: memFree=1880800/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=0.03
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993886901 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301684 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 18842
/proc/meminfo: memFree=1880800/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=0.03
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993886901 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701763 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 18842
/proc/meminfo: memFree=1880800/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=0.45
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 973 5148 0 1 3 0 38 4 16 0 1 0 1993886901 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50293 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 18864
/proc/meminfo: memFree=1864072/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=0.45
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 973 5148 0 1 3 0 38 4 15 0 1 0 1993886901 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 797 370 3 0 500 0
[pid=18855] ppid=18842 vsize=5356 CPUtime=0
/proc/18855/stat : 18855 (sh) S 18842 18842 15613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993886954 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18855/statm: 1339 233 193 169 0 50 0
[pid=18856] ppid=18855 vsize=864328 CPUtime=0.96
/proc/18856/stat : 18856 (java) S 18855 18842 15613 0 -1 0 10787 0 1 0 90 6 0 0 18 0 9 0 1993886954 885071872 10060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18856/statm: 216082 10060 2540 9 0 210657 0
[pid=18856/tid=18857] ppid=18855 vsize=864328 CPUtime=0.39
/proc/18856/task/18857/stat : 18857 (java) R 18855 18842 15613 0 -1 64 2762 0 1 0 38 1 0 0 19 0 9 0 1993886955 885071872 10060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18858] ppid=18855 vsize=864328 CPUtime=0.46
/proc/18856/task/18858/stat : 18858 (java) R 18855 18842 15613 0 -1 64 6999 0 0 0 44 2 0 0 17 0 9 0 1993886956 885071872 10060 996147200 134512640 134550740 4294955952 18446744073709551615 104182133 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18859] ppid=18855 vsize=864328 CPUtime=0
/proc/18856/task/18859/stat : 18859 (java) S 18855 18842 15613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993886956 885071872 10060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18860] ppid=18855 vsize=864328 CPUtime=0
/proc/18856/task/18860/stat : 18860 (java) S 18855 18842 15613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993886956 885071872 10060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18861] ppid=18855 vsize=864328 CPUtime=0
/proc/18856/task/18861/stat : 18861 (java) S 18855 18842 15613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993886958 885071872 10060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18862] ppid=18855 vsize=864328 CPUtime=0.06
/proc/18856/task/18862/stat : 18862 (java) S 18855 18842 15613 0 -1 64 332 0 0 0 6 0 0 0 16 0 9 0 1993886958 885071872 10060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18863] ppid=18855 vsize=864328 CPUtime=0
/proc/18856/task/18863/stat : 18863 (java) S 18855 18842 15613 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993886958 885071872 10060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18864] ppid=18855 vsize=864328 CPUtime=0
/proc/18856/task/18864/stat : 18864 (java) S 18855 18842 15613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993886958 885071872 10060 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) 883284

[startup+3.10224 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 18864
/proc/meminfo: memFree=1831496/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=0.45
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 974 5148 0 1 3 0 38 4 15 0 1 0 1993886901 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 797 370 3 0 500 0
[pid=18855] ppid=18842 vsize=5356 CPUtime=0
/proc/18855/stat : 18855 (sh) S 18842 18842 15613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993886954 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18855/statm: 1339 233 193 169 0 50 0
[pid=18856] ppid=18855 vsize=864440 CPUtime=2.53
/proc/18856/stat : 18856 (java) S 18855 18842 15613 0 -1 0 19244 0 1 0 243 10 0 0 18 0 9 0 1993886954 885186560 18473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18856/statm: 216110 18473 2564 9 0 210657 0
[pid=18856/tid=18857] ppid=18855 vsize=864440 CPUtime=1.14
/proc/18856/task/18857/stat : 18857 (java) R 18855 18842 15613 0 -1 64 3430 0 1 0 112 2 0 0 22 0 9 0 1993886955 885186560 18473 996147200 134512640 134550740 4294955952 18446744073709551615 102492658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18858] ppid=18855 vsize=864440 CPUtime=1.26
/proc/18856/task/18858/stat : 18858 (java) S 18855 18842 15613 0 -1 64 14767 0 0 0 120 6 0 0 16 0 9 0 1993886956 885186560 18473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18859] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18859/stat : 18859 (java) S 18855 18842 15613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993886956 885186560 18473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18860] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18860/stat : 18860 (java) S 18855 18842 15613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993886956 885186560 18473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18861] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18861/stat : 18861 (java) S 18855 18842 15613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993886958 885186560 18473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18862] ppid=18855 vsize=864440 CPUtime=0.09
/proc/18856/task/18862/stat : 18862 (java) S 18855 18842 15613 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 1993886958 885186560 18473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18863] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18863/stat : 18863 (java) S 18855 18842 15613 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993886958 885186560 18473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18864] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18864/stat : 18864 (java) S 18855 18842 15613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993886958 885186560 18473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883396

[startup+6.30286 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18864
/proc/meminfo: memFree=1813448/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=0.45
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 974 5148 0 1 3 0 38 4 15 0 1 0 1993886901 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 797 370 3 0 500 0
[pid=18855] ppid=18842 vsize=5356 CPUtime=0
/proc/18855/stat : 18855 (sh) S 18842 18842 15613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993886954 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18855/statm: 1339 233 193 169 0 50 0
[pid=18856] ppid=18855 vsize=864440 CPUtime=5.71
/proc/18856/stat : 18856 (java) S 18855 18842 15613 0 -1 0 19763 0 1 0 560 11 0 0 18 0 9 0 1993886954 885186560 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18856/statm: 216110 18982 2564 9 0 210657 0
[pid=18856/tid=18857] ppid=18855 vsize=864440 CPUtime=4.28
/proc/18856/task/18857/stat : 18857 (java) R 18855 18842 15613 0 -1 64 3440 0 1 0 426 2 0 0 25 0 9 0 1993886955 885186560 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4126581808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18858] ppid=18855 vsize=864440 CPUtime=1.3
/proc/18856/task/18858/stat : 18858 (java) S 18855 18842 15613 0 -1 64 15276 0 0 0 123 7 0 0 16 0 9 0 1993886956 885186560 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18859] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18859/stat : 18859 (java) S 18855 18842 15613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993886956 885186560 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18860] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18860/stat : 18860 (java) S 18855 18842 15613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993886956 885186560 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18861] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18861/stat : 18861 (java) S 18855 18842 15613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993886958 885186560 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18862] ppid=18855 vsize=864440 CPUtime=0.09
/proc/18856/task/18862/stat : 18862 (java) S 18855 18842 15613 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 1993886958 885186560 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18863] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18863/stat : 18863 (java) S 18855 18842 15613 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993886958 885186560 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18864] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18864/stat : 18864 (java) S 18855 18842 15613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993886958 885186560 18982 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) 883396

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18864
/proc/meminfo: memFree=1807496/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=0.45
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 974 5148 0 1 3 0 38 4 15 0 1 0 1993886901 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 797 370 3 0 500 0
[pid=18855] ppid=18842 vsize=5356 CPUtime=0
/proc/18855/stat : 18855 (sh) S 18842 18842 15613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993886954 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18855/statm: 1339 233 193 169 0 50 0
[pid=18856] ppid=18855 vsize=864440 CPUtime=12.04
/proc/18856/stat : 18856 (java) S 18855 18842 15613 0 -1 0 20904 0 1 0 1193 11 0 0 18 0 9 0 1993886954 885186560 20103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18856/statm: 216110 20103 2564 9 0 210657 0
[pid=18856/tid=18857] ppid=18855 vsize=864440 CPUtime=10.55
/proc/18856/task/18857/stat : 18857 (java) R 18855 18842 15613 0 -1 64 3460 0 1 0 1053 2 0 0 25 0 9 0 1993886955 885186560 20103 996147200 134512640 134550740 4294955952 18446744073709551615 4126581792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18858] ppid=18855 vsize=864440 CPUtime=1.36
/proc/18856/task/18858/stat : 18858 (java) S 18855 18842 15613 0 -1 64 16397 0 0 0 129 7 0 0 16 0 9 0 1993886956 885186560 20103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18859] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18859/stat : 18859 (java) S 18855 18842 15613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993886956 885186560 20103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18860] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18860/stat : 18860 (java) S 18855 18842 15613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993886956 885186560 20103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18861] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18861/stat : 18861 (java) S 18855 18842 15613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993886958 885186560 20103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18862] ppid=18855 vsize=864440 CPUtime=0.09
/proc/18856/task/18862/stat : 18862 (java) S 18855 18842 15613 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 1993886958 885186560 20103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18863] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18863/stat : 18863 (java) S 18855 18842 15613 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993886958 885186560 20103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18864] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18864/stat : 18864 (java) S 18855 18842 15613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993886958 885186560 20103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883396

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18864
/proc/meminfo: memFree=1794760/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=0.45
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 974 5148 0 1 3 0 38 4 15 0 1 0 1993886901 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 797 370 3 0 500 0
[pid=18855] ppid=18842 vsize=5356 CPUtime=0
/proc/18855/stat : 18855 (sh) S 18842 18842 15613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993886954 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18855/statm: 1339 233 193 169 0 50 0
[pid=18856] ppid=18855 vsize=864440 CPUtime=24.72
/proc/18856/stat : 18856 (java) S 18855 18842 15613 0 -1 0 23245 0 1 0 2458 14 0 0 18 0 9 0 1993886954 885186560 22380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18856/statm: 216110 22380 2564 9 0 210657 0
[pid=18856/tid=18857] ppid=18855 vsize=864440 CPUtime=23.08
/proc/18856/task/18857/stat : 18857 (java) R 18855 18842 15613 0 -1 64 3524 0 1 0 2304 4 0 0 25 0 9 0 1993886955 885186560 22380 996147200 134512640 134550740 4294955952 18446744073709551615 4126584363 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18858] ppid=18855 vsize=864440 CPUtime=1.5
/proc/18856/task/18858/stat : 18858 (java) S 18855 18842 15613 0 -1 64 18670 0 0 0 142 8 0 0 16 0 9 0 1993886956 885186560 22380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18859] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18859/stat : 18859 (java) S 18855 18842 15613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993886956 885186560 22380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18856/tid=18860] ppid=18855 vsize=864440 CPUtime=0
/proc/18856/task/18860/stat : 18860 (java) S 18855 18842 15613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993886956 885186560 22380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18900] ppid=18842 vsize=5356 CPUtime=0
/proc/18900/stat : 18900 (sh) S 18842 18842 15613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993908938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18900/statm: 1339 232 193 169 0 50 0
[pid=18901] ppid=18900 vsize=101668 CPUtime=1197.09
/proc/18901/stat : 18901 (picosat) R 18900 18842 15613 0 -1 4194304 25965 0 0 0 117747 1962 0 0 25 0 1 0 1993908938 104108032 24433 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18901/statm: 25417 24433 48 102 0 25312 0
Current children cumulated CPU time (s) 1415.74
Current children cumulated vsize (KiB) 120624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.09 2.07 3/83 19117
/proc/meminfo: memFree=1818816/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=218.65
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 1021 57779 0 2 3 0 21776 86 16 0 1 0 1993886901 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 798 370 3 0 500 0
[pid=18900] ppid=18842 vsize=5356 CPUtime=0
/proc/18900/stat : 18900 (sh) S 18842 18842 15613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993908938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18900/statm: 1339 232 193 169 0 50 0
[pid=18901] ppid=18900 vsize=101932 CPUtime=1256.84
/proc/18901/stat : 18901 (picosat) R 18900 18842 15613 0 -1 4194304 26030 0 0 0 123722 1962 0 0 25 0 1 0 1993908938 104378368 24498 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18901/statm: 25483 24498 48 102 0 25378 0
Current children cumulated CPU time (s) 1475.49
Current children cumulated vsize (KiB) 120888

[startup+1542.3 s]
/proc/loadavg: 2.00 2.07 2.06 3/83 19117
/proc/meminfo: memFree=1817920/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=218.65
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 1021 57779 0 2 3 0 21776 86 16 0 1 0 1993886901 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 798 370 3 0 500 0
[pid=18900] ppid=18842 vsize=5356 CPUtime=0
/proc/18900/stat : 18900 (sh) S 18842 18842 15613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993908938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18900/statm: 1339 232 193 169 0 50 0
[pid=18901] ppid=18900 vsize=102460 CPUtime=1316.6
/proc/18901/stat : 18901 (picosat) R 18900 18842 15613 0 -1 4194304 26376 0 0 0 129697 1963 0 0 25 0 1 0 1993908938 104919040 24647 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18901/statm: 25615 24647 48 102 0 25510 0
Current children cumulated CPU time (s) 1535.25
Current children cumulated vsize (KiB) 121416

[startup+1602.3 s]
/proc/loadavg: 2.00 2.06 2.05 3/83 19117
/proc/meminfo: memFree=1817856/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=218.65
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 1021 57779 0 2 3 0 21776 86 16 0 1 0 1993886901 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 798 370 3 0 500 0
[pid=18900] ppid=18842 vsize=5356 CPUtime=0
/proc/18900/stat : 18900 (sh) S 18842 18842 15613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993908938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18900/statm: 1339 232 193 169 0 50 0
[pid=18901] ppid=18900 vsize=102460 CPUtime=1376.36
/proc/18901/stat : 18901 (picosat) R 18900 18842 15613 0 -1 4194304 26376 0 0 0 135673 1963 0 0 25 0 1 0 1993908938 104919040 24647 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18901/statm: 25615 24647 48 102 0 25510 0
Current children cumulated CPU time (s) 1595.01
Current children cumulated vsize (KiB) 121416

[startup+1662.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/83 19117
/proc/meminfo: memFree=1817856/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=218.65
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 1021 57779 0 2 3 0 21776 86 16 0 1 0 1993886901 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 798 370 3 0 500 0
[pid=18900] ppid=18842 vsize=5356 CPUtime=0
/proc/18900/stat : 18900 (sh) S 18842 18842 15613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993908938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18900/statm: 1339 232 193 169 0 50 0
[pid=18901] ppid=18900 vsize=102460 CPUtime=1436.1
/proc/18901/stat : 18901 (picosat) R 18900 18842 15613 0 -1 4194304 26376 0 0 0 141647 1963 0 0 25 0 1 0 1993908938 104919040 24647 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18901/statm: 25615 24647 48 102 0 25510 0
Current children cumulated CPU time (s) 1654.75
Current children cumulated vsize (KiB) 121416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/83 19117
/proc/meminfo: memFree=1817792/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=218.65
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 1021 57779 0 2 3 0 21776 86 16 0 1 0 1993886901 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 798 370 3 0 500 0
[pid=18900] ppid=18842 vsize=5356 CPUtime=0
/proc/18900/stat : 18900 (sh) S 18842 18842 15613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993908938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18900/statm: 1339 232 193 169 0 50 0
[pid=18901] ppid=18900 vsize=102460 CPUtime=1495.86
/proc/18901/stat : 18901 (picosat) R 18900 18842 15613 0 -1 4194304 26566 0 0 0 147623 1963 0 0 25 0 1 0 1993908938 104919040 24647 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/18901/statm: 25615 24647 48 102 0 25510 0
Current children cumulated CPU time (s) 1714.51
Current children cumulated vsize (KiB) 121416

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/83 19117
/proc/meminfo: memFree=1817728/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=218.65
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 1021 57779 0 2 3 0 21776 86 16 0 1 0 1993886901 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 798 370 3 0 500 0
[pid=18900] ppid=18842 vsize=5356 CPUtime=0
/proc/18900/stat : 18900 (sh) S 18842 18842 15613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993908938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18900/statm: 1339 232 193 169 0 50 0
[pid=18901] ppid=18900 vsize=102460 CPUtime=1555.61
/proc/18901/stat : 18901 (picosat) R 18900 18842 15613 0 -1 4194304 26566 0 0 0 153598 1963 0 0 25 0 1 0 1993908938 104919040 24647 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18901/statm: 25615 24647 48 102 0 25510 0
Current children cumulated CPU time (s) 1774.26
Current children cumulated vsize (KiB) 121416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.00 2.02 2.03 3/83 19117
/proc/meminfo: memFree=1817728/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=218.65
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 1021 57779 0 2 3 0 21776 86 16 0 1 0 1993886901 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 798 370 3 0 500 0
[pid=18900] ppid=18842 vsize=5356 CPUtime=0
/proc/18900/stat : 18900 (sh) S 18842 18842 15613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993908938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18900/statm: 1339 232 193 169 0 50 0
[pid=18901] ppid=18900 vsize=102460 CPUtime=1581.41
/proc/18901/stat : 18901 (picosat) R 18900 18842 15613 0 -1 4194304 26566 0 0 0 156178 1963 0 0 25 0 1 0 1993908938 104919040 24647 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18901/statm: 25615 24647 48 102 0 25510 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 121416

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

[startup+1808.2 s]
/proc/loadavg: 2.00 2.02 2.03 3/83 19117
/proc/meminfo: memFree=1817728/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=218.65
/proc/18842/stat : 18842 (sugar) S 18840 18842 15613 0 -1 4194304 1021 57779 0 2 3 0 21776 86 16 0 1 0 1993886901 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18842/statm: 3400 798 370 3 0 500 0
[pid=18900] ppid=18842 vsize=5356 CPUtime=0
/proc/18900/stat : 18900 (sh) S 18842 18842 15613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993908938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18900/statm: 1339 232 193 169 0 50 0
[pid=18901] ppid=18900 vsize=102460 CPUtime=1581.41
/proc/18901/stat : 18901 (picosat) R 18900 18842 15613 0 -1 4194304 26566 0 0 0 156178 1963 0 0 25 0 1 0 1993908938 104919040 24647 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18901/statm: 25615 24647 48 102 0 25510 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 121416

# WARNING:
# current cumulated CPU time (218.67 s) is less than in the last sample (1800.06 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1581.39 s) to the 'lost time'.

[startup+1808.32 s]
/proc/loadavg: 2.00 2.02 2.03 2/82 19118
/proc/meminfo: memFree=1916488/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=218.67
/proc/18842/stat : 18842 (sugar) D 18840 18842 15613 0 -1 4194304 1067 58056 0 2 3 1 21777 86 16 0 1 0 1993886901 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18842/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 218.67
Current children cumulated vsize (KiB) 13600

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

[startup+1808.32 s]
/proc/loadavg: 2.00 2.02 2.03 2/82 19118
/proc/meminfo: memFree=1916488/2055924 swapFree=4180432/4192956
[pid=18842] ppid=18840 vsize=13600 CPUtime=218.67
/proc/18842/stat : 18842 (sugar) D 18840 18842 15613 0 -1 4194304 1067 58056 0 2 3 1 21777 86 16 0 1 0 1993886901 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18842/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 218.67
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1581.39
#  lost CPU user time (s): 1561.77
#  lost CPU system time (s): 19.62

Real time (s): 1808.37
CPU time (s): 1800.09
CPU user time (s): 1779.58
CPU system time (s): 20.5069
CPU usage (%): 99.5417
Max. virtual memory (cumulated for all children) (KiB): 896460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.809
system time used= 0.886865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59154
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= 13209
involuntary context switches= 16326

runsolver used 2.26865 second user time and 5.35319 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-04 07:25:16
IDJOB=1066825
IDBENCH=55145
IDSOLVER=345
FILE ID=node6/1066825-1215149116
PBS_JOBID= 7877353
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg10-12_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-1066825-1215149116/watcher-1066825-1215149116 -o /tmp/evaluation-result-1066825-1215149116/solver-1066825-1215149116 -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-1066825-1215149116.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 19fed936c193b710d2133588a1e50e14
RANDOM SEED=576527190

node6.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.265
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.265
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:      2055924 kB
MemFree:       1881280 kB
Buffers:          7996 kB
Cached:         101476 kB
SwapCached:       6536 kB
Active:          71528 kB
Inactive:        50188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1881280 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:          19728 kB
Slab:            38236 kB
Committed_AS:  3282836 kB
PageTables:       1856 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 node6 at 2008-07-04 07:55:26