Trace number 3499483

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) 20399.7 5100.02

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_445.cnf
MD5SUM4f7ff14ba0d33c4cf7de4e3c004f2f79
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark893.472
Satisfiable
(Un)Satisfiability was proved
Number of variables223
Number of clauses26441
Sum of the clauses size116565
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2296
Number of clauses of size 324153
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51992

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: 11745
0.00/0.01	c parsetime: 8041us
0.00/0.01	c parsed 26441 clauses with 223 variables
0.00/0.01	c NW started thread 0 successfully (1093589312)
0.00/0.01	c NW started thread 1 successfully (1104079168)
0.00/0.02	c NW started thread 2 successfully (1116969280)
0.00/0.03	c NW started thread 3 successfully (1127459136)
8.31/2.14	c preprocessor returned 10013 variables
8.31/2.14	c preprocessing returned UNKNOWN
8.31/2.14	c PP set 0 variables
8.31/2.14	c pp time: 2134151us (2s)
8.31/2.15	c preprocessor returned 10013 variables
8.31/2.15	c preprocessing returned UNKNOWN
8.31/2.15	c PP set 0 variables
8.31/2.15	c pp time: 2133030us (2s)
8.31/2.16	c preprocessor returned 10013 variables
8.31/2.16	c preprocessing returned UNKNOWN
8.31/2.16	c PP set 0 variables
8.31/2.16	c pp time: 2140644us (2s)
363.46/90.97	c preprocessor returned 30019 variables
363.46/90.97	c preprocessing returned UNKNOWN
363.46/90.97	c PP set 0 variables
363.46/90.97	c pp time: 90947321us (90s)
13303.69/3326.04	c HTE
13338.48/3334.75	c subsumption
13659.69/3415.00	c simplified formula contains 0 unit clauses
19081.68/4770.58	c added unsatisfied clause
19081.68/4770.58	c failed to add network 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.1 (svn: 989)

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 /var/tmp/evaluation-result-3499483-1308002384/watcher-3499483-1308002384 -o /var/tmp/evaluation-result-3499483-1308002384/solver-3499483-1308002384 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499483-1308002384.cnf 1580354460 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 4.00 1/174 11744
/proc/meminfo: memFree=12159876/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0

[startup+0.104942 s]
/proc/loadavg: 4.00 4.00 4.00 1/174 11744
/proc/meminfo: memFree=12159876/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200924 s]
/proc/loadavg: 4.00 4.00 4.00 1/174 11744
/proc/meminfo: memFree=12159876/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300905 s]
/proc/loadavg: 4.00 4.00 4.00 1/174 11744
/proc/meminfo: memFree=12159876/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700832 s]
/proc/loadavg: 4.00 4.00 4.00 1/174 11744
/proc/meminfo: memFree=12159876/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 4.00 4.00 4.00 5/180 11750
/proc/meminfo: memFree=12142956/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=267076 CPUtime=5.91 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 4608 0 0 0 589 2 0 0 21 0 5 0 911836318 273485824 4544 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 66769 4544 352 389 0 62519 0
[pid=11745/tid=11747] ppid=11744 vsize=267076 CPUtime=1.47 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 467 0 0 0 147 0 0 0 18 0 5 0 911836319 273485824 4544 33554432000 4194304 5787044 140734936654368 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=267076 CPUtime=1.47 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 466 0 0 0 147 0 0 0 18 0 5 0 911836320 273485824 4544 33554432000 4194304 5787044 140734936654368 18446744073709551615 271550204890 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=267076 CPUtime=1.46 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 412 0 0 0 146 0 0 0 18 0 5 0 911836320 273485824 4544 33554432000 4194304 5787044 140734936654368 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=267076 CPUtime=1.46 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 459 0 0 0 146 0 0 0 18 0 5 0 911836321 273485824 4544 33554432000 4194304 5787044 140734936654368 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 275776

