Trace number 3266432

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

General information on the benchmark

NameSAT02/handmade/simon/
satex-challenges/c6288.shuffled.cnf
MD5SUM75bd8319132b47c2d2e6f0889735a248
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.865867
Satisfiable
(Un)Satisfiability was proved
Number of variables5008
Number of clauses14813
Sum of the clauses size34485
Maximum clause length33
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29982
Number of clauses of size 34829
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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: 4827
0.00/0.00	c parsetime: 3899us
0.00/0.00	c parsed 14813 clauses with 5008 variables
0.00/0.00	c NW started thread 0 successfully (1097550144)
0.00/0.01	c NW started thread 1 successfully (1108040000)
0.00/0.01	c NW started thread 2 successfully (1118529856)
0.00/0.01	c NW started thread 3 successfully (1129019712)
0.00/0.31	c preprocessor returned 10006 variables
0.00/0.31	c preprocessing returned UNKNOWN
0.00/0.31	c PP set 19 variables
0.00/0.31	c pp time: 303890us (0s)
0.00/0.83	c preprocessor returned 10006 variables
0.00/0.83	c preprocessing returned UNKNOWN
0.00/0.83	c PP set 19 variables
0.00/0.83	c pp time: 303648us (0s)
0.00/0.83	c preprocessor returned 10006 variables
0.00/0.83	c preprocessing returned UNKNOWN
0.00/0.83	c PP set 19 variables
0.00/0.83	c pp time: 313389us (0s)
0.00/0.83	c preprocessor returned 30011 variables
0.00/0.83	c preprocessing returned UNKNOWN
0.00/0.83	c PP set 19 variables
0.00/0.83	c pp time: 813084us (0s)

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-3266432-1304081337/watcher-3266432-1304081337 -o /tmp/evaluation-result-3266432-1304081337/solver-3266432-1304081337 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3266432-1304081337.cnf 831410638 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: 6.92 7.85 7.84 5/182 4826
/proc/meminfo: memFree=19970552/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0

[startup+0.093625 s]
/proc/loadavg: 6.92 7.85 7.84 5/182 4826
/proc/meminfo: memFree=19970552/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100619 s]
/proc/loadavg: 6.92 7.85 7.84 5/182 4826
/proc/meminfo: memFree=19970552/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300584 s]
/proc/loadavg: 6.92 7.85 7.84 5/182 4826
/proc/meminfo: memFree=19970552/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700517 s]
/proc/loadavg: 6.92 7.85 7.84 5/182 4826
/proc/meminfo: memFree=19970552/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50037 s]
/proc/loadavg: 6.92 7.85 7.84 10/188 4832
/proc/meminfo: memFree=19925492/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=280088 CPUtime=5.95 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 13733 0 0 0 592 3 0 0 25 0 5 0 519733448 286810112 9721 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 70022 9721 418 389 0 65772 0
[pid=4827/tid=4829] ppid=4826 vsize=280088 CPUtime=1.48 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 2351 0 0 0 148 0 0 0 20 0 5 0 519733449 286810112 9721 33554432000 4194304 5787044 140733653794288 18446744073709551615 4238565 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=280088 CPUtime=1.48 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 3380 0 0 0 147 1 0 0 20 0 5 0 519733449 286810112 9721 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=280088 CPUtime=1.47 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 2195 0 0 0 147 0 0 0 25 0 5 0 519733449 286810112 9721 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=280088 CPUtime=1.47 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 4241 0 0 0 147 0 0 0 19 0 5 0 519733449 286810112 9721 33554432000 4194304 5787044 140733653794288 18446744073709551615 5527399 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 288788

