Trace number 3257984

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.19 1201.82

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g9.cnf
MD5SUMe033e9c916da557514299cce9ca2468f
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 20147
0.00/0.05	c parsetime: 46078us
0.00/0.05	c parsed 215164 clauses with 2100 variables
0.00/0.06	c NW started thread 0 successfully (1092274496)
0.00/0.08	c NW started thread 1 successfully (1112615232)
0.00/0.10	c NW started thread 2 successfully (1123105088)
0.00/0.12	c NW started thread 3 successfully (1133594944)
33.26/8.43	c preprocessor returned 10004 variables
33.26/8.43	c preprocessing returned UNKNOWN
33.26/8.43	c PP set 0 variables
33.26/8.43	c pp time: 8365948us (8s)
33.26/8.44	c preprocessor returned 10004 variables
33.26/8.44	c preprocessing returned UNKNOWN
33.26/8.44	c PP set 0 variables
33.26/8.44	c pp time: 8360873us (8s)
33.26/8.47	c preprocessor returned 10004 variables
33.26/8.47	c preprocessing returned UNKNOWN
33.26/8.47	c PP set 0 variables
33.26/8.47	c pp time: 8369317us (8s)
61.62/15.53	c preprocessor returned 30022 variables
61.62/15.53	c preprocessing returned UNKNOWN
61.62/15.53	c PP set 0 variables
61.62/15.53	c pp time: 15403484us (15s)

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-3257984-1304044950/watcher-3257984-1304044950 -o /tmp/evaluation-result-3257984-1304044950/solver-3257984-1304044950 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3257984-1304044950.cnf 140960842 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.22 8.16 8.11 5/180 20146
/proc/meminfo: memFree=24886968/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0

[startup+0.0377 s]
/proc/loadavg: 8.22 8.16 8.11 5/180 20146
/proc/meminfo: memFree=24886968/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.104948 s]
/proc/loadavg: 8.22 8.16 8.11 5/180 20146
/proc/meminfo: memFree=24886968/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.329826 s]
/proc/loadavg: 8.22 8.16 8.11 5/180 20146
/proc/meminfo: memFree=24886968/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.04449 s]
/proc/loadavg: 8.22 8.16 8.11 5/180 20146
/proc/meminfo: memFree=24886968/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50041 s]
/proc/loadavg: 8.22 8.16 8.11 5/180 20146
/proc/meminfo: memFree=24886968/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10114 s]
/proc/loadavg: 8.20 8.16 8.11 9/186 20152
/proc/meminfo: memFree=24813100/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=314012 CPUtime=12.1 cores=1,3,5,7
/proc/20147/stat : 20147 (priss) S 20146 20146 18837 0 -1 4202496 36254 0 0 0 1201 9 0 0 18 0 5 0 516094679 321548288 18569 33554432000 4194304 5787044 140734491679904 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20147/statm: 78503 18569 350 389 0 74253 0
[pid=20147/tid=20149] ppid=20146 vsize=314012 CPUtime=3.01 cores=1,3,5,7
/proc/20147/task/20149/stat : 20149 (priss) R 20146 20146 18837 0 -1 4202560 5842 0 0 0 299 2 0 0 24 0 5 0 516094685 321548288 18569 33554432000 4194304 5787044 140734491679904 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20147/tid=20150] ppid=20146 vsize=314012 CPUtime=3.01 cores=1,3,5,7
/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 6898 0 0 0 299 2 0 0 24 0 5 0 516094687 321548288 18569 33554432000 4194304 5787044 140734491679904 18446744073709551615 4337680 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=314012 CPUtime=2.98 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 7044 0 0 0 297 1 0 0 24 0 5 0 516094689 321548288 18569 33554432000 4194304 5787044 140734491679904 18446744073709551615 4337680 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=314012 CPUtime=2.94 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 5493 0 0 0 293 1 0 0 24 0 5 0 516094691 321548288 18569 33554432000 4194304 5787044 140734491679904 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 322712

