Trace number 3289710

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.07 1201.83

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom17.cnf
MD5SUMa6df2ce216327c64a0156683acb72fc2
Bench CategoryAPPLICATION (applications 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 variables32733
Number of clauses109177
Sum of the clauses size278009
Maximum clause length1080
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256533
Number of clauses of size 352066
Number of clauses of size 4152
Number of clauses of size 515
Number of clauses of size over 5410

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: 12717
0.00/0.00	c setup for 4cores
0.00/0.03	c parsetime: 30027us
0.00/0.03	c parsed 109177 clauses with 32733 variables
0.00/0.04	c NW started thread 0 successfully (1116338496)
0.00/0.04	c NW started thread 1 successfully (1099286848)
0.00/0.05	c NW started thread 2 successfully (1126828352)
0.00/0.07	c NW started thread 3 successfully (1137318208)
0.00/0.84	c preprocessor returned 32733 variables
0.00/0.84	c preprocessing returned UNKNOWN
0.00/0.84	c PP set 1180 variables
0.00/0.84	c pp time: 789729us (0s)
0.00/0.84	c preprocessor returned 32733 variables
0.00/0.84	c preprocessing returned UNKNOWN
0.00/0.84	c PP set 1180 variables
0.00/0.84	c pp time: 788895us (0s)
0.00/0.85	c preprocessor returned 32733 variables
0.00/0.85	c preprocessing returned UNKNOWN
0.00/0.85	c PP set 1180 variables
0.00/0.85	c pp time: 785379us (0s)
0.00/1.34	c preprocessor returned 34733 variables
0.00/1.34	c preprocessing returned UNKNOWN
0.00/1.34	c PP set 1177 variables
0.00/1.34	c pp time: 1266275us (1s)
0.00/1.45	c HTE
0.00/1.48	c subsumption
0.00/1.52	c simplified formula contains 0 unit clauses
103.67/26.14	c added unsatisfied clause
103.67/26.14	c failed to add network clauses
281.42/70.63	c added unsatisfied clause
281.42/70.63	c failed to add network clauses
584.18/146.47	c added unsatisfied clause
584.18/146.47	c failed to add network clauses
1947.91/487.85	c HTE
2027.82/507.84	c subsumption
2764.39/692.29	c simplified formula contains 0 unit clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3289710-1304053435/watcher-3289710-1304053435 -o /tmp/evaluation-result-3289710-1304053435/solver-3289710-1304053435 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3289710-1304053435.cnf 1376191790 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: 8.00 8.02 7.76 3/178 12716
/proc/meminfo: memFree=26323160/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0

[startup+0.03086 s]
/proc/loadavg: 8.00 8.02 7.76 3/178 12716
/proc/meminfo: memFree=26323160/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100969 s]
/proc/loadavg: 8.00 8.02 7.76 3/178 12716
/proc/meminfo: memFree=26323160/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.330345 s]
/proc/loadavg: 8.00 8.02 7.76 3/178 12716
/proc/meminfo: memFree=26323160/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.01718 s]
/proc/loadavg: 8.00 8.02 7.76 3/178 12716
/proc/meminfo: memFree=26323160/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50058 s]
/proc/loadavg: 8.00 8.02 7.76 3/178 12716
/proc/meminfo: memFree=26323160/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10028 s]
/proc/loadavg: 8.00 8.02 7.76 9/188 12728
/proc/meminfo: memFree=26008864/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=398732 CPUtime=12.19 cores=1,3,5,7
/proc/12717/stat : 12717 (priss) S 12716 12716 12570 0 -1 4202496 45381 0 0 0 1204 15 0 0 25 0 5 0 516943196 408301568 30819 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12717/statm: 99683 30819 419 389 0 95433 0
[pid=12717/tid=12721] ppid=12716 vsize=398732 CPUtime=3.03 cores=1,3,5,7
/proc/12717/task/12721/stat : 12721 (priss) R 12716 12716 12570 0 -1 4202560 10415 0 0 0 300 3 0 0 23 0 5 0 516943200 408301568 30819 33554432000 4194304 5787044 140734605436224 18446744073709551615 4254964 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12717/tid=12723] ppid=12716 vsize=398732 CPUtime=3.03 cores=1,3,5,7
/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 8791 0 0 0 300 3 0 0 23 0 5 0 516943201 408301568 30819 33554432000 4194304 5787044 140734605436224 18446744073709551615 5590632 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=398732 CPUtime=3.02 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 8636 0 0 0 298 4 0 0 25 0 5 0 516943202 408301568 30819 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=398732 CPUtime=3.01 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 11288 0 0 0 299 2 0 0 23 0 5 0 516943203 408301568 30819 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055944 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 407432