[startup+3.10109 s]
/proc/loadavg: 6.92 7.85 7.84 10/188 4832
/proc/meminfo: memFree=19920408/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=280616 CPUtime=12.34 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 14305 0 0 0 1230 4 0 0 25 0 5 0 519733448 287350784 10293 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 70154 10293 419 389 0 65904 0
[pid=4827/tid=4829] ppid=4826 vsize=280616 CPUtime=3.08 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 2468 0 0 0 308 0 0 0 25 0 5 0 519733449 287350784 10293 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=280616 CPUtime=3.08 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 3506 0 0 0 307 1 0 0 25 0 5 0 519733449 287350784 10293 33554432000 4194304 5787044 140733653794288 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=280616 CPUtime=3.06 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 2372 0 0 0 306 0 0 0 25 0 5 0 519733449 287350784 10293 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=280616 CPUtime=3.08 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 4393 0 0 0 308 0 0 0 25 0 5 0 519733449 287350784 10293 33554432000 4194304 5787044 140733653794288 18446744073709551615 4254992 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 289316

[startup+6.30052 s]
/proc/loadavg: 7.01 7.85 7.84 10/188 4832
/proc/meminfo: memFree=19909188/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=281676 CPUtime=25.12 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 15366 0 0 0 2507 5 0 0 25 0 5 0 519733448 288436224 11354 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 70419 11354 419 389 0 66169 0
[pid=4827/tid=4829] ppid=4826 vsize=281676 CPUtime=6.28 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 2704 0 0 0 627 1 0 0 25 0 5 0 519733449 288436224 11354 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=281676 CPUtime=6.28 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 3766 0 0 0 626 2 0 0 25 0 5 0 519733449 288436224 11354 33554432000 4194304 5787044 140733653794288 18446744073709551615 4229303 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=281676 CPUtime=6.25 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 2688 0 0 0 624 1 0 0 25 0 5 0 519733449 288436224 11354 33554432000 4194304 5787044 140733653794288 18446744073709551615 5590552 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=281676 CPUtime=6.28 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 4642 0 0 0 628 0 0 0 25 0 5 0 519733449 288436224 11354 33554432000 4194304 5787044 140733653794288 18446744073709551615 5524666 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 290376

[startup+12.7004 s]
/proc/loadavg: 7.09 7.86 7.84 10/188 4832
/proc/meminfo: memFree=19884116/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=283584 CPUtime=50.68 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 17095 0 0 0 5062 6 0 0 25 0 5 0 519733448 290390016 13083 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 70896 13083 419 389 0 66646 0
[pid=4827/tid=4829] ppid=4826 vsize=283584 CPUtime=12.68 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 3049 0 0 0 1267 1 0 0 25 0 5 0 519733449 290390016 13083 33554432000 4194304 5787044 140733653794288 18446744073709551615 4220508 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=283584 CPUtime=12.68 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 4107 0 0 0 1266 2 0 0 25 0 5 0 519733449 290390016 13083 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=283584 CPUtime=12.61 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 3273 0 0 0 1260 1 0 0 25 0 5 0 519733449 290390016 13083 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=283584 CPUtime=12.68 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 5100 0 0 0 1267 1 0 0 25 0 5 0 519733449 290390016 13083 33554432000 4194304 5787044 140733653794288 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 292284

[startup+25.5011 s]
/proc/loadavg: 7.29 7.86 7.84 10/188 4832
/proc/meminfo: memFree=19846544/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=289988 CPUtime=101.81 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 20523 0 0 0 10171 10 0 0 25 0 5 0 519733448 296947712 16511 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 72497 16511 419 389 0 68247 0
[pid=4827/tid=4829] ppid=4826 vsize=289988 CPUtime=25.48 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 3741 0 0 0 2546 2 0 0 25 0 5 0 519733449 296947712 16511 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=289988 CPUtime=25.48 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 4709 0 0 0 2545 3 0 0 25 0 5 0 519733449 296947712 16511 33554432000 4194304 5787044 140733653794288 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=289988 CPUtime=25.34 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 4865 0 0 0 2532 2 0 0 25 0 5 0 519733449 296947712 16511 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=289988 CPUtime=25.48 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 5642 0 0 0 2547 1 0 0 25 0 5 0 519733449 296947712 16511 33554432000 4194304 5787044 140733653794288 18446744073709551615 5527666 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 298688