[startup+6.30059 s]
/proc/loadavg: 8.20 8.16 8.11 9/186 20152
/proc/meminfo: memFree=24806084/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=314012 CPUtime=24.9 cores=1,3,5,7
/proc/20147/stat : 20147 (priss) S 20146 20146 18837 0 -1 4202496 37992 0 0 0 2480 10 0 0 18 0 5 0 516094679 321548288 20307 33554432000 4194304 5787044 140734491679904 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20147/statm: 78503 20307 352 389 0 74253 0
[pid=20147/tid=20149] ppid=20146 vsize=314012 CPUtime=6.22 cores=1,3,5,7
/proc/20147/task/20149/stat : 20149 (priss) R 20146 20146 18837 0 -1 4202560 6423 0 0 0 620 2 0 0 25 0 5 0 516094685 321548288 20307 33554432000 4194304 5787044 140734491679904 18446744073709551615 4336135 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20147/tid=20150] ppid=20146 vsize=314012 CPUtime=6.21 cores=1,3,5,7
/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 7476 0 0 0 619 2 0 0 25 0 5 0 516094687 321548288 20307 33554432000 4194304 5787044 140734491679904 18446744073709551615 4335747 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=314012 CPUtime=6.19 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 7623 0 0 0 617 2 0 0 25 0 5 0 516094689 321548288 20307 33554432000 4194304 5787044 140734491679904 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=314012 CPUtime=6.13 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 5493 0 0 0 612 1 0 0 25 0 5 0 516094691 321548288 20307 33554432000 4194304 5787044 140734491679904 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 322712

[startup+12.7005 s]
/proc/loadavg: 8.27 8.17 8.11 9/186 20152
/proc/meminfo: memFree=24761716/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=336260 CPUtime=50.44 cores=1,3,5,7
/proc/20147/stat : 20147 (priss) S 20146 20146 18837 0 -1 4202496 64579 0 0 0 5027 17 0 0 18 0 5 0 516094679 344330240 31729 33554432000 4194304 5787044 140734491679904 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20147/statm: 84065 31729 404 389 0 79815 0
[pid=20147/tid=20149] ppid=20146 vsize=336260 CPUtime=12.62 cores=1,3,5,7
/proc/20147/task/20149/stat : 20149 (priss) R 20146 20146 18837 0 -1 4202560 15262 0 0 0 1257 5 0 0 25 0 5 0 516094685 344330240 31729 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20147/tid=20150] ppid=20146 vsize=336260 CPUtime=12.6 cores=1,3,5,7
/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 14638 0 0 0 1256 4 0 0 25 0 5 0 516094687 344330240 31729 33554432000 4194304 5787044 140734491679904 18446744073709551615 5592144 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=336260 CPUtime=12.57 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 15339 0 0 0 1253 4 0 0 25 0 5 0 516094689 344330240 31729 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=336260 CPUtime=12.49 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 8363 0 0 0 1248 1 0 0 25 0 5 0 516094691 344330240 31729 33554432000 4194304 5787044 140734491679904 18446744073709551615 274664502258 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 344960

[startup+25.5013 s]
/proc/loadavg: 8.21 8.16 8.11 9/186 20152
/proc/meminfo: memFree=24743992/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=339324 CPUtime=101.56 cores=1,3,5,7
/proc/20147/stat : 20147 (priss) S 20146 20146 18837 0 -1 4202496 72410 0 0 0 10136 20 0 0 18 0 5 0 516094679 347467776 35830 33554432000 4194304 5787044 140734491679904 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20147/statm: 84831 35830 417 389 0 80581 0
[pid=20147/tid=20149] ppid=20146 vsize=339324 CPUtime=25.41 cores=1,3,5,7
/proc/20147/task/20149/stat : 20149 (priss) R 20146 20146 18837 0 -1 4202560 16391 0 0 0 2536 5 0 0 25 0 5 0 516094685 347467776 35830 33554432000 4194304 5787044 140734491679904 18446744073709551615 5592824 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20147/tid=20150] ppid=20146 vsize=339324 CPUtime=25.4 cores=1,3,5,7
/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 15745 0 0 0 2536 4 0 0 25 0 5 0 516094687 347467776 35830 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=339324 CPUtime=25.37 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 16456 0 0 0 2532 5 0 0 25 0 5 0 516094689 347467776 35830 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=339324 CPUtime=25.22 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 12841 0 0 0 2519 3 0 0 25 0 5 0 516094691 347467776 35830 33554432000 4194304 5787044 140734491679904 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 348024

