Trace number 3261856

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.12 1201.72

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-5_528.cnf
MD5SUM7c7070bd15b57ddd9a06dd3709baef54
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark157.607
Satisfiable
(Un)Satisfiability was proved
Number of variables527
Number of clauses12692
Sum of the clauses size38748
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 312356
Number of clauses of size 40
Number of clauses of size 5336
Number of clauses of size over 50

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: 11120
0.00/0.00	c parsetime: 2926us
0.00/0.00	c parsed 12692 clauses with 527 variables
0.00/0.00	c NW started thread 0 successfully (1096845632)
0.00/0.00	c NW started thread 1 successfully (1107335488)
0.00/0.01	c NW started thread 2 successfully (1084909888)
0.00/0.01	c NW started thread 3 successfully (1117825344)
0.00/0.54	c preprocessor returned 10004 variables
0.00/0.54	c preprocessing returned UNKNOWN
0.00/0.54	c PP set 36 variables
0.00/0.54	c pp time: 539926us (0s)
0.00/0.55	c preprocessor returned 10004 variables
0.00/0.55	c preprocessing returned UNKNOWN
0.00/0.55	c PP set 36 variables
0.00/0.55	c pp time: 540424us (0s)
0.00/0.55	c preprocessor returned 10004 variables
0.00/0.55	c preprocessing returned UNKNOWN
0.00/0.55	c PP set 36 variables
0.00/0.55	c pp time: 539338us (0s)
38.31/9.66	c preprocessor returned 30072 variables
38.31/9.66	c preprocessing returned UNKNOWN
38.31/9.66	c PP set 36 variables
38.31/9.66	c pp time: 9657391us (9s)

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-3261856-1304059459/watcher-3261856-1304059459 -o /tmp/evaluation-result-3261856-1304059459/solver-3261856-1304059459 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3261856-1304059459.cnf 317824945 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: 7.70 7.97 7.98 5/182 11119
/proc/meminfo: memFree=13917124/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0

[startup+0.031 s]
/proc/loadavg: 7.70 7.97 7.98 5/182 11119
/proc/meminfo: memFree=13917124/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.546087 s]
/proc/loadavg: 7.70 7.97 7.98 5/182 11119
/proc/meminfo: memFree=13917124/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.856679 s]
/proc/loadavg: 7.70 7.97 7.98 5/182 11119
/proc/meminfo: memFree=13917124/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.956983 s]
/proc/loadavg: 7.70 7.97 7.98 5/182 11119
/proc/meminfo: memFree=13917124/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50088 s]
/proc/loadavg: 7.70 7.97 7.98 5/182 11119
/proc/meminfo: memFree=13917124/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10059 s]
/proc/loadavg: 7.70 7.97 7.98 9/188 11125
/proc/meminfo: memFree=13880080/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=283964 CPUtime=12.35 cores=1,3,5,7
/proc/11120/stat : 11120 (priss) S 11119 11119 9766 0 -1 4202496 10873 0 0 0 1231 4 0 0 18 0 5 0 517546330 290779136 9625 33554432000 4194304 5787044 140734433773424 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11120/statm: 70991 9625 405 389 0 66741 0
[pid=11120/tid=11122] ppid=11119 vsize=283964 CPUtime=3.07 cores=1,3,5,7
/proc/11120/task/11122/stat : 11122 (priss) R 11119 11119 9766 0 -1 4202560 3272 0 0 0 306 1 0 0 25 0 5 0 517546331 290779136 9625 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11120/tid=11123] ppid=11119 vsize=283964 CPUtime=3.08 cores=1,3,5,7
/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 1872 0 0 0 307 1 0 0 25 0 5 0 517546331 290779136 9625 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=283964 CPUtime=3.08 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 1927 0 0 0 307 1 0 0 25 0 5 0 517546331 290779136 9625 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591159 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=283964 CPUtime=3.08 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 2238 0 0 0 308 0 0 0 25 0 5 0 517546331 290779136 9625 33554432000 4194304 5787044 140734433773424 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 292664

