Trace number 3262911

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 Auto? (TO) 4800.4 1201.82

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
MD5SUMc06088cac8521bfe72bbb4c9ad8d39fb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables780
Number of clauses66810
Sum of the clauses size134348
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 266784
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

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: 19578
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 14931us
0.00/0.02	c parsed 66810 clauses with 780 variables
0.00/0.02	c NW started thread 0 successfully (1107970368)
0.00/0.02	c NW started thread 1 successfully (1093486912)
0.00/0.03	c NW started thread 2 successfully (1118460224)
0.00/0.04	c NW started thread 3 successfully (1128950080)
10.97/2.85	c preprocessor returned 10010 variables
10.97/2.85	c preprocessing returned UNKNOWN
10.97/2.85	c PP set 0 variables
10.97/2.85	c pp time: 2816360us (2s)
10.97/2.86	c preprocessor returned 10010 variables
10.97/2.86	c preprocessing returned UNKNOWN
10.97/2.86	c PP set 0 variables
10.97/2.86	c pp time: 2835795us (2s)
10.97/2.86	c preprocessor returned 10010 variables
10.97/2.86	c preprocessing returned UNKNOWN
10.97/2.86	c PP set 0 variables
10.97/2.86	c pp time: 2836031us (2s)
47.32/11.93	c preprocessor returned 30014 variables
47.32/11.93	c preprocessing returned UNKNOWN
47.32/11.93	c PP set 0 variables
47.32/11.93	c pp time: 11895593us (11s)

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-3262911-1304063541/watcher-3262911-1304063541 -o /tmp/evaluation-result-3262911-1304063541/solver-3262911-1304063541 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3262911-1304063541.cnf 908608659 4800 15500 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.94 8.05 7.94 5/182 19577
/proc/meminfo: memFree=22946592/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0

[startup+0.017476 s]
/proc/loadavg: 7.94 8.05 7.94 5/182 19577
/proc/meminfo: memFree=22946592/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.1017 s]
/proc/loadavg: 7.94 8.05 7.94 5/182 19577
/proc/meminfo: memFree=22946592/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.385379 s]
/proc/loadavg: 7.94 8.05 7.94 5/182 19577
/proc/meminfo: memFree=22946592/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700325 s]
/proc/loadavg: 7.94 8.05 7.94 5/182 19577
/proc/meminfo: memFree=22946592/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50118 s]
/proc/loadavg: 7.94 8.05 7.94 9/188 19583
/proc/meminfo: memFree=22922772/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=271892 CPUtime=5.77 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 12469 0 0 0 575 2 0 0 18 0 5 0 498770361 278417408 5726 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 67973 5726 350 389 0 63723 0
[pid=19578/tid=19580] ppid=19577 vsize=271892 CPUtime=1.43 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 2160 0 0 0 143 0 0 0 20 0 5 0 498770364 278417408 5726 33554432000 4194304 5787044 140737360912560 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=271892 CPUtime=1.42 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 2070 0 0 0 142 0 0 0 19 0 5 0 498770364 278417408 5726 33554432000 4194304 5787044 140737360912560 18446744073709551615 18446744073699065971 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=271892 CPUtime=1.43 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 2200 0 0 0 143 0 0 0 19 0 5 0 498770365 278417408 5726 33554432000 4194304 5787044 140737360912560 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=271892 CPUtime=1.43 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 2069 0 0 0 143 0 0 0 23 0 5 0 498770365 278417408 5726 33554432000 4194304 5787044 140737360912560 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 280592

[startup+3.10089 s]
/proc/loadavg: 7.94 8.05 7.94 9/188 19583
/proc/meminfo: memFree=22918192/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=288324 CPUtime=12.17 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 24735 0 0 0 1212 5 0 0 18 0 5 0 498770361 295243776 11934 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 72081 11934 404 389 0 67831 0
[pid=19578/tid=19580] ppid=19577 vsize=288324 CPUtime=3.03 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 5574 0 0 0 302 1 0 0 25 0 5 0 498770364 295243776 11934 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=288324 CPUtime=3.01 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 5720 0 0 0 301 0 0 0 24 0 5 0 498770364 295243776 11934 33554432000 4194304 5787044 140737360912560 18446744073709551615 5592132 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=288324 CPUtime=3.03 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 5308 0 0 0 302 1 0 0 25 0 5 0 498770365 295243776 11934 33554432000 4194304 5787044 140737360912560 18446744073709551615 5586800 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=288324 CPUtime=3.03 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 4163 0 0 0 303 0 0 0 25 0 5 0 498770365 295243776 11934 33554432000 4194304 5787044 140737360912560 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 297024