[startup+51.1008 s]
/proc/loadavg: 8.13 8.15 8.10 9/186 20153
/proc/meminfo: memFree=24707524/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=349280 CPUtime=203.78 cores=1,3,5,7
/proc/20147/stat : 20147 (priss) S 20146 20146 18837 0 -1 4202496 81446 0 0 0 20346 32 0 0 18 0 5 0 516094679 357662720 44866 33554432000 4194304 5787044 140734491679904 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20147/statm: 87320 44866 417 389 0 83070 0
[pid=20147/tid=20149] ppid=20146 vsize=349280 CPUtime=51.01 cores=1,3,5,7
/proc/20147/task/20149/stat : 20149 (priss) R 20146 20146 18837 0 -1 4202560 18586 0 0 0 5094 7 0 0 25 0 5 0 516094685 357662720 44866 33554432000 4194304 5787044 140734491679904 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20147/tid=20150] ppid=20146 vsize=349280 CPUtime=50.99 cores=1,3,5,7
/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 17877 0 0 0 5093 6 0 0 25 0 5 0 516094687 357662720 44866 33554432000 4194304 5787044 140734491679904 18446744073709551615 5588000 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=349280 CPUtime=50.94 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 18720 0 0 0 5082 12 0 0 25 0 5 0 516094689 357662720 44866 33554432000 4194304 5787044 140734491679904 18446744073709551615 5586729 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=349280 CPUtime=50.68 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 15286 0 0 0 5064 4 0 0 25 0 5 0 516094691 357662720 44866 33554432000 4194304 5787044 140734491679904 18446744073709551615 5526847 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 357980

[startup+102.301 s]
/proc/loadavg: 8.10 8.14 8.10 9/186 20154
/proc/meminfo: memFree=24654316/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=367828 CPUtime=408.29 cores=1,3,5,7
/proc/20147/stat : 20147 (priss) S 20146 20146 18837 0 -1 4202496 94769 0 0 0 40777 52 0 0 18 0 5 0 516094679 376655872 58118 33554432000 4194304 5787044 140734491679904 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20147/statm: 91957 58118 417 389 0 87707 0
[pid=20147/tid=20149] ppid=20146 vsize=367828 CPUtime=102.21 cores=1,3,5,7
/proc/20147/task/20149/stat : 20149 (priss) R 20146 20146 18837 0 -1 4202560 21377 0 0 0 10209 12 0 0 25 0 5 0 516094685 376655872 58118 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20147/tid=20150] ppid=20146 vsize=367828 CPUtime=102.19 cores=1,3,5,7
/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 20732 0 0 0 10207 12 0 0 25 0 5 0 516094687 376655872 58118 33554432000 4194304 5787044 140734491679904 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=367828 CPUtime=102.13 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 22827 0 0 0 10194 19 0 0 25 0 5 0 516094689 376655872 58118 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=367828 CPUtime=101.6 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 18856 0 0 0 10153 7 0 0 25 0 5 0 516094691 376655872 58118 33554432000 4194304 5787044 140734491679904 18446744073709551615 4229309 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.29
Current children cumulated vsize (KiB) 376528

[startup+162.301 s]
/proc/loadavg: 8.11 8.14 8.10 9/186 20156
/proc/meminfo: memFree=24599252/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=381492 CPUtime=647.94 cores=1,3,5,7

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

/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 49423 0 0 0 88152 64 0 0 25 0 5 0 516094687 933191680 180687 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=911320 CPUtime=882.12 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 60486 0 0 0 88127 85 0 0 25 0 5 0 516094689 933191680 180687 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=911320 CPUtime=877.31 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 41022 0 0 0 87705 26 0 0 25 0 5 0 516094691 933191680 180687 33554432000 4194304 5787044 140734491679904 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.92
Current children cumulated vsize (KiB) 920020

