Trace number 3293621

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.21 1205.12

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
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 variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

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: 27593
1.38/1.49	c parsetime: 1493485us
1.38/1.49	c parsed 4187694 clauses with 88289 variables
1.68/1.76	c NW started thread 0 successfully (1107315008)
2.18/2.05	c NW started thread 1 successfully (1117804864)
2.79/2.39	c NW started thread 2 successfully (1128294720)
3.75/2.80	c NW started thread 3 successfully (1138784576)
568.10/145.14	c preprocessor returned 90289 variables
568.10/145.14	c preprocessing returned UNKNOWN
568.10/145.14	c PP set 71 variables
568.10/145.14	c pp time: 142316691us (142s)
640.61/163.62	c preprocessor returned 88589 variables
640.61/163.62	c preprocessing returned UNKNOWN
640.61/163.62	c PP set 71 variables
640.61/163.62	c pp time: 161843881us (161s)
646.61/165.15	c preprocessor returned 88589 variables
646.61/165.15	c preprocessing returned UNKNOWN
646.61/165.15	c PP set 71 variables
646.61/165.15	c pp time: 162724642us (162s)
650.22/166.06	c preprocessor returned 88589 variables
650.22/166.06	c preprocessing returned UNKNOWN
650.22/166.06	c PP set 71 variables
650.22/166.06	c pp time: 163988405us (163s)
1294.91/327.43	c HTE
1387.87/350.75	c subsumption
1387.87/350.75	c simplified formula contains 0 unit clauses
1971.45/496.86	c HTE
2017.93/508.56	c subsumption
2017.93/508.56	c simplified formula contains 0 unit clauses
3231.06/812.22	c HTE
3255.46/818.38	c subsumption
3255.46/818.38	c simplified formula contains 0 unit clauses
4455.90/1118.97	c HTE
4546.54/1141.65	c subsumption
4546.54/1141.65	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-3293621-1304083219/watcher-3293621-1304083219 -o /tmp/evaluation-result-3293621-1304083219/solver-3293621-1304083219 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3293621-1304083219.cnf 773146282 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: 3.69 4.66 6.23 3/172 27592
/proc/meminfo: memFree=18028764/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0

[startup+0.062153 s]
/proc/loadavg: 3.69 4.66 6.23 3/172 27592
/proc/meminfo: memFree=18028764/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101143 s]
/proc/loadavg: 3.69 4.66 6.23 3/172 27592
/proc/meminfo: memFree=18028764/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301103 s]
/proc/loadavg: 3.69 4.66 6.23 3/172 27592
/proc/meminfo: memFree=18028764/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701025 s]
/proc/loadavg: 3.69 4.66 6.23 3/172 27592
/proc/meminfo: memFree=18028764/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50087 s]
/proc/loadavg: 3.55 4.62 6.20 3/180 27601
/proc/meminfo: memFree=17853268/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=211864 CPUtime=1.48 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) R 27592 27592 25471 0 -1 4202496 50422 0 0 0 141 7 0 0 25 0 1 0 519918589 216948736 42415 33554432000 4194304 5787044 140733910814688 18446744073709551615 4225294 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27593/statm: 52966 42429 307 389 0 48716 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 220564

[startup+3.10047 s]
/proc/loadavg: 3.55 4.62 6.20 5/182 27603
/proc/meminfo: memFree=17205972/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=1609008 CPUtime=4.23 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 350117 0 0 0 310 113 0 0 18 0 5 0 519918589 1647624192 342110 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27593/statm: 402252 342110 345 389 0 398002 0
[pid=27593/tid=27602] ppid=27592 vsize=1609008 CPUtime=0.81 cores=1,3,5,7
/proc/27593/task/27602/stat : 27602 (priss) D 27592 27592 25471 0 -1 4202560 49303 0 0 0 55 26 0 0 18 0 5 0 519918765 1647624192 342110 33554432000 4194304 5787044 140733910814688 18446744073709551615 254500353057 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27593/tid=27603] ppid=27592 vsize=1609008 CPUtime=0.57 cores=1,3,5,7
/proc/27593/task/27603/stat : 27603 (priss) D 27592 27592 25471 0 -1 4202560 41114 0 0 0 26 31 0 0 18 0 5 0 519918794 1647624192 342110 33554432000 4194304 5787044 140733910814688 18446744073709551615 254500352709 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 1617708