[startup+3.1004 s]
/proc/loadavg: 4.00 4.00 4.00 5/180 11750
/proc/meminfo: memFree=12120512/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=284084 CPUtime=12.31 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 11314 0 0 0 1226 5 0 0 21 0 5 0 911836318 290902016 10479 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 71021 10479 404 389 0 66771 0
[pid=11745/tid=11747] ppid=11744 vsize=284084 CPUtime=3.06 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 1865 0 0 0 306 0 0 0 18 0 5 0 911836319 290902016 10479 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=284084 CPUtime=3.07 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 1987 0 0 0 306 1 0 0 19 0 5 0 911836320 290902016 10479 33554432000 4194304 5787044 140734936654368 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=284084 CPUtime=3.06 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 1996 0 0 0 305 1 0 0 18 0 5 0 911836320 290902016 10479 33554432000 4194304 5787044 140734936654368 18446744073709551615 5585242 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=284084 CPUtime=3.06 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 2662 0 0 0 305 1 0 0 18 0 5 0 911836321 290902016 10479 33554432000 4194304 5787044 140734936654368 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 292784

[startup+6.30082 s]
/proc/loadavg: 4.00 4.00 4.00 5/180 11750
/proc/meminfo: memFree=12117788/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=284876 CPUtime=25.11 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 11862 0 0 0 2505 6 0 0 21 0 5 0 911836318 291713024 11027 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 71219 11027 404 389 0 66969 0
[pid=11745/tid=11747] ppid=11744 vsize=284876 CPUtime=6.27 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 2087 0 0 0 626 1 0 0 19 0 5 0 911836319 291713024 11027 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=284876 CPUtime=6.27 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 2082 0 0 0 626 1 0 0 21 0 5 0 911836320 291713024 11027 33554432000 4194304 5787044 140734936654368 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=284876 CPUtime=6.26 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 2218 0 0 0 624 2 0 0 25 0 5 0 911836320 291713024 11027 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=284876 CPUtime=6.26 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 2671 0 0 0 625 1 0 0 19 0 5 0 911836321 291713024 11027 33554432000 4194304 5787044 140734936654368 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 293576

[startup+12.7007 s]
/proc/loadavg: 4.00 4.00 4.00 5/180 11750
/proc/meminfo: memFree=12109492/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=290616 CPUtime=50.7 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 14037 0 0 0 5062 8 0 0 21 0 5 0 911836318 297590784 13202 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 72654 13202 405 389 0 68404 0
[pid=11745/tid=11747] ppid=11744 vsize=290616 CPUtime=12.66 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 2445 0 0 0 1265 1 0 0 20 0 5 0 911836319 297590784 13202 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=290616 CPUtime=12.66 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 2469 0 0 0 1264 2 0 0 25 0 5 0 911836320 297590784 13202 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=290616 CPUtime=12.66 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 3648 0 0 0 1264 2 0 0 20 0 5 0 911836320 297590784 13202 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=290616 CPUtime=12.66 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 2671 0 0 0 1265 1 0 0 25 0 5 0 911836321 297590784 13202 33554432000 4194304 5787044 140734936654368 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 299316

[startup+25.5013 s]
/proc/loadavg: 4.00 4.00 4.00 5/180 11751
/proc/meminfo: memFree=12101460/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=293232 CPUtime=101.9 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 16422 0 0 0 10177 13 0 0 21 0 5 0 911836318 300269568 15587 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 73308 15587 405 389 0 69058 0
[pid=11745/tid=11747] ppid=11744 vsize=293232 CPUtime=25.46 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 3087 0 0 0 2544 2 0 0 25 0 5 0 911836319 300269568 15587 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=293232 CPUtime=25.46 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 3138 0 0 0 2543 3 0 0 25 0 5 0 911836320 300269568 15587 33554432000 4194304 5787044 140734936654368 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=293232 CPUtime=25.46 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 4722 0 0 0 2541 5 0 0 25 0 5 0 911836320 300269568 15587 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=293232 CPUtime=25.46 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 2671 0 0 0 2545 1 0 0 25 0 5 0 911836321 300269568 15587 33554432000 4194304 5787044 140734936654368 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 301932

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 4.00 5/180 11751
/proc/meminfo: memFree=12083804/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=302400 CPUtime=204.27 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 20848 0 0 0 20408 19 0 0 21 0 5 0 911836318 309657600 20010 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 75600 20010 405 389 0 71350 0
[pid=11745/tid=11747] ppid=11744 vsize=302400 CPUtime=51.07 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 4941 0 0 0 5103 4 0 0 20 0 5 0 911836319 309657600 20010 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=302400 CPUtime=51.04 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 4247 0 0 0 5100 4 0 0 25 0 5 0 911836320 309657600 20010 33554432000 4194304 5787044 140734936654368 18446744073709551615 271550198817 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=302400 CPUtime=51.05 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 6185 0 0 0 5097 8 0 0 25 0 5 0 911836320 309657600 20010 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=302400 CPUtime=51.06 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 2671 0 0 0 5105 1 0 0 25 0 5 0 911836321 309657600 20010 33554432000 4194304 5787044 140734936654368 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.27
Current children cumulated vsize (KiB) 311100

