Trace number 1084044

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.05 1808.26

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-2.xml
MD5SUMc461fd9f78bea6a7f910d09245157b44
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.11883
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints14950
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14950
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 Sat Jul  5 05:49:17 2008
0.00/0.04	c 0	PID 14037
0.03/0.05	c 0	HOST node80.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1084044-1215229756.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1084044-1215229756.xml' 'HOME/temp.csp'
1.15/1.29	c 1	1 domains, 200 variables, 2 predicates, 0 relations, 14950 constraints
1.25/1.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.30	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.25/1.38	c 1	Parsing HOME/temp.csp
1.26/1.70	c 1	parsed 10000 expressions
1.26/1.83	c 1	parsed 15153 expressions
1.26/1.83	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.26/1.83	c 1	Converting to clausal form CSP
2.04/2.16	c 2	converted 1516 (10%) expressions
2.24/2.35	c 2	converted 3031 (20%) expressions
2.44/2.56	c 2	converted 4546 (30%) expressions
2.54/2.69	c 2	converted 6062 (40%) expressions
2.74/2.83	c 2	converted 7577 (50%) expressions
3.03/3.10	c 3	converted 9092 (60%) expressions
3.13/3.24	c 3	converted 10608 (70%) expressions
3.23/3.38	c 3	converted 12123 (80%) expressions
3.44/3.52	c 3	converted 13638 (90%) expressions
3.53/3.66	c 3	converted 15153 (100%) expressions
3.53/3.66	c 3	CSP : 200 integers, 14850 booleans, 59500 clauses, largest domain size 100
3.53/3.66	c 3	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.53/3.66	c 3	Propagation in CSP
4.04/4.11	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.04/4.11	c 4	CSP : 200 integers, 14850 booleans, 59500 clauses, largest domain size 100
4.04/4.11	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.04/4.14	c 4	Simplifing CSP by introducing new Boolean variables
4.63/4.77	c 4	CSP : 200 integers, 74444 booleans, 119094 clauses, largest domain size 100
4.63/4.77	c 4	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.03/5.12	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.05/5.24	c 5	20 (10%) CSP integer variables are encoded (1960 clauses, 23354 bytes)
5.05/5.24	c 5	40 (20%) CSP integer variables are encoded (3920 clauses, 48834 bytes)
5.05/5.24	c 5	60 (30%) CSP integer variables are encoded (5880 clauses, 74314 bytes)
5.05/5.24	c 5	80 (40%) CSP integer variables are encoded (7840 clauses, 99794 bytes)
5.05/5.25	c 5	100 (50%) CSP integer variables are encoded (9800 clauses, 125274 bytes)
5.05/5.25	c 5	120 (60%) CSP integer variables are encoded (11760 clauses, 154478 bytes)
5.05/5.25	c 5	140 (70%) CSP integer variables are encoded (13720 clauses, 183878 bytes)
5.05/5.25	c 5	160 (80%) CSP integer variables are encoded (15680 clauses, 213278 bytes)
5.05/5.26	c 5	180 (90%) CSP integer variables are encoded (17640 clauses, 242678 bytes)
5.05/5.26	c 5	200 (100%) CSP integer variables are encoded (19600 clauses, 272078 bytes)
6.15/6.35	c 6	11910 (10%) CSP clauses are encoded (629846 clauses, 11938796 bytes)
7.26/7.41	c 7	23819 (20%) CSP clauses are encoded (1250573 clauses, 24536122 bytes)
8.26/8.49	c 8	35729 (30%) CSP clauses are encoded (1888877 clauses, 37513705 bytes)
9.45/9.60	c 9	47638 (40%) CSP clauses are encoded (2541964 clauses, 50851441 bytes)
10.53/10.76	c 10	59547 (50%) CSP clauses are encoded (3214569 clauses, 64617964 bytes)
11.73/11.94	c 11	71457 (60%) CSP clauses are encoded (3906705 clauses, 78866652 bytes)
12.93/13.15	c 13	83366 (70%) CSP clauses are encoded (4624988 clauses, 93725778 bytes)
14.23/14.42	c 14	95276 (80%) CSP clauses are encoded (5370488 clauses, 109589084 bytes)
15.53/15.75	c 15	107185 (90%) CSP clauses are encoded (6149537 clauses, 126635738 bytes)
16.92/17.16	c 17	119094 (100%) CSP clauses are encoded (6979594 clauses, 144804364 bytes)
16.92/17.16	c 17	119094 CSP clauses encoded
16.92/17.16	c 17	Writing map file : HOME/temp.map
16.92/17.17	c 17	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.92/17.17	c 17	SAT : 94244 SAT variables, 6979594 SAT clauses, 144804364 bytes
16.92/17.17	c 17	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.00/17.23	c 17	SOLVING HOME/temp.cnf
17.00/17.23	c 17	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1808.21	c ERROR INTERRUPTED
1800.05/1808.25	s UNKNOWN
1800.05/1808.25	c 1808	CPU 15.89 (0.03 0.01 15.86 1.13)
1800.05/1808.25	c 1808	END Sat Jul  5 06:19:25 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-1084044-1215229756/watcher-1084044-1215229756 -o /tmp/evaluation-result-1084044-1215229756/solver-1084044-1215229756 -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-1084044-1215229756.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

