Trace number 1076188

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.02 1816.01

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg7-10_ext.xml
MD5SUM56819a57f8a19427a0cb131197c3ac6b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 17:10:19 2008
0.00/0.05	c 0	PID 1278
0.00/0.05	c 0	HOST node78.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1076188-1215184219.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076188-1215184219.xml' 'HOME/temp.csp'
1.20/1.36	c 1	1 domains, 70 variables, 0 predicates, 2 relations, 17 constraints
1.20/1.38	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.20/1.38	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.28/1.46	c 1	Parsing HOME/temp.csp
2.77/2.90	c 3	parsed 90 expressions
2.77/2.90	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.77/2.90	c 3	Converting to clausal form CSP
2.77/2.93	c 3	converted 9 (10%) expressions
2.77/2.93	c 3	converted 18 (20%) expressions
2.77/2.93	c 3	converted 27 (30%) expressions
2.77/2.93	c 3	converted 36 (40%) expressions
2.77/2.93	c 3	converted 45 (50%) expressions
2.77/2.93	c 3	converted 54 (60%) expressions
2.77/2.93	c 3	converted 63 (70%) expressions
2.77/2.98	c 3	converted 72 (80%) expressions
5.54/5.77	c 6	converted 81 (90%) expressions
14.74/15.01	c 15	converted 90 (100%) expressions
14.74/15.01	c 15	CSP : 70 integers, 0 booleans, 17 clauses, largest domain size 26
14.74/15.01	c 15	Heap : 291 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.74/15.01	c 15	Propagation in CSP
14.74/15.01	c 15	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.74/15.01	c 15	CSP : 70 integers, 0 booleans, 17 clauses, largest domain size 26
14.74/15.01	c 15	Heap : 291 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.74/15.01	c 15	Simplifing CSP by introducing new Boolean variables
14.74/15.01	c 15	CSP : 70 integers, 0 booleans, 17 clauses, largest domain size 26
14.74/15.01	c 15	Heap : 291 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
16.82/17.10	c 17	Encoding CSP to SAT : HOME/temp.cnf
16.82/17.11	c 17	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
16.82/17.12	c 17	14 (20%) CSP integer variables are encoded (336 clauses, 3552 bytes)
16.82/17.12	c 17	21 (30%) CSP integer variables are encoded (504 clauses, 5400 bytes)
16.82/17.13	c 17	28 (40%) CSP integer variables are encoded (672 clauses, 7248 bytes)
16.82/17.13	c 17	35 (50%) CSP integer variables are encoded (840 clauses, 9096 bytes)
16.82/17.13	c 17	42 (60%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
16.82/17.13	c 17	49 (70%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
16.82/17.13	c 17	56 (80%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
16.82/17.13	c 17	63 (90%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
16.82/17.13	c 17	70 (100%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
226.70/229.02	c 229	2 (10%) CSP clauses are encoded (266384 clauses, 13335718 bytes)
448.08/452.59	c 453	4 (20%) CSP clauses are encoded (531088 clauses, 26779816 bytes)
627.86/634.08	c 634	6 (30%) CSP clauses are encoded (795792 clauses, 40727292 bytes)
750.79/758.10	c 758	7 (40%) CSP clauses are encoded (928144 clauses, 47701030 bytes)
949.10/958.34	c 958	9 (50%) CSP clauses are encoded (1192848 clauses, 61648506 bytes)
1800.02/1815.92	c ERROR INTERRUPTED
1800.02/1816.01	s UNKNOWN
1800.02/1816.01	c 1816	CPU 1.19 (0.03 0.01 1.16 0.09)
1800.02/1816.01	c 1816	END Fri Jul  4 17:40:35 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-1076188-1215184219/watcher-1076188-1215184219 -o /tmp/evaluation-result-1076188-1215184219/solver-1076188-1215184219 -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-1076188-1215184219.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.95 2.01 2.00 4/83 1278
/proc/meminfo: memFree=1056088/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=12268 CPUtime=0
/proc/1278/stat : 1278 (sugar) R 1276 1278 30300 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 242516911 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255373048421 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/1278/statm: 3067 316 241 3 0 167 0

[startup+0.0819291 s]
/proc/loadavg: 1.95 2.01 2.00 4/83 1278
/proc/meminfo: memFree=1056088/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=0.03
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 242516911 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101925 s]
/proc/loadavg: 1.95 2.01 2.00 4/83 1278
/proc/meminfo: memFree=1056088/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=0.03
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 242516911 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301952 s]
/proc/loadavg: 1.95 2.01 2.00 4/83 1278
/proc/meminfo: memFree=1056088/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=0.03
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 242516911 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701997 s]
/proc/loadavg: 1.95 2.01 2.00 4/83 1278
/proc/meminfo: memFree=1056088/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=0.03
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 242516911 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50108 s]
/proc/loadavg: 1.95 2.01 2.00 4/94 1290
/proc/meminfo: memFree=1026176/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=1.28
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 973 14013 0 1 3 0 116 9 15 0 1 0 242516911 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 13600

[startup+3.10225 s]
/proc/loadavg: 1.95 2.01 2.00 4/94 1300
/proc/meminfo: memFree=1032832/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=1.28
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 973 14013 0 1 3 0 116 9 16 0 1 0 242516911 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 797 370 3 0 500 0
[pid=1291] ppid=1278 vsize=5356 CPUtime=0
/proc/1291/stat : 1291 (sh) S 1278 1278 30300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 242517049 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1291/statm: 1339 233 193 169 0 50 0
[pid=1292] ppid=1291 vsize=864216 CPUtime=1.69
/proc/1292/stat : 1292 (java) S 1291 1278 30300 0 -1 0 14020 0 1 0 160 9 0 0 18 0 9 0 242517049 884957184 12423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1292/statm: 216054 12423 2540 9 0 210629 0
[pid=1292/tid=1293] ppid=1291 vsize=864216 CPUtime=0.87
/proc/1292/task/1293/stat : 1293 (java) R 1291 1278 30300 0 -1 64 2821 0 1 0 85 2 0 0 18 0 9 0 242517050 884957184 12423 996147200 134512640 134550740 4294955952 18446744073709551615 4126100589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1294] ppid=1291 vsize=864216 CPUtime=0.73
/proc/1292/task/1294/stat : 1294 (java) S 1291 1278 30300 0 -1 64 10180 0 0 0 68 5 0 0 16 0 9 0 242517051 884957184 12423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1295] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1295/stat : 1295 (java) S 1291 1278 30300 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 242517051 884957184 12423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1296] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1296/stat : 1296 (java) S 1291 1278 30300 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 242517051 884957184 12423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1297] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1297/stat : 1297 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 242517054 884957184 12423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1298] ppid=1291 vsize=864216 CPUtime=0.05
/proc/1292/task/1298/stat : 1298 (java) S 1291 1278 30300 0 -1 64 323 0 0 0 5 0 0 0 16 0 9 0 242517054 884957184 12423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1299] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1299/stat : 1299 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 242517054 884957184 12423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1300] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1300/stat : 1300 (java) S 1291 1278 30300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242517054 884957184 12423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883172

