Trace number 3249358

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.16 1202.12

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x40.cnf
MD5SUM65a5698edfd6f3a12089595d81c196e3
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 variables3360
Number of clauses661080
Sum of the clauses size2634240
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25040
Number of clauses of size 30
Number of clauses of size 4656040
Number of clauses of size 50
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: 30675
0.00/0.19	c parsetime: 192193us
0.00/0.19	c parsed 661080 clauses with 3360 variables
0.00/0.23	c NW started thread 0 successfully (1092868416)
0.00/0.28	c NW started thread 1 successfully (1103358272)
0.00/0.32	c NW started thread 2 successfully (1113848128)
0.00/0.38	c NW started thread 3 successfully (1124337984)
658.65/165.10	c preprocessor returned 10003 variables
658.65/165.10	c preprocessing returned UNKNOWN
658.65/165.10	c PP set 0 variables
658.65/165.10	c pp time: 164773638us (164s)
659.45/165.30	c preprocessor returned 10003 variables
659.45/165.30	c preprocessing returned UNKNOWN
659.45/165.30	c PP set 0 variables
659.45/165.30	c pp time: 165017373us (165s)
659.85/165.45	c preprocessor returned 10003 variables
659.85/165.45	c preprocessing returned UNKNOWN
659.85/165.45	c PP set 0 variables
659.85/165.45	c pp time: 165213622us (165s)
703.78/176.48	c preprocessor returned 30002 variables
703.78/176.48	c preprocessing returned UNKNOWN
703.78/176.48	c PP set 0 variables
703.78/176.48	c pp time: 176101329us (176s)
4143.09/1037.61	c HTE
4171.06/1044.64	c subsumption
4331.24/1084.75	c simplified formula contains 0 unit clauses

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-3249358-1304056117/watcher-3249358-1304056117 -o /tmp/evaluation-result-3249358-1304056117/solver-3249358-1304056117 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3249358-1304056117.cnf 1004059037 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.83 8.02 7.86 5/182 30674
/proc/meminfo: memFree=25443492/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0

[startup+0.065005 s]
/proc/loadavg: 7.83 8.02 7.86 5/182 30674
/proc/meminfo: memFree=25443492/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101007 s]
/proc/loadavg: 7.83 8.02 7.86 5/182 30674
/proc/meminfo: memFree=25443492/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.306854 s]
/proc/loadavg: 7.83 8.02 7.86 5/182 30674
/proc/meminfo: memFree=25443492/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700851 s]
/proc/loadavg: 7.83 8.02 7.86 5/182 30674
/proc/meminfo: memFree=25443492/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5007 s]
/proc/loadavg: 7.83 8.02 7.86 9/188 30680
/proc/meminfo: memFree=25249880/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=357740 CPUtime=5.12 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 50431 0 0 0 504 8 0 0 18 0 5 0 498027668 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 89435 48380 349 389 0 85185 0
[pid=30675/tid=30677] ppid=30674 vsize=357740 CPUtime=1.26 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 5956 0 0 0 125 1 0 0 25 0 5 0 498027692 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=357740 CPUtime=1.21 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 5103 0 0 0 121 0 0 0 22 0 5 0 498027696 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=357740 CPUtime=1.16 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 4415 0 0 0 115 1 0 0 19 0 5 0 498027701 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=357740 CPUtime=1.1 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 4281 0 0 0 110 0 0 0 22 0 5 0 498027707 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336240 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 366440

[startup+3.10041 s]
/proc/loadavg: 7.83 8.02 7.86 9/188 30680
/proc/meminfo: memFree=25249524/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=357740 CPUtime=11.51 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 50431 0 0 0 1143 8 0 0 18 0 5 0 498027668 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 89435 48380 349 389 0 85185 0
[pid=30675/tid=30677] ppid=30674 vsize=357740 CPUtime=2.85 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 5956 0 0 0 284 1 0 0 25 0 5 0 498027692 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=357740 CPUtime=2.81 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 5103 0 0 0 281 0 0 0 25 0 5 0 498027696 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=357740 CPUtime=2.76 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 4415 0 0 0 275 1 0 0 23 0 5 0 498027701 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=357740 CPUtime=2.69 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 4281 0 0 0 269 0 0 0 25 0 5 0 498027707 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.51
Current children cumulated vsize (KiB) 366440