[startup+6.30084 s]
/proc/loadavg: 3.55 4.62 6.20 9/187 27609
/proc/meminfo: memFree=13512468/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=2817940 CPUtime=14.13 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 649460 0 0 0 1131 282 0 0 18 0 5 0 519918589 2885570560 641453 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27593/statm: 704485 641453 345 389 0 700235 0
[pid=27593/tid=27602] ppid=27592 vsize=2817940 CPUtime=3.3 cores=1,3,5,7
/proc/27593/task/27602/stat : 27602 (priss) R 27592 27592 25471 0 -1 4202560 104455 0 0 0 269 61 0 0 19 0 5 0 519918765 2885570560 641453 33554432000 4194304 5787044 140733910814688 18446744073709551615 254500341330 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27593/tid=27603] ppid=27592 vsize=2817940 CPUtime=3.03 cores=1,3,5,7
/proc/27593/task/27603/stat : 27603 (priss) R 27592 27592 25471 0 -1 4202560 111041 0 0 0 232 71 0 0 18 0 5 0 519918794 2885570560 641453 33554432000 4194304 5787044 140733910814688 18446744073709551615 4307710 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27593/tid=27604] ppid=27592 vsize=2817940 CPUtime=2.76 cores=1,3,5,7
/proc/27593/task/27604/stat : 27604 (priss) R 27592 27592 25471 0 -1 4202560 114521 0 0 0 212 64 0 0 18 0 5 0 519918828 2885570560 641453 33554432000 4194304 5787044 140733910814688 18446744073709551615 47096036054167 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27593/tid=27605] ppid=27592 vsize=2817940 CPUtime=2.56 cores=1,3,5,7
/proc/27593/task/27605/stat : 27605 (priss) R 27592 27592 25471 0 -1 4202560 110120 0 0 0 204 52 0 0 18 0 5 0 519918869 2885570560 641453 33554432000 4194304 5787044 140733910814688 18446744073709551615 254500340940 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 14.13
Current children cumulated vsize (KiB) 2826640

[startup+12.7006 s]
/proc/loadavg: 4.38 4.76 6.23 9/188 27610
/proc/meminfo: memFree=13469196/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=1849780 CPUtime=39.34 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 692809 0 0 0 3642 292 0 0 18 0 5 0 519918589 1894174720 410677 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27593/statm: 462445 410677 350 389 0 458195 0
[pid=27593/tid=27602] ppid=27592 vsize=1849780 CPUtime=9.7 cores=1,3,5,7
/proc/27593/task/27602/stat : 27602 (priss) R 27592 27592 25471 0 -1 4202560 125057 0 0 0 906 64 0 0 25 0 5 0 519918765 1894174720 410678 33554432000 4194304 5787044 140733910814688 18446744073709551615 4340484 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27593/tid=27603] ppid=27592 vsize=1849780 CPUtime=9.36 cores=1,3,5,7
/proc/27593/task/27603/stat : 27603 (priss) R 27592 27592 25471 0 -1 4202560 118577 0 0 0 863 73 0 0 25 0 5 0 519918794 1894174720 410678 33554432000 4194304 5787044 140733910814688 18446744073709551615 4332602 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27593/tid=27604] ppid=27592 vsize=1849780 CPUtime=9.16 cores=1,3,5,7
/proc/27593/task/27604/stat : 27604 (priss) R 27592 27592 25471 0 -1 4202560 122197 0 0 0 850 66 0 0 25 0 5 0 519918828 1894174720 410678 33554432000 4194304 5787044 140733910814688 18446744073709551615 4332602 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27593/tid=27605] ppid=27592 vsize=1849780 CPUtime=8.63 cores=1,3,5,7
/proc/27593/task/27605/stat : 27605 (priss) R 27592 27592 25471 0 -1 4202560 117656 0 0 0 809 54 0 0 25 0 5 0 519918869 1894174720 410678 33554432000 4194304 5787044 140733910814688 18446744073709551615 4332669 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39.34
Current children cumulated vsize (KiB) 1858480

