Trace number 1064987

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.06 1807.55

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-air06.xml
MD5SUM00668b6a7dafa5fe6313e8c116ffb6c0
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 benchmark912.34
Satisfiable
(Un)Satisfiability was proved
Number of variables8627
Number of constraints1640
Maximum constraint arity461
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1640
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 06:19:30 2008
0.00/0.04	c 0	PID 26111
0.00/0.04	c 0	HOST node91.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1064987-1215145170.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064987-1215145170.xml' 'HOME/temp.csp'
1.26/1.33	c 1	2 domains, 8627 variables, 450 predicates, 0 relations, 1640 constraints
1.26/1.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.35	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.31/1.43	c 1	Parsing HOME/temp.csp
3.62/3.71	c 4	parsed 10000 expressions
4.23/4.32	c 4	parsed 10719 expressions
4.23/4.32	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.23/4.32	c 4	Converting to clausal form CSP
4.23/4.35	c 4	converted 1072 (10%) expressions
4.23/4.37	c 4	converted 2144 (20%) expressions
4.23/4.37	c 4	converted 3216 (30%) expressions
4.23/4.37	c 4	converted 4288 (40%) expressions
4.23/4.37	c 4	converted 5360 (50%) expressions
4.23/4.37	c 4	converted 6432 (60%) expressions
4.23/4.37	c 4	converted 7504 (70%) expressions
4.23/4.37	c 4	converted 8576 (80%) expressions
5.62/5.73	c 6	converted 9648 (90%) expressions
14.55/14.72	c 15	converted 10719 (100%) expressions
14.55/14.74	c 15	CSP : 146561 integers, 0 booleans, 277496 clauses, largest domain size 232
14.55/14.74	c 15	Heap : 180 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.55/14.74	c 15	Propagation in CSP
18.34/18.55	c 19	348146 values, 0 unsatisfiable literals, and 3 valid clauses are removed
18.34/18.57	c 19	CSP : 146561 integers, 0 booleans, 277493 clauses, largest domain size 230
18.34/18.57	c 19	Heap : 186 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.45/18.65	c 19	Simplifing CSP by introducing new Boolean variables
18.55/18.74	c 19	CSP : 146561 integers, 0 booleans, 277493 clauses, largest domain size 230
18.55/18.74	c 19	Heap : 188 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.43/19.70	c 20	Encoding CSP to SAT : HOME/temp.cnf
19.53/19.77	c 20	14657 (10%) CSP integer variables are encoded (8840 clauses, 131168 bytes)
19.63/19.82	c 20	29313 (20%) CSP integer variables are encoded (36702 clauses, 549098 bytes)
19.63/19.87	c 20	43969 (30%) CSP integer variables are encoded (68101 clauses, 1036604 bytes)
19.73/19.93	c 20	58625 (40%) CSP integer variables are encoded (102336 clauses, 1618599 bytes)
19.73/19.99	c 20	73281 (50%) CSP integer variables are encoded (138105 clauses, 2226672 bytes)
19.83/20.06	c 20	87937 (60%) CSP integer variables are encoded (175347 clauses, 2859786 bytes)
19.93/20.13	c 20	102593 (70%) CSP integer variables are encoded (214791 clauses, 3530334 bytes)
19.93/20.19	c 20	117249 (80%) CSP integer variables are encoded (255616 clauses, 4224359 bytes)
20.02/20.26	c 20	131905 (90%) CSP integer variables are encoded (298647 clauses, 4955886 bytes)
20.12/20.33	c 20	146561 (100%) CSP integer variables are encoded (344684 clauses, 5738515 bytes)
20.72/20.97	c 21	27750 (10%) CSP clauses are encoded (547066 clauses, 9490394 bytes)
21.41/21.68	c 22	55499 (20%) CSP clauses are encoded (848937 clauses, 15331158 bytes)
22.30/22.53	c 22	83248 (30%) CSP clauses are encoded (1217004 clauses, 23241579 bytes)
23.20/23.49	c 23	110998 (40%) CSP clauses are encoded (1652986 clauses, 33052844 bytes)
24.29/24.57	c 25	138747 (50%) CSP clauses are encoded (2152385 clauses, 44401601 bytes)
25.46/25.78	c 26	166496 (60%) CSP clauses are encoded (2720270 clauses, 57412910 bytes)
26.85/27.10	c 27	194246 (70%) CSP clauses are encoded (3366406 clauses, 72313826 bytes)
28.26/28.59	c 29	221995 (80%) CSP clauses are encoded (4105083 clauses, 89449226 bytes)
30.04/30.30	c 30	249744 (90%) CSP clauses are encoded (4961372 clauses, 109454266 bytes)
32.33/32.61	c 33	277493 (100%) CSP clauses are encoded (6162797 clauses, 137859747 bytes)
32.33/32.61	c 33	277493 CSP clauses encoded
32.33/32.61	c 33	Writing map file : HOME/temp.map
32.33/32.69	c 33	Heap : 150 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.33/32.69	c 33	SAT : 491134 SAT variables, 6162797 SAT clauses, 137859747 bytes
32.33/32.69	c 33	Heap : 150 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.43/32.76	c 33	SOLVING HOME/temp.cnf
32.43/32.76	c 33	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1807.52	c ERROR INTERRUPTED
1800.06/1807.54	s UNKNOWN
1800.06/1807.54	c 1807	CPU 31.2 (0.04 0.01 31.16 1.27)
1800.06/1807.54	c 1807	END Fri Jul  4 06:49:37 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-1064987-1215145170/watcher-1064987-1215145170 -o /tmp/evaluation-result-1064987-1215145170/solver-1064987-1215145170 -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-1064987-1215145170.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.97 1.99 4/90 26111
/proc/meminfo: memFree=1821312/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=12272 CPUtime=0
/proc/26111/stat : 26111 (sugar) R 26109 26111 26074 0 -1 4194304 376 0 0 0 0 0 0 0 18 0 1 0 1993484081 12566528 344 996147200 4194304 4206940 548682068608 18446744073709551615 251600999137 0 0 4224 0 0 0 0 17 1 0 0
/proc/26111/statm: 3068 344 256 3 0 168 0