[startup+6.30259 s]
/proc/loadavg: 2.04 2.03 2.00 4/94 1300
/proc/meminfo: memFree=962304/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=1.29
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 973 14013 0 1 3 1 116 9 16 0 1 0 242516911 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 797 370 3 0 500 0
[pid=1291] ppid=1278 vsize=5356 CPUtime=0
/proc/1291/stat : 1291 (sh) S 1278 1278 30300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 242517049 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1291/statm: 1339 233 193 169 0 50 0
[pid=1292] ppid=1291 vsize=864216 CPUtime=4.85
/proc/1292/stat : 1292 (java) S 1291 1278 30300 0 -1 0 33293 0 1 0 466 19 0 0 18 0 9 0 242517049 884957184 30745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1292/statm: 216054 30745 2540 9 0 210629 0
[pid=1292/tid=1293] ppid=1291 vsize=864216 CPUtime=2.17
/proc/1292/task/1293/stat : 1293 (java) R 1291 1278 30300 0 -1 64 3624 0 1 0 215 2 0 0 25 0 9 0 242517050 884957184 30745 996147200 134512640 134550740 4294955952 18446744073709551615 4126517464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1294] ppid=1291 vsize=864216 CPUtime=2.6
/proc/1292/task/1294/stat : 1294 (java) S 1291 1278 30300 0 -1 64 28648 0 0 0 244 16 0 0 16 0 9 0 242517051 884957184 30745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1295] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1295/stat : 1295 (java) S 1291 1278 30300 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 242517051 884957184 30745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1296] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1296/stat : 1296 (java) S 1291 1278 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 242517051 884957184 30745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1297] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1297/stat : 1297 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 242517054 884957184 30745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1298] ppid=1291 vsize=864216 CPUtime=0.06
/proc/1292/task/1298/stat : 1298 (java) S 1291 1278 30300 0 -1 64 325 0 0 0 6 0 0 0 17 0 9 0 242517054 884957184 30745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1299] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1299/stat : 1299 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 242517054 884957184 30745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1300] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1300/stat : 1300 (java) S 1291 1278 30300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242517054 884957184 30745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 883172