[startup+51.1006 s]
/proc/loadavg: 7.65 7.90 7.86 10/188 4833
/proc/meminfo: memFree=19800116/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=299308 CPUtime=204.07 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 26607 0 0 0 20391 16 0 0 25 0 5 0 519733448 306491392 22591 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 74827 22591 419 389 0 70577 0
[pid=4827/tid=4829] ppid=4826 vsize=299308 CPUtime=51.08 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 5968 0 0 0 5104 4 0 0 25 0 5 0 519733449 306491392 22591 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=299308 CPUtime=51.07 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 5906 0 0 0 5103 4 0 0 25 0 5 0 519733449 306491392 22591 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=299308 CPUtime=50.8 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 6269 0 0 0 5076 4 0 0 25 0 5 0 519733449 306491392 22591 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=299308 CPUtime=51.08 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 6898 0 0 0 5106 2 0 0 25 0 5 0 519733449 306491392 22591 33554432000 4194304 5787044 140733653794288 18446744073709551615 5527091 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 308008

[startup+102.307 s]
/proc/loadavg: 7.98 7.95 7.87 10/188 4834
/proc/meminfo: memFree=19747780/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=308064 CPUtime=408.6 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 32010 0 0 0 40838 22 0 0 25 0 5 0 519733448 315457536 27970 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 77016 27970 419 389 0 72766 0
[pid=4827/tid=4829] ppid=4826 vsize=308064 CPUtime=102.28 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 6917 0 0 0 10223 5 0 0 25 0 5 0 519733449 315457536 27970 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=308064 CPUtime=102.28 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 7948 0 0 0 10222 6 0 0 25 0 5 0 519733449 315457536 27970 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=308064 CPUtime=101.72 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 7528 0 0 0 10166 6 0 0 25 0 5 0 519733449 315457536 27970 33554432000 4194304 5787044 140733653794288 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=308064 CPUtime=102.28 cores=1,3,5,7

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

/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 19879 0 0 0 88197 30 0 0 25 0 5 0 519733449 530612224 80548 33554432000 4194304 5787044 140733653794288 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=518176 CPUtime=877.47 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 22507 0 0 0 87714 33 0 0 25 0 5 0 519733449 530612224 80548 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=518176 CPUtime=882.24 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 20971 0 0 0 88212 12 0 0 25 0 5 0 519733449 530612224 80548 33554432000 4194304 5787044 140733653794288 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.29
Current children cumulated vsize (KiB) 526876

[startup+942.301 s]
/proc/loadavg: 8.37 8.15 8.01 10/188 4869
/proc/meminfo: memFree=19295332/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=590872 CPUtime=3763.97 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 89533 0 0 0 376287 110 0 0 25 0 5 0 519733448 605052928 84622 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 147718 84622 419 389 0 143468 0
[pid=4827/tid=4829] ppid=4826 vsize=590872 CPUtime=942.27 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 21430 0 0 0 94200 27 0 0 25 0 5 0 519733449 605052928 84622 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=590872 CPUtime=942.28 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 21283 0 0 0 94194 34 0 0 25 0 5 0 519733449 605052928 84622 33554432000 4194304 5787044 140733653794288 18446744073709551615 4238897 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=590872 CPUtime=937.14 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 22513 0 0 0 93681 33 0 0 25 0 5 0 519733449 605052928 84622 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=590872 CPUtime=942.24 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 22741 0 0 0 94210 14 0 0 25 0 5 0 519733449 605052928 84622 33554432000 4194304 5787044 140733653794288 18446744073709551615 5521952 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 599572

[startup+1002.3 s]
/proc/loadavg: 8.14 8.12 8.00 9/188 4870
/proc/meminfo: memFree=19294392/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=590872 CPUtime=4003.63 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 89567 0 0 0 400253 110 0 0 25 0 5 0 519733448 605052928 84656 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 147718 84656 419 389 0 143468 0
[pid=4827/tid=4829] ppid=4826 vsize=590872 CPUtime=1002.27 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 21430 0 0 0 100200 27 0 0 25 0 5 0 519733449 605052928 84656 33554432000 4194304 5787044 140733653794288 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=590872 CPUtime=1002.28 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 21283 0 0 0 100194 34 0 0 25 0 5 0 519733449 605052928 84656 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=590872 CPUtime=996.81 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 22547 0 0 0 99648 33 0 0 25 0 5 0 519733449 605052928 84656 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=590872 CPUtime=1002.24 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 22741 0 0 0 100210 14 0 0 25 0 5 0 519733449 605052928 84656 33554432000 4194304 5787044 140733653794288 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.63
Current children cumulated vsize (KiB) 599572

