Trace number 3250810

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
priss 1.0? (TO) 4800.22 1201.72

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
MD5SUMb61e426b264831836f140414cdcf3e23
Bench CategoryCRAFTED (crafted instances)
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 variables238
Number of clauses15812
Sum of the clauses size70446
Maximum clause length16
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314042
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51770

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 15347
0.00/0.01	c parsetime: 4830us
0.00/0.01	c parsed 15812 clauses with 238 variables
0.00/0.01	c NW started thread 0 successfully (1087101248)
0.00/0.01	c NW started thread 1 successfully (1116186944)
0.00/0.01	c NW started thread 2 successfully (1126676800)
0.00/0.01	c NW started thread 3 successfully (1137166656)
3.96/1.05	c preprocessor returned 10028 variables
3.96/1.05	c preprocessing returned UNKNOWN
3.96/1.05	c PP set 0 variables
3.96/1.05	c pp time: 1046329us (1s)
3.96/1.06	c preprocessor returned 10028 variables
3.96/1.06	c preprocessing returned UNKNOWN
3.96/1.06	c PP set 0 variables
3.96/1.06	c pp time: 1045446us (1s)
3.96/1.06	c preprocessor returned 10028 variables
3.96/1.06	c preprocessing returned UNKNOWN
3.96/1.06	c PP set 0 variables
3.96/1.06	c pp time: 1053149us (1s)
312.32/78.26	c preprocessor returned 30034 variables
312.32/78.26	c preprocessing returned UNKNOWN
312.32/78.26	c PP set 0 variables
312.32/78.26	c pp time: 78250946us (78s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250810-1304061567/watcher-3250810-1304061567 -o /tmp/evaluation-result-3250810-1304061567/solver-3250810-1304061567 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3250810-1304061567.cnf 2046492602 4800 15500 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.18 8.10 7.90 5/182 15346
/proc/meminfo: memFree=30247924/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0

[startup+0.0584711 s]
/proc/loadavg: 8.18 8.10 7.90 5/182 15346
/proc/meminfo: memFree=30247924/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100462 s]
/proc/loadavg: 8.18 8.10 7.90 5/182 15346
/proc/meminfo: memFree=30247924/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300426 s]
/proc/loadavg: 8.18 8.10 7.90 5/182 15346
/proc/meminfo: memFree=30247924/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700349 s]
/proc/loadavg: 8.18 8.10 7.90 5/182 15346
/proc/meminfo: memFree=30247924/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5012 s]
/proc/loadavg: 8.18 8.10 7.90 9/188 15352
/proc/meminfo: memFree=30224076/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=278868 CPUtime=5.94 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 10035 0 0 0 593 1 0 0 19 0 5 0 517759075 285560832 7919 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 69717 7919 404 389 0 65467 0
[pid=15347/tid=15349] ppid=15346 vsize=278868 CPUtime=1.48 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 2105 0 0 0 148 0 0 0 23 0 5 0 517759076 285560832 7919 33554432000 4194304 5787044 140735883948064 18446744073709551615 4254922 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=278868 CPUtime=1.48 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 2139 0 0 0 148 0 0 0 20 0 5 0 517759076 285560832 7919 33554432000 4194304 5787044 140735883948064 18446744073709551615 4229296 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=278868 CPUtime=1.47 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 1948 0 0 0 147 0 0 0 25 0 5 0 517759076 285560832 7919 33554432000 4194304 5787044 140735883948064 18446744073709551615 4217166 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=278868 CPUtime=1.48 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 2164 0 0 0 148 0 0 0 20 0 5 0 517759077 285560832 7919 33554432000 4194304 5787044 140735883948064 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 287568