[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14037
/proc/meminfo: memFree=1663320/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=18572 CPUtime=0
/proc/14037/stat : 14037 (runsolver) R 14035 13782 13782 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 688101091 19017728 290 996147200 4194304 4296836 548682068272 18446744073709551615 226684348575 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14037/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0479969 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14037
/proc/meminfo: memFree=1663320/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=0.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 688101091 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14037/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102283 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14037
/proc/meminfo: memFree=1663320/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=0.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 688101091 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14037/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301301 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14037
/proc/meminfo: memFree=1663320/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=0.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 688101091 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14037/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701363 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14037
/proc/meminfo: memFree=1663320/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=0.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 688101091 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14037/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50246 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 14049
/proc/meminfo: memFree=1637496/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=1.26
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 973 10979 0 1 3 0 116 7 15 0 1 0 688101091 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 13600

[startup+3.10166 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 14059
/proc/meminfo: memFree=1644088/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=1.26
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 974 10979 0 1 3 0 116 7 15 0 1 0 688101091 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 797 370 3 0 500 0
[pid=14050] ppid=14037 vsize=5356 CPUtime=0
/proc/14050/stat : 14050 (sh) S 14037 14037 13782 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 688101221 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14050/statm: 1339 233 193 169 0 50 0
[pid=14051] ppid=14050 vsize=868388 CPUtime=1.77
/proc/14051/stat : 14051 (java) S 14050 14037 13782 0 -1 0 11523 0 1 0 170 7 0 0 20 0 9 0 688101222 889229312 10540 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 217097 10541 2540 9 0 211672 0
[pid=14051/tid=14052] ppid=14050 vsize=868388 CPUtime=1.02
/proc/14051/task/14052/stat : 14052 (java) R 14050 14037 13782 0 -1 64 2904 0 1 0 101 1 0 0 25 0 9 0 688101222 889229312 10542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14053] ppid=14050 vsize=868388 CPUtime=0.55
/proc/14051/task/14053/stat : 14053 (java) R 14050 14037 13782 0 -1 64 6472 0 0 0 51 4 0 0 15 0 9 0 688101224 889229312 10544 996147200 134512640 134550740 4294955952 18446744073709551615 102514349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14054] ppid=14050 vsize=868388 CPUtime=0
/proc/14051/task/14054/stat : 14054 (java) S 14050 14037 13782 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 688101224 889229312 10544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14055] ppid=14050 vsize=868388 CPUtime=0
/proc/14051/task/14055/stat : 14055 (java) S 14050 14037 13782 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 688101224 889229312 10545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14056] ppid=14050 vsize=868388 CPUtime=0
/proc/14051/task/14056/stat : 14056 (java) S 14050 14037 13782 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 688101226 889229312 10545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14057] ppid=14050 vsize=868388 CPUtime=0.17
/proc/14051/task/14057/stat : 14057 (java) S 14050 14037 13782 0 -1 64 1454 0 0 0 17 0 0 0 16 0 9 0 688101226 889229312 10547 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14058] ppid=14050 vsize=868388 CPUtime=0
/proc/14051/task/14058/stat : 14058 (java) S 14050 14037 13782 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 688101226 889229312 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14059] ppid=14050 vsize=868388 CPUtime=0
/proc/14051/task/14059/stat : 14059 (java) S 14050 14037 13782 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 688101226 889229312 10550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887344