[startup+6.30032 s]
/proc/loadavg: 7.95 8.05 7.94 9/188 19583
/proc/meminfo: memFree=22882728/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=292424 CPUtime=24.95 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 27284 0 0 0 2489 6 0 0 18 0 5 0 498770361 299442176 14483 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 73106 14483 404 389 0 68856 0
[pid=19578/tid=19580] ppid=19577 vsize=292424 CPUtime=6.22 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 7094 0 0 0 621 1 0 0 25 0 5 0 498770364 299442176 14483 33554432000 4194304 5787044 140737360912560 18446744073709551615 5590313 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=292424 CPUtime=6.19 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 6245 0 0 0 619 0 0 0 25 0 5 0 498770364 299442176 14483 33554432000 4194304 5787044 140737360912560 18446744073709551615 5590297 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=292424 CPUtime=6.23 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 5811 0 0 0 621 2 0 0 25 0 5 0 498770365 299442176 14483 33554432000 4194304 5787044 140737360912560 18446744073709551615 5586662 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=292424 CPUtime=6.23 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 4164 0 0 0 623 0 0 0 25 0 5 0 498770365 299442176 14483 33554432000 4194304 5787044 140737360912560 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 301124

[startup+12.7012 s]
/proc/loadavg: 7.95 8.05 7.94 9/188 19583
/proc/meminfo: memFree=22867828/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=296552 CPUtime=50.52 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 32967 0 0 0 5045 7 0 0 18 0 5 0 498770361 303669248 17864 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 74138 17864 417 389 0 69888 0
[pid=19578/tid=19580] ppid=19577 vsize=296552 CPUtime=12.63 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 7883 0 0 0 1261 2 0 0 25 0 5 0 498770364 303669248 17864 33554432000 4194304 5787044 140737360912560 18446744073709551615 212039322626 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=296552 CPUtime=12.56 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 7028 0 0 0 1255 1 0 0 25 0 5 0 498770364 303669248 17864 33554432000 4194304 5787044 140737360912560 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=296552 CPUtime=12.63 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 6624 0 0 0 1261 2 0 0 25 0 5 0 498770365 303669248 17864 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=296552 CPUtime=12.63 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 7462 0 0 0 1263 0 0 0 25 0 5 0 498770365 303669248 17864 33554432000 4194304 5787044 140737360912560 18446744073709551615 4254391 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 305252

[startup+25.5009 s]
/proc/loadavg: 8.03 8.06 7.95 9/188 19583
/proc/meminfo: memFree=22842536/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=307208 CPUtime=101.63 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 38911 0 0 0 10150 13 0 0 18 0 5 0 498770361 314580992 23806 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 76802 23806 417 389 0 72552 0
[pid=19578/tid=19580] ppid=19577 vsize=307208 CPUtime=25.42 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 8975 0 0 0 2540 2 0 0 25 0 5 0 498770364 314580992 23806 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=307208 CPUtime=25.28 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 8075 0 0 0 2526 2 0 0 25 0 5 0 498770364 314580992 23806 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=307208 CPUtime=25.43 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 7814 0 0 0 2539 4 0 0 25 0 5 0 498770365 314580992 23806 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=307208 CPUtime=25.44 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 10077 0 0 0 2541 3 0 0 25 0 5 0 498770365 314580992 23806 33554432000 4194304 5787044 140737360912560 18446744073709551615 212039760415 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 315908