[startup+102.3 s]
/proc/loadavg: 4.07 4.02 4.00 5/180 11762
/proc/meminfo: memFree=12052260/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=310620 CPUtime=409.06 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 29422 0 0 0 40873 33 0 0 21 0 5 0 911836318 318074880 27482 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 77655 27482 419 389 0 73405 0
[pid=11745/tid=11747] ppid=11744 vsize=310620 CPUtime=102.25 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 7508 0 0 0 10219 6 0 0 25 0 5 0 911836319 318074880 27482 33554432000 4194304 5787044 140734936654368 18446744073709551615 5588182 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=310620 CPUtime=102.24 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 6629 0 0 0 10214 10 0 0 25 0 5 0 911836320 318074880 27482 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=310620 CPUtime=102.24 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 7940 0 0 0 10211 13 0 0 25 0 5 0 911836320 318074880 27482 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=310620 CPUtime=102.26 cores=0-7

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

/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 40038 0 0 0 478159 57 0 0 25 0 5 0 911836320 1069285376 207808 33554432000 4194304 5787044 140734936654368 18446744073709551615 5590464 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=1044224 CPUtime=4782.24 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 43741 0 0 0 478151 73 0 0 25 0 5 0 911836320 1069285376 207808 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=1044224 CPUtime=4782.27 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 78059 0 0 0 478097 130 0 0 25 0 5 0 911836321 1069285376 207808 33554432000 4194304 5787044 140734936654368 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19128.9
Current children cumulated vsize (KiB) 1052924

[startup+4842.31 s]
/proc/loadavg: 4.00 4.00 4.00 5/180 11903
/proc/meminfo: memFree=11328112/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=1044224 CPUtime=19368.9 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 223648 0 0 0 1936506 385 0 0 21 0 5 0 911836318 1069285376 207989 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 261056 207989 419 389 0 256806 0
[pid=11745/tid=11747] ppid=11744 vsize=1044224 CPUtime=4842.16 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 58825 0 0 0 484093 123 0 0 25 0 5 0 911836319 1069285376 207989 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=1044224 CPUtime=4842.17 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 40038 0 0 0 484160 57 0 0 25 0 5 0 911836320 1069285376 207989 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=1044224 CPUtime=4842.25 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 43742 0 0 0 484151 74 0 0 25 0 5 0 911836320 1069285376 207989 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=1044224 CPUtime=4842.28 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 78239 0 0 0 484098 130 0 0 25 0 5 0 911836321 1069285376 207989 33554432000 4194304 5787044 140734936654368 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19368.9
Current children cumulated vsize (KiB) 1052924

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/180 11905
/proc/meminfo: memFree=11327844/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=1044224 CPUtime=19608.9 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 223742 0 0 0 1960504 385 0 0 21 0 5 0 911836318 1069285376 208083 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 261056 208083 419 389 0 256806 0
[pid=11745/tid=11747] ppid=11744 vsize=1044224 CPUtime=4902.16 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 58832 0 0 0 490093 123 0 0 25 0 5 0 911836319 1069285376 208083 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=1044224 CPUtime=4902.16 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 40038 0 0 0 490159 57 0 0 25 0 5 0 911836320 1069285376 208083 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=1044224 CPUtime=4902.25 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 43753 0 0 0 490151 74 0 0 25 0 5 0 911836320 1069285376 208083 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=1044224 CPUtime=4902.28 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 78315 0 0 0 490098 130 0 0 25 0 5 0 911836321 1069285376 208083 33554432000 4194304 5787044 140734936654368 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19608.9
Current children cumulated vsize (KiB) 1052924