[startup+0.056278 s]
/proc/loadavg: 1.85 1.97 1.99 4/90 26111
/proc/meminfo: memFree=1821312/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=0.03
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1993484081 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101281 s]
/proc/loadavg: 1.85 1.97 1.99 4/90 26111
/proc/meminfo: memFree=1821312/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=0.03
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1993484081 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301305 s]
/proc/loadavg: 1.85 1.97 1.99 4/90 26111
/proc/meminfo: memFree=1821312/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=0.03
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1993484081 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701347 s]
/proc/loadavg: 1.85 1.97 1.99 4/90 26111
/proc/meminfo: memFree=1821312/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=0.03
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1993484081 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50244 s]
/proc/loadavg: 1.85 1.97 1.99 3/101 26123
/proc/meminfo: memFree=1795680/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=1.31
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 973 9577 0 1 3 0 121 7 15 0 1 0 1993484081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 13600

[startup+3.10162 s]
/proc/loadavg: 1.85 1.97 1.99 4/101 26133
/proc/meminfo: memFree=1803744/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=1.31
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 973 9577 0 1 3 0 121 7 15 0 1 0 1993484081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 797 370 3 0 500 0
[pid=26124] ppid=26111 vsize=5356 CPUtime=0
/proc/26124/stat : 26124 (sh) S 26111 26111 26074 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993484216 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26124/statm: 1339 233 193 169 0 50 0
[pid=26125] ppid=26124 vsize=864080 CPUtime=1.73
/proc/26125/stat : 26125 (java) S 26124 26111 26074 0 -1 0 9162 0 1 0 165 8 0 0 18 0 9 0 1993484216 884817920 8060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26125/statm: 216020 8060 2532 9 0 210602 0
[pid=26125/tid=26126] ppid=26124 vsize=864080 CPUtime=1.21
/proc/26125/task/26126/stat : 26126 (java) R 26124 26111 26074 0 -1 64 2827 0 1 0 119 2 0 0 25 0 9 0 1993484217 884817920 8060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26127] ppid=26124 vsize=864080 CPUtime=0.42
/proc/26125/task/26127/stat : 26127 (java) R 26124 26111 26074 0 -1 64 5301 0 0 0 38 4 0 0 15 0 9 0 1993484218 884817920 8060 996147200 134512640 134550740 4294955952 18446744073709551615 102605472 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26128] ppid=26124 vsize=864080 CPUtime=0
/proc/26125/task/26128/stat : 26128 (java) S 26124 26111 26074 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993484219 884817920 8060 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26129] ppid=26124 vsize=864080 CPUtime=0
/proc/26125/task/26129/stat : 26129 (java) S 26124 26111 26074 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993484219 884817920 8062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26130] ppid=26124 vsize=864080 CPUtime=0
/proc/26125/task/26130/stat : 26130 (java) S 26124 26111 26074 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993484220 884817920 8064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26131] ppid=26124 vsize=864080 CPUtime=0.07
/proc/26125/task/26131/stat : 26131 (java) S 26124 26111 26074 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1993484220 884817920 8065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26132] ppid=26124 vsize=864080 CPUtime=0
/proc/26125/task/26132/stat : 26132 (java) S 26124 26111 26074 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993484220 884817920 8066 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26133] ppid=26124 vsize=864080 CPUtime=0
/proc/26125/task/26133/stat : 26133 (java) S 26124 26111 26074 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993484221 884817920 8068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883036