[startup+6.30082 s]
/proc/loadavg: 7.84 8.02 7.87 9/188 30680
/proc/meminfo: memFree=25249400/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=357740 CPUtime=24.3 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 50431 0 0 0 2420 10 0 0 18 0 5 0 498027668 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 89435 48380 349 389 0 85185 0
[pid=30675/tid=30677] ppid=30674 vsize=357740 CPUtime=6.05 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 5956 0 0 0 604 1 0 0 25 0 5 0 498027692 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=357740 CPUtime=6 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 5103 0 0 0 600 0 0 0 25 0 5 0 498027696 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336269 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=357740 CPUtime=5.96 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 4415 0 0 0 595 1 0 0 25 0 5 0 498027701 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=357740 CPUtime=5.87 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 4281 0 0 0 587 0 0 0 25 0 5 0 498027707 366325760 48380 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.3
Current children cumulated vsize (KiB) 366440

[startup+12.7006 s]
/proc/loadavg: 7.85 8.02 7.87 9/188 30680
/proc/meminfo: memFree=25129636/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=423276 CPUtime=49.86 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 50433 0 0 0 4976 10 0 0 18 0 5 0 498027668 433434624 48382 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 105819 48382 349 389 0 101569 0
[pid=30675/tid=30677] ppid=30674 vsize=423276 CPUtime=12.45 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 5956 0 0 0 1244 1 0 0 25 0 5 0 498027692 433434624 48382 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=423276 CPUtime=12.4 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 5103 0 0 0 1240 0 0 0 25 0 5 0 498027696 433434624 48382 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=423276 CPUtime=12.36 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 4415 0 0 0 1235 1 0 0 25 0 5 0 498027701 433434624 48382 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=423276 CPUtime=12.24 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 4283 0 0 0 1224 0 0 0 25 0 5 0 498027707 433434624 48382 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.86
Current children cumulated vsize (KiB) 431976

[startup+25.5003 s]
/proc/loadavg: 7.89 8.02 7.87 9/188 30681
/proc/meminfo: memFree=24927680/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=516968 CPUtime=100.98 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 94245 0 0 0 10074 24 0 0 18 0 5 0 498027668 529375232 90256 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 129242 90256 350 389 0 124992 0
[pid=30675/tid=30677] ppid=30674 vsize=516968 CPUtime=25.25 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 13948 0 0 0 2522 3 0 0 25 0 5 0 498027692 529375232 90256 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=516968 CPUtime=25.21 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 18681 0 0 0 2517 4 0 0 25 0 5 0 498027696 529375232 90256 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=516968 CPUtime=25.16 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 16098 0 0 0 2510 6 0 0 25 0 5 0 498027701 529375232 90256 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=516968 CPUtime=24.97 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 14842 0 0 0 2492 5 0 0 25 0 5 0 498027707 529375232 90256 33554432000 4194304 5787044 140733641115536 18446744073709551615 4391211 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 525668

[startup+51.1006 s]
/proc/loadavg: 7.92 8.02 7.87 9/188 30681
/proc/meminfo: memFree=24857036/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=547368 CPUtime=203.26 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 110072 0 0 0 20295 31 0 0 18 0 5 0 498027668 560504832 106083 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 136842 106083 350 389 0 132592 0
[pid=30675/tid=30677] ppid=30674 vsize=547368 CPUtime=50.85 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 16574 0 0 0 5081 4 0 0 25 0 5 0 498027692 560504832 106083 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=547368 CPUtime=50.8 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 24418 0 0 0 5075 5 0 0 25 0 5 0 498027696 560504832 106083 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=547368 CPUtime=50.76 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 19780 0 0 0 5068 8 0 0 25 0 5 0 498027701 560504832 106083 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=547368 CPUtime=50.44 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 18624 0 0 0 5037 7 0 0 25 0 5 0 498027707 560504832 106083 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.26
Current children cumulated vsize (KiB) 556068

