Trace number 1080977

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 1813.43

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-8.xml
MD5SUM4fd5952cdf1c6d563997aac01ff731b3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1378
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
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.05	c 0	BEGIN Sat Jul  5 01:35:18 2008
0.00/0.05	c 0	PID 9259
0.04/0.05	c 0	HOST node30.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1080977-1215214518.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080977-1215214518.xml' 'HOME/temp.csp'
0.04/0.66	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.04/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	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.63/0.76	c 1	Parsing HOME/temp.csp
1.02/1.13	c 1	parsed 3732 expressions
1.02/1.13	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.13	c 1	Converting to clausal form CSP
1.02/1.16	c 1	converted 374 (10%) expressions
1.11/1.21	c 2	converted 747 (20%) expressions
1.22/1.33	c 2	converted 1120 (30%) expressions
1.22/1.36	c 2	converted 1493 (40%) expressions
1.22/1.38	c 2	converted 1866 (50%) expressions
1.22/1.39	c 2	converted 2240 (60%) expressions
1.31/1.41	c 2	converted 2613 (70%) expressions
1.31/1.42	c 2	converted 2986 (80%) expressions
1.31/1.43	c 2	converted 3359 (90%) expressions
1.31/1.44	c 2	converted 3732 (100%) expressions
1.31/1.44	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1378
1.31/1.44	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.44	c 2	Propagation in CSP
1.52/1.61	c 2	206822 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.52/1.61	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 794
1.52/1.61	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.62	c 2	Simplifing CSP by introducing new Boolean variables
1.61/1.71	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 794
1.61/1.71	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.75	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.61/1.79	c 2	30 (10%) CSP integer variables are encoded (18210 clauses, 251042 bytes)
1.71/1.82	c 2	60 (20%) CSP integer variables are encoded (38040 clauses, 548492 bytes)
1.71/1.85	c 2	90 (30%) CSP integer variables are encoded (60630 clauses, 887342 bytes)
1.71/1.87	c 2	120 (40%) CSP integer variables are encoded (80775 clauses, 1189517 bytes)
1.71/1.90	c 2	150 (50%) CSP integer variables are encoded (98715 clauses, 1458617 bytes)
1.81/1.93	c 2	180 (60%) CSP integer variables are encoded (120540 clauses, 1827377 bytes)
1.81/1.95	c 2	210 (70%) CSP integer variables are encoded (140955 clauses, 2174432 bytes)
1.81/1.98	c 2	240 (80%) CSP integer variables are encoded (157260 clauses, 2451617 bytes)
1.91/2.00	c 2	270 (90%) CSP integer variables are encoded (175095 clauses, 2754812 bytes)
1.91/2.02	c 2	300 (100%) CSP integer variables are encoded (191505 clauses, 3033782 bytes)
2.30/2.47	c 3	883 (10%) CSP clauses are encoded (391503 clauses, 7422857 bytes)
2.80/2.95	c 3	1766 (20%) CSP clauses are encoded (633629 clauses, 12991749 bytes)
3.29/3.44	c 4	2649 (30%) CSP clauses are encoded (871409 clauses, 18497283 bytes)
3.78/3.93	c 4	3532 (40%) CSP clauses are encoded (1119057 clauses, 24229882 bytes)
4.38/4.50	c 5	4415 (50%) CSP clauses are encoded (1403326 clauses, 30829350 bytes)
4.86/5.01	c 5	5298 (60%) CSP clauses are encoded (1650702 clauses, 36583480 bytes)
5.36/5.51	c 6	6181 (70%) CSP clauses are encoded (1893397 clauses, 42233874 bytes)
5.75/5.96	c 6	7064 (80%) CSP clauses are encoded (2116150 clauses, 47543347 bytes)
6.24/6.57	c 7	7947 (90%) CSP clauses are encoded (2360247 clauses, 53435673 bytes)
6.63/6.98	c 7	8830 (100%) CSP clauses are encoded (2579791 clauses, 58513141 bytes)
6.63/6.98	c 7	8830 CSP clauses encoded
6.63/6.98	c 7	Writing map file : HOME/temp.map
6.63/6.99	c 7	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.63/6.99	c 7	SAT : 197505 SAT variables, 2579791 SAT clauses, 58513141 bytes
6.63/6.99	c 7	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.73/7.05	c 7	SOLVING HOME/temp.cnf
6.73/7.05	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1813.41	c ERROR INTERRUPTED
1800.09/1813.42	s UNKNOWN
1800.09/1813.42	c 1814	CPU 6.15 (0.03 0.01 6.12 0.59)
1800.09/1813.42	c 1814	END Sat Jul  5 02:05:32 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-1080977-1215214518/watcher-1080977-1215214518 -o /tmp/evaluation-result-1080977-1215214518/solver-1080977-1215214518 -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-1080977-1215214518.xml 

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


