Trace number 3265200

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

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-040-039.shuffled-as.sat05-1194.cnf
MD5SUM8c84d9b9f2d75de33656119bc03a9afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3841
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses30460
Sum of the clauses size62400
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230420
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 3637
0.00/0.01	c parsetime: 7329us
0.00/0.01	c parsed 30460 clauses with 1560 variables
0.00/0.01	c NW started thread 0 successfully (1091115328)
0.00/0.01	c NW started thread 1 successfully (1110862144)
0.00/0.01	c NW started thread 2 successfully (1121352000)
0.00/0.02	c NW started thread 3 successfully (1131841856)
0.00/1.59	c preprocessor returned 10010 variables
0.00/1.59	c preprocessing returned UNKNOWN
0.00/1.59	c PP set 0 variables
0.00/1.59	c pp time: 1564979us (1s)
0.00/1.59	c preprocessor returned 10010 variables
0.00/1.59	c preprocessing returned UNKNOWN
0.00/1.59	c PP set 0 variables
0.00/1.59	c pp time: 1570771us (1s)
0.00/1.59	c preprocessor returned 10010 variables
0.00/1.59	c preprocessing returned UNKNOWN
0.00/1.59	c PP set 0 variables
0.00/1.59	c pp time: 1573726us (1s)
23.91/6.09	c preprocessor returned 30011 variables
23.91/6.09	c preprocessing returned UNKNOWN
23.91/6.09	c PP set 0 variables
23.91/6.09	c pp time: 6070423us (6s)

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-3265200-1304069932/watcher-3265200-1304069932 -o /tmp/evaluation-result-3265200-1304069932/solver-3265200-1304069932 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3265200-1304069932.cnf 1062608849 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.87 8.04 8.05 5/182 3636
/proc/meminfo: memFree=19737024/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0

[startup+0.026955 s]
/proc/loadavg: 7.87 8.04 8.05 5/182 3636
/proc/meminfo: memFree=19737024/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.923726 s]
/proc/loadavg: 7.87 8.04 8.05 5/182 3636
/proc/meminfo: memFree=19737024/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.55335 s]
/proc/loadavg: 7.87 8.04 8.05 5/182 3636
/proc/meminfo: memFree=19737024/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.60061 s]
/proc/loadavg: 7.87 8.04 8.05 5/182 3636
/proc/meminfo: memFree=19737024/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.70059 s]
/proc/loadavg: 7.87 8.04 8.05 5/182 3636
/proc/meminfo: memFree=19737024/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10034 s]
/proc/loadavg: 7.96 8.06 8.05 9/188 3642
/proc/meminfo: memFree=19693424/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=343788 CPUtime=12.33 cores=1,3,5,7
/proc/3637/stat : 3637 (priss) S 3636 3636 1762 0 -1 4202496 16571 0 0 0 1228 5 0 0 25 0 5 0 518592921 352038912 11953 33554432000 4194304 5787044 140736883770064 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3637/statm: 85947 11953 404 389 0 81697 0
[pid=3637/tid=3639] ppid=3636 vsize=343788 CPUtime=3.07 cores=1,3,5,7
/proc/3637/task/3639/stat : 3639 (priss) R 3636 3636 1762 0 -1 4202560 3380 0 0 0 307 0 0 0 20 0 5 0 518592923 352038912 11953 33554432000 4194304 5787044 140736883770064 18446744073709551615 5590393 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3637/tid=3640] ppid=3636 vsize=343788 CPUtime=3.07 cores=1,3,5,7
/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 3819 0 0 0 306 1 0 0 20 0 5 0 518592923 352038912 11953 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=343788 CPUtime=3.07 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 3649 0 0 0 305 2 0 0 21 0 5 0 518592923 352038912 11953 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=343788 CPUtime=3.07 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 3048 0 0 0 307 0 0 0 25 0 5 0 518592923 352038912 11953 33554432000 4194304 5787044 140736883770064 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 352488