[startup+102.306 s]
/proc/loadavg: 7.97 8.01 7.87 9/188 30683
/proc/meminfo: memFree=24739320/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=547368 CPUtime=407.81 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 110163 0 0 0 40750 31 0 0 18 0 5 0 498027668 560504832 106174 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 136842 106174 352 389 0 132592 0
[pid=30675/tid=30677] ppid=30674 vsize=547368 CPUtime=102.06 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 16597 0 0 0 10202 4 0 0 25 0 5 0 498027692 560504832 106174 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=547368 CPUtime=102.01 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 24440 0 0 0 10196 5 0 0 25 0 5 0 498027696 560504832 106174 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=547368 CPUtime=101.97 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 19805 0 0 0 10189 8 0 0 25 0 5 0 498027701 560504832 106174 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336784 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=547368 CPUtime=101.36 cores=1,3,5,7

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

/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 96957 0 0 0 87977 104 0 0 25 0 5 0 498027696 1866551296 394719 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=1822804 CPUtime=879.34 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 108301 0 0 0 87791 143 0 0 25 0 5 0 498027701 1866551296 394720 33554432000 4194304 5787044 140733641115536 18446744073709551615 220815897633 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=1822804 CPUtime=880.45 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 86849 0 0 0 87943 102 0 0 25 0 5 0 498027707 1866551296 394720 33554432000 4194304 5787044 140733641115536 18446744073709551615 5524737 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.89
Current children cumulated vsize (KiB) 1831504

[startup+942.301 s]
/proc/loadavg: 8.17 8.09 7.98 9/188 30714
/proc/meminfo: memFree=22281652/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=1929960 CPUtime=3762.5 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 439904 0 0 0 375780 470 0 0 18 0 5 0 498027668 1976279040 420471 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 482490 420471 417 389 0 478240 0
[pid=30675/tid=30677] ppid=30674 vsize=1929960 CPUtime=941.87 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 101298 0 0 0 94108 79 0 0 25 0 5 0 498027692 1976279040 420471 33554432000 4194304 5787044 140733641115536 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=1929960 CPUtime=940.79 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 108733 0 0 0 93951 128 0 0 25 0 5 0 498027696 1976279040 420471 33554432000 4194304 5787044 140733641115536 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=1929960 CPUtime=939.33 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 109130 0 0 0 93786 147 0 0 25 0 5 0 498027701 1976279040 420471 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=1929960 CPUtime=940.11 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 90067 0 0 0 93901 110 0 0 25 0 5 0 498027707 1976279040 420471 33554432000 4194304 5787044 140733641115536 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.5
Current children cumulated vsize (KiB) 1938660

[startup+1002.3 s]
/proc/loadavg: 8.06 8.07 7.98 9/188 30716
/proc/meminfo: memFree=22225948/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=1938156 CPUtime=4002.13 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 453368 0 0 0 399715 498 0 0 18 0 5 0 498027668 1984671744 433434 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 484539 433434 417 389 0 480289 0
[pid=30675/tid=30677] ppid=30674 vsize=1938156 CPUtime=1001.85 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 101301 0 0 0 100105 80 0 0 25 0 5 0 498027692 1984671744 433434 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=1938156 CPUtime=1000.79 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 112612 0 0 0 99944 135 0 0 25 0 5 0 498027696 1984671744 433434 33554432000 4194304 5787044 140733641115536 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=1938156 CPUtime=999.31 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 109280 0 0 0 99783 148 0 0 25 0 5 0 498027701 1984671744 433434 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591747 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=1938156 CPUtime=999.77 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 99499 0 0 0 99849 128 0 0 25 0 5 0 498027707 1984671744 433434 33554432000 4194304 5787044 140733641115536 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.13
Current children cumulated vsize (KiB) 1946856