[startup+3.10089 s]
/proc/loadavg: 8.24 8.11 7.90 9/188 15352
/proc/meminfo: memFree=30207956/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=282968 CPUtime=12.34 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 11613 0 0 0 1232 2 0 0 19 0 5 0 517759075 289759232 9497 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 70742 9497 404 389 0 66492 0
[pid=15347/tid=15349] ppid=15346 vsize=282968 CPUtime=3.07 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 2284 0 0 0 307 0 0 0 25 0 5 0 517759076 289759232 9497 33554432000 4194304 5787044 140735883948064 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=282968 CPUtime=3.08 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 2319 0 0 0 308 0 0 0 25 0 5 0 517759076 289759232 9497 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=282968 CPUtime=3.08 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 3159 0 0 0 307 1 0 0 25 0 5 0 517759076 289759232 9497 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=282968 CPUtime=3.08 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 2172 0 0 0 308 0 0 0 25 0 5 0 517759077 289759232 9497 33554432000 4194304 5787044 140735883948064 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 291668

[startup+6.30029 s]
/proc/loadavg: 8.24 8.11 7.90 9/188 15352
/proc/meminfo: memFree=30203500/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=282968 CPUtime=25.12 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 12421 0 0 0 2510 2 0 0 19 0 5 0 517759075 289759232 10305 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 70742 10305 404 389 0 66492 0
[pid=15347/tid=15349] ppid=15346 vsize=282968 CPUtime=6.25 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 2513 0 0 0 625 0 0 0 25 0 5 0 517759076 289759232 10305 33554432000 4194304 5787044 140735883948064 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=282968 CPUtime=6.27 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 2570 0 0 0 627 0 0 0 25 0 5 0 517759076 289759232 10305 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=282968 CPUtime=6.28 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 3487 0 0 0 627 1 0 0 25 0 5 0 517759076 289759232 10305 33554432000 4194304 5787044 140735883948064 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=282968 CPUtime=6.28 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 2172 0 0 0 628 0 0 0 25 0 5 0 517759077 289759232 10305 33554432000 4194304 5787044 140735883948064 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 291668

[startup+12.7011 s]
/proc/loadavg: 8.20 8.11 7.90 9/188 15352
/proc/meminfo: memFree=30195408/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=282968 CPUtime=50.68 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 14027 0 0 0 5063 5 0 0 19 0 5 0 517759075 289759232 11911 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 70742 11911 404 389 0 66492 0
[pid=15347/tid=15349] ppid=15346 vsize=282968 CPUtime=12.62 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 3075 0 0 0 1261 1 0 0 25 0 5 0 517759076 289759232 11911 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=282968 CPUtime=12.67 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 3106 0 0 0 1266 1 0 0 25 0 5 0 517759076 289759232 11911 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=282968 CPUtime=12.68 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 3995 0 0 0 1266 2 0 0 25 0 5 0 517759076 289759232 11911 33554432000 4194304 5787044 140735883948064 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=282968 CPUtime=12.68 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 2172 0 0 0 1268 0 0 0 25 0 5 0 517759077 289759232 11911 33554432000 4194304 5787044 140735883948064 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 291668

[startup+25.5006 s]
/proc/loadavg: 8.25 8.12 7.91 9/188 15353
/proc/meminfo: memFree=30177800/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=287068 CPUtime=101.81 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 17639 0 0 0 10172 9 0 0 19 0 5 0 517759075 293957632 15521 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 71767 15521 404 389 0 67517 0
[pid=15347/tid=15349] ppid=15346 vsize=287068 CPUtime=25.34 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 4963 0 0 0 2533 1 0 0 25 0 5 0 517759076 293957632 15521 33554432000 4194304 5787044 140735883948064 18446744073709551615 4218792 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=287068 CPUtime=25.47 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 3933 0 0 0 2545 2 0 0 25 0 5 0 517759076 293957632 15521 33554432000 4194304 5787044 140735883948064 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=287068 CPUtime=25.47 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 4892 0 0 0 2544 3 0 0 25 0 5 0 517759076 293957632 15521 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=287068 CPUtime=25.48 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 2172 0 0 0 2548 0 0 0 25 0 5 0 517759077 293957632 15521 33554432000 4194304 5787044 140735883948064 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 295768