[startup+25.501 s]
/proc/loadavg: 4.94 4.87 6.25 10/188 27610
/proc/meminfo: memFree=13450596/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=1924320 CPUtime=90.47 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 731698 0 0 0 8748 299 0 0 18 0 5 0 519918589 1970503680 412649 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27593/statm: 481080 412649 355 389 0 476830 0
[pid=27593/tid=27602] ppid=27592 vsize=1924320 CPUtime=22.5 cores=1,3,5,7
/proc/27593/task/27602/stat : 27602 (priss) R 27592 27592 25471 0 -1 4202560 125127 0 0 0 2186 64 0 0 25 0 5 0 519918765 1970503680 412649 33554432000 4194304 5787044 140733910814688 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27593/tid=27603] ppid=27592 vsize=1924320 CPUtime=22.17 cores=1,3,5,7
/proc/27593/task/27603/stat : 27603 (priss) R 27592 27592 25471 0 -1 4202560 131039 0 0 0 2141 76 0 0 25 0 5 0 519918794 1970503680 412649 33554432000 4194304 5787044 140733910814688 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27593/tid=27604] ppid=27592 vsize=1924320 CPUtime=21.95 cores=1,3,5,7
/proc/27593/task/27604/stat : 27604 (priss) R 27592 27592 25471 0 -1 4202560 136090 0 0 0 2127 68 0 0 25 0 5 0 519918828 1970503680 412649 33554432000 4194304 5787044 140733910814688 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27593/tid=27605] ppid=27592 vsize=1924320 CPUtime=21.35 cores=1,3,5,7
/proc/27593/task/27605/stat : 27605 (priss) R 27592 27592 25471 0 -1 4202560 130119 0 0 0 2079 56 0 0 19 0 5 0 519918869 1970503680 412649 33554432000 4194304 5787044 140733910814688 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 90.47
Current children cumulated vsize (KiB) 1933020

[startup+51.1009 s]
/proc/loadavg: 5.98 5.12 6.30 9/188 27611
/proc/meminfo: memFree=13403732/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=1992000 CPUtime=192.74 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 741511 0 0 0 18973 301 0 0 18 0 5 0 519918589 2039808000 422462 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27593/statm: 498000 422462 355 389 0 493750 0
[pid=27593/tid=27602] ppid=27592 vsize=1992000 CPUtime=48.1 cores=1,3,5,7
/proc/27593/task/27602/stat : 27602 (priss) R 27592 27592 25471 0 -1 4202560 125127 0 0 0 4746 64 0 0 25 0 5 0 519918765 2039808000 422462 33554432000 4194304 5787044 140733910814688 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27593/tid=27603] ppid=27592 vsize=1992000 CPUtime=47.77 cores=1,3,5,7
/proc/27593/task/27603/stat : 27603 (priss) R 27592 27592 25471 0 -1 4202560 131044 0 0 0 4701 76 0 0 25 0 5 0 519918794 2039808000 422462 33554432000 4194304 5787044 140733910814688 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27593/tid=27604] ppid=27592 vsize=1992000 CPUtime=47.55 cores=1,3,5,7
/proc/27593/task/27604/stat : 27604 (priss) R 27592 27592 25471 0 -1 4202560 136090 0 0 0 4687 68 0 0 25 0 5 0 519918828 2039808000 422462 33554432000 4194304 5787044 140733910814688 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27593/tid=27605] ppid=27592 vsize=1992000 CPUtime=46.82 cores=1,3,5,7
/proc/27593/task/27605/stat : 27605 (priss) R 27592 27592 25471 0 -1 4202560 139927 0 0 0 4624 58 0 0 25 0 5 0 519918869 2039808000 422462 33554432000 4194304 5787044 140733910814688 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 192.74
Current children cumulated vsize (KiB) 2000700

[startup+102.301 s]
/proc/loadavg: 7.31 5.63 6.40 10/188 27612
/proc/meminfo: memFree=13394340/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=1992000 CPUtime=397.26 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 741512 0 0 0 39425 301 0 0 18 0 5 0 519918589 2039808000 422463 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27593/statm: 498000 422463 355 389 0 493750 0
[pid=27593/tid=27602] ppid=27592 vsize=1992000 CPUtime=99.3 cores=1,3,5,7
/proc/27593/task/27602/stat : 27602 (priss) R 27592 27592 25471 0 -1 4202560 125127 0 0 0 9866 64 0 0 25 0 5 0 519918765 2039808000 422463 33554432000 4194304 5787044 140733910814688 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=27593/tid=27603] ppid=27592 vsize=1992000 CPUtime=98.97 cores=1,3,5,7
/proc/27593/task/27603/stat : 27603 (priss) R 27592 27592 25471 0 -1 4202560 131044 0 0 0 9821 76 0 0 25 0 5 0 519918794 2039808000 422463 33554432000 4194304 5787044 140733910814688 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27593/tid=27604] ppid=27592 vsize=1992000 CPUtime=98.76 cores=1,3,5,7
/proc/27593/task/27604/stat : 27604 (priss) R 27592 27592 25471 0 -1 4202560 136090 0 0 0 9808 68 0 0 25 0 5 0 519918828 2039808000 422463 33554432000 4194304 5787044 140733910814688 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27593/tid=27605] ppid=27592 vsize=1992000 CPUtime=97.74 cores=1,3,5,7
/proc/27593/task/27605/stat : 27605 (priss) R 27592 27592 25471 0 -1 4202560 139928 0 0 0 9716 58 0 0 25 0 5 0 519918869 2039808000 422463 33554432000 4194304 5787044 140733910814688 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 397.26
Current children cumulated vsize (KiB) 2000700