[startup+942.301 s]
/proc/loadavg: 8.08 8.11 8.09 9/186 20242
/proc/meminfo: memFree=24021244/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=911320 CPUtime=3763.59 cores=1,3,5,7
/proc/20147/stat : 20147 (priss) S 20146 20146 18837 0 -1 4202496 221636 0 0 0 376112 247 0 0 18 0 5 0 516094679 933191680 182881 33554432000 4194304 5787044 140734491679904 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20147/statm: 227830 182881 417 389 0 223580 0
[pid=20147/tid=20149] ppid=20146 vsize=911320 CPUtime=942.18 cores=1,3,5,7
/proc/20147/task/20149/stat : 20149 (priss) R 20146 20146 18837 0 -1 4202560 57309 0 0 0 94152 66 0 0 25 0 5 0 516094685 933191680 182881 33554432000 4194304 5787044 140734491679904 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20147/tid=20150] ppid=20146 vsize=911320 CPUtime=942.16 cores=1,3,5,7
/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 49423 0 0 0 94152 64 0 0 25 0 5 0 516094687 933191680 182881 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=911320 CPUtime=942.11 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 62905 0 0 0 94122 89 0 0 25 0 5 0 516094689 933191680 182881 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=911320 CPUtime=936.99 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 41022 0 0 0 93673 26 0 0 25 0 5 0 516094691 933191680 182881 33554432000 4194304 5787044 140734491679904 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.59
Current children cumulated vsize (KiB) 920020

[startup+1002.3 s]
/proc/loadavg: 8.07 8.11 8.09 9/186 20243
/proc/meminfo: memFree=24016144/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=911320 CPUtime=4003.27 cores=1,3,5,7
/proc/20147/stat : 20147 (priss) S 20146 20146 18837 0 -1 4202496 221643 0 0 0 400079 248 0 0 18 0 5 0 516094679 933191680 182888 33554432000 4194304 5787044 140734491679904 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20147/statm: 227830 182888 417 389 0 223580 0
[pid=20147/tid=20149] ppid=20146 vsize=911320 CPUtime=1002.19 cores=1,3,5,7
/proc/20147/task/20149/stat : 20149 (priss) R 20146 20146 18837 0 -1 4202560 57311 0 0 0 100152 67 0 0 25 0 5 0 516094685 933191680 182888 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20147/tid=20150] ppid=20146 vsize=911320 CPUtime=1002.16 cores=1,3,5,7
/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 49423 0 0 0 100152 64 0 0 25 0 5 0 516094687 933191680 182888 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=911320 CPUtime=1002.11 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 62905 0 0 0 100122 89 0 0 25 0 5 0 516094689 933191680 182888 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=911320 CPUtime=996.66 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 41027 0 0 0 99640 26 0 0 25 0 5 0 516094691 933191680 182888 33554432000 4194304 5787044 140734491679904 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.27
Current children cumulated vsize (KiB) 920020

[startup+1062.3 s]
/proc/loadavg: 8.13 8.11 8.09 9/186 20245
/proc/meminfo: memFree=23982640/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=911320 CPUtime=4242.97 cores=1,3,5,7
/proc/20147/stat : 20147 (priss) S 20146 20146 18837 0 -1 4202496 221664 0 0 0 424048 249 0 0 18 0 5 0 516094679 933191680 182909 33554432000 4194304 5787044 140734491679904 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20147/statm: 227830 182909 417 389 0 223580 0
[pid=20147/tid=20149] ppid=20146 vsize=911320 CPUtime=1062.2 cores=1,3,5,7
/proc/20147/task/20149/stat : 20149 (priss) R 20146 20146 18837 0 -1 4202560 57315 0 0 0 106153 67 0 0 25 0 5 0 516094685 933191680 182909 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591064 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20147/tid=20150] ppid=20146 vsize=911320 CPUtime=1062.16 cores=1,3,5,7
/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 49424 0 0 0 106152 64 0 0 25 0 5 0 516094687 933191680 182909 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=911320 CPUtime=1062.12 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 62905 0 0 0 106123 89 0 0 25 0 5 0 516094689 933191680 182909 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=911320 CPUtime=1056.33 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 41043 0 0 0 105607 26 0 0 25 0 5 0 516094691 933191680 182909 33554432000 4194304 5787044 140734491679904 18446744073709551615 5526864 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.97
Current children cumulated vsize (KiB) 920020