[startup+6.30099 s]
/proc/loadavg: 7.73 7.97 7.98 9/188 11125
/proc/meminfo: memFree=13874872/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=285564 CPUtime=25.13 cores=1,3,5,7
/proc/11120/stat : 11120 (priss) S 11119 11119 9766 0 -1 4202496 11995 0 0 0 2509 4 0 0 18 0 5 0 517546330 292417536 10747 33554432000 4194304 5787044 140734433773424 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11120/statm: 71391 10747 405 389 0 67141 0
[pid=11120/tid=11122] ppid=11119 vsize=285564 CPUtime=6.25 cores=1,3,5,7
/proc/11120/task/11122/stat : 11122 (priss) R 11119 11119 9766 0 -1 4202560 3648 0 0 0 624 1 0 0 25 0 5 0 517546331 292417536 10747 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11120/tid=11123] ppid=11119 vsize=285564 CPUtime=6.28 cores=1,3,5,7
/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 2255 0 0 0 627 1 0 0 25 0 5 0 517546331 292417536 10747 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=285564 CPUtime=6.28 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 2290 0 0 0 627 1 0 0 25 0 5 0 517546331 292417536 10747 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=285564 CPUtime=6.28 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 2238 0 0 0 628 0 0 0 25 0 5 0 517546331 292417536 10747 33554432000 4194304 5787044 140734433773424 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 294264

[startup+12.7068 s]
/proc/loadavg: 7.75 7.97 7.98 9/188 11125
/proc/meminfo: memFree=13857440/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=292200 CPUtime=50.71 cores=1,3,5,7
/proc/11120/stat : 11120 (priss) S 11119 11119 9766 0 -1 4202496 17427 0 0 0 5063 8 0 0 18 0 5 0 517546330 299212800 15242 33554432000 4194304 5787044 140734433773424 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11120/statm: 73050 15242 418 389 0 68800 0
[pid=11120/tid=11122] ppid=11119 vsize=292200 CPUtime=12.62 cores=1,3,5,7
/proc/11120/task/11122/stat : 11122 (priss) R 11119 11119 9766 0 -1 4202560 5432 0 0 0 1260 2 0 0 25 0 5 0 517546331 299212800 15242 33554432000 4194304 5787044 140734433773424 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11120/tid=11123] ppid=11119 vsize=292200 CPUtime=12.68 cores=1,3,5,7
/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 2892 0 0 0 1267 1 0 0 25 0 5 0 517546331 299212800 15242 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=292200 CPUtime=12.68 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 3031 0 0 0 1266 2 0 0 25 0 5 0 517546331 299212800 15242 33554432000 4194304 5787044 140734433773424 18446744073709551615 4218745 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=292200 CPUtime=12.68 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 4508 0 0 0 1268 0 0 0 25 0 5 0 517546331 299212800 15242 33554432000 4194304 5787044 140734433773424 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 300900

[startup+25.5004 s]
/proc/loadavg: 7.80 7.97 7.98 9/188 11126
/proc/meminfo: memFree=13842080/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=299220 CPUtime=101.81 cores=1,3,5,7
/proc/11120/stat : 11120 (priss) S 11119 11119 9766 0 -1 4202496 21114 0 0 0 10168 13 0 0 18 0 5 0 517546330 306401280 18926 33554432000 4194304 5787044 140734433773424 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11120/statm: 74805 18926 418 389 0 70555 0
[pid=11120/tid=11122] ppid=11119 vsize=299220 CPUtime=25.35 cores=1,3,5,7
/proc/11120/task/11122/stat : 11122 (priss) R 11119 11119 9766 0 -1 4202560 5946 0 0 0 2532 3 0 0 25 0 5 0 517546331 306401280 18926 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11120/tid=11123] ppid=11119 vsize=299220 CPUtime=25.48 cores=1,3,5,7
/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 3532 0 0 0 2546 2 0 0 25 0 5 0 517546331 306401280 18926 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=299220 CPUtime=25.48 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 3554 0 0 0 2544 4 0 0 25 0 5 0 517546331 306401280 18926 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=299220 CPUtime=25.48 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 6518 0 0 0 2545 3 0 0 25 0 5 0 517546331 306401280 18926 33554432000 4194304 5787044 140734433773424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 307920