[startup+51.1013 s]
/proc/loadavg: 8.09 8.07 7.95 9/188 19584
/proc/meminfo: memFree=22802056/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=322572 CPUtime=203.88 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 48917 0 0 0 20362 26 0 0 18 0 5 0 498770361 330313728 33745 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 80643 33745 417 389 0 76393 0
[pid=19578/tid=19580] ppid=19577 vsize=322572 CPUtime=51.02 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 12019 0 0 0 5095 7 0 0 25 0 5 0 498770364 330313728 33745 33554432000 4194304 5787044 140737360912560 18446744073709551615 4254552 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=322572 CPUtime=50.74 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 9996 0 0 0 5069 5 0 0 25 0 5 0 498770364 330313728 33745 33554432000 4194304 5787044 140737360912560 18446744073709551615 212039322642 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=322572 CPUtime=51.02 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 10059 0 0 0 5095 7 0 0 25 0 5 0 498770365 330313728 33745 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=322572 CPUtime=51.03 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 12873 0 0 0 5098 5 0 0 25 0 5 0 498770365 330313728 33745 33554432000 4194304 5787044 140737360912560 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 331272

[startup+102.301 s]
/proc/loadavg: 8.09 8.08 7.96 9/188 19585
/proc/meminfo: memFree=22759608/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=337740 CPUtime=408.41 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 59080 0 0 0 40800 41 0 0 18 0 5 0 498770361 345845760 43809 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 84435 43809 417 389 0 80185 0
[pid=19578/tid=19580] ppid=19577 vsize=337740 CPUtime=102.22 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 14233 0 0 0 10211 11 0 0 25 0 5 0 498770364 345845760 43809 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=337740 CPUtime=101.66 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 12331 0 0 0 10157 9 0 0 25 0 5 0 498770364 345845760 43809 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=337740 CPUtime=102.22 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 11998 0 0 0 10212 10 0 0 25 0 5 0 498770365 345845760 43809 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=337740 CPUtime=102.23 cores=1,3,5,7

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

/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 28020 0 0 0 87704 37 0 0 25 0 5 0 498770364 648392704 116753 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=633196 CPUtime=882.21 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 34248 0 0 0 88167 54 0 0 25 0 5 0 498770365 648392704 116753 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=633196 CPUtime=882.24 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 35899 0 0 0 88201 23 0 0 25 0 5 0 498770365 648392704 116753 33554432000 4194304 5787044 140737360912560 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.14
Current children cumulated vsize (KiB) 641896

[startup+942.301 s]
/proc/loadavg: 8.02 8.08 8.01 10/188 19650
/proc/meminfo: memFree=23575068/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=646116 CPUtime=3763.79 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 137263 0 0 0 376220 159 0 0 18 0 5 0 498770361 661622784 120657 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 161529 120657 417 389 0 157279 0
[pid=19578/tid=19580] ppid=19577 vsize=646116 CPUtime=942.22 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 34212 0 0 0 94178 44 0 0 25 0 5 0 498770364 661622784 120657 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=646116 CPUtime=937.08 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 28778 0 0 0 93671 37 0 0 25 0 5 0 498770364 661622784 120657 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=646116 CPUtime=942.21 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 34251 0 0 0 94167 54 0 0 25 0 5 0 498770365 661622784 120657 33554432000 4194304 5787044 140737360912560 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=646116 CPUtime=942.23 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 36052 0 0 0 94200 23 0 0 25 0 5 0 498770365 661622784 120657 33554432000 4194304 5787044 140737360912560 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.79
Current children cumulated vsize (KiB) 654816

[startup+1002.3 s]
/proc/loadavg: 8.01 8.06 8.01 9/188 19651
/proc/meminfo: memFree=23516860/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=658948 CPUtime=4003.47 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 143131 0 0 0 400179 168 0 0 18 0 5 0 498770361 674762752 126525 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 164737 126525 417 389 0 160487 0
[pid=19578/tid=19580] ppid=19577 vsize=658948 CPUtime=1002.22 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 37047 0 0 0 100174 48 0 0 25 0 5 0 498770364 674762752 126525 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=658948 CPUtime=996.74 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 30227 0 0 0 99635 39 0 0 25 0 5 0 498770364 674762752 126525 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=658948 CPUtime=1002.21 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 34253 0 0 0 100167 54 0 0 25 0 5 0 498770365 674762752 126525 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=658948 CPUtime=1002.23 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 37634 0 0 0 100199 24 0 0 25 0 5 0 498770365 674762752 126525 33554432000 4194304 5787044 140737360912560 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.47
Current children cumulated vsize (KiB) 667648