[startup+6.30067 s]
/proc/loadavg: 8.00 8.02 7.76 9/188 12728
/proc/meminfo: memFree=26003932/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=399808 CPUtime=24.98 cores=1,3,5,7
/proc/12717/stat : 12717 (priss) S 12716 12716 12570 0 -1 4202496 46386 0 0 0 2482 16 0 0 25 0 5 0 516943196 409403392 31824 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12717/statm: 99952 31824 419 389 0 95702 0
[pid=12717/tid=12721] ppid=12716 vsize=399808 CPUtime=6.21 cores=1,3,5,7
/proc/12717/task/12721/stat : 12721 (priss) R 12716 12716 12570 0 -1 4202560 10785 0 0 0 618 3 0 0 25 0 5 0 516943200 409403392 31824 33554432000 4194304 5787044 140734605436224 18446744073709551615 4220317 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12717/tid=12723] ppid=12716 vsize=399808 CPUtime=6.24 cores=1,3,5,7
/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 8958 0 0 0 620 4 0 0 25 0 5 0 516943201 409403392 31824 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=399808 CPUtime=6.22 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 8814 0 0 0 618 4 0 0 25 0 5 0 516943202 409403392 31824 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=399808 CPUtime=6.22 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 11578 0 0 0 619 3 0 0 25 0 5 0 516943203 409403392 31824 33554432000 4194304 5787044 140734605436224 18446744073709551615 4254949 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 408508

[startup+12.7004 s]
/proc/loadavg: 8.08 8.03 7.77 10/189 12729
/proc/meminfo: memFree=25972876/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=404992 CPUtime=50.41 cores=1,3,5,7
/proc/12717/stat : 12717 (priss) S 12716 12716 12570 0 -1 4202496 49479 0 0 0 5023 18 0 0 25 0 5 0 516943196 414711808 34917 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12717/statm: 101248 34917 419 389 0 96998 0
[pid=12717/tid=12721] ppid=12716 vsize=404992 CPUtime=12.43 cores=1,3,5,7
/proc/12717/task/12721/stat : 12721 (priss) R 12716 12716 12570 0 -1 4202560 11308 0 0 0 1240 3 0 0 25 0 5 0 516943200 414711808 34917 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12717/tid=12723] ppid=12716 vsize=404992 CPUtime=12.64 cores=1,3,5,7
/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 9446 0 0 0 1260 4 0 0 25 0 5 0 516943201 414711808 34917 33554432000 4194304 5787044 140734605436224 18446744073709551615 208079893537 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=404992 CPUtime=12.64 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 10174 0 0 0 1259 5 0 0 25 0 5 0 516943202 414711808 34917 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=404992 CPUtime=12.61 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 12300 0 0 0 1258 3 0 0 25 0 5 0 516943203 414711808 34917 33554432000 4194304 5787044 140734605436224 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 413692