[startup+1122.3 s]
/proc/loadavg: 8.15 8.12 8.09 9/186 20255
/proc/meminfo: memFree=23929120/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=925348 CPUtime=4482.6 cores=1,3,5,7
/proc/20147/stat : 20147 (priss) S 20146 20146 18837 0 -1 4202496 224776 0 0 0 448010 250 0 0 18 0 5 0 516094679 947556352 186021 33554432000 4194304 5787044 140734491679904 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20147/statm: 231337 186021 417 389 0 227087 0
[pid=20147/tid=20149] ppid=20146 vsize=925348 CPUtime=1122.19 cores=1,3,5,7
/proc/20147/task/20149/stat : 20149 (priss) R 20146 20146 18837 0 -1 4202560 57323 0 0 0 112152 67 0 0 25 0 5 0 516094685 947556352 186021 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20147/tid=20150] ppid=20146 vsize=925348 CPUtime=1122.16 cores=1,3,5,7
/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 49435 0 0 0 112151 65 0 0 25 0 5 0 516094687 947556352 186021 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=925348 CPUtime=1122.11 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 64957 0 0 0 112122 89 0 0 25 0 5 0 516094689 947556352 186021 33554432000 4194304 5787044 140734491679904 18446744073709551615 5586841 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=925348 CPUtime=1116 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 42084 0 0 0 111573 27 0 0 25 0 5 0 516094691 947556352 186021 33554432000 4194304 5787044 140734491679904 18446744073709551615 5524613 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.6
Current children cumulated vsize (KiB) 934048

[startup+1182.31 s]
/proc/loadavg: 8.15 8.13 8.09 9/186 20257
/proc/meminfo: memFree=23879568/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=946628 CPUtime=4722.3 cores=1,3,5,7
/proc/20147/stat : 20147 (priss) S 20146 20146 18837 0 -1 4202496 230225 0 0 0 471976 254 0 0 18 0 5 0 516094679 969347072 191470 33554432000 4194304 5787044 140734491679904 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20147/statm: 236657 191470 417 389 0 232407 0
[pid=20147/tid=20149] ppid=20146 vsize=946628 CPUtime=1182.19 cores=1,3,5,7
/proc/20147/task/20149/stat : 20149 (priss) R 20146 20146 18837 0 -1 4202560 58414 0 0 0 118152 67 0 0 25 0 5 0 516094685 969347072 191470 33554432000 4194304 5787044 140734491679904 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20147/tid=20150] ppid=20146 vsize=946628 CPUtime=1182.17 cores=1,3,5,7
/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 50518 0 0 0 118152 65 0 0 25 0 5 0 516094687 969347072 191470 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=946628 CPUtime=1182.12 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 64960 0 0 0 118122 90 0 0 25 0 5 0 516094689 969347072 191470 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=946628 CPUtime=1175.67 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 45356 0 0 0 117537 30 0 0 25 0 5 0 516094691 969347072 191470 33554432000 4194304 5787044 140734491679904 18446744073709551615 4220229 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.3
Current children cumulated vsize (KiB) 955328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.17 8.13 8.09 9/186 20258
/proc/meminfo: memFree=23858236/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=950852 CPUtime=4800.19 cores=1,3,5,7
/proc/20147/stat : 20147 (priss) S 20146 20146 18837 0 -1 4202496 233493 0 0 0 479759 260 0 0 18 0 5 0 516094679 973672448 194738 33554432000 4194304 5787044 140734491679904 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20147/statm: 237713 194738 417 389 0 233463 0
[pid=20147/tid=20149] ppid=20146 vsize=950852 CPUtime=1201.7 cores=1,3,5,7
/proc/20147/task/20149/stat : 20149 (priss) R 20146 20146 18837 0 -1 4202560 59304 0 0 0 120101 69 0 0 25 0 5 0 516094685 973672448 194738 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20147/tid=20150] ppid=20146 vsize=950852 CPUtime=1201.66 cores=1,3,5,7
/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 51827 0 0 0 120098 68 0 0 25 0 5 0 516094687 973672448 194738 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=950852 CPUtime=1201.62 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 64968 0 0 0 120072 90 0 0 25 0 5 0 516094689 973672448 194738 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=950852 CPUtime=1195.06 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 46417 0 0 0 119476 30 0 0 25 0 5 0 516094691 973672448 194738 33554432000 4194304 5787044 140734491679904 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 959552

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

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