[startup+12.7023 s]
/proc/loadavg: 2.03 2.03 2.00 3/94 1300
/proc/meminfo: memFree=833792/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=1.29
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 973 14013 0 1 3 1 116 9 16 0 1 0 242516911 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 797 370 3 0 500 0
[pid=1291] ppid=1278 vsize=5356 CPUtime=0
/proc/1291/stat : 1291 (sh) S 1278 1278 30300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 242517049 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1291/statm: 1339 233 193 169 0 50 0
[pid=1292] ppid=1291 vsize=864216 CPUtime=11.17
/proc/1292/stat : 1292 (java) S 1291 1278 30300 0 -1 0 86314 0 1 0 1071 46 0 0 18 0 9 0 242517049 884957184 62517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1292/statm: 216054 62517 2540 9 0 210629 0
[pid=1292/tid=1293] ppid=1291 vsize=864216 CPUtime=4.1
/proc/1292/task/1293/stat : 1293 (java) R 1291 1278 30300 0 -1 64 5725 0 1 0 407 3 0 0 16 0 9 0 242517050 884957184 62517 996147200 134512640 134550740 4294955952 18446744073709551615 4126527596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1294] ppid=1291 vsize=864216 CPUtime=6.99
/proc/1292/task/1294/stat : 1294 (java) R 1291 1278 30300 0 -1 64 79568 0 0 0 657 42 0 0 25 0 9 0 242517051 884957184 62517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1295] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1295/stat : 1295 (java) S 1291 1278 30300 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 242517051 884957184 62517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1296] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1296/stat : 1296 (java) S 1291 1278 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 242517051 884957184 62517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1297] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1297/stat : 1297 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 242517054 884957184 62517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1298] ppid=1291 vsize=864216 CPUtime=0.06
/proc/1292/task/1298/stat : 1298 (java) S 1291 1278 30300 0 -1 64 325 0 0 0 6 0 0 0 17 0 9 0 242517054 884957184 62517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1299] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1299/stat : 1299 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 242517054 884957184 62517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1300] ppid=1291 vsize=864216 CPUtime=0
/proc/1292/task/1300/stat : 1300 (java) S 1291 1278 30300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242517054 884957184 62517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 883172