[startup+6.30298 s]
/proc/loadavg: 1.86 1.97 1.99 4/101 26133
/proc/meminfo: memFree=1755936/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=1.31
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 974 9577 0 1 3 0 121 7 16 0 1 0 1993484081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 797 370 3 0 500 0
[pid=26124] ppid=26111 vsize=5356 CPUtime=0
/proc/26124/stat : 26124 (sh) S 26111 26111 26074 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993484216 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26124/statm: 1339 233 193 169 0 50 0
[pid=26125] ppid=26124 vsize=868408 CPUtime=4.9
/proc/26125/stat : 26125 (java) S 26124 26111 26074 0 -1 0 22299 0 1 0 475 15 0 0 18 0 9 0 1993484216 889249792 20832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26125/statm: 217102 20832 2541 9 0 211677 0
[pid=26125/tid=26126] ppid=26124 vsize=868408 CPUtime=3.12
/proc/26125/task/26126/stat : 26126 (java) R 26124 26111 26074 0 -1 64 3721 0 1 0 308 4 0 0 25 0 9 0 1993484217 889249792 20832 996147200 134512640 134550740 4294955952 18446744073709551615 4126660014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26127] ppid=26124 vsize=868408 CPUtime=1.56
/proc/26125/task/26127/stat : 26127 (java) S 26124 26111 26074 0 -1 64 16394 0 0 0 147 9 0 0 16 0 9 0 1993484218 889249792 20832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26128] ppid=26124 vsize=868408 CPUtime=0
/proc/26125/task/26128/stat : 26128 (java) S 26124 26111 26074 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993484219 889249792 20832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26129] ppid=26124 vsize=868408 CPUtime=0
/proc/26125/task/26129/stat : 26129 (java) S 26124 26111 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993484219 889249792 20832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26130] ppid=26124 vsize=868408 CPUtime=0
/proc/26125/task/26130/stat : 26130 (java) S 26124 26111 26074 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993484220 889249792 20832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26131] ppid=26124 vsize=868408 CPUtime=0.2
/proc/26125/task/26131/stat : 26131 (java) S 26124 26111 26074 0 -1 64 1487 0 0 0 19 1 0 0 16 0 9 0 1993484220 889249792 20832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26132] ppid=26124 vsize=868408 CPUtime=0
/proc/26125/task/26132/stat : 26132 (java) S 26124 26111 26074 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993484220 889249792 20832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26133] ppid=26124 vsize=868408 CPUtime=0
/proc/26125/task/26133/stat : 26133 (java) S 26124 26111 26074 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993484221 889249792 20832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887364