[startup+51.1006 s]
/proc/loadavg: 7.87 7.97 7.98 9/188 11127
/proc/meminfo: memFree=13824316/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=306244 CPUtime=204.09 cores=1,3,5,7
/proc/11120/stat : 11120 (priss) S 11119 11119 9766 0 -1 4202496 25569 0 0 0 20390 19 0 0 18 0 5 0 517546330 313593856 23316 33554432000 4194304 5787044 140734433773424 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11120/statm: 76561 23316 418 389 0 72311 0
[pid=11120/tid=11122] ppid=11119 vsize=306244 CPUtime=50.81 cores=1,3,5,7
/proc/11120/task/11122/stat : 11122 (priss) R 11119 11119 9766 0 -1 4202560 7712 0 0 0 5077 4 0 0 25 0 5 0 517546331 313593856 23316 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11120/tid=11123] ppid=11119 vsize=306244 CPUtime=51.08 cores=1,3,5,7
/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 4256 0 0 0 5105 3 0 0 25 0 5 0 517546331 313593856 23316 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=306244 CPUtime=51.08 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 4302 0 0 0 5103 5 0 0 25 0 5 0 517546331 313593856 23316 33554432000 4194304 5787044 140734433773424 18446744073709551615 244446594093 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=306244 CPUtime=51.08 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 7735 0 0 0 5103 5 0 0 25 0 5 0 517546331 313593856 23316 33554432000 4194304 5787044 140734433773424 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 314944

[startup+102.301 s]
/proc/loadavg: 8.00 7.99 7.98 9/188 11128
/proc/meminfo: memFree=13803576/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=315128 CPUtime=408.57 cores=1,3,5,7
/proc/11120/stat : 11120 (priss) S 11119 11119 9766 0 -1 4202496 30877 0 0 0 40832 25 0 0 18 0 5 0 517546330 322691072 28525 33554432000 4194304 5787044 140734433773424 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11120/statm: 78782 28525 418 389 0 74532 0
[pid=11120/tid=11122] ppid=11119 vsize=315128 CPUtime=101.72 cores=1,3,5,7
/proc/11120/task/11122/stat : 11122 (priss) R 11119 11119 9766 0 -1 4202560 8843 0 0 0 10167 5 0 0 25 0 5 0 517546331 322691072 28525 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11120/tid=11123] ppid=11119 vsize=315128 CPUtime=102.28 cores=1,3,5,7
/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 6319 0 0 0 10223 5 0 0 25 0 5 0 517546331 322691072 28525 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=315128 CPUtime=102.27 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 5359 0 0 0 10220 7 0 0 25 0 5 0 517546331 322691072 28525 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=315128 CPUtime=102.28 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 8792 0 0 0 10221 7 0 0 25 0 5 0 517546331 322691072 28525 33554432000 4194304 5787044 140734433773424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 323828

[startup+162.307 s]
/proc/loadavg: 8.06 8.00 7.99 9/188 11129
/proc/meminfo: memFree=13774744/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=328780 CPUtime=648.26 cores=1,3,5,7

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

/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 16599 0 0 0 88214 13 0 0 25 0 5 0 517546331 404959232 72432 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=395468 CPUtime=882.27 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 16296 0 0 0 88206 21 0 0 25 0 5 0 517546331 404959232 72432 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=395468 CPUtime=882.3 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 22951 0 0 0 88210 20 0 0 25 0 5 0 517546331 404959232 72432 33554432000 4194304 5787044 140734433773424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.37
Current children cumulated vsize (KiB) 404168