[startup+25.501 s]
/proc/loadavg: 8.22 8.06 7.78 10/189 12730
/proc/meminfo: memFree=25921684/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=410348 CPUtime=101.27 cores=1,3,5,7
/proc/12717/stat : 12717 (priss) S 12716 12716 12570 0 -1 4202496 53371 0 0 0 10105 22 0 0 25 0 5 0 516943196 420196352 38809 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12717/statm: 102587 38809 419 389 0 98337 0
[pid=12717/tid=12721] ppid=12716 vsize=410348 CPUtime=25.16 cores=1,3,5,7
/proc/12717/task/12721/stat : 12721 (priss) R 12716 12716 12570 0 -1 4202560 11613 0 0 0 2513 3 0 0 25 0 5 0 516943200 420196352 38809 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12717/tid=12723] ppid=12716 vsize=410348 CPUtime=25.43 cores=1,3,5,7
/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 10722 0 0 0 2538 5 0 0 25 0 5 0 516943201 420196352 38809 33554432000 4194304 5787044 140734605436224 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=410348 CPUtime=25.42 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 10966 0 0 0 2537 5 0 0 25 0 5 0 516943202 420196352 38809 33554432000 4194304 5787044 140734605436224 18446744073709551615 4229280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=410348 CPUtime=25.16 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 13819 0 0 0 2511 5 0 0 25 0 5 0 516943203 420196352 38809 33554432000 4194304 5787044 140734605436224 18446744073709551615 4238897 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 419048

[startup+51.1011 s]
/proc/loadavg: 8.20 8.07 7.79 9/188 12730
/proc/meminfo: memFree=25899988/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=418280 CPUtime=203.53 cores=1,3,5,7
/proc/12717/stat : 12717 (priss) S 12716 12716 12570 0 -1 4202496 61382 0 0 0 20318 35 0 0 25 0 5 0 516943196 428318720 46816 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12717/statm: 104570 46816 419 389 0 100320 0
[pid=12717/tid=12721] ppid=12716 vsize=418280 CPUtime=50.76 cores=1,3,5,7
/proc/12717/task/12721/stat : 12721 (priss) R 12716 12716 12570 0 -1 4202560 12900 0 0 0 5070 6 0 0 25 0 5 0 516943200 428318720 46816 33554432000 4194304 5787044 140734605436224 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12717/tid=12723] ppid=12716 vsize=418280 CPUtime=51.03 cores=1,3,5,7
/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 12726 0 0 0 5094 9 0 0 25 0 5 0 516943201 428318720 46816 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=418280 CPUtime=51.02 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 14811 0 0 0 5091 11 0 0 25 0 5 0 516943202 428318720 46816 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=418280 CPUtime=50.63 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 14694 0 0 0 5056 7 0 0 25 0 5 0 516943203 428318720 46816 33554432000 4194304 5787044 140734605436224 18446744073709551615 5527171 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.53
Current children cumulated vsize (KiB) 426980

[startup+102.3 s]
/proc/loadavg: 8.15 8.07 7.81 9/188 12732
/proc/meminfo: memFree=25812940/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=434532 CPUtime=408.03 cores=1,3,5,7
/proc/12717/stat : 12717 (priss) S 12716 12716 12570 0 -1 4202496 72437 0 0 0 40753 50 0 0 25 0 5 0 516943196 444960768 57784 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12717/statm: 108633 57784 419 389 0 104383 0
[pid=12717/tid=12721] ppid=12716 vsize=434532 CPUtime=101.95 cores=1,3,5,7
/proc/12717/task/12721/stat : 12721 (priss) R 12716 12716 12570 0 -1 4202560 16903 0 0 0 10184 11 0 0 25 0 5 0 516943200 444960768 57784 33554432000 4194304 5787044 140734605436224 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12717/tid=12723] ppid=12716 vsize=434532 CPUtime=102.22 cores=1,3,5,7
/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 15603 0 0 0 10210 12 0 0 25 0 5 0 516943201 444960768 57784 33554432000 4194304 5787044 140734605436224 18446744073709551615 208079893537 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=434532 CPUtime=102.22 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 17416 0 0 0 10207 15 0 0 25 0 5 0 516943202 444960768 57784 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=434532 CPUtime=101.54 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 16264 0 0 0 10145 9 0 0 25 0 5 0 516943203 444960768 57784 33554432000 4194304 5787044 140734605436224 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.03
Current children cumulated vsize (KiB) 443232

[startup+162.301 s]
/proc/loadavg: 8.20 8.10 7.83 9/188 12733
/proc/meminfo: memFree=25729204/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=447076 CPUtime=647.71 cores=1,3,5,7

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