[startup+6.30078 s]
/proc/loadavg: 7.96 8.06 8.05 9/188 3642
/proc/meminfo: memFree=19679764/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=349904 CPUtime=25.1 cores=1,3,5,7
/proc/3637/stat : 3637 (priss) S 3636 3636 1762 0 -1 4202496 21199 0 0 0 2502 8 0 0 25 0 5 0 518592921 358301696 15877 33554432000 4194304 5787044 140736883770064 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3637/statm: 87476 15877 417 389 0 83226 0
[pid=3637/tid=3639] ppid=3636 vsize=349904 CPUtime=6.27 cores=1,3,5,7
/proc/3637/task/3639/stat : 3639 (priss) R 3636 3636 1762 0 -1 4202560 5249 0 0 0 626 1 0 0 25 0 5 0 518592923 358301696 15877 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3637/tid=3640] ppid=3636 vsize=349904 CPUtime=6.27 cores=1,3,5,7
/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 4630 0 0 0 625 2 0 0 21 0 5 0 518592923 358301696 15877 33554432000 4194304 5787044 140736883770064 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=349904 CPUtime=6.25 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 4444 0 0 0 622 3 0 0 25 0 5 0 518592923 358301696 15877 33554432000 4194304 5787044 140736883770064 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=349904 CPUtime=6.26 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 4201 0 0 0 626 0 0 0 25 0 5 0 518592923 358301696 15877 33554432000 4194304 5787044 140736883770064 18446744073709551615 5524660 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 358604

[startup+12.7006 s]
/proc/loadavg: 8.04 8.07 8.06 9/188 3642
/proc/meminfo: memFree=19646664/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=360672 CPUtime=50.66 cores=1,3,5,7
/proc/3637/stat : 3637 (priss) S 3636 3636 1762 0 -1 4202496 29393 0 0 0 5049 17 0 0 25 0 5 0 518592921 369328128 24071 33554432000 4194304 5787044 140736883770064 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3637/statm: 90168 24071 417 389 0 85918 0
[pid=3637/tid=3639] ppid=3636 vsize=360672 CPUtime=12.68 cores=1,3,5,7
/proc/3637/task/3639/stat : 3639 (priss) R 3636 3636 1762 0 -1 4202560 7059 0 0 0 1264 4 0 0 25 0 5 0 518592923 369328128 24071 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3637/tid=3640] ppid=3636 vsize=360672 CPUtime=12.67 cores=1,3,5,7
/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 6462 0 0 0 1263 4 0 0 25 0 5 0 518592923 369328128 24071 33554432000 4194304 5787044 140736883770064 18446744073709551615 4229595 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=360672 CPUtime=12.61 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 6330 0 0 0 1256 5 0 0 25 0 5 0 518592923 369328128 24071 33554432000 4194304 5787044 140736883770064 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=360672 CPUtime=12.66 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 6867 0 0 0 1264 2 0 0 25 0 5 0 518592923 369328128 24071 33554432000 4194304 5787044 140736883770064 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 369372

[startup+25.5074 s]
/proc/loadavg: 8.03 8.07 8.06 9/188 3642
/proc/meminfo: memFree=19590872/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=376920 CPUtime=101.8 cores=1,3,5,7
/proc/3637/stat : 3637 (priss) S 3636 3636 1762 0 -1 4202496 41521 0 0 0 10150 30 0 0 25 0 5 0 518592921 385966080 36172 33554432000 4194304 5787044 140736883770064 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3637/statm: 94230 36172 417 389 0 89980 0
[pid=3637/tid=3639] ppid=3636 vsize=376920 CPUtime=25.48 cores=1,3,5,7
/proc/3637/task/3639/stat : 3639 (priss) R 3636 3636 1762 0 -1 4202560 10681 0 0 0 2540 8 0 0 25 0 5 0 518592923 385966080 36172 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3637/tid=3640] ppid=3636 vsize=376920 CPUtime=25.47 cores=1,3,5,7
/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 9109 0 0 0 2541 6 0 0 25 0 5 0 518592923 385966080 36172 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=376920 CPUtime=25.34 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 9194 0 0 0 2526 8 0 0 25 0 5 0 518592923 385966080 36172 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=376920 CPUtime=25.47 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 9862 0 0 0 2541 6 0 0 25 0 5 0 518592923 385966080 36173 33554432000 4194304 5787044 140736883770064 18446744073709551615 5527130 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 385620