[startup+942.301 s]
/proc/loadavg: 8.07 8.09 8.02 9/188 11183
/proc/meminfo: memFree=15050616/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=397708 CPUtime=3764.03 cores=1,3,5,7
/proc/11120/stat : 11120 (priss) S 11119 11119 9766 0 -1 4202496 77805 0 0 0 376327 76 0 0 18 0 5 0 517546330 407252992 74114 33554432000 4194304 5787044 140734433773424 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11120/statm: 99427 74114 419 389 0 95177 0
[pid=11120/tid=11122] ppid=11119 vsize=397708 CPUtime=937.14 cores=1,3,5,7
/proc/11120/task/11122/stat : 11122 (priss) R 11119 11119 9766 0 -1 4202560 18933 0 0 0 93696 18 0 0 25 0 5 0 517546331 407252992 74114 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11120/tid=11123] ppid=11119 vsize=397708 CPUtime=942.28 cores=1,3,5,7
/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 17211 0 0 0 94214 14 0 0 25 0 5 0 517546331 407252992 74114 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=397708 CPUtime=942.28 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 16296 0 0 0 94206 22 0 0 25 0 5 0 517546331 407252992 74114 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=397708 CPUtime=942.3 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 23801 0 0 0 94209 21 0 0 25 0 5 0 517546331 407252992 74114 33554432000 4194304 5787044 140734433773424 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 406408

[startup+1002.3 s]
/proc/loadavg: 8.02 8.07 8.01 9/188 11185
/proc/meminfo: memFree=15035328/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=397708 CPUtime=4003.71 cores=1,3,5,7
/proc/11120/stat : 11120 (priss) S 11119 11119 9766 0 -1 4202496 77807 0 0 0 400295 76 0 0 18 0 5 0 517546330 407252992 74116 33554432000 4194304 5787044 140734433773424 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11120/statm: 99427 74116 419 389 0 95177 0
[pid=11120/tid=11122] ppid=11119 vsize=397708 CPUtime=996.82 cores=1,3,5,7
/proc/11120/task/11122/stat : 11122 (priss) R 11119 11119 9766 0 -1 4202560 18934 0 0 0 99664 18 0 0 25 0 5 0 517546331 407252992 74116 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11120/tid=11123] ppid=11119 vsize=397708 CPUtime=1002.28 cores=1,3,5,7
/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 17212 0 0 0 100214 14 0 0 25 0 5 0 517546331 407252992 74116 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=397708 CPUtime=1002.28 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 16296 0 0 0 100206 22 0 0 25 0 5 0 517546331 407252992 74116 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=397708 CPUtime=1002.3 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 23801 0 0 0 100209 21 0 0 25 0 5 0 517546331 407252992 74116 33554432000 4194304 5787044 140734433773424 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 406408

[startup+1062.3 s]
/proc/loadavg: 8.01 8.05 8.01 9/188 11195
/proc/meminfo: memFree=15023796/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=397708 CPUtime=4243.39 cores=1,3,5,7
/proc/11120/stat : 11120 (priss) S 11119 11119 9766 0 -1 4202496 77808 0 0 0 424262 77 0 0 18 0 5 0 517546330 407252992 74117 33554432000 4194304 5787044 140734433773424 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11120/statm: 99427 74117 419 389 0 95177 0
[pid=11120/tid=11122] ppid=11119 vsize=397708 CPUtime=1056.49 cores=1,3,5,7
/proc/11120/task/11122/stat : 11122 (priss) R 11119 11119 9766 0 -1 4202560 18934 0 0 0 105631 18 0 0 25 0 5 0 517546331 407252992 74117 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11120/tid=11123] ppid=11119 vsize=397708 CPUtime=1062.27 cores=1,3,5,7
/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 17212 0 0 0 106213 14 0 0 25 0 5 0 517546331 407252992 74117 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=397708 CPUtime=1062.28 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 16297 0 0 0 106206 22 0 0 25 0 5 0 517546331 407252992 74117 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=397708 CPUtime=1062.3 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 23801 0 0 0 106209 21 0 0 25 0 5 0 517546331 407252992 74117 33554432000 4194304 5787044 140734433773424 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 406408