[startup+25.5016 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 1300
/proc/meminfo: memFree=732480/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=1.29
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 974 14013 0 1 3 1 116 9 16 0 1 0 242516911 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 797 370 3 0 500 0
[pid=1291] ppid=1278 vsize=5356 CPUtime=0
/proc/1291/stat : 1291 (sh) S 1278 1278 30300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 242517049 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1291/statm: 1339 233 193 169 0 50 0
[pid=1292] ppid=1291 vsize=864328 CPUtime=23.85
/proc/1292/stat : 1292 (java) S 1291 1278 30300 0 -1 0 111219 0 1 0 2325 60 0 0 18 0 9 0 242517049 885071872 81896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1292/statm: 216082 81896 2564 9 0 210629 0
[pid=1292/tid=1293] ppid=1291 vsize=864328 CPUtime=13.52
/proc/1292/task/1293/stat : 1293 (java) R 1291 1278 30300 0 -1 64 6463 0 1 0 1348 4 0 0 25 0 9 0 242517050 885071872 81896 996147200 134512640 134550740 4294955952 18446744073709551615 4126591595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1294] ppid=1291 vsize=864328 CPUtime=10.21
/proc/1292/task/1294/stat : 1294 (java) S 1291 1278 30300 0 -1 64 103714 0 0 0 967 54 0 0 16 0 9 0 242517051 885071872 81896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1295] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1295/stat : 1295 (java) S 1291 1278 30300 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 242517051 885071872 81896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1296] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1296/stat : 1296 (java) S 1291 1278 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 242517051 885071872 81896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1297] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1297/stat : 1297 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 242517054 885071872 81896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1298] ppid=1291 vsize=864328 CPUtime=0.09
/proc/1292/task/1298/stat : 1298 (java) S 1291 1278 30300 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 242517054 885071872 81896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1299] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1299/stat : 1299 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 242517054 885071872 81896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1300] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1300/stat : 1300 (java) S 1291 1278 30300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242517054 885071872 81896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 883284

[startup+51.1023 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 1300
/proc/meminfo: memFree=731968/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=1.29
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 974 14013 0 1 3 1 116 9 16 0 1 0 242516911 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 797 370 3 0 500 0
[pid=1291] ppid=1278 vsize=5356 CPUtime=0
/proc/1291/stat : 1291 (sh) S 1278 1278 30300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 242517049 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1291/statm: 1339 233 193 169 0 50 0
[pid=1292] ppid=1291 vsize=864328 CPUtime=49.21
/proc/1292/stat : 1292 (java) S 1291 1278 30300 0 -1 0 111326 0 1 0 4861 60 0 0 18 0 9 0 242517049 885071872 82001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/1291/stat : 1291 (sh) S 1278 1278 30300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 242517049 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1291/statm: 1339 233 193 169 0 50 0
[pid=1292] ppid=1291 vsize=864328 CPUtime=1645.24
/proc/1292/stat : 1292 (java) S 1291 1278 30300 0 -1 0 154215 0 1 0 164377 147 0 0 18 0 9 0 242517049 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1292/statm: 216082 119154 2564 9 0 210629 0
[pid=1292/tid=1293] ppid=1291 vsize=864328 CPUtime=1629.49
/proc/1292/task/1293/stat : 1293 (java) R 1291 1278 30300 0 -1 64 6708 0 1 0 162881 68 0 0 25 0 9 0 242517050 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4126572330 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1292/tid=1294] ppid=1291 vsize=864328 CPUtime=15.61
/proc/1292/task/1294/stat : 1294 (java) S 1291 1278 30300 0 -1 64 146456 0 0 0 1483 78 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1295] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1295/stat : 1295 (java) S 1291 1278 30300 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1296] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1296/stat : 1296 (java) S 1291 1278 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1297] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1297/stat : 1297 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1298] ppid=1291 vsize=864328 CPUtime=0.11
/proc/1292/task/1298/stat : 1298 (java) S 1291 1278 30300 0 -1 64 355 0 0 0 11 0 0 0 16 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1299] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1299/stat : 1299 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1300] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1300/stat : 1300 (java) S 1291 1278 30300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.53
Current children cumulated vsize (KiB) 883284