[startup+51.1008 s]
/proc/loadavg: 8.17 8.10 8.06 9/188 3643
/proc/meminfo: memFree=19523384/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=402824 CPUtime=204.01 cores=1,3,5,7
/proc/3637/stat : 3637 (priss) S 3636 3636 1762 0 -1 4202496 58180 0 0 0 20350 51 0 0 25 0 5 0 518592921 412491776 52690 33554432000 4194304 5787044 140736883770064 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3637/statm: 100706 52690 417 389 0 96456 0
[pid=3637/tid=3639] ppid=3636 vsize=402824 CPUtime=51.07 cores=1,3,5,7
/proc/3637/task/3639/stat : 3639 (priss) R 3636 3636 1762 0 -1 4202560 14254 0 0 0 5094 13 0 0 25 0 5 0 518592923 412491776 52690 33554432000 4194304 5787044 140736883770064 18446744073709551615 4221021 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3637/tid=3640] ppid=3636 vsize=402824 CPUtime=51.06 cores=1,3,5,7
/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 14477 0 0 0 5093 13 0 0 25 0 5 0 518592923 412491776 52690 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=402824 CPUtime=50.79 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 12563 0 0 0 5066 13 0 0 25 0 5 0 518592923 412491776 52690 33554432000 4194304 5787044 140736883770064 18446744073709551615 4229221 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=402824 CPUtime=51.04 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 14211 0 0 0 5095 9 0 0 25 0 5 0 518592923 412491776 52690 33554432000 4194304 5787044 140736883770064 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 411524

[startup+102.301 s]
/proc/loadavg: 8.12 8.09 8.06 9/188 3644
/proc/meminfo: memFree=19382268/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=645316 CPUtime=408.48 cores=1,3,5,7
/proc/3637/stat : 3637 (priss) S 3636 3636 1762 0 -1 4202496 93031 0 0 0 40748 100 0 0 25 0 5 0 518592921 660803584 87106 33554432000 4194304 5787044 140736883770064 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3637/statm: 161329 87106 417 389 0 157079 0
[pid=3637/tid=3639] ppid=3636 vsize=645316 CPUtime=102.25 cores=1,3,5,7
/proc/3637/task/3639/stat : 3639 (priss) R 3636 3636 1762 0 -1 4202560 24792 0 0 0 10197 28 0 0 25 0 5 0 518592923 660803584 87106 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3637/tid=3640] ppid=3636 vsize=645316 CPUtime=102.24 cores=1,3,5,7
/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 23971 0 0 0 10197 27 0 0 25 0 5 0 518592923 660803584 87106 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=645316 CPUtime=101.69 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 19187 0 0 0 10143 26 0 0 25 0 5 0 518592923 660803584 87106 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=645316 CPUtime=102.23 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 22406 0 0 0 10207 16 0 0 25 0 5 0 518592923 660803584 87106 33554432000 4194304 5787044 140736883770064 18446744073709551615 5521899 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.48
Current children cumulated vsize (KiB) 654016

[startup+162.301 s]
/proc/loadavg: 8.14 8.10 8.07 9/188 3646
/proc/meminfo: memFree=19269908/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=679440 CPUtime=648.09 cores=1,3,5,7

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

/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 69422 0 0 0 88088 129 0 0 25 0 5 0 518592923 1328656384 276555 33554432000 4194304 5787044 140736883770064 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=1297516 CPUtime=877.36 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 64906 0 0 0 87617 119 0 0 25 0 5 0 518592923 1328656384 276555 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=1297516 CPUtime=882.15 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 71760 0 0 0 88153 62 0 0 25 0 5 0 518592923 1328656384 276555 33554432000 4194304 5787044 140736883770064 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.94
Current children cumulated vsize (KiB) 1306216