/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 36900 0 0 0 88176 48 0 0 25 0 5 0 516943201 822636544 159768 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=803356 CPUtime=880.79 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 38927 0 0 0 88037 42 0 0 25 0 5 0 516943202 822636544 159768 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=803356 CPUtime=879.56 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 60812 0 0 0 87916 40 0 0 25 0 5 0 516943203 822636544 159768 33554432000 4194304 5787044 140734605436224 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.76
Current children cumulated vsize (KiB) 812056

[startup+942.307 s]
/proc/loadavg: 8.07 8.05 7.94 9/188 12754
/proc/meminfo: memFree=24985472/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=804280 CPUtime=3763.46 cores=1,3,5,7
/proc/12717/stat : 12717 (priss) S 12716 12716 12570 0 -1 4202496 177498 0 0 0 376169 177 0 0 25 0 5 0 516943196 823582720 160624 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12717/statm: 201070 160624 419 389 0 196820 0
[pid=12717/tid=12721] ppid=12716 vsize=804280 CPUtime=940.76 cores=1,3,5,7
/proc/12717/task/12721/stat : 12721 (priss) R 12716 12716 12570 0 -1 4202560 33707 0 0 0 94033 43 0 0 25 0 5 0 516943200 823582720 160624 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12717/tid=12723] ppid=12716 vsize=804280 CPUtime=942.24 cores=1,3,5,7
/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 37125 0 0 0 94176 48 0 0 25 0 5 0 516943201 823582720 160624 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591312 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=804280 CPUtime=940.8 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 39322 0 0 0 94037 43 0 0 25 0 5 0 516943202 823582720 160624 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=804280 CPUtime=939.56 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 61093 0 0 0 93916 40 0 0 25 0 5 0 516943203 823582720 160624 33554432000 4194304 5787044 140734605436224 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.46
Current children cumulated vsize (KiB) 812980

[startup+1002.3 s]
/proc/loadavg: 8.10 8.06 7.94 9/188 12756
/proc/meminfo: memFree=24982356/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=804280 CPUtime=4003.09 cores=1,3,5,7
/proc/12717/stat : 12717 (priss) S 12716 12716 12570 0 -1 4202496 178492 0 0 0 400131 178 0 0 25 0 5 0 516943196 823582720 161212 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12717/statm: 201070 161212 419 389 0 196820 0
[pid=12717/tid=12721] ppid=12716 vsize=804280 CPUtime=1000.42 cores=1,3,5,7
/proc/12717/task/12721/stat : 12721 (priss) R 12716 12716 12570 0 -1 4202560 34039 0 0 0 99999 43 0 0 25 0 5 0 516943200 823582720 161212 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12717/tid=12723] ppid=12716 vsize=804280 CPUtime=1002.23 cores=1,3,5,7
/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 37632 0 0 0 100174 49 0 0 25 0 5 0 516943201 823582720 161212 33554432000 4194304 5787044 140734605436224 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=804280 CPUtime=1000.78 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 39322 0 0 0 100035 43 0 0 25 0 5 0 516943202 823582720 161212 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=804280 CPUtime=999.56 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 61248 0 0 0 99916 40 0 0 25 0 5 0 516943203 823582720 161212 33554432000 4194304 5787044 140734605436224 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.09
Current children cumulated vsize (KiB) 812980

[startup+1062.3 s]
/proc/loadavg: 8.03 8.04 7.94 9/188 12757
/proc/meminfo: memFree=24973652/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=804280 CPUtime=4242.77 cores=1,3,5,7
/proc/12717/stat : 12717 (priss) S 12716 12716 12570 0 -1 4202496 178874 0 0 0 424098 179 0 0 25 0 5 0 516943196 823582720 161594 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12717/statm: 201070 161594 419 389 0 196820 0
[pid=12717/tid=12721] ppid=12716 vsize=804280 CPUtime=1060.09 cores=1,3,5,7
/proc/12717/task/12721/stat : 12721 (priss) R 12716 12716 12570 0 -1 4202560 34039 0 0 0 105966 43 0 0 25 0 5 0 516943200 823582720 161594 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12717/tid=12723] ppid=12716 vsize=804280 CPUtime=1062.23 cores=1,3,5,7
/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 37636 0 0 0 106174 49 0 0 25 0 5 0 516943201 823582720 161594 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=804280 CPUtime=1060.78 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 39323 0 0 0 106035 43 0 0 25 0 5 0 516943202 823582720 161594 33554432000 4194304 5787044 140734605436224 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=804280 CPUtime=1059.57 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 61625 0 0 0 105916 41 0 0 25 0 5 0 516943203 823582720 161594 33554432000 4194304 5787044 140734605436224 18446744073709551615 5528651 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.77
Current children cumulated vsize (KiB) 812980