[startup+6.30206 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 14059
/proc/meminfo: memFree=1586424/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=1.27
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 974 10979 0 1 3 1 116 7 15 0 1 0 688101091 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 797 370 3 0 500 0
[pid=14050] ppid=14037 vsize=5356 CPUtime=0
/proc/14050/stat : 14050 (sh) S 14037 14037 13782 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 688101221 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14050/statm: 1339 233 193 169 0 50 0
[pid=14051] ppid=14050 vsize=868500 CPUtime=4.88
/proc/14051/stat : 14051 (java) S 14050 14037 13782 0 -1 0 22827 0 1 0 467 21 0 0 20 0 9 0 688101222 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 217125 20620 2565 9 0 211672 0
[pid=14051/tid=14052] ppid=14050 vsize=868500 CPUtime=2.73
/proc/14051/task/14052/stat : 14052 (java) R 14050 14037 13782 0 -1 64 3711 0 1 0 263 10 0 0 25 0 9 0 688101222 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14053] ppid=14050 vsize=868500 CPUtime=1.88
/proc/14051/task/14053/stat : 14053 (java) S 14050 14037 13782 0 -1 64 16921 0 0 0 179 9 0 0 16 0 9 0 688101224 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14054] ppid=14050 vsize=868500 CPUtime=0
/proc/14051/task/14054/stat : 14054 (java) S 14050 14037 13782 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 688101224 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14055] ppid=14050 vsize=868500 CPUtime=0
/proc/14051/task/14055/stat : 14055 (java) S 14050 14037 13782 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 688101224 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14056] ppid=14050 vsize=868500 CPUtime=0
/proc/14051/task/14056/stat : 14056 (java) S 14050 14037 13782 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 688101226 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14057] ppid=14050 vsize=868500 CPUtime=0.25
/proc/14051/task/14057/stat : 14057 (java) S 14050 14037 13782 0 -1 64 1498 0 0 0 25 0 0 0 16 0 9 0 688101226 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14058] ppid=14050 vsize=868500 CPUtime=0
/proc/14051/task/14058/stat : 14058 (java) S 14050 14037 13782 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 688101226 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14059] ppid=14050 vsize=868500 CPUtime=0
/proc/14051/task/14059/stat : 14059 (java) S 14050 14037 13782 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 688101226 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887456

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 14059
/proc/meminfo: memFree=1506368/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=1.27
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 974 10979 0 1 3 1 116 7 16 0 1 0 688101091 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 797 370 3 0 500 0
[pid=14050] ppid=14037 vsize=5356 CPUtime=0
/proc/14050/stat : 14050 (sh) S 14037 14037 13782 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 688101221 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14050/statm: 1339 233 193 169 0 50 0
[pid=14051] ppid=14050 vsize=868500 CPUtime=11.26
/proc/14051/stat : 14051 (java) S 14050 14037 13782 0 -1 0 23139 0 1 0 1057 69 0 0 20 0 9 0 688101222 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14051/statm: 217125 20620 2565 9 0 211672 0
[pid=14051/tid=14052] ppid=14050 vsize=868500 CPUtime=8.92
/proc/14051/task/14052/stat : 14052 (java) R 14050 14037 13782 0 -1 64 4023 0 1 0 836 56 0 0 25 0 9 0 688101222 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14053] ppid=14050 vsize=868500 CPUtime=2.06
/proc/14051/task/14053/stat : 14053 (java) S 14050 14037 13782 0 -1 64 16921 0 0 0 195 11 0 0 16 0 9 0 688101224 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14054] ppid=14050 vsize=868500 CPUtime=0
/proc/14051/task/14054/stat : 14054 (java) S 14050 14037 13782 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 688101224 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14055] ppid=14050 vsize=868500 CPUtime=0
/proc/14051/task/14055/stat : 14055 (java) S 14050 14037 13782 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 688101224 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14056] ppid=14050 vsize=868500 CPUtime=0
/proc/14051/task/14056/stat : 14056 (java) S 14050 14037 13782 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 688101226 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14057] ppid=14050 vsize=868500 CPUtime=0.25
/proc/14051/task/14057/stat : 14057 (java) S 14050 14037 13782 0 -1 64 1498 0 0 0 25 0 0 0 16 0 9 0 688101226 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14058] ppid=14050 vsize=868500 CPUtime=0
/proc/14051/task/14058/stat : 14058 (java) S 14050 14037 13782 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 688101226 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14051/tid=14059] ppid=14050 vsize=868500 CPUtime=0
/proc/14051/task/14059/stat : 14059 (java) S 14050 14037 13782 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 688101226 889344000 20620 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887456