[startup+942.3 s]
/proc/loadavg: 8.09 8.05 8.05 9/188 3764
/proc/meminfo: memFree=17875296/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=1297516 CPUtime=3763.59 cores=1,3,5,7
/proc/3637/stat : 3637 (priss) S 3636 3636 1762 0 -1 4202496 285090 0 0 0 375918 441 0 0 25 0 5 0 518592921 1328656384 276597 33554432000 4194304 5787044 140736883770064 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3637/statm: 324379 276597 417 389 0 320129 0
[pid=3637/tid=3639] ppid=3636 vsize=1297516 CPUtime=942.2 cores=1,3,5,7
/proc/3637/task/3639/stat : 3639 (priss) R 3636 3636 1762 0 -1 4202560 76287 0 0 0 94092 128 0 0 25 0 5 0 518592923 1328656384 276597 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3637/tid=3640] ppid=3636 vsize=1297516 CPUtime=942.17 cores=1,3,5,7
/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 69423 0 0 0 94088 129 0 0 25 0 5 0 518592923 1328656384 276597 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=1297516 CPUtime=937.04 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 64944 0 0 0 93584 120 0 0 25 0 5 0 518592923 1328656384 276597 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=1297516 CPUtime=942.13 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 71761 0 0 0 94151 62 0 0 25 0 5 0 518592923 1328656384 276597 33554432000 4194304 5787044 140736883770064 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.59
Current children cumulated vsize (KiB) 1306216

[startup+1002.31 s]
/proc/loadavg: 8.09 8.05 8.05 9/188 3765
/proc/meminfo: memFree=17813780/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=1305716 CPUtime=4003.28 cores=1,3,5,7
/proc/3637/stat : 3637 (priss) S 3636 3636 1762 0 -1 4202496 292023 0 0 0 399877 451 0 0 25 0 5 0 518592921 1337053184 283530 33554432000 4194304 5787044 140736883770064 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3637/statm: 326429 283530 417 389 0 322179 0
[pid=3637/tid=3639] ppid=3636 vsize=1305716 CPUtime=1002.2 cores=1,3,5,7
/proc/3637/task/3639/stat : 3639 (priss) R 3636 3636 1762 0 -1 4202560 77315 0 0 0 100092 128 0 0 25 0 5 0 518592923 1337053184 283530 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3637/tid=3640] ppid=3636 vsize=1305716 CPUtime=1002.18 cores=1,3,5,7
/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 70451 0 0 0 100088 130 0 0 25 0 5 0 518592923 1337053184 283530 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=1305716 CPUtime=996.71 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 69821 0 0 0 99543 128 0 0 25 0 5 0 518592923 1337053184 283530 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=1305716 CPUtime=1002.13 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 71761 0 0 0 100151 62 0 0 25 0 5 0 518592923 1337053184 283530 33554432000 4194304 5787044 140736883770064 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.28
Current children cumulated vsize (KiB) 1314416

[startup+1062.3 s]
/proc/loadavg: 8.03 8.04 8.04 9/188 3767
/proc/meminfo: memFree=17746808/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=1379448 CPUtime=4242.93 cores=1,3,5,7
/proc/3637/stat : 3637 (priss) S 3636 3636 1762 0 -1 4202496 301148 0 0 0 423830 463 0 0 25 0 5 0 518592921 1412554752 291630 33554432000 4194304 5787044 140736883770064 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3637/statm: 344862 291630 417 389 0 340612 0
[pid=3637/tid=3639] ppid=3636 vsize=1379448 CPUtime=1062.19 cores=1,3,5,7
/proc/3637/task/3639/stat : 3639 (priss) R 3636 3636 1762 0 -1 4202560 78368 0 0 0 106091 128 0 0 25 0 5 0 518592923 1412554752 291630 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3637/tid=3640] ppid=3636 vsize=1379448 CPUtime=1062.17 cores=1,3,5,7
/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 70501 0 0 0 106087 130 0 0 25 0 5 0 518592923 1412554752 291630 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=1379448 CPUtime=1056.39 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 77841 0 0 0 105499 140 0 0 25 0 5 0 518592923 1412554752 291630 33554432000 4194304 5787044 140736883770064 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=1379448 CPUtime=1062.12 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 71763 0 0 0 106150 62 0 0 25 0 5 0 518592923 1412554752 291630 33554432000 4194304 5787044 140736883770064 18446744073709551615 5528761 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.93
Current children cumulated vsize (KiB) 1388148