[startup+1122.3 s]
/proc/loadavg: 8.01 8.03 7.94 9/188 12759
/proc/meminfo: memFree=24939044/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=808108 CPUtime=4482.45 cores=1,3,5,7
/proc/12717/stat : 12717 (priss) S 12716 12716 12570 0 -1 4202496 180027 0 0 0 448065 180 0 0 25 0 5 0 516943196 827502592 162747 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12717/statm: 202027 162747 419 389 0 197777 0
[pid=12717/tid=12721] ppid=12716 vsize=808108 CPUtime=1119.77 cores=1,3,5,7
/proc/12717/task/12721/stat : 12721 (priss) R 12716 12716 12570 0 -1 4202560 34039 0 0 0 111934 43 0 0 25 0 5 0 516943200 827502592 162747 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12717/tid=12723] ppid=12716 vsize=808108 CPUtime=1122.23 cores=1,3,5,7
/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 37636 0 0 0 112174 49 0 0 25 0 5 0 516943201 827502592 162747 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=808108 CPUtime=1120.79 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 40271 0 0 0 112034 45 0 0 25 0 5 0 516943202 827502592 162747 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=808108 CPUtime=1119.57 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 61830 0 0 0 111916 41 0 0 25 0 5 0 516943203 827502592 162747 33554432000 4194304 5787044 140734605436224 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 816808