[startup+1201.8 s]
/proc/loadavg: 8.17 8.13 8.09 9/186 20258
/proc/meminfo: memFree=23858236/32951132 swapFree=67111524/67111528
[pid=20146] ppid=20144 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20146/stat : 20146 (priss.sh) S 20144 20146 18837 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516094679 8908800 252 33554432000 4194304 4922060 140733296808080 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20146/statm: 2175 252 211 178 0 68 0
[pid=20147] ppid=20146 vsize=950852 CPUtime=4800.19 cores=1,3,5,7
/proc/20147/stat : 20147 (priss) S 20146 20146 18837 0 -1 4202496 233493 0 0 0 479759 260 0 0 18 0 5 0 516094679 973672448 194738 33554432000 4194304 5787044 140734491679904 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20147/statm: 237713 194738 417 389 0 233463 0
[pid=20147/tid=20149] ppid=20146 vsize=950852 CPUtime=1201.7 cores=1,3,5,7
/proc/20147/task/20149/stat : 20149 (priss) R 20146 20146 18837 0 -1 4202560 59304 0 0 0 120101 69 0 0 25 0 5 0 516094685 973672448 194738 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20147/tid=20150] ppid=20146 vsize=950852 CPUtime=1201.66 cores=1,3,5,7
/proc/20147/task/20150/stat : 20150 (priss) R 20146 20146 18837 0 -1 4202560 51827 0 0 0 120098 68 0 0 25 0 5 0 516094687 973672448 194738 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20147/tid=20151] ppid=20146 vsize=950852 CPUtime=1201.62 cores=1,3,5,7
/proc/20147/task/20151/stat : 20151 (priss) R 20146 20146 18837 0 -1 4202560 64968 0 0 0 120072 90 0 0 25 0 5 0 516094689 973672448 194738 33554432000 4194304 5787044 140734491679904 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20147/tid=20152] ppid=20146 vsize=950852 CPUtime=1195.06 cores=1,3,5,7
/proc/20147/task/20152/stat : 20152 (priss) R 20146 20146 18837 0 -1 4202560 46417 0 0 0 119476 30 0 0 25 0 5 0 516094691 973672448 194738 33554432000 4194304 5787044 140734491679904 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 959552

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20146 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.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.19
CPU user time (s): 4797.59
CPU system time (s): 2.6
CPU usage (%): 399.41
Max. virtual memory (cumulated for all children) (KiB): 959552

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= 332
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.72774 second user time and 4.83427 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 04:42:30
IDJOB=3257984
IDBENCH=71294
IDSOLVER=1603
FILE ID=node131/3257984-1304044950
RUNJOBID= node131-1304036726-18856
PBS_JOBID= 13170364
Free space on /tmp= 71380 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g9.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257984-1304044950/watcher-3257984-1304044950 -o /tmp/evaluation-result-3257984-1304044950/solver-3257984-1304044950 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3257984-1304044950.cnf 140960842 4800 15500 4

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

MD5SUM BENCH= e033e9c916da557514299cce9ca2468f
RANDOM SEED=140960842

node131.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.830
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.66
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.830
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	: 5332.75
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.75
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24887248 kB
Buffers:        949508 kB
Cached:        6220984 kB
SwapCached:          4 kB
Active:         544628 kB
Inactive:      7026940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24887248 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4276 kB
Writeback:           0 kB
AnonPages:      400376 kB
Mapped:          15844 kB
Slab:           428320 kB
PageTables:       5516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   598472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71380 MiB
End job on node131 at 2011-04-29 05:02:34