[startup+0 s]
/proc/loadavg: 1.85 1.98 1.99 4/72 9259
/proc/meminfo: memFree=1620736/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=12000 CPUtime=0
/proc/9259/stat : 9259 (sugar) R 9257 9259 9222 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 2000425526 12288000 172 996147200 4194304 4206940 548682068608 18446744073709551615 264907455456 0 0 4224 0 0 0 0 17 1 0 0
/proc/9259/statm: 3000 172 133 3 0 100 0

[startup+0.050649 s]
/proc/loadavg: 1.85 1.98 1.99 4/72 9259
/proc/meminfo: memFree=1620736/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=0.04
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2000425526 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102357 s]
/proc/loadavg: 1.85 1.98 1.99 4/72 9259
/proc/meminfo: memFree=1620736/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=0.04
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000425526 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30197 s]
/proc/loadavg: 1.85 1.98 1.99 4/72 9259
/proc/meminfo: memFree=1620736/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=0.04
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000425526 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701995 s]
/proc/loadavg: 1.85 1.98 1.99 4/72 9259
/proc/meminfo: memFree=1620736/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=0.63
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 956 6755 0 1 3 1 54 5 16 0 1 0 2000425526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50205 s]
/proc/loadavg: 1.85 1.98 1.99 4/83 9281
/proc/meminfo: memFree=1612776/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=0.63
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 974 6755 0 1 3 1 54 5 15 0 1 0 2000425526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 797 370 3 0 500 0
[pid=9272] ppid=9259 vsize=5356 CPUtime=0
/proc/9272/stat : 9272 (sh) S 9259 9259 9222 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000425595 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9272/statm: 1339 233 193 169 0 50 0
[pid=9273] ppid=9272 vsize=868256 CPUtime=0.79
/proc/9273/stat : 9273 (java) S 9272 9259 9222 0 -1 0 5840 0 1 0 75 4 0 0 18 0 9 0 2000425596 889094144 5228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9273/statm: 217064 5228 1734 9 0 211639 0
[pid=9273/tid=9274] ppid=9272 vsize=868256 CPUtime=0.51
/proc/9273/task/9274/stat : 9274 (java) R 9272 9259 9222 0 -1 64 2661 0 1 0 50 1 0 0 21 0 9 0 2000425597 889094144 5228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9275] ppid=9272 vsize=868256 CPUtime=0.05
/proc/9273/task/9275/stat : 9275 (java) S 9272 9259 9222 0 -1 64 1013 0 0 0 5 0 0 0 16 0 9 0 2000425598 889094144 5228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9276] ppid=9272 vsize=868256 CPUtime=0
/proc/9273/task/9276/stat : 9276 (java) S 9272 9259 9222 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2000425598 889094144 5228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9277] ppid=9272 vsize=868256 CPUtime=0
/proc/9273/task/9277/stat : 9277 (java) S 9272 9259 9222 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000425598 889094144 5228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9278] ppid=9272 vsize=868256 CPUtime=0
/proc/9273/task/9278/stat : 9278 (java) S 9272 9259 9222 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000425600 889094144 5228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9279] ppid=9272 vsize=868256 CPUtime=0.2
/proc/9273/task/9279/stat : 9279 (java) R 9272 9259 9222 0 -1 64 1474 0 0 0 19 1 0 0 16 0 9 0 2000425600 889094144 5228 996147200 134512640 134550740 4294955952 18446744073709551615 102096929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9280] ppid=9272 vsize=868256 CPUtime=0
/proc/9273/task/9280/stat : 9280 (java) S 9272 9259 9222 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000425600 889094144 5228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9281] ppid=9272 vsize=868256 CPUtime=0
/proc/9273/task/9281/stat : 9281 (java) S 9272 9259 9222 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000425600 889094144 5228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887212