[startup+1182.3 s]
/proc/loadavg: 8.00 8.02 7.94 9/188 12761
/proc/meminfo: memFree=24878740/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=878396 CPUtime=4722.13 cores=1,3,5,7
/proc/12717/stat : 12717 (priss) S 12716 12716 12570 0 -1 4202496 183980 0 0 0 472026 187 0 0 25 0 5 0 516943196 899477504 166498 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12717/statm: 219599 166498 419 389 0 215349 0
[pid=12717/tid=12721] ppid=12716 vsize=878396 CPUtime=1179.44 cores=1,3,5,7
/proc/12717/task/12721/stat : 12721 (priss) R 12716 12716 12570 0 -1 4202560 34051 0 0 0 117900 44 0 0 25 0 5 0 516943200 899477504 166498 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12717/tid=12723] ppid=12716 vsize=878396 CPUtime=1182.23 cores=1,3,5,7
/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 39928 0 0 0 118170 53 0 0 25 0 5 0 516943201 899477504 166498 33554432000 4194304 5787044 140734605436224 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=878396 CPUtime=1180.78 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 41442 0 0 0 118033 45 0 0 25 0 5 0 516943202 899477504 166498 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=878396 CPUtime=1179.56 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 62308 0 0 0 117915 41 0 0 25 0 5 0 516943203 899477504 166498 33554432000 4194304 5787044 140734605436224 18446744073709551615 5527399 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.13
Current children cumulated vsize (KiB) 887096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.00 8.02 7.94 9/188 12761
/proc/meminfo: memFree=24860756/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=878396 CPUtime=4800.07 cores=1,3,5,7
/proc/12717/stat : 12717 (priss) S 12716 12716 12570 0 -1 4202496 184080 0 0 0 479820 187 0 0 25 0 5 0 516943196 899477504 166598 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12717/statm: 219599 166598 419 389 0 215349 0
[pid=12717/tid=12721] ppid=12716 vsize=878396 CPUtime=1198.84 cores=1,3,5,7
/proc/12717/task/12721/stat : 12721 (priss) R 12716 12716 12570 0 -1 4202560 34051 0 0 0 119840 44 0 0 25 0 5 0 516943200 899477504 166598 33554432000 4194304 5787044 140734605436224 18446744073709551615 4238753 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12717/tid=12723] ppid=12716 vsize=878396 CPUtime=1201.74 cores=1,3,5,7
/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 40017 0 0 0 120121 53 0 0 25 0 5 0 516943201 899477504 166598 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=878396 CPUtime=1200.3 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 41453 0 0 0 119985 45 0 0 25 0 5 0 516943202 899477504 166598 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=878396 CPUtime=1199.08 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 62308 0 0 0 119867 41 0 0 25 0 5 0 516943203 899477504 166598 33554432000 4194304 5787044 140734605436224 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 887096

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.00 8.02 7.94 9/188 12761
/proc/meminfo: memFree=24860756/32950928 swapFree=67111364/67111528
[pid=12716] ppid=12714 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12716/stat : 12716 (prissAuto.sh) S 12714 12716 12570 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516943196 8908800 252 33554432000 4194304 4922060 140735181472176 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12716/statm: 2175 252 211 178 0 68 0
[pid=12717] ppid=12716 vsize=878396 CPUtime=4800.07 cores=1,3,5,7
/proc/12717/stat : 12717 (priss) S 12716 12716 12570 0 -1 4202496 184080 0 0 0 479820 187 0 0 25 0 5 0 516943196 899477504 166598 33554432000 4194304 5787044 140734605436224 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12717/statm: 219599 166598 419 389 0 215349 0
[pid=12717/tid=12721] ppid=12716 vsize=878396 CPUtime=1198.84 cores=1,3,5,7
/proc/12717/task/12721/stat : 12721 (priss) R 12716 12716 12570 0 -1 4202560 34051 0 0 0 119840 44 0 0 25 0 5 0 516943200 899477504 166598 33554432000 4194304 5787044 140734605436224 18446744073709551615 4238753 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12717/tid=12723] ppid=12716 vsize=878396 CPUtime=1201.74 cores=1,3,5,7
/proc/12717/task/12723/stat : 12723 (priss) R 12716 12716 12570 0 -1 4202560 40017 0 0 0 120121 53 0 0 25 0 5 0 516943201 899477504 166598 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12717/tid=12724] ppid=12716 vsize=878396 CPUtime=1200.3 cores=1,3,5,7
/proc/12717/task/12724/stat : 12724 (priss) R 12716 12716 12570 0 -1 4202560 41453 0 0 0 119985 45 0 0 25 0 5 0 516943202 899477504 166598 33554432000 4194304 5787044 140734605436224 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12717/tid=12726] ppid=12716 vsize=878396 CPUtime=1199.08 cores=1,3,5,7
/proc/12717/task/12726/stat : 12726 (priss) R 12716 12716 12570 0 -1 4202560 62308 0 0 0 119867 41 0 0 25 0 5 0 516943203 899477504 166598 33554432000 4194304 5787044 140734605436224 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 887096

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.83
CPU time (s): 4800.07
CPU user time (s): 4798.2
CPU system time (s): 1.87
CPU usage (%): 399.398
Max. virtual memory (cumulated for all children) (KiB): 887096

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

runsolver used 1.67974 second user time and 4.88826 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 07:03:55
IDJOB=3289710
IDBENCH=83134
IDSOLVER=1602
FILE ID=node127/3289710-1304053435
RUNJOBID= node127-1304052231-12589
PBS_JOBID= 13170417
Free space on /tmp= 71812 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom17.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289710-1304053435/watcher-3289710-1304053435 -o /tmp/evaluation-result-3289710-1304053435/solver-3289710-1304053435 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3289710-1304053435.cnf 1376191790 4800 15500 4

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=1376191790

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26323308 kB
Buffers:       1384396 kB
Cached:        4695196 kB
SwapCached:          0 kB
Active:        1748780 kB
Inactive:      4404452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26323308 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            8200 kB
Writeback:           0 kB
AnonPages:       73048 kB
Mapped:          15072 kB
Slab:           409636 kB
PageTables:       4660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   213792 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= 71812 MiB
End job on node127 at 2011-04-29 07:23:59