[startup+1122.3 s]
/proc/loadavg: 8.08 8.05 8.04 9/188 3768
/proc/meminfo: memFree=17623664/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=1512868 CPUtime=4482.6 cores=1,3,5,7
/proc/3637/stat : 3637 (priss) S 3636 3636 1762 0 -1 4202496 317844 0 0 0 447769 491 0 0 25 0 5 0 518592921 1549176832 308326 33554432000 4194304 5787044 140736883770064 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3637/statm: 378217 308326 417 389 0 373967 0
[pid=3637/tid=3639] ppid=3636 vsize=1512868 CPUtime=1122.19 cores=1,3,5,7
/proc/3637/task/3639/stat : 3639 (priss) R 3636 3636 1762 0 -1 4202560 82278 0 0 0 112083 136 0 0 25 0 5 0 518592923 1549176832 308326 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3637/tid=3640] ppid=3636 vsize=1512868 CPUtime=1122.17 cores=1,3,5,7
/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 75897 0 0 0 112078 139 0 0 25 0 5 0 518592923 1549176832 308326 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=1512868 CPUtime=1116.05 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 84523 0 0 0 111455 150 0 0 25 0 5 0 518592923 1549176832 308326 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=1512868 CPUtime=1122.12 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 72471 0 0 0 112149 63 0 0 25 0 5 0 518592923 1549176832 308326 33554432000 4194304 5787044 140736883770064 18446744073709551615 5527449 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.6
Current children cumulated vsize (KiB) 1521568

[startup+1182.3 s]
/proc/loadavg: 8.09 8.05 8.04 9/188 3770
/proc/meminfo: memFree=17416572/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=1536164 CPUtime=4722.24 cores=1,3,5,7
/proc/3637/stat : 3637 (priss) S 3636 3636 1762 0 -1 4202496 342275 0 0 0 471699 525 0 0 25 0 5 0 518592921 1573031936 331251 33554432000 4194304 5787044 140736883770064 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3637/statm: 384041 331251 417 389 0 379791 0
[pid=3637/tid=3639] ppid=3636 vsize=1536164 CPUtime=1182.19 cores=1,3,5,7
/proc/3637/task/3639/stat : 3639 (priss) R 3636 3636 1762 0 -1 4202560 90336 0 0 0 118071 148 0 0 25 0 5 0 518592923 1573031936 331251 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3637/tid=3640] ppid=3636 vsize=1536164 CPUtime=1182.16 cores=1,3,5,7
/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 82714 0 0 0 118065 151 0 0 25 0 5 0 518592923 1573031936 331251 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=1536164 CPUtime=1175.73 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 89226 0 0 0 117416 157 0 0 25 0 5 0 518592923 1573031936 331251 33554432000 4194304 5787044 140736883770064 18446744073709551615 4240880 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=1536164 CPUtime=1182.11 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 77324 0 0 0 118144 67 0 0 25 0 5 0 518592923 1573031936 331251 33554432000 4194304 5787044 140736883770064 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.24
Current children cumulated vsize (KiB) 1544864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.06 8.05 8.04 9/188 3771
/proc/meminfo: memFree=17373788/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=1547924 CPUtime=4800.15 cores=1,3,5,7
/proc/3637/stat : 3637 (priss) S 3636 3636 1762 0 -1 4202496 349034 0 0 0 479480 535 0 0 25 0 5 0 518592921 1585074176 336985 33554432000 4194304 5787044 140736883770064 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3637/statm: 386981 336985 417 389 0 382731 0
[pid=3637/tid=3639] ppid=3636 vsize=1547924 CPUtime=1201.7 cores=1,3,5,7
/proc/3637/task/3639/stat : 3639 (priss) R 3636 3636 1762 0 -1 4202560 93285 0 0 0 120018 152 0 0 25 0 5 0 518592923 1585074176 336985 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3637/tid=3640] ppid=3636 vsize=1547924 CPUtime=1201.67 cores=1,3,5,7
/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 84600 0 0 0 120012 155 0 0 25 0 5 0 518592923 1585074176 336985 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=1547924 CPUtime=1195.12 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 89226 0 0 0 119355 157 0 0 25 0 5 0 518592923 1585074176 336985 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=1547924 CPUtime=1201.61 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 79248 0 0 0 120092 69 0 0 25 0 5 0 518592923 1585074176 336985 33554432000 4194304 5787044 140736883770064 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1556624

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

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