[startup+1062.3 s]
/proc/loadavg: 8.06 8.07 7.99 9/188 30717
/proc/meminfo: memFree=22176676/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=2003692 CPUtime=4241.76 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 465832 0 0 0 423665 511 0 0 18 0 5 0 498027668 2051780608 444064 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 500923 444064 417 389 0 496673 0
[pid=30675/tid=30677] ppid=30674 vsize=2003692 CPUtime=1061.84 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 101317 0 0 0 106103 81 0 0 25 0 5 0 498027692 2051780608 444064 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=2003692 CPUtime=1060.77 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 112647 0 0 0 105941 136 0 0 25 0 5 0 498027696 2051780608 444064 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=2003692 CPUtime=1059.3 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 109835 0 0 0 105781 149 0 0 25 0 5 0 498027701 2051780608 444064 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=2003692 CPUtime=1059.44 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 111357 0 0 0 105806 138 0 0 25 0 5 0 498027707 2051780608 444064 33554432000 4194304 5787044 140733641115536 18446744073709551615 4336269 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.76
Current children cumulated vsize (KiB) 2012392

[startup+1122.3 s]
/proc/loadavg: 8.13 8.09 8.00 9/188 30719
/proc/meminfo: memFree=22064656/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=2012524 CPUtime=4481.43 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 470343 0 0 0 447626 517 0 0 18 0 5 0 498027668 2060824576 448575 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 503131 448575 417 389 0 498881 0
[pid=30675/tid=30677] ppid=30674 vsize=2012524 CPUtime=1121.84 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 103852 0 0 0 112101 83 0 0 25 0 5 0 498027692 2060824576 448575 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=2012524 CPUtime=1120.77 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 113023 0 0 0 111940 137 0 0 25 0 5 0 498027696 2060824576 448575 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=2012524 CPUtime=1119.29 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 110443 0 0 0 111778 151 0 0 25 0 5 0 498027701 2060824576 448575 33554432000 4194304 5787044 140733641115536 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=2012524 CPUtime=1119.12 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 112349 0 0 0 111773 139 0 0 25 0 5 0 498027707 2060824576 448575 33554432000 4194304 5787044 140733641115536 18446744073709551615 4254732 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.43
Current children cumulated vsize (KiB) 2021224

[startup+1182.3 s]
/proc/loadavg: 8.12 8.08 8.00 9/188 30720
/proc/meminfo: memFree=21812028/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=2118064 CPUtime=4721.07 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 496979 0 0 0 471557 550 0 0 18 0 5 0 498027668 2168897536 475211 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 529516 475211 417 389 0 525266 0
[pid=30675/tid=30677] ppid=30674 vsize=2118064 CPUtime=1181.82 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 113943 0 0 0 118091 91 0 0 25 0 5 0 498027692 2168897536 475211 33554432000 4194304 5787044 140733641115536 18446744073709551615 5592784 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=2118064 CPUtime=1180.77 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 114645 0 0 0 117938 139 0 0 25 0 5 0 498027696 2168897536 475211 33554432000 4194304 5787044 140733641115536 18446744073709551615 4218760 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=2118064 CPUtime=1179.29 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 123265 0 0 0 117755 174 0 0 25 0 5 0 498027701 2168897536 475211 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=2118064 CPUtime=1178.78 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 114450 0 0 0 117739 139 0 0 25 0 5 0 498027707 2168897536 475211 33554432000 4194304 5787044 140733641115536 18446744073709551615 5524692 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.07
Current children cumulated vsize (KiB) 2126764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.08 8.08 8.00 5/181 30722
/proc/meminfo: memFree=23640836/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=2133788 CPUtime=4800.16 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 506398 0 0 0 479456 560 0 0 18 0 5 0 498027668 2184998912 484630 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 533447 484630 417 389 0 529197 0
[pid=30675/tid=30677] ppid=30674 vsize=2133788 CPUtime=1201.63 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 117951 0 0 0 120068 95 0 0 25 0 5 0 498027692 2184998912 484630 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=2133788 CPUtime=1200.57 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 115897 0 0 0 119918 139 0 0 25 0 5 0 498027696 2184998912 484630 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=2133788 CPUtime=1199.09 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 127380 0 0 0 119729 180 0 0 25 0 5 0 498027701 2184998912 484630 33554432000 4194304 5787044 140733641115536 18446744073709551615 220815897633 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=2133788 CPUtime=1198.47 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 114494 0 0 0 119707 140 0 0 25 0 5 0 498027707 2184998912 484630 33554432000 4194304 5787044 140733641115536 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 2142488

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

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