[startup+162.301 s]
/proc/loadavg: 7.85 6.09 6.51 10/188 27614
/proc/meminfo: memFree=12683672/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=2727644 CPUtime=635.88 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 1014517 0 0 0 63215 373 0 0 18 0 5 0 519918589 2793107456 598568 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0

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

/proc/27593/task/27603/stat : 27603 (priss) R 27592 27592 25471 0 -1 4202560 199018 0 0 0 87727 109 0 0 25 0 5 0 519918794 3146924032 690022 33554432000 4194304 5787044 140733910814688 18446744073709551615 5591312 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27593/tid=27604] ppid=27592 vsize=3073168 CPUtime=877.97 cores=1,3,5,7
/proc/27593/task/27604/stat : 27604 (priss) R 27592 27592 25471 0 -1 4202560 206232 0 0 0 87693 104 0 0 25 0 5 0 519918828 3146924032 690022 33554432000 4194304 5787044 140733910814688 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27593/tid=27605] ppid=27592 vsize=3073168 CPUtime=876.48 cores=1,3,5,7
/proc/27593/task/27605/stat : 27605 (priss) R 27592 27592 25471 0 -1 4202560 396637 0 0 0 87506 142 0 0 25 0 5 0 519918869 3146924032 690022 33554432000 4194304 5787044 140733910814688 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3510.82
Current children cumulated vsize (KiB) 3081868

[startup+942.3 s]
/proc/loadavg: 8.17 7.95 7.39 9/188 27634
/proc/meminfo: memFree=10493136/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=3073168 CPUtime=3750.5 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 1204651 0 0 0 374562 488 0 0 18 0 5 0 519918589 3146924032 690079 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27593/statm: 768292 690079 419 389 0 764042 0
[pid=27593/tid=27602] ppid=27592 vsize=3073168 CPUtime=935.32 cores=1,3,5,7
/proc/27593/task/27602/stat : 27602 (priss) R 27592 27592 25471 0 -1 4202560 193384 0 0 0 93436 96 0 0 25 0 5 0 519918765 3146924032 690079 33554432000 4194304 5787044 140733910814688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27593/tid=27603] ppid=27592 vsize=3073168 CPUtime=938.36 cores=1,3,5,7
/proc/27593/task/27603/stat : 27603 (priss) R 27592 27592 25471 0 -1 4202560 199018 0 0 0 93726 110 0 0 25 0 5 0 519918794 3146924032 690079 33554432000 4194304 5787044 140733910814688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27593/tid=27604] ppid=27592 vsize=3073168 CPUtime=937.86 cores=1,3,5,7
/proc/27593/task/27604/stat : 27604 (priss) R 27592 27592 25471 0 -1 4202560 206288 0 0 0 93681 105 0 0 25 0 5 0 519918828 3146924032 690079 33554432000 4194304 5787044 140733910814688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27593/tid=27605] ppid=27592 vsize=3073168 CPUtime=936.49 cores=1,3,5,7
/proc/27593/task/27605/stat : 27605 (priss) R 27592 27592 25471 0 -1 4202560 396638 0 0 0 93506 143 0 0 25 0 5 0 519918869 3146924032 690079 33554432000 4194304 5787044 140733910814688 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3750.5
Current children cumulated vsize (KiB) 3081868