[startup+1201.8 s]
/proc/loadavg: 8.06 8.05 8.04 9/188 3771
/proc/meminfo: memFree=17373788/32950904 swapFree=67082284/67111528
[pid=3636] ppid=3634 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/3636/stat : 3636 (priss.sh) S 3634 3636 1762 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 518592921 8908800 252 33554432000 4194304 4922060 140734543578032 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3636/statm: 2175 252 211 178 0 68 0
[pid=3637] ppid=3636 vsize=1547924 CPUtime=4800.15 cores=1,3,5,7
/proc/3637/stat : 3637 (priss) S 3636 3636 1762 0 -1 4202496 349034 0 0 0 479480 535 0 0 25 0 5 0 518592921 1585074176 336985 33554432000 4194304 5787044 140736883770064 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3637/statm: 386981 336985 417 389 0 382731 0
[pid=3637/tid=3639] ppid=3636 vsize=1547924 CPUtime=1201.7 cores=1,3,5,7
/proc/3637/task/3639/stat : 3639 (priss) R 3636 3636 1762 0 -1 4202560 93285 0 0 0 120018 152 0 0 25 0 5 0 518592923 1585074176 336985 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=3637/tid=3640] ppid=3636 vsize=1547924 CPUtime=1201.67 cores=1,3,5,7
/proc/3637/task/3640/stat : 3640 (priss) R 3636 3636 1762 0 -1 4202560 84600 0 0 0 120012 155 0 0 25 0 5 0 518592923 1585074176 336985 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=3637/tid=3641] ppid=3636 vsize=1547924 CPUtime=1195.12 cores=1,3,5,7
/proc/3637/task/3641/stat : 3641 (priss) R 3636 3636 1762 0 -1 4202560 89226 0 0 0 119355 157 0 0 25 0 5 0 518592923 1585074176 336985 33554432000 4194304 5787044 140736883770064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=3637/tid=3642] ppid=3636 vsize=1547924 CPUtime=1201.61 cores=1,3,5,7
/proc/3637/task/3642/stat : 3642 (priss) R 3636 3636 1762 0 -1 4202560 79248 0 0 0 120092 69 0 0 25 0 5 0 518592923 1585074176 336985 33554432000 4194304 5787044 140736883770064 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1556624

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.15
CPU user time (s): 4794.8
CPU system time (s): 5.35
CPU usage (%): 399.407
Max. virtual memory (cumulated for all children) (KiB): 1556624

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= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.69974 second user time and 4.85926 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 11:38:52
IDJOB=3265200
IDBENCH=85456
IDSOLVER=1603
FILE ID=node121/3265200-1304069932
RUNJOBID= node121-1304060729-2753
PBS_JOBID= 13170425
Free space on /tmp= 72652 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-040-039.shuffled-as.sat05-1194.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265200-1304069932/watcher-3265200-1304069932 -o /tmp/evaluation-result-3265200-1304069932/solver-3265200-1304069932 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3265200-1304069932.cnf 1062608849 4800 15500 4

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

MD5SUM BENCH= 8c84d9b9f2d75de33656119bc03a9afb
RANDOM SEED=1062608849

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      19737180 kB
Buffers:       2181124 kB
Cached:       10218576 kB
SwapCached:       2776 kB
Active:        9361732 kB
Inactive:      3331932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19737180 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            2124 kB
Writeback:           0 kB
AnonPages:      291516 kB
Mapped:          14740 kB
Slab:           455644 kB
PageTables:       5160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   520380 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 node121 at 2011-04-29 11:58:56