[startup+25.5024 s]
/proc/loadavg: 2.17 2.03 2.01 3/76 14061
/proc/meminfo: memFree=1478592/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=17.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 1022 34646 0 2 3 1 1586 113 16 0 1 0 688101091 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 799 370 3 0 500 0
[pid=14060] ppid=14037 vsize=5356 CPUtime=0
/proc/14060/stat : 14060 (sh) S 14037 14037 13782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 688102814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14060/statm: 1339 232 193 169 0 50 0
[pid=14061] ppid=14060 vsize=39200 CPUtime=8.21
/proc/14061/stat : 14061 (picosat) R 14060 14037 13782 0 -1 4194304 9302 0 0 0 371 450 0 0 25 0 1 0 688102814 40140800 9288 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/14061/statm: 9800 9288 40 102 0 9695 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 58156

[startup+51.1016 s]
/proc/loadavg: 2.23 2.06 2.02 3/76 14061
/proc/meminfo: memFree=1376448/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=17.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 1022 34646 0 2 3 1 1586 113 16 0 1 0 688101091 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 799 370 3 0 500 0
[pid=14060] ppid=14037 vsize=5356 CPUtime=0
/proc/14060/stat : 14060 (sh) S 14037 14037 13782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 688102814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14060/statm: 1339 232 193 169 0 50 0
[pid=14061] ppid=14060 vsize=149440 CPUtime=33.78
/proc/14061/stat : 14061 (picosat) R 14060 14037 13782 0 -1 4194304 36144 0 0 0 1535 1843 0 0 25 0 1 0 688102814 153026560 36130 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/14061/statm: 37360 36130 40 102 0 37255 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 168396

[startup+102.307 s]
/proc/loadavg: 2.10 2.05 2.01 3/76 14061
/proc/meminfo: memFree=1268800/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=17.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 1022 34646 0 2 3 1 1586 113 16 0 1 0 688101091 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 799 370 3 0 500 0
[pid=14060] ppid=14037 vsize=5356 CPUtime=0
/proc/14060/stat : 14060 (sh) S 14037 14037 13782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 688102814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14060/statm: 1339 232 193 169 0 50 0
[pid=14061] ppid=14060 vsize=259544 CPUtime=84.94
/proc/14061/stat : 14061 (picosat) R 14060 14037 13782 0 -1 4194304 62494 0 0 0 5301 3193 0 0 25 0 1 0 688102814 265773056 62403 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/14061/statm: 64886 62403 48 102 0 64781 0

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