[startup+3.10215 s]
/proc/loadavg: 1.85 1.98 1.99 3/83 9281
/proc/meminfo: memFree=1597864/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=0.63
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 974 6755 0 1 3 1 54 5 15 0 1 0 2000425526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 797 370 3 0 500 0
[pid=9272] ppid=9259 vsize=5356 CPUtime=0
/proc/9272/stat : 9272 (sh) S 9259 9259 9222 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000425595 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9272/statm: 1339 233 193 169 0 50 0
[pid=9273] ppid=9272 vsize=868484 CPUtime=2.37
/proc/9273/stat : 9273 (java) S 9272 9259 9222 0 -1 0 7913 0 1 0 220 17 0 0 18 0 9 0 2000425596 889327616 6704 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9273/statm: 217121 6704 2564 9 0 211668 0
[pid=9273/tid=9274] ppid=9272 vsize=868484 CPUtime=1.85
/proc/9273/task/9274/stat : 9274 (java) R 9272 9259 9222 0 -1 64 3131 0 1 0 174 11 0 0 25 0 9 0 2000425597 889327616 6704 996147200 134512640 134550740 4294955952 18446744073709551615 4126488824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9275] ppid=9272 vsize=868484 CPUtime=0.25
/proc/9273/task/9275/stat : 9275 (java) S 9272 9259 9222 0 -1 64 2587 0 0 0 22 3 0 0 16 0 9 0 2000425598 889327616 6704 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9276] ppid=9272 vsize=868484 CPUtime=0
/proc/9273/task/9276/stat : 9276 (java) S 9272 9259 9222 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000425598 889327616 6704 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9277] ppid=9272 vsize=868484 CPUtime=0
/proc/9273/task/9277/stat : 9277 (java) S 9272 9259 9222 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000425598 889327616 6704 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9278] ppid=9272 vsize=868484 CPUtime=0
/proc/9273/task/9278/stat : 9278 (java) S 9272 9259 9222 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000425600 889327616 6704 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9279] ppid=9272 vsize=868484 CPUtime=0.24
/proc/9273/task/9279/stat : 9279 (java) S 9272 9259 9222 0 -1 64 1502 0 0 0 23 1 0 0 16 0 9 0 2000425600 889327616 6704 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9280] ppid=9272 vsize=868484 CPUtime=0
/proc/9273/task/9280/stat : 9280 (java) S 9272 9259 9222 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000425600 889327616 6704 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9281] ppid=9272 vsize=868484 CPUtime=0
/proc/9273/task/9281/stat : 9281 (java) S 9272 9259 9222 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000425600 889327616 6704 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887440