[startup+1722.3 s]
/proc/loadavg: 1.96 1.99 1.99 2/79 1435
/proc/meminfo: memFree=1116848/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=1.29
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 974 14013 0 1 3 1 116 9 16 0 1 0 242516911 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 797 370 3 0 500 0
[pid=1291] ppid=1278 vsize=5356 CPUtime=0
/proc/1291/stat : 1291 (sh) S 1278 1278 30300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 242517049 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1291/statm: 1339 233 193 169 0 50 0
[pid=1292] ppid=1291 vsize=864328 CPUtime=1705.19
/proc/1292/stat : 1292 (java) S 1291 1278 30300 0 -1 0 154215 0 1 0 170368 151 0 0 18 0 9 0 242517049 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1292/statm: 216082 119154 2564 9 0 210629 0
[pid=1292/tid=1293] ppid=1291 vsize=864328 CPUtime=1689.43
/proc/1292/task/1293/stat : 1293 (java) R 1291 1278 30300 0 -1 64 6708 0 1 0 168872 71 0 0 25 0 9 0 242517050 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4126591562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1292/tid=1294] ppid=1291 vsize=864328 CPUtime=15.61
/proc/1292/task/1294/stat : 1294 (java) S 1291 1278 30300 0 -1 64 146456 0 0 0 1483 78 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1295] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1295/stat : 1295 (java) S 1291 1278 30300 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1296] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1296/stat : 1296 (java) S 1291 1278 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1297] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1297/stat : 1297 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1298] ppid=1291 vsize=864328 CPUtime=0.11
/proc/1292/task/1298/stat : 1298 (java) S 1291 1278 30300 0 -1 64 355 0 0 0 11 0 0 0 16 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1299] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1299/stat : 1299 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1300] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1300/stat : 1300 (java) S 1291 1278 30300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.48
Current children cumulated vsize (KiB) 883284

[startup+1782.3 s]
/proc/loadavg: 1.35 1.81 1.93 2/79 1657
/proc/meminfo: memFree=1115056/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=1.29
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 974 14013 0 1 3 1 116 9 16 0 1 0 242516911 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 797 370 3 0 500 0
[pid=1291] ppid=1278 vsize=5356 CPUtime=0
/proc/1291/stat : 1291 (sh) S 1278 1278 30300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 242517049 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1291/statm: 1339 233 193 169 0 50 0
[pid=1292] ppid=1291 vsize=864328 CPUtime=1765.15
/proc/1292/stat : 1292 (java) S 1291 1278 30300 0 -1 0 154215 0 1 0 176361 154 0 0 18 0 9 0 242517049 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1292/statm: 216082 119154 2564 9 0 210629 0
[pid=1292/tid=1293] ppid=1291 vsize=864328 CPUtime=1749.4
/proc/1292/task/1293/stat : 1293 (java) R 1291 1278 30300 0 -1 64 6708 0 1 0 174866 74 0 0 25 0 9 0 242517050 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4126571800 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1292/tid=1294] ppid=1291 vsize=864328 CPUtime=15.61
/proc/1292/task/1294/stat : 1294 (java) S 1291 1278 30300 0 -1 64 146456 0 0 0 1483 78 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1295] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1295/stat : 1295 (java) S 1291 1278 30300 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1296] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1296/stat : 1296 (java) S 1291 1278 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1297] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1297/stat : 1297 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1298] ppid=1291 vsize=864328 CPUtime=0.11
/proc/1292/task/1298/stat : 1298 (java) S 1291 1278 30300 0 -1 64 355 0 0 0 11 0 0 0 16 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1299] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1299/stat : 1299 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1300] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1300/stat : 1300 (java) S 1291 1278 30300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.44
Current children cumulated vsize (KiB) 883284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.9 s]
/proc/loadavg: 1.19 1.72 1.89 2/79 1731
/proc/meminfo: memFree=1114800/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=1.29
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 974 14013 0 1 3 1 116 9 16 0 1 0 242516911 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 797 370 3 0 500 0
[pid=1291] ppid=1278 vsize=5356 CPUtime=0
/proc/1291/stat : 1291 (sh) S 1278 1278 30300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 242517049 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1291/statm: 1339 233 193 169 0 50 0
[pid=1292] ppid=1291 vsize=864328 CPUtime=1798.73
/proc/1292/stat : 1292 (java) S 1291 1278 30300 0 -1 0 154215 0 1 0 179718 155 0 0 18 0 9 0 242517049 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1292/statm: 216082 119154 2564 9 0 210629 0
[pid=1292/tid=1293] ppid=1291 vsize=864328 CPUtime=1782.98
/proc/1292/task/1293/stat : 1293 (java) R 1291 1278 30300 0 -1 64 6708 0 1 0 178222 76 0 0 25 0 9 0 242517050 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4126571748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1292/tid=1294] ppid=1291 vsize=864328 CPUtime=15.61
/proc/1292/task/1294/stat : 1294 (java) S 1291 1278 30300 0 -1 64 146456 0 0 0 1483 78 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1295] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1295/stat : 1295 (java) S 1291 1278 30300 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1296] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1296/stat : 1296 (java) S 1291 1278 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1297] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1297/stat : 1297 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1298] ppid=1291 vsize=864328 CPUtime=0.11
/proc/1292/task/1298/stat : 1298 (java) S 1291 1278 30300 0 -1 64 355 0 0 0 11 0 0 0 16 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1299] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1299/stat : 1299 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1300] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1300/stat : 1300 (java) S 1291 1278 30300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 883284

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

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