[startup+4962.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/180 11906
/proc/meminfo: memFree=11326956/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=1044928 CPUtime=19848.9 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 223918 0 0 0 1984505 385 0 0 21 0 5 0 911836318 1070006272 208259 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 261232 208259 419 389 0 256982 0
[pid=11745/tid=11747] ppid=11744 vsize=1044928 CPUtime=4962.16 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 58839 0 0 0 496093 123 0 0 25 0 5 0 911836319 1070006272 208259 33554432000 4194304 5787044 140734936654368 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=1044928 CPUtime=4962.16 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 40038 0 0 0 496159 57 0 0 25 0 5 0 911836320 1070006272 208259 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=1044928 CPUtime=4962.25 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 43754 0 0 0 496151 74 0 0 25 0 5 0 911836320 1070006272 208259 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=1044928 CPUtime=4962.28 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 78483 0 0 0 496098 130 0 0 25 0 5 0 911836321 1070006272 208259 33554432000 4194304 5787044 140734936654368 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19848.9
Current children cumulated vsize (KiB) 1053628

[startup+5022.3 s]
/proc/loadavg: 4.07 4.02 4.00 5/180 11908
/proc/meminfo: memFree=11325204/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=1046288 CPUtime=20088.9 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 224363 0 0 0 2008505 386 0 0 21 0 5 0 911836318 1071398912 208704 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 261572 208704 419 389 0 257322 0
[pid=11745/tid=11747] ppid=11744 vsize=1046288 CPUtime=5022.16 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 58978 0 0 0 502093 123 0 0 25 0 5 0 911836319 1071398912 208704 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=1046288 CPUtime=5022.17 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 40039 0 0 0 502160 57 0 0 25 0 5 0 911836320 1071398912 208704 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=1046288 CPUtime=5022.25 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 43775 0 0 0 502151 74 0 0 25 0 5 0 911836320 1071398912 208704 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=1046288 CPUtime=5022.28 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 78767 0 0 0 502098 130 0 0 25 0 5 0 911836321 1071398912 208704 33554432000 4194304 5787044 140734936654368 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20088.9
Current children cumulated vsize (KiB) 1054988

[startup+5082.3 s]
/proc/loadavg: 4.10 4.03 4.00 5/180 11909
/proc/meminfo: memFree=11323804/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=1047848 CPUtime=20328.9 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 224708 0 0 0 2032506 386 0 0 21 0 5 0 911836318 1072996352 209049 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 261962 209049 419 389 0 257712 0
[pid=11745/tid=11747] ppid=11744 vsize=1047848 CPUtime=5082.16 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 59000 0 0 0 508093 123 0 0 25 0 5 0 911836319 1072996352 209049 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=1047848 CPUtime=5082.17 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 40039 0 0 0 508160 57 0 0 25 0 5 0 911836320 1072996352 209049 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=1047848 CPUtime=5082.25 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 43802 0 0 0 508151 74 0 0 25 0 5 0 911836320 1072996352 209049 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=1047848 CPUtime=5082.28 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 79063 0 0 0 508098 130 0 0 25 0 5 0 911836321 1072996352 209049 33554432000 4194304 5787044 140734936654368 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20328.9
Current children cumulated vsize (KiB) 1056548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.07 4.03 4.00 5/180 11910
/proc/meminfo: memFree=11323676/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=1047848 CPUtime=20399.7 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 224779 0 0 0 2039588 386 0 0 21 0 5 0 911836318 1072996352 209120 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 261962 209120 419 389 0 257712 0
[pid=11745/tid=11747] ppid=11744 vsize=1047848 CPUtime=5099.87 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 59000 0 0 0 509864 123 0 0 25 0 5 0 911836319 1072996352 209120 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=1047848 CPUtime=5099.87 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 40039 0 0 0 509930 57 0 0 25 0 5 0 911836320 1072996352 209120 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=1047848 CPUtime=5099.96 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 43836 0 0 0 509922 74 0 0 25 0 5 0 911836320 1072996352 209120 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=1047848 CPUtime=5099.99 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 79100 0 0 0 509869 130 0 0 25 0 5 0 911836321 1072996352 209120 33554432000 4194304 5787044 140734936654368 18446744073709551615 5527209 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20399.7
Current children cumulated vsize (KiB) 1056548

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

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

[startup+5100 s]
/proc/loadavg: 4.07 4.03 4.00 5/180 11910
/proc/meminfo: memFree=11323676/32951124 swapFree=67054536/67111528
[pid=11744] ppid=11742 vsize=8700 CPUtime=0 cores=0-7
/proc/11744/stat : 11744 (priss.sh) S 11742 11744 11126 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 911836318 8908800 252 33554432000 4194304 4922060 140734173148464 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/11744/statm: 2175 252 211 178 0 68 0
[pid=11745] ppid=11744 vsize=1047848 CPUtime=20399.7 cores=0-7
/proc/11745/stat : 11745 (priss) S 11744 11744 11126 0 -1 4202496 224779 0 0 0 2039588 386 0 0 21 0 5 0 911836318 1072996352 209120 33554432000 4194304 5787044 140734936654368 18446744073709551615 271562361265 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11745/statm: 261962 209120 419 389 0 257712 0
[pid=11745/tid=11747] ppid=11744 vsize=1047848 CPUtime=5099.87 cores=0-7
/proc/11745/task/11747/stat : 11747 (priss) R 11744 11744 11126 0 -1 4202560 59000 0 0 0 509864 123 0 0 25 0 5 0 911836319 1072996352 209120 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11745/tid=11748] ppid=11744 vsize=1047848 CPUtime=5099.87 cores=0-7
/proc/11745/task/11748/stat : 11748 (priss) R 11744 11744 11126 0 -1 4202560 40039 0 0 0 509930 57 0 0 25 0 5 0 911836320 1072996352 209120 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=11745/tid=11749] ppid=11744 vsize=1047848 CPUtime=5099.96 cores=0-7
/proc/11745/task/11749/stat : 11749 (priss) R 11744 11744 11126 0 -1 4202560 43836 0 0 0 509922 74 0 0 25 0 5 0 911836320 1072996352 209120 33554432000 4194304 5787044 140734936654368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=11745/tid=11750] ppid=11744 vsize=1047848 CPUtime=5099.99 cores=0-7
/proc/11745/task/11750/stat : 11750 (priss) R 11744 11744 11126 0 -1 4202560 79100 0 0 0 509869 130 0 0 25 0 5 0 911836321 1072996352 209120 33554432000 4194304 5787044 140734936654368 18446744073709551615 5527209 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20399.7
Current children cumulated vsize (KiB) 1056548

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5100.02
CPU time (s): 20399.7
CPU user time (s): 20395.9
CPU system time (s): 3.86
CPU usage (%): 399.993
Max. virtual memory (cumulated for all children) (KiB): 1056548

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

runsolver used 7.62284 second user time and 20.2019 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-13 23:59:44
IDJOB=3499483
IDBENCH=83311
IDSOLVER=1994
FILE ID=node133/3499483-1308002384
RUNJOBID= node133-1307987077-11140
PBS_JOBID= 13559799
Free space on /var/tmp= 2896 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_445.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499483-1308002384/watcher-3499483-1308002384 -o /var/tmp/evaluation-result-3499483-1308002384/solver-3499483-1308002384 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499483-1308002384.cnf 1580354460 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4f7ff14ba0d33c4cf7de4e3c004f2f79
RANDOM SEED=1580354460

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      12160544 kB
Buffers:        122588 kB
Cached:       19968956 kB
SwapCached:      10288 kB
Active:        4306804 kB
Inactive:     15804112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12160544 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:            1948 kB
Writeback:           0 kB
AnonPages:       17888 kB
Mapped:          12552 kB
Slab:           614648 kB
PageTables:       4404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186064 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2896 MiB
End job on node133 at 2011-06-14 01:24:46