[startup+6.30236 s]
/proc/loadavg: 1.86 1.98 1.99 3/83 9281
/proc/meminfo: memFree=1559400/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=0.63
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 974 6755 0 1 3 1 54 5 15 0 1 0 2000425526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 797 370 3 0 500 0
[pid=9272] ppid=9259 vsize=5356 CPUtime=0
/proc/9272/stat : 9272 (sh) S 9259 9259 9222 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000425595 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9272/statm: 1339 233 193 169 0 50 0
[pid=9273] ppid=9272 vsize=868484 CPUtime=5.41
/proc/9273/stat : 9273 (java) S 9272 9259 9222 0 -1 0 8843 0 1 0 494 47 0 0 18 0 9 0 2000425596 889327616 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9273/statm: 217121 6706 2564 9 0 211668 0
[pid=9273/tid=9274] ppid=9272 vsize=868484 CPUtime=4.64
/proc/9273/task/9274/stat : 9274 (java) R 9272 9259 9222 0 -1 64 4059 0 1 0 429 35 0 0 24 0 9 0 2000425597 889327616 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4126952827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9275] ppid=9272 vsize=868484 CPUtime=0.5
/proc/9273/task/9275/stat : 9275 (java) S 9272 9259 9222 0 -1 64 2587 0 0 0 41 9 0 0 16 0 9 0 2000425598 889327616 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9276] ppid=9272 vsize=868484 CPUtime=0
/proc/9273/task/9276/stat : 9276 (java) S 9272 9259 9222 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2000425598 889327616 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9277] ppid=9272 vsize=868484 CPUtime=0
/proc/9273/task/9277/stat : 9277 (java) S 9272 9259 9222 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000425598 889327616 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9278] ppid=9272 vsize=868484 CPUtime=0
/proc/9273/task/9278/stat : 9278 (java) S 9272 9259 9222 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000425600 889327616 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9279] ppid=9272 vsize=868484 CPUtime=0.25
/proc/9273/task/9279/stat : 9279 (java) S 9272 9259 9222 0 -1 64 1504 0 0 0 24 1 0 0 16 0 9 0 2000425600 889327616 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9280] ppid=9272 vsize=868484 CPUtime=0
/proc/9273/task/9280/stat : 9280 (java) S 9272 9259 9222 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000425600 889327616 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9273/tid=9281] ppid=9272 vsize=868484 CPUtime=0
/proc/9273/task/9281/stat : 9281 (java) S 9272 9259 9222 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000425600 889327616 6706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 887440

[startup+12.7018 s]
/proc/loadavg: 1.87 1.98 1.99 3/75 9283
/proc/meminfo: memFree=1529584/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0
[pid=9282] ppid=9259 vsize=5356 CPUtime=0
/proc/9282/stat : 9282 (sh) S 9259 9259 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000426231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9282/statm: 1339 232 193 169 0 50 0
[pid=9283] ppid=9282 vsize=38592 CPUtime=5.59
/proc/9283/stat : 9283 (picosat) R 9282 9259 9222 0 -1 4194304 8462 0 0 0 257 302 0 0 25 0 1 0 2000426232 39518208 8448 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/9283/statm: 9648 8448 40 102 0 9543 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 57548

[startup+25.5016 s]
/proc/loadavg: 1.90 1.98 1.99 3/75 9283
/proc/meminfo: memFree=1480816/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0
[pid=9282] ppid=9259 vsize=5356 CPUtime=0
/proc/9282/stat : 9282 (sh) S 9259 9259 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000426231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9282/statm: 1339 232 193 169 0 50 0
[pid=9283] ppid=9282 vsize=86580 CPUtime=18.27
/proc/9283/stat : 9283 (picosat) R 9282 9259 9222 0 -1 4194304 20287 0 0 0 830 997 0 0 25 0 1 0 2000426232 88657920 20273 996147200 134512640 134931368 4294956256 18446744073709551615 134545795 0 0 4096 0 0 0 0 17 1 0 0
/proc/9283/statm: 21645 20273 40 102 0 21540 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 105536