[startup+1062.3 s]
/proc/loadavg: 8.00 8.05 8.00 9/188 19653
/proc/meminfo: memFree=23460524/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=670404 CPUtime=4243.14 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 149601 0 0 0 424138 176 0 0 18 0 5 0 498770361 686493696 132995 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 167601 132995 417 389 0 163351 0
[pid=19578/tid=19580] ppid=19577 vsize=670404 CPUtime=1062.21 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 39892 0 0 0 106171 50 0 0 25 0 5 0 498770364 686493696 132995 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=670404 CPUtime=1056.42 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 31947 0 0 0 105599 43 0 0 25 0 5 0 498770364 686493696 132995 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=670404 CPUtime=1062.2 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 34327 0 0 0 106166 54 0 0 25 0 5 0 498770365 686493696 132995 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=670404 CPUtime=1062.23 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 39465 0 0 0 106197 26 0 0 25 0 5 0 498770365 686493696 132995 33554432000 4194304 5787044 140737360912560 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.14
Current children cumulated vsize (KiB) 679104

[startup+1122.3 s]
/proc/loadavg: 8.00 8.04 8.00 10/188 19655
/proc/meminfo: memFree=23423520/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=686696 CPUtime=4482.82 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 156751 0 0 0 448097 185 0 0 18 0 5 0 498770361 703176704 139920 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 171674 139920 417 389 0 167424 0
[pid=19578/tid=19580] ppid=19577 vsize=686696 CPUtime=1122.21 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 42549 0 0 0 112169 52 0 0 25 0 5 0 498770364 703176704 139920 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=686696 CPUtime=1116.09 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 33512 0 0 0 111563 46 0 0 25 0 5 0 498770364 703176704 139920 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=686696 CPUtime=1122.2 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 35386 0 0 0 112165 55 0 0 25 0 5 0 498770365 703176704 139920 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=686696 CPUtime=1122.24 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 41334 0 0 0 112195 29 0 0 25 0 5 0 498770365 703176704 139920 33554432000 4194304 5787044 140737360912560 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.82
Current children cumulated vsize (KiB) 695396

[startup+1182.3 s]
/proc/loadavg: 8.04 8.04 8.00 9/188 19656
/proc/meminfo: memFree=23391372/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=692676 CPUtime=4722.49 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 162350 0 0 0 472056 193 0 0 18 0 5 0 498770361 709300224 145294 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 173169 145294 417 389 0 168919 0
[pid=19578/tid=19580] ppid=19577 vsize=692676 CPUtime=1182.22 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 42549 0 0 0 118169 53 0 0 25 0 5 0 498770364 709300224 145294 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=692676 CPUtime=1175.77 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 35352 0 0 0 117528 49 0 0 25 0 5 0 498770364 709300224 145294 33554432000 4194304 5787044 140737360912560 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=692676 CPUtime=1182.21 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 37620 0 0 0 118161 60 0 0 25 0 5 0 498770365 709300224 145294 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=692676 CPUtime=1182.24 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 42859 0 0 0 118194 30 0 0 25 0 5 0 498770365 709300224 145294 33554432000 4194304 5787044 140737360912560 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 701376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.09 8.05 8.00 10/188 19657
/proc/meminfo: memFree=23382680/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=694736 CPUtime=4800.4 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 163561 0 0 0 479844 196 0 0 18 0 5 0 498770361 711409664 146505 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 173684 146505 417 389 0 169434 0
[pid=19578/tid=19580] ppid=19577 vsize=694736 CPUtime=1201.73 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 42549 0 0 0 120120 53 0 0 25 0 5 0 498770364 711409664 146507 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=694736 CPUtime=1195.16 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 35352 0 0 0 119467 49 0 0 25 0 5 0 498770364 711409664 146507 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=694736 CPUtime=1201.71 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 38322 0 0 0 120109 62 0 0 25 0 5 0 498770365 711409664 146507 33554432000 4194304 5787044 140737360912560 18446744073709551615 5600967 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=694736 CPUtime=1201.74 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 43370 0 0 0 120143 31 0 0 25 0 5 0 498770365 711409664 146507 33554432000 4194304 5787044 140737360912560 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 703436

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

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