[startup+51.1008 s]
/proc/loadavg: 8.16 8.11 7.91 9/188 15353
/proc/meminfo: memFree=30157552/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=291168 CPUtime=204.07 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 22415 0 0 0 20390 17 0 0 19 0 5 0 517759075 298156032 20293 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 72792 20293 404 389 0 68542 0
[pid=15347/tid=15349] ppid=15346 vsize=291168 CPUtime=50.8 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 7131 0 0 0 5076 4 0 0 25 0 5 0 517759076 298156032 20293 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=291168 CPUtime=51.08 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 5197 0 0 0 5102 6 0 0 25 0 5 0 517759076 298156032 20293 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=291168 CPUtime=51.07 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 6236 0 0 0 5101 6 0 0 25 0 5 0 517759076 298156032 20293 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=291168 CPUtime=51.08 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 2172 0 0 0 5108 0 0 0 25 0 5 0 517759077 298156032 20293 33554432000 4194304 5787044 140735883948064 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 299868

[startup+102.307 s]
/proc/loadavg: 8.15 8.12 7.92 9/188 15355
/proc/meminfo: memFree=30125664/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=304744 CPUtime=408.61 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 30496 0 0 0 40835 26 0 0 19 0 5 0 517759075 312057856 27507 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 76186 27507 417 389 0 71936 0
[pid=15347/tid=15349] ppid=15346 vsize=304744 CPUtime=101.73 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 8517 0 0 0 10166 7 0 0 25 0 5 0 517759076 312057856 27507 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=304744 CPUtime=102.28 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 7484 0 0 0 10220 8 0 0 25 0 5 0 517759076 312057856 27507 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=304744 CPUtime=102.28 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 7674 0 0 0 10219 9 0 0 25 0 5 0 517759076 312057856 27507 33554432000 4194304 5787044 140735883948064 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=304744 CPUtime=102.29 cores=1,3,5,7

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

/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 19660 0 0 0 87896 27 0 0 25 0 5 0 517759076 415395840 80410 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=405660 CPUtime=882.26 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 21425 0 0 0 88198 28 0 0 25 0 5 0 517759076 415395840 80410 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=405660 CPUtime=882.29 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 22682 0 0 0 88217 12 0 0 25 0 5 0 517759077 415395840 80410 33554432000 4194304 5787044 140735883948064 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.31
Current children cumulated vsize (KiB) 414360

[startup+942.301 s]
/proc/loadavg: 8.03 8.08 8.00 9/188 15410
/proc/meminfo: memFree=29741500/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=413860 CPUtime=3763.99 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 88203 0 0 0 376300 99 0 0 19 0 5 0 517759075 423792640 83876 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 103465 83876 417 389 0 99215 0
[pid=15347/tid=15349] ppid=15346 vsize=413860 CPUtime=940.49 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 21638 0 0 0 94021 28 0 0 25 0 5 0 517759076 423792640 83876 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=413860 CPUtime=938.9 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 20710 0 0 0 93862 28 0 0 25 0 5 0 517759076 423792640 83876 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=413860 CPUtime=942.26 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 21492 0 0 0 94198 28 0 0 25 0 5 0 517759076 423792640 83876 33554432000 4194304 5787044 140735883948064 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=413860 CPUtime=942.29 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 22684 0 0 0 94217 12 0 0 25 0 5 0 517759077 423792640 83876 33554432000 4194304 5787044 140735883948064 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.99
Current children cumulated vsize (KiB) 422560

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 8.00 9/188 15412
/proc/meminfo: memFree=29704504/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=557232 CPUtime=4003.67 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 93344 0 0 0 400261 106 0 0 19 0 5 0 517759075 570605568 89017 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 139308 89017 417 389 0 135058 0
[pid=15347/tid=15349] ppid=15346 vsize=557232 CPUtime=1000.49 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 23898 0 0 0 100018 31 0 0 25 0 5 0 517759076 570605568 89017 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=557232 CPUtime=998.57 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 21917 0 0 0 99825 32 0 0 25 0 5 0 517759076 570605568 89017 33554432000 4194304 5787044 140735883948064 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=557232 CPUtime=1002.26 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 23159 0 0 0 100198 28 0 0 25 0 5 0 517759076 570605568 89017 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=557232 CPUtime=1002.29 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 22691 0 0 0 100217 12 0 0 25 0 5 0 517759077 570605568 89017 33554432000 4194304 5787044 140735883948064 18446744073709551615 5524687 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 565932