[startup+51.1013 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 9283
/proc/meminfo: memFree=1462768/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0
[pid=9282] ppid=9259 vsize=5356 CPUtime=0
/proc/9282/stat : 9282 (sh) S 9259 9259 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000426231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9282/statm: 1339 232 193 169 0 50 0
[pid=9283] ppid=9282 vsize=112052 CPUtime=43.6
/proc/9283/stat : 9283 (picosat) R 9282 9259 9222 0 -1 4194304 24273 0 0 0 3130 1230 0 0 25 0 1 0 2000426232 114741248 24259 996147200 134512640 134931368 4294956256 18446744073709551615 134524075 0 0 4096 0 0 0 0 17 1 0 0
/proc/9283/statm: 28013 24259 42 102 0 27908 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 131008

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 9283
/proc/meminfo: memFree=1463216/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1449016/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0
[pid=9282] ppid=9259 vsize=5356 CPUtime=0
/proc/9282/stat : 9282 (sh) S 9259 9259 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000426231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9282/statm: 1339 232 193 169 0 50 0
[pid=9283] ppid=9282 vsize=125916 CPUtime=1283.15
/proc/9283/stat : 9283 (picosat) R 9282 9259 9222 0 -1 4194304 28010 0 0 0 127078 1237 0 0 25 0 1 0 2000426232 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/9283/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1289.9
Current children cumulated vsize (KiB) 144872

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/70 9301
/proc/meminfo: memFree=1464256/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0
[pid=9282] ppid=9259 vsize=5356 CPUtime=0
/proc/9282/stat : 9282 (sh) S 9259 9259 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000426231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9282/statm: 1339 232 193 169 0 50 0
[pid=9283] ppid=9282 vsize=125916 CPUtime=1342.59
/proc/9283/stat : 9283 (picosat) R 9282 9259 9222 0 -1 4194304 28010 0 0 0 133021 1238 0 0 25 0 1 0 2000426232 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/9283/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1349.34
Current children cumulated vsize (KiB) 144872

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9311
/proc/meminfo: memFree=1454872/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0
[pid=9282] ppid=9259 vsize=5356 CPUtime=0
/proc/9282/stat : 9282 (sh) S 9259 9259 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000426231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9282/statm: 1339 232 193 169 0 50 0
[pid=9283] ppid=9282 vsize=125916 CPUtime=1402.54
/proc/9283/stat : 9283 (picosat) R 9282 9259 9222 0 -1 4194304 28010 0 0 0 139016 1238 0 0 25 0 1 0 2000426232 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/9283/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1409.29
Current children cumulated vsize (KiB) 144872

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 9311
/proc/meminfo: memFree=1454808/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0
[pid=9282] ppid=9259 vsize=5356 CPUtime=0
/proc/9282/stat : 9282 (sh) S 9259 9259 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000426231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9282/statm: 1339 232 193 169 0 50 0
[pid=9283] ppid=9282 vsize=125916 CPUtime=1462.49
/proc/9283/stat : 9283 (picosat) R 9282 9259 9222 0 -1 4194304 28010 0 0 0 145011 1238 0 0 25 0 1 0 2000426232 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/9283/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1469.24
Current children cumulated vsize (KiB) 144872

[startup+1542.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/75 9311
/proc/meminfo: memFree=1454808/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0
[pid=9282] ppid=9259 vsize=5356 CPUtime=0
/proc/9282/stat : 9282 (sh) S 9259 9259 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000426231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9282/statm: 1339 232 193 169 0 50 0
[pid=9283] ppid=9282 vsize=125916 CPUtime=1522.44
/proc/9283/stat : 9283 (picosat) R 9282 9259 9222 0 -1 4194304 28010 0 0 0 151006 1238 0 0 25 0 1 0 2000426232 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/9283/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1529.19
Current children cumulated vsize (KiB) 144872

[startup+1602.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/75 9317
/proc/meminfo: memFree=1454616/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0
[pid=9282] ppid=9259 vsize=5356 CPUtime=0
/proc/9282/stat : 9282 (sh) S 9259 9259 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000426231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9282/statm: 1339 232 193 169 0 50 0
[pid=9283] ppid=9282 vsize=125916 CPUtime=1582.4
/proc/9283/stat : 9283 (picosat) R 9282 9259 9222 0 -1 4194304 28010 0 0 0 157001 1239 0 0 25 0 1 0 2000426232 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134525627 0 0 4096 0 0 0 0 17 0 0 0
/proc/9283/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1589.15
Current children cumulated vsize (KiB) 144872

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/75 9317
/proc/meminfo: memFree=1454616/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0
[pid=9282] ppid=9259 vsize=5356 CPUtime=0
/proc/9282/stat : 9282 (sh) S 9259 9259 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000426231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9282/statm: 1339 232 193 169 0 50 0
[pid=9283] ppid=9282 vsize=125916 CPUtime=1642.35
/proc/9283/stat : 9283 (picosat) R 9282 9259 9222 0 -1 4194304 28010 0 0 0 162996 1239 0 0 25 0 1 0 2000426232 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/9283/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1649.1
Current children cumulated vsize (KiB) 144872

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 9317
/proc/meminfo: memFree=1454680/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0
[pid=9282] ppid=9259 vsize=5356 CPUtime=0
/proc/9282/stat : 9282 (sh) S 9259 9259 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000426231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9282/statm: 1339 232 193 169 0 50 0
[pid=9283] ppid=9282 vsize=125916 CPUtime=1702.3
/proc/9283/stat : 9283 (picosat) R 9282 9259 9222 0 -1 4194304 28010 0 0 0 168991 1239 0 0 25 0 1 0 2000426232 128937984 27896 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/9283/statm: 31479 27896 48 102 0 31374 0
Current children cumulated CPU time (s) 1709.05
Current children cumulated vsize (KiB) 144872

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 9317
/proc/meminfo: memFree=1454040/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0
[pid=9282] ppid=9259 vsize=5356 CPUtime=0
/proc/9282/stat : 9282 (sh) S 9259 9259 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000426231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9282/statm: 1339 232 193 169 0 50 0
[pid=9283] ppid=9282 vsize=126708 CPUtime=1762.25
/proc/9283/stat : 9283 (picosat) R 9282 9259 9222 0 -1 4194304 28199 0 0 0 174985 1240 0 0 25 0 1 0 2000426232 129748992 28085 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/9283/statm: 31677 28085 48 102 0 31572 0
Current children cumulated CPU time (s) 1769
Current children cumulated vsize (KiB) 145664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 9317
/proc/meminfo: memFree=1453592/2055920 swapFree=4117548/4192956
[pid=9259] ppid=9257 vsize=13600 CPUtime=6.75
/proc/9259/stat : 9259 (sugar) S 9257 9259 9222 0 -1 4194304 1022 16115 0 2 3 1 612 59 16 0 1 0 2000425526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9259/statm: 3400 799 370 3 0 500 0
[pid=9282] ppid=9259 vsize=5356 CPUtime=0
/proc/9282/stat : 9282 (sh) S 9259 9259 9222 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000426231 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9282/statm: 1339 232 193 169 0 50 0
[pid=9283] ppid=9282 vsize=127104 CPUtime=1793.34
/proc/9283/stat : 9283 (picosat) R 9282 9259 9222 0 -1 4194304 28316 0 0 0 178094 1240 0 0 25 0 1 0 2000426232 130154496 28202 996147200 134512640 134931368 4294956256 18446744073709551615 134525749 0 0 4096 0 0 0 0 17 0 0 0
/proc/9283/statm: 31776 28202 48 102 0 31671 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 146060

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 9259 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=158063
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=612906
# CPU time returned by wait4() is 6.77097
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.43
CPU time (s): 1800.09
CPU user time (s): 1787.09
CPU system time (s): 13
CPU usage (%): 99.2645
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.15806
system time used= 0.612906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17492
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= 12995
involuntary context switches= 12977

runsolver used 2.16767 second user time and 6.09007 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-05 01:35:18
IDJOB=1080977
IDBENCH=57049
IDSOLVER=345
FILE ID=node30/1080977-1215214518
PBS_JOBID= 7881815
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-100-8.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-1080977-1215214518/watcher-1080977-1215214518 -o /tmp/evaluation-result-1080977-1215214518/solver-1080977-1215214518 -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-1080977-1215214518.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4fd5952cdf1c6d563997aac01ff731b3
RANDOM SEED=1991898536

node30.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1621216 kB
Buffers:         69292 kB
Cached:         193576 kB
SwapCached:      69380 kB
Active:         277516 kB
Inactive:        96552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621216 kB
SwapTotal:     4192956 kB
SwapFree:      4117548 kB
Dirty:            1948 kB
Writeback:           0 kB
Mapped:         118692 kB
Slab:            45968 kB
Committed_AS:  3616056 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= 66548 MiB
End job on node30 at 2008-07-05 02:05:34