[startup+12.7017 s]
/proc/loadavg: 1.95 1.98 1.99 3/101 26133
/proc/meminfo: memFree=1665008/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=1.31
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 974 9577 0 1 3 0 121 7 16 0 1 0 1993484081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 797 370 3 0 500 0
[pid=26124] ppid=26111 vsize=5356 CPUtime=0
/proc/26124/stat : 26124 (sh) S 26111 26111 26074 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993484216 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26124/statm: 1339 233 193 169 0 50 0
[pid=26125] ppid=26124 vsize=868408 CPUtime=11.26
/proc/26125/stat : 26125 (java) S 26124 26111 26074 0 -1 0 52846 0 1 0 1097 29 0 0 18 0 9 0 1993484216 889249792 43614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26125/statm: 217102 43614 2541 9 0 211677 0
[pid=26125/tid=26126] ppid=26124 vsize=868408 CPUtime=6.85
/proc/26125/task/26126/stat : 26126 (java) R 26124 26111 26074 0 -1 64 5190 0 1 0 680 5 0 0 25 0 9 0 1993484217 889249792 43614 996147200 134512640 134550740 4294955952 18446744073709551615 4126540608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26127] ppid=26124 vsize=868408 CPUtime=4.18
/proc/26125/task/26127/stat : 26127 (java) S 26124 26111 26074 0 -1 64 45472 0 0 0 396 22 0 0 16 0 9 0 1993484218 889249792 43614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26128] ppid=26124 vsize=868408 CPUtime=0
/proc/26125/task/26128/stat : 26128 (java) S 26124 26111 26074 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993484219 889249792 43614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26129] ppid=26124 vsize=868408 CPUtime=0
/proc/26125/task/26129/stat : 26129 (java) S 26124 26111 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993484219 889249792 43614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26130] ppid=26124 vsize=868408 CPUtime=0
/proc/26125/task/26130/stat : 26130 (java) S 26124 26111 26074 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993484220 889249792 43614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26131] ppid=26124 vsize=868408 CPUtime=0.2
/proc/26125/task/26131/stat : 26131 (java) S 26124 26111 26074 0 -1 64 1487 0 0 0 19 1 0 0 16 0 9 0 1993484220 889249792 43614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26132] ppid=26124 vsize=868408 CPUtime=0
/proc/26125/task/26132/stat : 26132 (java) S 26124 26111 26074 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993484220 889249792 43614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26133] ppid=26124 vsize=868408 CPUtime=0
/proc/26125/task/26133/stat : 26133 (java) S 26124 26111 26074 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993484221 889249792 43614 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887364

[startup+25.5021 s]
/proc/loadavg: 1.96 1.98 1.99 3/101 26133
/proc/meminfo: memFree=1560048/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=1.31
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 974 9577 0 1 3 0 121 7 16 0 1 0 1993484081 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 797 370 3 0 500 0
[pid=26124] ppid=26111 vsize=5356 CPUtime=0
/proc/26124/stat : 26124 (sh) S 26111 26111 26074 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993484216 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26124/statm: 1339 233 193 169 0 50 0
[pid=26125] ppid=26124 vsize=868520 CPUtime=23.96
/proc/26125/stat : 26125 (java) S 26124 26111 26074 0 -1 0 63472 0 1 0 2328 68 0 0 18 0 9 0 1993484216 889364480 53071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26125/statm: 217130 53071 2565 9 0 211677 0
[pid=26125/tid=26126] ppid=26124 vsize=868520 CPUtime=17.56
/proc/26125/task/26126/stat : 26126 (java) R 26124 26111 26074 0 -1 64 5399 0 1 0 1719 37 0 0 25 0 9 0 1993484217 889364480 53071 996147200 134512640 134550740 4294955952 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26127] ppid=26124 vsize=868520 CPUtime=6.1
/proc/26125/task/26127/stat : 26127 (java) S 26124 26111 26074 0 -1 64 55847 0 0 0 582 28 0 0 16 0 9 0 1993484218 889364480 53071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26128] ppid=26124 vsize=868520 CPUtime=0
/proc/26125/task/26128/stat : 26128 (java) S 26124 26111 26074 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993484219 889364480 53071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26129] ppid=26124 vsize=868520 CPUtime=0
/proc/26125/task/26129/stat : 26129 (java) S 26124 26111 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993484219 889364480 53071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26130] ppid=26124 vsize=868520 CPUtime=0
/proc/26125/task/26130/stat : 26130 (java) S 26124 26111 26074 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993484220 889364480 53071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26131] ppid=26124 vsize=868520 CPUtime=0.27
/proc/26125/task/26131/stat : 26131 (java) S 26124 26111 26074 0 -1 64 1529 0 0 0 26 1 0 0 16 0 9 0 1993484220 889364480 53071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26132] ppid=26124 vsize=868520 CPUtime=0
/proc/26125/task/26132/stat : 26132 (java) S 26124 26111 26074 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993484220 889364480 53071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26125/tid=26133] ppid=26124 vsize=868520 CPUtime=0
/proc/26125/task/26133/stat : 26133 (java) S 26124 26111 26074 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993484221 889364480 53071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 887476