[startup+1002.3 s]
/proc/loadavg: 8.12 7.97 7.43 10/188 27636
/proc/meminfo: memFree=10492576/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=3073168 CPUtime=3990.16 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 1204682 0 0 0 398524 492 0 0 18 0 5 0 519918589 3146924032 690110 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27593/statm: 768292 690110 419 389 0 764042 0
[pid=27593/tid=27602] ppid=27592 vsize=3073168 CPUtime=995.32 cores=1,3,5,7
/proc/27593/task/27602/stat : 27602 (priss) R 27592 27592 25471 0 -1 4202560 193385 0 0 0 99436 96 0 0 25 0 5 0 519918765 3146924032 690110 33554432000 4194304 5787044 140733910814688 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27593/tid=27603] ppid=27592 vsize=3073168 CPUtime=998.36 cores=1,3,5,7
/proc/27593/task/27603/stat : 27603 (priss) R 27592 27592 25471 0 -1 4202560 199019 0 0 0 99725 111 0 0 25 0 5 0 519918794 3146924032 690110 33554432000 4194304 5787044 140733910814688 18446744073709551615 5585350 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27593/tid=27604] ppid=27592 vsize=3073168 CPUtime=997.51 cores=1,3,5,7
/proc/27593/task/27604/stat : 27604 (priss) R 27592 27592 25471 0 -1 4202560 206313 0 0 0 99645 106 0 0 25 0 5 0 519918828 3146924032 690110 33554432000 4194304 5787044 140733910814688 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27593/tid=27605] ppid=27592 vsize=3073168 CPUtime=996.48 cores=1,3,5,7
/proc/27593/task/27605/stat : 27605 (priss) R 27592 27592 25471 0 -1 4202560 396642 0 0 0 99504 144 0 0 25 0 5 0 519918869 3146924032 690110 33554432000 4194304 5787044 140733910814688 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3990.16
Current children cumulated vsize (KiB) 3081868

[startup+1062.3 s]
/proc/loadavg: 8.10 7.99 7.47 10/188 27638
/proc/meminfo: memFree=10450980/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=3073168 CPUtime=4229.83 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 1204689 0 0 0 422489 494 0 0 18 0 5 0 519918589 3146924032 690117 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27593/statm: 768292 690117 419 389 0 764042 0
[pid=27593/tid=27602] ppid=27592 vsize=3073168 CPUtime=1055.32 cores=1,3,5,7
/proc/27593/task/27602/stat : 27602 (priss) R 27592 27592 25471 0 -1 4202560 193387 0 0 0 105436 96 0 0 25 0 5 0 519918765 3146924032 690117 33554432000 4194304 5787044 140733910814688 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27593/tid=27603] ppid=27592 vsize=3073168 CPUtime=1058.36 cores=1,3,5,7
/proc/27593/task/27603/stat : 27603 (priss) R 27592 27592 25471 0 -1 4202560 199020 0 0 0 105724 112 0 0 25 0 5 0 519918794 3146924032 690117 33554432000 4194304 5787044 140733910814688 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27593/tid=27604] ppid=27592 vsize=3073168 CPUtime=1057.2 cores=1,3,5,7
/proc/27593/task/27604/stat : 27604 (priss) R 27592 27592 25471 0 -1 4202560 206313 0 0 0 105613 107 0 0 25 0 5 0 519918828 3146924032 690117 33554432000 4194304 5787044 140733910814688 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27593/tid=27605] ppid=27592 vsize=3073168 CPUtime=1056.47 cores=1,3,5,7
/proc/27593/task/27605/stat : 27605 (priss) R 27592 27592 25471 0 -1 4202560 396646 0 0 0 105502 145 0 0 25 0 5 0 519918869 3146924032 690117 33554432000 4194304 5787044 140733910814688 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4229.83
Current children cumulated vsize (KiB) 3081868