[startup+1815.9 s]
/proc/loadavg: 1.19 1.72 1.89 2/79 1731
/proc/meminfo: memFree=1114800/2055912 swapFree=4178532/4192956
[pid=1278] ppid=1276 vsize=13600 CPUtime=1.29
/proc/1278/stat : 1278 (sugar) S 1276 1278 30300 0 -1 4194304 974 14013 0 1 3 1 116 9 16 0 1 0 242516911 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1278/statm: 3400 797 370 3 0 500 0
[pid=1291] ppid=1278 vsize=5356 CPUtime=0
/proc/1291/stat : 1291 (sh) S 1278 1278 30300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 242517049 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1291/statm: 1339 233 193 169 0 50 0
[pid=1292] ppid=1291 vsize=864328 CPUtime=1798.73
/proc/1292/stat : 1292 (java) S 1291 1278 30300 0 -1 0 154215 0 1 0 179718 155 0 0 18 0 9 0 242517049 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1292/statm: 216082 119154 2564 9 0 210629 0
[pid=1292/tid=1293] ppid=1291 vsize=864328 CPUtime=1782.98
/proc/1292/task/1293/stat : 1293 (java) R 1291 1278 30300 0 -1 64 6708 0 1 0 178222 76 0 0 25 0 9 0 242517050 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4126571748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1292/tid=1294] ppid=1291 vsize=864328 CPUtime=15.61
/proc/1292/task/1294/stat : 1294 (java) S 1291 1278 30300 0 -1 64 146456 0 0 0 1483 78 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1295] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1295/stat : 1295 (java) S 1291 1278 30300 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1296] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1296/stat : 1296 (java) S 1291 1278 30300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 242517051 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1297] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1297/stat : 1297 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1298] ppid=1291 vsize=864328 CPUtime=0.11
/proc/1292/task/1298/stat : 1298 (java) S 1291 1278 30300 0 -1 64 355 0 0 0 11 0 0 0 16 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1299] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1299/stat : 1299 (java) S 1291 1278 30300 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1292/tid=1300] ppid=1291 vsize=864328 CPUtime=0
/proc/1292/task/1300/stat : 1300 (java) S 1291 1278 30300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 242517054 885071872 119154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 883284

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1278 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=200817
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=104984
# CPU time returned by wait4() is 1.3058
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.01
CPU time (s): 1800.02
CPU user time (s): 1798.37
CPU system time (s): 1.65
CPU usage (%): 99.1194
Max. virtual memory (cumulated for all children) (KiB): 904664

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

runsolver used 2.10568 second user time and 6.26705 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-04 17:10:19
IDJOB=1076188
IDBENCH=56572
IDSOLVER=345
FILE ID=node78/1076188-1215184219
PBS_JOBID= 7881460
Free space on /tmp= 126788 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg7-10_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076188-1215184219/watcher-1076188-1215184219 -o /tmp/evaluation-result-1076188-1215184219/solver-1076188-1215184219 -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-1076188-1215184219.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 56819a57f8a19427a0cb131197c3ac6b
RANDOM SEED=1709174178

node78.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.247
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.247
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:      2055912 kB
MemFree:       1056568 kB
Buffers:         62940 kB
Cached:         241052 kB
SwapCached:       7584 kB
Active:         855772 kB
Inactive:        86692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1056568 kB
SwapTotal:     4192956 kB
SwapFree:      4178532 kB
Dirty:            3520 kB
Writeback:           0 kB
Mapped:         656164 kB
Slab:            40840 kB
Committed_AS:  1367792 kB
PageTables:       3008 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126788 MiB
End job on node78 at 2008-07-04 17:40:37