[startup+51.102 s]
/proc/loadavg: 2.39 2.08 2.03 3/93 26135
/proc/meminfo: memFree=1576816/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=32.48
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 1023 73494 0 2 4 1 3116 127 16 0 1 0 1993484081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 799 370 3 0 500 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993487358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=103564 CPUtime=18.19
/proc/26135/stat : 26135 (picosat) R 26134 26111 26074 0 -1 4194304 24727 0 0 0 828 991 0 0 25 0 1 0 1993487358 106049536 24713 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0

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

/proc/meminfo: memFree=1396400/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=32.48
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 1023 73494 0 2 4 1 3116 127 16 0 1 0 1993484081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 799 370 3 0 500 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993487358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=250600 CPUtime=1322.5
/proc/26135/stat : 26135 (picosat) R 26134 26111 26074 0 -1 4194304 57061 0 0 0 129576 2674 0 0 25 0 1 0 1993487358 256614400 57045 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/26135/statm: 62650 57045 48 102 0 62545 0
Current children cumulated CPU time (s) 1354.98
Current children cumulated vsize (KiB) 269556

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 26286
/proc/meminfo: memFree=1395120/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=32.48
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 1023 73494 0 2 4 1 3116 127 16 0 1 0 1993484081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 799 370 3 0 500 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993487358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=251900 CPUtime=1382.49
/proc/26135/stat : 26135 (picosat) R 26134 26111 26074 0 -1 4194304 57378 0 0 0 135574 2675 0 0 25 0 1 0 1993487358 257945600 57362 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26135/statm: 62975 57362 48 102 0 62870 0
Current children cumulated CPU time (s) 1414.97
Current children cumulated vsize (KiB) 270856

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 26286
/proc/meminfo: memFree=1394352/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=32.48
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 1023 73494 0 2 4 1 3116 127 16 0 1 0 1993484081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 799 370 3 0 500 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993487358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=252552 CPUtime=1442.46
/proc/26135/stat : 26135 (picosat) R 26134 26111 26074 0 -1 4194304 57531 0 0 0 141571 2675 0 0 25 0 1 0 1993487358 258613248 57515 996147200 134512640 134931368 4294956256 18446744073709551615 134525631 0 0 4096 0 0 0 0 17 1 0 0
/proc/26135/statm: 63138 57515 48 102 0 63033 0
Current children cumulated CPU time (s) 1474.94
Current children cumulated vsize (KiB) 271508

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 26286
/proc/meminfo: memFree=1393136/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=32.48
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 1023 73494 0 2 4 1 3116 127 16 0 1 0 1993484081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 799 370 3 0 500 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993487358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=253708 CPUtime=1502.45
/proc/26135/stat : 26135 (picosat) R 26134 26111 26074 0 -1 4194304 57827 0 0 0 147569 2676 0 0 25 0 1 0 1993487358 259796992 57811 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/26135/statm: 63427 57811 48 102 0 63322 0
Current children cumulated CPU time (s) 1534.93
Current children cumulated vsize (KiB) 272664

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 26287
/proc/meminfo: memFree=1391920/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=32.48
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 1023 73494 0 2 4 1 3116 127 16 0 1 0 1993484081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 799 370 3 0 500 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993487358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=254864 CPUtime=1562.43
/proc/26135/stat : 26135 (picosat) R 26134 26111 26074 0 -1 4194304 58109 0 0 0 153567 2676 0 0 25 0 1 0 1993487358 260980736 58093 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26135/statm: 63716 58093 48 102 0 63611 0
Current children cumulated CPU time (s) 1594.91
Current children cumulated vsize (KiB) 273820

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 26287
/proc/meminfo: memFree=1390832/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=32.48
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 1023 73494 0 2 4 1 3116 127 16 0 1 0 1993484081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 799 370 3 0 500 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993487358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=256032 CPUtime=1622.42
/proc/26135/stat : 26135 (picosat) R 26134 26111 26074 0 -1 4194304 58400 0 0 0 159565 2677 0 0 25 0 1 0 1993487358 262176768 58384 996147200 134512640 134931368 4294956256 18446744073709551615 134525589 0 0 4096 0 0 0 0 17 1 0 0
/proc/26135/statm: 64008 58384 48 102 0 63903 0
Current children cumulated CPU time (s) 1654.9
Current children cumulated vsize (KiB) 274988

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 26288
/proc/meminfo: memFree=1389232/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=32.48
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 1023 73494 0 2 4 1 3116 127 16 0 1 0 1993484081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 799 370 3 0 500 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993487358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=257448 CPUtime=1682.39
/proc/26135/stat : 26135 (picosat) R 26134 26111 26074 0 -1 4194304 58745 0 0 0 165562 2677 0 0 25 0 1 0 1993487358 263626752 58729 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/26135/statm: 64362 58729 48 102 0 64257 0
Current children cumulated CPU time (s) 1714.87
Current children cumulated vsize (KiB) 276404

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 26288
/proc/meminfo: memFree=1388272/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=32.48
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 1023 73494 0 2 4 1 3116 127 16 0 1 0 1993484081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 799 370 3 0 500 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993487358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=258492 CPUtime=1742.37
/proc/26135/stat : 26135 (picosat) R 26134 26111 26074 0 -1 4194304 59019 0 0 0 171560 2677 0 0 25 0 1 0 1993487358 264695808 59003 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/26135/statm: 64623 59003 48 102 0 64518 0
Current children cumulated CPU time (s) 1774.85
Current children cumulated vsize (KiB) 277448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 26288
/proc/meminfo: memFree=1387632/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=32.48
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 1023 73494 0 2 4 1 3116 127 16 0 1 0 1993484081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 799 370 3 0 500 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993487358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=259136 CPUtime=1767.58
/proc/26135/stat : 26135 (picosat) R 26134 26111 26074 0 -1 4194304 59168 0 0 0 174080 2678 0 0 25 0 1 0 1993487358 265355264 59152 996147200 134512640 134931368 4294956256 18446744073709551615 134525867 0 0 4096 0 0 0 0 17 1 0 0
/proc/26135/statm: 64784 59152 48 102 0 64679 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 278092

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

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

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 26288
/proc/meminfo: memFree=1387632/2055920 swapFree=4176356/4192956
[pid=26111] ppid=26109 vsize=13600 CPUtime=32.48
/proc/26111/stat : 26111 (sugar) S 26109 26111 26074 0 -1 4194304 1023 73494 0 2 4 1 3116 127 16 0 1 0 1993484081 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 3400 799 370 3 0 500 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993487358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=259136 CPUtime=1767.58
/proc/26135/stat : 26135 (picosat) R 26134 26111 26074 0 -1 4194304 59168 0 0 0 174080 2678 0 0 25 0 1 0 1993487358 265355264 59152 996147200 134512640 134931368 4294956256 18446744073709551615 134525867 0 0 4096 0 0 0 0 17 1 0 0
/proc/26135/statm: 64784 59152 48 102 0 64679 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 278092

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26111 and gives
#  childrusage.ru_utime.tv_sec=31
#  childrusage.ru_utime.tv_usec=214254
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=285804
# CPU time returned by wait4() is 32.5001
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.55
CPU time (s): 1800.06
CPU user time (s): 1772
CPU system time (s): 28.06
CPU usage (%): 99.5858
Max. virtual memory (cumulated for all children) (KiB): 897612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.2143
system time used= 1.2858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74871
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= 9187
involuntary context switches= 9462

runsolver used 2.30665 second user time and 5.9401 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-04 06:19:30
IDJOB=1064987
IDBENCH=55020
IDSOLVER=345
FILE ID=node91/1064987-1215145170
PBS_JOBID= 7877414
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-air06.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-1064987-1215145170/watcher-1064987-1215145170 -o /tmp/evaluation-result-1064987-1215145170/solver-1064987-1215145170 -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-1064987-1215145170.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 00668b6a7dafa5fe6313e8c116ffb6c0
RANDOM SEED=1398003736

node91.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.231
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.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1821792 kB
Buffers:         14444 kB
Cached:         110008 kB
SwapCached:       7740 kB
Active:         148632 kB
Inactive:        39836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821792 kB
SwapTotal:     4192956 kB
SwapFree:      4176356 kB
Dirty:            5308 kB
Writeback:           0 kB
Mapped:          79532 kB
Slab:            30056 kB
Committed_AS: 12382976 kB
PageTables:       2408 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 node91 at 2008-07-04 06:49:39