[startup+1122.3 s]
/proc/loadavg: 8.09 8.00 7.51 10/188 27639
/proc/meminfo: memFree=10419556/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=3177548 CPUtime=4469.48 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 1223071 0 0 0 446446 502 0 0 18 0 5 0 519918589 3253809152 708499 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27593/statm: 794387 708499 419 389 0 790137 0
[pid=27593/tid=27602] ppid=27592 vsize=3177548 CPUtime=1115.29 cores=1,3,5,7
/proc/27593/task/27602/stat : 27602 (priss) R 27592 27592 25471 0 -1 4202560 193389 0 0 0 111431 98 0 0 25 0 5 0 519918765 3253809152 708499 33554432000 4194304 5787044 140733910814688 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27593/tid=27603] ppid=27592 vsize=3177548 CPUtime=1118.35 cores=1,3,5,7
/proc/27593/task/27603/stat : 27603 (priss) R 27592 27592 25471 0 -1 4202560 201475 0 0 0 111720 115 0 0 25 0 5 0 519918794 3253809152 708499 33554432000 4194304 5787044 140733910814688 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27593/tid=27604] ppid=27592 vsize=3177548 CPUtime=1116.89 cores=1,3,5,7
/proc/27593/task/27604/stat : 27604 (priss) R 27592 27592 25471 0 -1 4202560 206420 0 0 0 111581 108 0 0 25 0 5 0 519918828 3253809152 708499 33554432000 4194304 5787044 140733910814688 18446744073709551615 5592391 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27593/tid=27605] ppid=27592 vsize=3177548 CPUtime=1116.47 cores=1,3,5,7
/proc/27593/task/27605/stat : 27605 (priss) R 27592 27592 25471 0 -1 4202560 412464 0 0 0 111500 147 0 0 19 0 5 0 519918869 3253809152 708499 33554432000 4194304 5787044 140733910814688 18446744073709551615 4333009 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4469.48
Current children cumulated vsize (KiB) 3186248

[startup+1182.3 s]
/proc/loadavg: 8.03 8.00 7.54 10/188 27641
/proc/meminfo: memFree=10359356/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=3199332 CPUtime=4709.12 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 1245074 0 0 0 470405 507 0 0 18 0 5 0 519918589 3276115968 723455 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27593/statm: 799833 723455 419 389 0 795583 0
[pid=27593/tid=27602] ppid=27592 vsize=3199332 CPUtime=1174.96 cores=1,3,5,7
/proc/27593/task/27602/stat : 27602 (priss) R 27592 27592 25471 0 -1 4202560 193416 0 0 0 117398 98 0 0 25 0 5 0 519918765 3276115968 723455 33554432000 4194304 5787044 140733910814688 18446744073709551615 5592160 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27593/tid=27603] ppid=27592 vsize=3199332 CPUtime=1178.34 cores=1,3,5,7
/proc/27593/task/27603/stat : 27603 (priss) R 27592 27592 25471 0 -1 4202560 201478 0 0 0 117719 115 0 0 25 0 5 0 519918794 3276115968 723455 33554432000 4194304 5787044 140733910814688 18446744073709551615 5601949 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27593/tid=27604] ppid=27592 vsize=3199332 CPUtime=1176.86 cores=1,3,5,7
/proc/27593/task/27604/stat : 27604 (priss) R 27592 27592 25471 0 -1 4202560 206449 0 0 0 117577 109 0 0 25 0 5 0 519918828 3276115968 723455 33554432000 4194304 5787044 140733910814688 18446744073709551615 254500796959 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27593/tid=27605] ppid=27592 vsize=3199332 CPUtime=1176.48 cores=1,3,5,7
/proc/27593/task/27605/stat : 27605 (priss) R 27592 27592 25471 0 -1 4202560 434408 0 0 0 117497 151 0 0 25 0 5 0 519918869 3276115968 723455 33554432000 4194304 5787044 140733910814688 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4709.12
Current children cumulated vsize (KiB) 3208032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.1 s]
/proc/loadavg: 8.02 8.00 7.55 9/188 27642
/proc/meminfo: memFree=10359212/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=3199332 CPUtime=4800.21 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 1245109 0 0 0 479512 509 0 0 18 0 5 0 519918589 3276115968 723490 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27593/statm: 799833 723490 419 389 0 795583 0
[pid=27593/tid=27602] ppid=27592 vsize=3199332 CPUtime=1197.64 cores=1,3,5,7
/proc/27593/task/27602/stat : 27602 (priss) R 27592 27592 25471 0 -1 4202560 193416 0 0 0 119665 99 0 0 25 0 5 0 519918765 3276115968 723490 33554432000 4194304 5787044 140733910814688 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27593/tid=27603] ppid=27592 vsize=3199332 CPUtime=1201.14 cores=1,3,5,7
/proc/27593/task/27603/stat : 27603 (priss) R 27592 27592 25471 0 -1 4202560 201478 0 0 0 119999 115 0 0 25 0 5 0 519918794 3276115968 723490 33554432000 4194304 5787044 140733910814688 18446744073709551615 5592088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27593/tid=27604] ppid=27592 vsize=3199332 CPUtime=1199.65 cores=1,3,5,7
/proc/27593/task/27604/stat : 27604 (priss) R 27592 27592 25471 0 -1 4202560 206482 0 0 0 119856 109 0 0 25 0 5 0 519918828 3276115968 723490 33554432000 4194304 5787044 140733910814688 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27593/tid=27605] ppid=27592 vsize=3199332 CPUtime=1199.28 cores=1,3,5,7
/proc/27593/task/27605/stat : 27605 (priss) R 27592 27592 25471 0 -1 4202560 434410 0 0 0 119777 151 0 0 25 0 5 0 519918869 3276115968 723490 33554432000 4194304 5787044 140733910814688 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 3208032

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

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