[startup+1202.1 s]
/proc/loadavg: 8.08 8.08 8.00 5/181 30722
/proc/meminfo: memFree=23640836/32951124 swapFree=67111524/67111528
[pid=30674] ppid=30672 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30674/stat : 30674 (priss.sh) S 30672 30674 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498027668 8908800 251 33554432000 4194304 4922060 140737321450704 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30674/statm: 2175 251 211 178 0 68 0
[pid=30675] ppid=30674 vsize=2133788 CPUtime=4800.16 cores=1,3,5,7
/proc/30675/stat : 30675 (priss) S 30674 30674 30400 0 -1 4202496 506398 0 0 0 479456 560 0 0 18 0 5 0 498027668 2184998912 484630 33554432000 4194304 5787044 140733641115536 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/30675/statm: 533447 484630 417 389 0 529197 0
[pid=30675/tid=30677] ppid=30674 vsize=2133788 CPUtime=1201.63 cores=1,3,5,7
/proc/30675/task/30677/stat : 30677 (priss) R 30674 30674 30400 0 -1 4202560 117951 0 0 0 120068 95 0 0 25 0 5 0 498027692 2184998912 484630 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30675/tid=30678] ppid=30674 vsize=2133788 CPUtime=1200.57 cores=1,3,5,7
/proc/30675/task/30678/stat : 30678 (priss) R 30674 30674 30400 0 -1 4202560 115897 0 0 0 119918 139 0 0 25 0 5 0 498027696 2184998912 484630 33554432000 4194304 5787044 140733641115536 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30675/tid=30679] ppid=30674 vsize=2133788 CPUtime=1199.09 cores=1,3,5,7
/proc/30675/task/30679/stat : 30679 (priss) R 30674 30674 30400 0 -1 4202560 127380 0 0 0 119729 180 0 0 25 0 5 0 498027701 2184998912 484630 33554432000 4194304 5787044 140733641115536 18446744073709551615 220815897633 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30675/tid=30680] ppid=30674 vsize=2133788 CPUtime=1198.47 cores=1,3,5,7
/proc/30675/task/30680/stat : 30680 (priss) R 30674 30674 30400 0 -1 4202560 114494 0 0 0 119707 140 0 0 25 0 5 0 498027707 2184998912 484630 33554432000 4194304 5787044 140733641115536 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 2142488

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.12
CPU time (s): 4800.16
CPU user time (s): 4794.56
CPU system time (s): 5.6
CPU usage (%): 399.309
Max. virtual memory (cumulated for all children) (KiB): 2142488

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= 330
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= 4
involuntary context switches= 2

runsolver used 1.70474 second user time and 4.85926 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 07:48:38
IDJOB=3249358
IDBENCH=83166
IDSOLVER=1603
FILE ID=node147/3249358-1304056117
RUNJOBID= node147-1304053707-30419
PBS_JOBID= 13170424
Free space on /tmp= 72632 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x40.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249358-1304056117/watcher-3249358-1304056117 -o /tmp/evaluation-result-3249358-1304056117/solver-3249358-1304056117 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3249358-1304056117.cnf 1004059037 4800 15500 4

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

MD5SUM BENCH= 65a5698edfd6f3a12089595d81c196e3
RANDOM SEED=1004059037

node147.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.836
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.67
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.836
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.836
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.836
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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.76
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.836
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.836
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:      25443888 kB
Buffers:       1026212 kB
Cached:        5831132 kB
SwapCached:          4 kB
Active:        1452816 kB
Inactive:      5608716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25443888 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           29460 kB
Writeback:           0 kB
AnonPages:      204208 kB
Mapped:          15488 kB
Slab:           382360 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   398664 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= 72640 MiB
End job on node147 at 2011-04-29 08:08:42