[startup+1201.8 s]
/proc/loadavg: 8.09 8.05 8.00 10/188 19657
/proc/meminfo: memFree=23382680/32951124 swapFree=67111524/67111528
[pid=19577] ppid=19575 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19577/stat : 19577 (prissAuto.sh) S 19575 19577 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498770361 8908800 251 33554432000 4194304 4922060 140734860348448 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/19577/statm: 2175 251 211 178 0 68 0
[pid=19578] ppid=19577 vsize=694736 CPUtime=4800.4 cores=1,3,5,7
/proc/19578/stat : 19578 (priss) S 19577 19577 17192 0 -1 4202496 163561 0 0 0 479844 196 0 0 18 0 5 0 498770361 711409664 146505 33554432000 4194304 5787044 140737360912560 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19578/statm: 173684 146505 417 389 0 169434 0
[pid=19578/tid=19580] ppid=19577 vsize=694736 CPUtime=1201.73 cores=1,3,5,7
/proc/19578/task/19580/stat : 19580 (priss) R 19577 19577 17192 0 -1 4202560 42549 0 0 0 120120 53 0 0 25 0 5 0 498770364 711409664 146507 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19578/tid=19581] ppid=19577 vsize=694736 CPUtime=1195.16 cores=1,3,5,7
/proc/19578/task/19581/stat : 19581 (priss) R 19577 19577 17192 0 -1 4202560 35352 0 0 0 119467 49 0 0 25 0 5 0 498770364 711409664 146507 33554432000 4194304 5787044 140737360912560 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19578/tid=19582] ppid=19577 vsize=694736 CPUtime=1201.71 cores=1,3,5,7
/proc/19578/task/19582/stat : 19582 (priss) R 19577 19577 17192 0 -1 4202560 38322 0 0 0 120109 62 0 0 25 0 5 0 498770365 711409664 146507 33554432000 4194304 5787044 140737360912560 18446744073709551615 5600967 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19578/tid=19583] ppid=19577 vsize=694736 CPUtime=1201.74 cores=1,3,5,7
/proc/19578/task/19583/stat : 19583 (priss) R 19577 19577 17192 0 -1 4202560 43370 0 0 0 120143 31 0 0 25 0 5 0 498770365 711409664 146507 33554432000 4194304 5787044 140737360912560 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 703436

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19577 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.4
CPU user time (s): 4798.44
CPU system time (s): 1.96
CPU usage (%): 399.428
Max. virtual memory (cumulated for all children) (KiB): 703436

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

runsolver used 1.59676 second user time and 4.97124 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 09:52:21
IDJOB=3262911
IDBENCH=83903
IDSOLVER=1602
FILE ID=node146/3262911-1304063541
RUNJOBID= node146-1304060503-19306
PBS_JOBID= 13170387
Free space on /tmp= 72932 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262911-1304063541/watcher-3262911-1304063541 -o /tmp/evaluation-result-3262911-1304063541/solver-3262911-1304063541 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3262911-1304063541.cnf 908608659 4800 15500 4

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

MD5SUM BENCH= c06088cac8521bfe72bbb4c9ad8d39fb
RANDOM SEED=908608659

node146.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.830
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.830
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.75
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.830
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.830
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:      22946748 kB
Buffers:       1673852 kB
Cached:        6324564 kB
SwapCached:          4 kB
Active:        2840148 kB
Inactive:      6634404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22946748 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2420 kB
Writeback:           0 kB
AnonPages:     1475888 kB
Mapped:          15620 kB
Slab:           463148 kB
PageTables:       7760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1762516 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= 72992 MiB
End job on node146 at 2011-04-29 10:12:25