[startup+1062.3 s]
/proc/loadavg: 8.05 8.10 8.00 10/188 4872
/proc/meminfo: memFree=19291288/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=590872 CPUtime=4243.31 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 90463 0 0 0 424219 112 0 0 25 0 5 0 519733448 605052928 85552 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 147718 85552 419 389 0 143468 0
[pid=4827/tid=4829] ppid=4826 vsize=590872 CPUtime=1062.27 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 21430 0 0 0 106200 27 0 0 25 0 5 0 519733449 605052928 85552 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=590872 CPUtime=1062.28 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 21283 0 0 0 106194 34 0 0 25 0 5 0 519733449 605052928 85552 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=590872 CPUtime=1056.49 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 23443 0 0 0 105614 35 0 0 25 0 5 0 519733449 605052928 85552 33554432000 4194304 5787044 140733653794288 18446744073709551615 4254524 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=590872 CPUtime=1062.24 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 22741 0 0 0 106210 14 0 0 25 0 5 0 519733449 605052928 85552 33554432000 4194304 5787044 140733653794288 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.31
Current children cumulated vsize (KiB) 599572

[startup+1122.3 s]
/proc/loadavg: 8.02 8.08 8.00 10/188 4874
/proc/meminfo: memFree=19285080/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=590872 CPUtime=4482.99 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 92012 0 0 0 448184 115 0 0 25 0 5 0 519733448 605052928 87101 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 147718 87101 419 389 0 143468 0
[pid=4827/tid=4829] ppid=4826 vsize=590872 CPUtime=1122 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 21431 0 0 0 112173 27 0 0 25 0 5 0 519733449 605052928 87101 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=590872 CPUtime=1122.28 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 21283 0 0 0 112194 34 0 0 25 0 5 0 519733449 605052928 87101 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=590872 CPUtime=1116.44 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 24987 0 0 0 111606 38 0 0 25 0 5 0 519733449 605052928 87101 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=590872 CPUtime=1122.23 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 22745 0 0 0 112209 14 0 0 25 0 5 0 519733449 605052928 87101 33554432000 4194304 5787044 140733653794288 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.99
Current children cumulated vsize (KiB) 599572

[startup+1182.3 s]
/proc/loadavg: 8.00 8.06 8.00 10/188 4875
/proc/meminfo: memFree=19279492/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=590872 CPUtime=4722.66 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 93460 0 0 0 472147 119 0 0 25 0 5 0 519733448 605052928 88549 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 147718 88549 419 389 0 143468 0
[pid=4827/tid=4829] ppid=4826 vsize=590872 CPUtime=1181.68 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 21439 0 0 0 118140 28 0 0 25 0 5 0 519733449 605052928 88549 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=590872 CPUtime=1182.28 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 21302 0 0 0 118194 34 0 0 25 0 5 0 519733449 605052928 88549 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=590872 CPUtime=1176.43 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 26399 0 0 0 117602 41 0 0 25 0 5 0 519733449 605052928 88549 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=590872 CPUtime=1182.23 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 22754 0 0 0 118209 14 0 0 25 0 5 0 519733449 605052928 88549 33554432000 4194304 5787044 140733653794288 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.66
Current children cumulated vsize (KiB) 599572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.00 8.05 8.00 9/188 4876
/proc/meminfo: memFree=19273292/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=594972 CPUtime=4800.18 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 94982 0 0 0 479898 120 0 0 25 0 5 0 519733448 609251328 90071 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 148743 90071 419 389 0 144493 0
[pid=4827/tid=4829] ppid=4826 vsize=594972 CPUtime=1200.98 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 21479 0 0 0 120070 28 0 0 25 0 5 0 519733449 609251328 90071 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=594972 CPUtime=1201.69 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 21314 0 0 0 120135 34 0 0 25 0 5 0 519733449 609251328 90071 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=594972 CPUtime=1195.84 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 27863 0 0 0 119542 42 0 0 25 0 5 0 519733449 609251328 90071 33554432000 4194304 5787044 140733653794288 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=594972 CPUtime=1201.64 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 22760 0 0 0 120150 14 0 0 25 0 5 0 519733449 609251328 90071 33554432000 4194304 5787044 140733653794288 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 603672

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

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