[startup+1122.3 s]
/proc/loadavg: 8.00 8.04 8.00 9/188 11197
/proc/meminfo: memFree=15022272/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=397708 CPUtime=4483.07 cores=1,3,5,7
/proc/11120/stat : 11120 (priss) S 11119 11119 9766 0 -1 4202496 77814 0 0 0 448230 77 0 0 18 0 5 0 517546330 407252992 74123 33554432000 4194304 5787044 140734433773424 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11120/statm: 99427 74123 419 389 0 95177 0
[pid=11120/tid=11122] ppid=11119 vsize=397708 CPUtime=1116.17 cores=1,3,5,7
/proc/11120/task/11122/stat : 11122 (priss) R 11119 11119 9766 0 -1 4202560 18934 0 0 0 111599 18 0 0 25 0 5 0 517546331 407252992 74123 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11120/tid=11123] ppid=11119 vsize=397708 CPUtime=1122.28 cores=1,3,5,7
/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 17215 0 0 0 112214 14 0 0 25 0 5 0 517546331 407252992 74123 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=397708 CPUtime=1122.28 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 16300 0 0 0 112206 22 0 0 25 0 5 0 517546331 407252992 74123 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=397708 CPUtime=1122.3 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 23801 0 0 0 112209 21 0 0 25 0 5 0 517546331 407252992 74123 33554432000 4194304 5787044 140734433773424 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.07
Current children cumulated vsize (KiB) 406408