[startup+1205.1 s]
/proc/loadavg: 8.02 8.00 7.55 9/188 27642
/proc/meminfo: memFree=10359212/32950928 swapFree=67111528/67111528
[pid=27592] ppid=27590 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27592/stat : 27592 (priss.sh) S 27590 27592 25471 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 519918588 8908800 251 33554432000 4194304 4922060 140733894548352 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27592/statm: 2175 251 211 178 0 68 0
[pid=27593] ppid=27592 vsize=3199332 CPUtime=4800.21 cores=1,3,5,7
/proc/27593/stat : 27593 (priss) S 27592 27592 25471 0 -1 4202496 1245109 0 0 0 479512 509 0 0 18 0 5 0 519918589 3276115968 723490 33554432000 4194304 5787044 140733910814688 18446744073709551615 254512515505 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/27593/statm: 799833 723490 419 389 0 795583 0
[pid=27593/tid=27602] ppid=27592 vsize=3199332 CPUtime=1197.64 cores=1,3,5,7
/proc/27593/task/27602/stat : 27602 (priss) R 27592 27592 25471 0 -1 4202560 193416 0 0 0 119665 99 0 0 25 0 5 0 519918765 3276115968 723490 33554432000 4194304 5787044 140733910814688 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=27593/tid=27603] ppid=27592 vsize=3199332 CPUtime=1201.14 cores=1,3,5,7
/proc/27593/task/27603/stat : 27603 (priss) R 27592 27592 25471 0 -1 4202560 201478 0 0 0 119999 115 0 0 25 0 5 0 519918794 3276115968 723490 33554432000 4194304 5787044 140733910814688 18446744073709551615 5592088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=27593/tid=27604] ppid=27592 vsize=3199332 CPUtime=1199.65 cores=1,3,5,7
/proc/27593/task/27604/stat : 27604 (priss) R 27592 27592 25471 0 -1 4202560 206482 0 0 0 119856 109 0 0 25 0 5 0 519918828 3276115968 723490 33554432000 4194304 5787044 140733910814688 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=27593/tid=27605] ppid=27592 vsize=3199332 CPUtime=1199.28 cores=1,3,5,7
/proc/27593/task/27605/stat : 27605 (priss) R 27592 27592 25471 0 -1 4202560 434410 0 0 0 119777 151 0 0 25 0 5 0 519918869 3276115968 723490 33554432000 4194304 5787044 140733910814688 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 3208032

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1205.12
CPU time (s): 4800.21
CPU user time (s): 4795.12
CPU system time (s): 5.09
CPU usage (%): 398.318
Max. virtual memory (cumulated for all children) (KiB): 3208032

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

runsolver used 1.67374 second user time and 4.90725 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 15:20:19
IDJOB=3293621
IDBENCH=88163
IDSOLVER=1603
FILE ID=node149/3293621-1304083219
RUNJOBID= node149-1304083219-27581
PBS_JOBID= 13170452
Free space on /tmp= 71664 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293621-1304083219/watcher-3293621-1304083219 -o /tmp/evaluation-result-3293621-1304083219/solver-3293621-1304083219 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3293621-1304083219.cnf 773146282 4800 15500 4

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=773146282

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.82
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.806
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:     32950928 kB
MemFree:      18028796 kB
Buffers:       2224608 kB
Cached:       12076672 kB
SwapCached:          0 kB
Active:        6143520 kB
Inactive:      8222052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18028796 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          276376 kB
Writeback:           0 kB
AnonPages:       63860 kB
Mapped:          14488 kB
Slab:           492156 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186080 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= 71660 MiB
End job on node149 at 2011-04-29 15:40:26