[startup+1062.3 s]
/proc/loadavg: 8.11 8.09 8.01 9/188 15413
/proc/meminfo: memFree=29680784/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=626868 CPUtime=4243.35 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 97326 0 0 0 424224 111 0 0 19 0 5 0 517759075 641912832 92999 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 156717 92999 417 389 0 152467 0
[pid=15347/tid=15349] ppid=15346 vsize=626868 CPUtime=1060.5 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 26087 0 0 0 106016 34 0 0 25 0 5 0 517759076 641912832 92999 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=626868 CPUtime=1058.25 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 23076 0 0 0 105791 34 0 0 25 0 5 0 517759076 641912832 92999 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=626868 CPUtime=1062.27 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 23762 0 0 0 106197 30 0 0 25 0 5 0 517759076 641912832 92999 33554432000 4194304 5787044 140735883948064 18446744073709551615 4216682 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=626868 CPUtime=1062.29 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 22722 0 0 0 106217 12 0 0 25 0 5 0 517759077 641912832 92999 33554432000 4194304 5787044 140735883948064 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.35
Current children cumulated vsize (KiB) 635568

[startup+1122.3 s]
/proc/loadavg: 8.12 8.10 8.01 9/188 15415
/proc/meminfo: memFree=29667968/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=631772 CPUtime=4483.03 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 100943 0 0 0 448187 116 0 0 19 0 5 0 517759075 646934528 96166 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 157943 96166 417 389 0 153693 0
[pid=15347/tid=15349] ppid=15346 vsize=631772 CPUtime=1120.5 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 26902 0 0 0 112016 34 0 0 25 0 5 0 517759076 646934528 96166 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=631772 CPUtime=1117.91 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 23729 0 0 0 111757 34 0 0 25 0 5 0 517759076 646934528 96166 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=631772 CPUtime=1122.27 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 25144 0 0 0 112194 33 0 0 25 0 5 0 517759076 646934528 96166 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=631772 CPUtime=1122.3 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 23489 0 0 0 112217 13 0 0 25 0 5 0 517759077 646934528 96166 33554432000 4194304 5787044 140735883948064 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 640472

[startup+1182.3 s]
/proc/loadavg: 8.12 8.11 8.02 9/188 15416
/proc/meminfo: memFree=29657644/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=636460 CPUtime=4722.71 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 103398 0 0 0 472150 121 0 0 19 0 5 0 517759075 651735040 98621 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 159115 98621 417 389 0 154865 0
[pid=15347/tid=15349] ppid=15346 vsize=636460 CPUtime=1180.5 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 26902 0 0 0 118016 34 0 0 25 0 5 0 517759076 651735040 98621 33554432000 4194304 5787044 140735883948064 18446744073709551615 212435677306 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=636460 CPUtime=1177.6 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 23729 0 0 0 117725 35 0 0 25 0 5 0 517759076 651735040 98621 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=636460 CPUtime=1182.27 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 26397 0 0 0 118191 36 0 0 25 0 5 0 517759076 651735040 98621 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=636460 CPUtime=1182.3 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 24691 0 0 0 118216 14 0 0 25 0 5 0 517759077 651735040 98621 33554432000 4194304 5787044 140735883948064 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 645160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.22 8.13 8.03 9/188 15417
/proc/meminfo: memFree=29654276/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=638280 CPUtime=4800.22 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 104202 0 0 0 479900 122 0 0 19 0 5 0 517759075 653598720 99425 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 159570 99425 417 389 0 155320 0
[pid=15347/tid=15349] ppid=15346 vsize=638280 CPUtime=1199.91 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 26902 0 0 0 119957 34 0 0 25 0 5 0 517759076 653598720 99425 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=638280 CPUtime=1196.89 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 23730 0 0 0 119654 35 0 0 25 0 5 0 517759076 653598720 99425 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=638280 CPUtime=1201.68 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 26802 0 0 0 120131 37 0 0 25 0 5 0 517759076 653598720 99425 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=638280 CPUtime=1201.7 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 25089 0 0 0 120156 14 0 0 25 0 5 0 517759077 653598720 99425 33554432000 4194304 5787044 140735883948064 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 646980

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

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