[startup+1182.3 s]
/proc/loadavg: 8.08 8.05 8.01 10/189 11202
/proc/meminfo: memFree=14992340/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=397708 CPUtime=4722.59 cores=1,3,5,7
/proc/11120/stat : 11120 (priss) S 11119 11119 9766 0 -1 4202496 77911 0 0 0 472182 77 0 0 18 0 5 0 517546330 407252992 74220 33554432000 4194304 5787044 140734433773424 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11120/statm: 99427 74220 419 389 0 95177 0
[pid=11120/tid=11122] ppid=11119 vsize=397708 CPUtime=1175.68 cores=1,3,5,7
/proc/11120/task/11122/stat : 11122 (priss) R 11119 11119 9766 0 -1 4202560 18989 0 0 0 117550 18 0 0 25 0 5 0 517546331 407252992 74220 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11120/tid=11123] ppid=11119 vsize=397708 CPUtime=1182.28 cores=1,3,5,7
/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 17217 0 0 0 118214 14 0 0 25 0 5 0 517546331 407252992 74220 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=397708 CPUtime=1182.28 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 16329 0 0 0 118206 22 0 0 25 0 5 0 517546331 407252992 74220 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=397708 CPUtime=1182.3 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 23812 0 0 0 118209 21 0 0 25 0 5 0 517546331 407252992 74220 33554432000 4194304 5787044 140734433773424 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.59
Current children cumulated vsize (KiB) 406408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.34 8.11 8.02 9/188 11202
/proc/meminfo: memFree=15000516/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=397708 CPUtime=4800.12 cores=1,3,5,7
/proc/11120/stat : 11120 (priss) S 11119 11119 9766 0 -1 4202496 77968 0 0 0 479935 77 0 0 18 0 5 0 517546330 407252992 74277 33554432000 4194304 5787044 140734433773424 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11120/statm: 99427 74277 419 389 0 95177 0
[pid=11120/tid=11122] ppid=11119 vsize=397708 CPUtime=1194.98 cores=1,3,5,7
/proc/11120/task/11122/stat : 11122 (priss) R 11119 11119 9766 0 -1 4202560 18991 0 0 0 119480 18 0 0 25 0 5 0 517546331 407252992 74277 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11120/tid=11123] ppid=11119 vsize=397708 CPUtime=1201.69 cores=1,3,5,7
/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 17222 0 0 0 120155 14 0 0 25 0 5 0 517546331 407252992 74277 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=397708 CPUtime=1201.69 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 16374 0 0 0 120147 22 0 0 25 0 5 0 517546331 407252992 74277 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=397708 CPUtime=1201.72 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 23817 0 0 0 120151 21 0 0 25 0 5 0 517546331 407252992 74277 33554432000 4194304 5787044 140734433773424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 406408

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.34 8.11 8.02 9/188 11202
/proc/meminfo: memFree=15000516/32951124 swapFree=67111528/67111528
[pid=11119] ppid=11117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11119/stat : 11119 (priss.sh) S 11117 11119 9766 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517546330 8908800 251 33554432000 4194304 4922060 140734581373808 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11119/statm: 2175 251 211 178 0 68 0
[pid=11120] ppid=11119 vsize=397708 CPUtime=4800.12 cores=1,3,5,7
/proc/11120/stat : 11120 (priss) S 11119 11119 9766 0 -1 4202496 77968 0 0 0 479935 77 0 0 18 0 5 0 517546330 407252992 74277 33554432000 4194304 5787044 140734433773424 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11120/statm: 99427 74277 419 389 0 95177 0
[pid=11120/tid=11122] ppid=11119 vsize=397708 CPUtime=1194.98 cores=1,3,5,7
/proc/11120/task/11122/stat : 11122 (priss) R 11119 11119 9766 0 -1 4202560 18991 0 0 0 119480 18 0 0 25 0 5 0 517546331 407252992 74277 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11120/tid=11123] ppid=11119 vsize=397708 CPUtime=1201.69 cores=1,3,5,7
/proc/11120/task/11123/stat : 11123 (priss) R 11119 11119 9766 0 -1 4202560 17222 0 0 0 120155 14 0 0 25 0 5 0 517546331 407252992 74277 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11120/tid=11124] ppid=11119 vsize=397708 CPUtime=1201.69 cores=1,3,5,7
/proc/11120/task/11124/stat : 11124 (priss) R 11119 11119 9766 0 -1 4202560 16374 0 0 0 120147 22 0 0 25 0 5 0 517546331 407252992 74277 33554432000 4194304 5787044 140734433773424 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11120/tid=11125] ppid=11119 vsize=397708 CPUtime=1201.72 cores=1,3,5,7
/proc/11120/task/11125/stat : 11125 (priss) R 11119 11119 9766 0 -1 4202560 23817 0 0 0 120151 21 0 0 25 0 5 0 517546331 407252992 74277 33554432000 4194304 5787044 140734433773424 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 406408

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11119 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.12
#
# 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.12
CPU user time (s): 4799.35
CPU system time (s): 0.77
CPU usage (%): 399.436
Max. virtual memory (cumulated for all children) (KiB): 406408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
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= 5
involuntary context switches= 2

runsolver used 1.58176 second user time and 4.98724 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 08:44:19
IDJOB=3261856
IDBENCH=83256
IDSOLVER=1603
FILE ID=node105/3261856-1304059459
RUNJOBID= node105-1304047118-9785
PBS_JOBID= 13170404
Free space on /tmp= 71916 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-5_528.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261856-1304059459/watcher-3261856-1304059459 -o /tmp/evaluation-result-3261856-1304059459/solver-3261856-1304059459 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3261856-1304059459.cnf 317824945 4800 15500 4

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

MD5SUM BENCH= 7c7070bd15b57ddd9a06dd3709baef54
RANDOM SEED=317824945

node105.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.825
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.825
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      13917272 kB
Buffers:       2301036 kB
Cached:       14456956 kB
SwapCached:          0 kB
Active:       10601652 kB
Inactive:      7858404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13917272 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1584 kB
Writeback:           0 kB
AnonPages:     1701504 kB
Mapped:          15620 kB
Slab:           507192 kB
PageTables:       7728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1920124 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= 71936 MiB
End job on node105 at 2011-04-29 09:04:23