[startup+1201.7 s]
/proc/loadavg: 8.00 8.05 8.00 9/188 4876
/proc/meminfo: memFree=19273292/32950904 swapFree=67082284/67111528
[pid=4826] ppid=4824 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (priss.sh) S 4824 4826 4177 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 519733448 8908800 251 33554432000 4194304 4922060 140737186820592 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4826/statm: 2175 251 211 178 0 68 0
[pid=4827] ppid=4826 vsize=594972 CPUtime=4800.18 cores=1,3,5,7
/proc/4827/stat : 4827 (priss) S 4826 4826 4177 0 -1 4202496 94982 0 0 0 479898 120 0 0 25 0 5 0 519733448 609251328 90071 33554432000 4194304 5787044 140733653794288 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4827/statm: 148743 90071 419 389 0 144493 0
[pid=4827/tid=4829] ppid=4826 vsize=594972 CPUtime=1200.98 cores=1,3,5,7
/proc/4827/task/4829/stat : 4829 (priss) R 4826 4826 4177 0 -1 4202560 21479 0 0 0 120070 28 0 0 25 0 5 0 519733449 609251328 90071 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=4827/tid=4830] ppid=4826 vsize=594972 CPUtime=1201.69 cores=1,3,5,7
/proc/4827/task/4830/stat : 4830 (priss) R 4826 4826 4177 0 -1 4202560 21314 0 0 0 120135 34 0 0 25 0 5 0 519733449 609251328 90071 33554432000 4194304 5787044 140733653794288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4827/tid=4831] ppid=4826 vsize=594972 CPUtime=1195.84 cores=1,3,5,7
/proc/4827/task/4831/stat : 4831 (priss) R 4826 4826 4177 0 -1 4202560 27863 0 0 0 119542 42 0 0 25 0 5 0 519733449 609251328 90071 33554432000 4194304 5787044 140733653794288 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4827/tid=4832] ppid=4826 vsize=594972 CPUtime=1201.64 cores=1,3,5,7
/proc/4827/task/4832/stat : 4832 (priss) R 4826 4826 4177 0 -1 4202560 22760 0 0 0 120150 14 0 0 25 0 5 0 519733449 609251328 90071 33554432000 4194304 5787044 140733653794288 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 603672

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.18
CPU user time (s): 4798.98
CPU system time (s): 1.2
CPU usage (%): 399.443
Max. virtual memory (cumulated for all children) (KiB): 603672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.69874 second user time and 4.86826 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 14:48:57
IDJOB=3266432
IDBENCH=87734
IDSOLVER=1603
FILE ID=node121/3266432-1304081337
RUNJOBID= node121-1304081337-4802
PBS_JOBID= 13170500
Free space on /tmp= 72652 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT02/handmade/simon/satex-challenges/c6288.shuffled.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266432-1304081337/watcher-3266432-1304081337 -o /tmp/evaluation-result-3266432-1304081337/solver-3266432-1304081337 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3266432-1304081337.cnf 831410638 4800 15500 4

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

MD5SUM BENCH= 75bd8319132b47c2d2e6f0889735a248
RANDOM SEED=831410638

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:      19977396 kB
Buffers:       2181896 kB
Cached:       10224436 kB
SwapCached:       2776 kB
Active:        9124928 kB
Inactive:      3329832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19977396 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            3272 kB
Writeback:           0 kB
AnonPages:       45840 kB
Mapped:          14604 kB
Slab:           455728 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   254580 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= 72652 MiB
End job on node121 at 2011-04-29 15:09:01