[startup+1201.7 s]
/proc/loadavg: 8.22 8.13 8.03 9/188 15417
/proc/meminfo: memFree=29654276/32951124 swapFree=67111416/67111528
[pid=15346] ppid=15344 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15346/stat : 15346 (priss.sh) S 15344 15346 14674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517759075 8908800 251 33554432000 4194304 4922060 140734957150160 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15346/statm: 2175 251 211 178 0 68 0
[pid=15347] ppid=15346 vsize=638280 CPUtime=4800.22 cores=1,3,5,7
/proc/15347/stat : 15347 (priss) S 15346 15346 14674 0 -1 4202496 104202 0 0 0 479900 122 0 0 19 0 5 0 517759075 653598720 99425 33554432000 4194304 5787044 140735883948064 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15347/statm: 159570 99425 417 389 0 155320 0
[pid=15347/tid=15349] ppid=15346 vsize=638280 CPUtime=1199.91 cores=1,3,5,7
/proc/15347/task/15349/stat : 15349 (priss) R 15346 15346 14674 0 -1 4202560 26902 0 0 0 119957 34 0 0 25 0 5 0 517759076 653598720 99425 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=15347/tid=15350] ppid=15346 vsize=638280 CPUtime=1196.89 cores=1,3,5,7
/proc/15347/task/15350/stat : 15350 (priss) R 15346 15346 14674 0 -1 4202560 23730 0 0 0 119654 35 0 0 25 0 5 0 517759076 653598720 99425 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=15347/tid=15351] ppid=15346 vsize=638280 CPUtime=1201.68 cores=1,3,5,7
/proc/15347/task/15351/stat : 15351 (priss) R 15346 15346 14674 0 -1 4202560 26802 0 0 0 120131 37 0 0 25 0 5 0 517759076 653598720 99425 33554432000 4194304 5787044 140735883948064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=15347/tid=15352] ppid=15346 vsize=638280 CPUtime=1201.7 cores=1,3,5,7
/proc/15347/task/15352/stat : 15352 (priss) R 15346 15346 14674 0 -1 4202560 25089 0 0 0 120156 14 0 0 25 0 5 0 517759077 653598720 99425 33554432000 4194304 5787044 140735883948064 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 646980

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.22
CPU user time (s): 4799
CPU system time (s): 1.22
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 646980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.64075 second user time and 4.92525 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 09:19:27
IDJOB=3250810
IDBENCH=83365
IDSOLVER=1603
FILE ID=node102/3250810-1304061567
RUNJOBID= node102-1304060360-15213
PBS_JOBID= 13170428
Free space on /tmp= 71560 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250810-1304061567/watcher-3250810-1304061567 -o /tmp/evaluation-result-3250810-1304061567/solver-3250810-1304061567 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3250810-1304061567.cnf 2046492602 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b61e426b264831836f140414cdcf3e23
RANDOM SEED=2046492602

node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30248204 kB
Buffers:        630640 kB
Cached:        1243612 kB
SwapCached:          8 kB
Active:         565216 kB
Inactive:      1715028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30248204 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            1960 kB
Writeback:           0 kB
AnonPages:      405820 kB
Mapped:          15624 kB
Slab:           358332 kB
PageTables:       5516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   605184 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71556 MiB
End job on node102 at 2011-04-29 09:39:31