/proc/meminfo: memFree=1255032/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=17.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 1022 34646 0 2 3 1 1586 113 16 0 1 0 688101091 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 799 370 3 0 500 0
[pid=14060] ppid=14037 vsize=5356 CPUtime=0
/proc/14060/stat : 14060 (sh) S 14037 14037 13782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 688102814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14060/statm: 1339 232 193 169 0 50 0
[pid=14061] ppid=14060 vsize=299672 CPUtime=1281.41
/proc/14061/stat : 14061 (picosat) R 14060 14037 13782 0 -1 4194304 72591 0 0 0 124934 3207 0 0 25 0 1 0 688102814 306864128 72500 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 1 0 0
/proc/14061/statm: 74918 72500 48 102 0 74813 0
Current children cumulated CPU time (s) 1298.44
Current children cumulated vsize (KiB) 318628

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14107
/proc/meminfo: memFree=1253048/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=17.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 1022 34646 0 2 3 1 1586 113 16 0 1 0 688101091 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 799 370 3 0 500 0
[pid=14060] ppid=14037 vsize=5356 CPUtime=0
/proc/14060/stat : 14060 (sh) S 14037 14037 13782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 688102814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14060/statm: 1339 232 193 169 0 50 0
[pid=14061] ppid=14060 vsize=301652 CPUtime=1340.9
/proc/14061/stat : 14061 (picosat) R 14060 14037 13782 0 -1 4194304 73085 0 0 0 130883 3207 0 0 25 0 1 0 688102814 308891648 72994 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/14061/statm: 75413 72994 48 102 0 75308 0
Current children cumulated CPU time (s) 1357.93
Current children cumulated vsize (KiB) 320608

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14108
/proc/meminfo: memFree=1251192/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=17.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 1022 34646 0 2 3 1 1586 113 16 0 1 0 688101091 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 799 370 3 0 500 0
[pid=14060] ppid=14037 vsize=5356 CPUtime=0
/proc/14060/stat : 14060 (sh) S 14037 14037 13782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 688102814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14060/statm: 1339 232 193 169 0 50 0
[pid=14061] ppid=14060 vsize=303500 CPUtime=1400.39
/proc/14061/stat : 14061 (picosat) R 14060 14037 13782 0 -1 4194304 73551 0 0 0 136832 3207 0 0 25 0 1 0 688102814 310784000 73460 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14061/statm: 75875 73460 48 102 0 75770 0
Current children cumulated CPU time (s) 1417.42
Current children cumulated vsize (KiB) 322456

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14108
/proc/meminfo: memFree=1249208/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=17.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 1022 34646 0 2 3 1 1586 113 16 0 1 0 688101091 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 799 370 3 0 500 0
[pid=14060] ppid=14037 vsize=5356 CPUtime=0
/proc/14060/stat : 14060 (sh) S 14037 14037 13782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 688102814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14060/statm: 1339 232 193 169 0 50 0
[pid=14061] ppid=14060 vsize=305348 CPUtime=1459.89
/proc/14061/stat : 14061 (picosat) R 14060 14037 13782 0 -1 4194304 74039 0 0 0 142781 3208 0 0 25 0 1 0 688102814 312676352 73948 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14061/statm: 76337 73948 48 102 0 76232 0
Current children cumulated CPU time (s) 1476.92
Current children cumulated vsize (KiB) 324304

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14108
/proc/meminfo: memFree=1247160/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=17.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 1022 34646 0 2 3 1 1586 113 16 0 1 0 688101091 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 799 370 3 0 500 0
[pid=14060] ppid=14037 vsize=5356 CPUtime=0
/proc/14060/stat : 14060 (sh) S 14037 14037 13782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 688102814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14060/statm: 1339 232 193 169 0 50 0
[pid=14061] ppid=14060 vsize=307328 CPUtime=1519.37
/proc/14061/stat : 14061 (picosat) R 14060 14037 13782 0 -1 4194304 74510 0 0 0 148729 3208 0 0 25 0 1 0 688102814 314703872 74419 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/14061/statm: 76832 74419 48 102 0 76727 0
Current children cumulated CPU time (s) 1536.4
Current children cumulated vsize (KiB) 326284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14108
/proc/meminfo: memFree=1245304/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=17.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 1022 34646 0 2 3 1 1586 113 16 0 1 0 688101091 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 799 370 3 0 500 0
[pid=14060] ppid=14037 vsize=5356 CPUtime=0
/proc/14060/stat : 14060 (sh) S 14037 14037 13782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 688102814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14060/statm: 1339 232 193 169 0 50 0
[pid=14061] ppid=14060 vsize=309044 CPUtime=1578.87
/proc/14061/stat : 14061 (picosat) R 14060 14037 13782 0 -1 4194304 74972 0 0 0 154678 3209 0 0 25 0 1 0 688102814 316461056 74881 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14061/statm: 77261 74881 48 102 0 77156 0
Current children cumulated CPU time (s) 1595.9
Current children cumulated vsize (KiB) 328000

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14108
/proc/meminfo: memFree=1243384/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=17.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 1022 34646 0 2 3 1 1586 113 16 0 1 0 688101091 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 799 370 3 0 500 0
[pid=14060] ppid=14037 vsize=5356 CPUtime=0
/proc/14060/stat : 14060 (sh) S 14037 14037 13782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 688102814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14060/statm: 1339 232 193 169 0 50 0
[pid=14061] ppid=14060 vsize=311024 CPUtime=1638.36
/proc/14061/stat : 14061 (picosat) R 14060 14037 13782 0 -1 4194304 75459 0 0 0 160627 3209 0 0 25 0 1 0 688102814 318488576 75368 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14061/statm: 77756 75368 48 102 0 77651 0
Current children cumulated CPU time (s) 1655.39
Current children cumulated vsize (KiB) 329980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14109
/proc/meminfo: memFree=1241528/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=17.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 1022 34646 0 2 3 1 1586 113 16 0 1 0 688101091 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 799 370 3 0 500 0
[pid=14060] ppid=14037 vsize=5356 CPUtime=0
/proc/14060/stat : 14060 (sh) S 14037 14037 13782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 688102814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14060/statm: 1339 232 193 169 0 50 0
[pid=14061] ppid=14060 vsize=312740 CPUtime=1697.86
/proc/14061/stat : 14061 (picosat) R 14060 14037 13782 0 -1 4194304 75901 0 0 0 166576 3210 0 0 25 0 1 0 688102814 320245760 75810 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14061/statm: 78185 75810 48 102 0 78080 0
Current children cumulated CPU time (s) 1714.89
Current children cumulated vsize (KiB) 331696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14109
/proc/meminfo: memFree=1239480/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=17.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 1022 34646 0 2 3 1 1586 113 16 0 1 0 688101091 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 799 370 3 0 500 0
[pid=14060] ppid=14037 vsize=5356 CPUtime=0
/proc/14060/stat : 14060 (sh) S 14037 14037 13782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 688102814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14060/statm: 1339 232 193 169 0 50 0
[pid=14061] ppid=14060 vsize=314588 CPUtime=1757.34
/proc/14061/stat : 14061 (picosat) R 14060 14037 13782 0 -1 4194304 76355 0 0 0 172524 3210 0 0 25 0 1 0 688102814 322138112 76264 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14061/statm: 78647 76264 48 102 0 78542 0
Current children cumulated CPU time (s) 1774.37
Current children cumulated vsize (KiB) 333544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14109
/proc/meminfo: memFree=1238712/2055920 swapFree=4146988/4192956
[pid=14037] ppid=14035 vsize=13600 CPUtime=17.03
/proc/14037/stat : 14037 (sugar) S 14035 14037 13782 0 -1 4194304 1022 34646 0 2 3 1 1586 113 16 0 1 0 688101091 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14037/statm: 3400 799 370 3 0 500 0
[pid=14060] ppid=14037 vsize=5356 CPUtime=0
/proc/14060/stat : 14060 (sh) S 14037 14037 13782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 688102814 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14060/statm: 1339 232 193 169 0 50 0
[pid=14061] ppid=14060 vsize=315380 CPUtime=1783.02
/proc/14061/stat : 14061 (picosat) R 14060 14037 13782 0 -1 4194304 76566 0 0 0 175092 3210 0 0 25 0 1 0 688102814 322949120 76475 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14061/statm: 78845 76475 48 102 0 78740 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 334336

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 14037 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=906581
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=148825
# CPU time returned by wait4() is 17.0554
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.26
CPU time (s): 1800.05
CPU user time (s): 1766.81
CPU system time (s): 33.24
CPU usage (%): 99.5461
Max. virtual memory (cumulated for all children) (KiB): 888348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9066
system time used= 1.14882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36024
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= 7507
involuntary context switches= 7403

runsolver used 1.59376 second user time and 5.03123 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-05 05:49:17
IDJOB=1084044
IDBENCH=57522
IDSOLVER=345
FILE ID=node80/1084044-1215229756
PBS_JOBID= 7881871
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-2.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-1084044-1215229756/watcher-1084044-1215229756 -o /tmp/evaluation-result-1084044-1215229756/solver-1084044-1215229756 -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-1084044-1215229756.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c461fd9f78bea6a7f910d09245157b44
RANDOM SEED=331074595

node80.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.232
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.232
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:       1663808 kB
Buffers:         51468 kB
Cached:         169456 kB
SwapCached:      39856 kB
Active:         260500 kB
Inactive:        78796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663808 kB
SwapTotal:     4192956 kB
SwapFree:      4146988 kB
Dirty:            3124 kB
Writeback:           0 kB
Mapped:         125324 kB
Slab:            38048 kB
Committed_AS:  1151408 kB
PageTables:       1928 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 node80 at 2008-07-05 06:19:27