Trace number 3263219

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.cnf
MD5SUM1037a2754a0a53f62ba8ec901741c9e9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables540
Number of clauses40510
Sum of the clauses size81524
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240492
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

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: 19623
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 9212us
0.00/0.01	c parsed 40510 clauses with 540 variables
0.00/0.01	c NW started thread 0 successfully (1105668416)
0.00/0.01	c NW started thread 1 successfully (1116158272)
0.00/0.05	c NW started thread 2 successfully (1084983616)
0.00/0.05	c NW started thread 3 successfully (1126648128)
8.24/2.19	c preprocessor returned 10017 variables
8.24/2.19	c preprocessing returned UNKNOWN
8.24/2.19	c PP set 0 variables
8.24/2.19	c pp time: 2177684us (2s)
8.64/2.20	c preprocessor returned 10017 variables
8.64/2.20	c preprocessing returned UNKNOWN
8.64/2.20	c PP set 0 variables
8.64/2.20	c pp time: 2189097us (2s)
8.64/2.24	c preprocessor returned 10017 variables
8.64/2.24	c preprocessing returned UNKNOWN
8.64/2.24	c PP set 0 variables
8.64/2.24	c pp time: 2187826us (2s)
72.57/18.25	c preprocessor returned 30085 variables
72.57/18.25	c preprocessing returned UNKNOWN
72.57/18.25	c PP set 0 variables
72.57/18.25	c pp time: 18208060us (18s)

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.80 8.02 7.98 6/182 19622
/proc/meminfo: memFree=24072716/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0

[startup+0.0195179 s]
/proc/loadavg: 7.80 8.02 7.98 6/182 19622
/proc/meminfo: memFree=24072716/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.104749 s]
/proc/loadavg: 7.80 8.02 7.98 6/182 19622
/proc/meminfo: memFree=24072716/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.960573 s]
/proc/loadavg: 7.80 8.02 7.98 6/182 19622
/proc/meminfo: memFree=24072716/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00057 s]
/proc/loadavg: 7.80 8.02 7.98 6/182 19622
/proc/meminfo: memFree=24072716/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50047 s]
/proc/loadavg: 7.80 8.02 7.98 6/182 19622
/proc/meminfo: memFree=24072716/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10119 s]
/proc/loadavg: 7.80 8.02 7.98 10/188 19628
/proc/meminfo: memFree=24034220/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=280680 CPUtime=12.24 cores=0,2,4,6
/proc/19623/stat : 19623 (priss) S 19622 19622 17192 0 -1 4202496 16372 0 0 0 1219 5 0 0 25 0 5 0 498816331 287416320 10096 33554432000 4194304 5787044 140736043233744 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19623/statm: 70170 10096 404 389 0 65920 0
[pid=19623/tid=19625] ppid=19622 vsize=280680 CPUtime=3.08 cores=0,2,4,6
/proc/19623/task/19625/stat : 19625 (priss) R 19622 19622 17192 0 -1 4202560 2829 0 0 0 306 2 0 0 25 0 5 0 498816333 287416320 10096 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19623/tid=19626] ppid=19622 vsize=280680 CPUtime=3.05 cores=0,2,4,6
/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 4190 0 0 0 305 0 0 0 19 0 5 0 498816333 287416320 10096 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=280680 CPUtime=3.04 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 3327 0 0 0 303 1 0 0 25 0 5 0 498816336 287416320 10096 33554432000 4194304 5787044 140736043233744 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=280680 CPUtime=3.02 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 3270 0 0 0 302 0 0 0 25 0 5 0 498816336 287416320 10096 33554432000 4194304 5787044 140736043233744 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 289380

[startup+6.30062 s]
/proc/loadavg: 7.90 8.04 7.98 10/188 19628
/proc/meminfo: memFree=24022400/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=287232 CPUtime=25.01 cores=0,2,4,6
/proc/19623/stat : 19623 (priss) S 19622 19622 17192 0 -1 4202496 19095 0 0 0 2496 5 0 0 25 0 5 0 498816331 294125568 12819 33554432000 4194304 5787044 140736043233744 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19623/statm: 71808 12819 404 389 0 67558 0
[pid=19623/tid=19625] ppid=19622 vsize=287232 CPUtime=6.27 cores=0,2,4,6
/proc/19623/task/19625/stat : 19625 (priss) R 19622 19622 17192 0 -1 4202560 4451 0 0 0 625 2 0 0 25 0 5 0 498816333 294125568 12819 33554432000 4194304 5787044 140736043233744 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19623/tid=19626] ppid=19622 vsize=287232 CPUtime=6.25 cores=0,2,4,6
/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 4729 0 0 0 625 0 0 0 25 0 5 0 498816333 294125568 12819 33554432000 4194304 5787044 140736043233744 18446744073709551615 4254552 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=287232 CPUtime=6.24 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 3889 0 0 0 623 1 0 0 25 0 5 0 498816336 294125568 12819 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=287232 CPUtime=6.2 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 3270 0 0 0 620 0 0 0 25 0 5 0 498816336 294125568 12819 33554432000 4194304 5787044 140736043233744 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 295932

[startup+12.7005 s]
/proc/loadavg: 7.90 8.04 7.98 10/188 19628
/proc/meminfo: memFree=24012248/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=290244 CPUtime=50.6 cores=0,2,4,6
/proc/19623/stat : 19623 (priss) S 19622 19622 17192 0 -1 4202496 21494 0 0 0 5053 7 0 0 25 0 5 0 498816331 297209856 15218 33554432000 4194304 5787044 140736043233744 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19623/statm: 72561 15218 404 389 0 68311 0
[pid=19623/tid=19625] ppid=19622 vsize=290244 CPUtime=12.68 cores=0,2,4,6
/proc/19623/task/19625/stat : 19625 (priss) R 19622 19622 17192 0 -1 4202560 5165 0 0 0 1266 2 0 0 25 0 5 0 498816333 297209856 15218 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19623/tid=19626] ppid=19622 vsize=290244 CPUtime=12.66 cores=0,2,4,6
/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 5513 0 0 0 1265 1 0 0 25 0 5 0 498816333 297209856 15218 33554432000 4194304 5787044 140736043233744 18446744073709551615 5590848 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=290244 CPUtime=12.64 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 4790 0 0 0 1263 1 0 0 25 0 5 0 498816336 297209856 15218 33554432000 4194304 5787044 140736043233744 18446744073709551615 212039311317 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=290244 CPUtime=12.57 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 3270 0 0 0 1257 0 0 0 25 0 5 0 498816336 297209856 15218 33554432000 4194304 5787044 140736043233744 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 298944

[startup+25.5012 s]
/proc/loadavg: 7.92 8.04 7.98 10/188 19628
/proc/meminfo: memFree=23985816/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=299664 CPUtime=101.7 cores=0,2,4,6
/proc/19623/stat : 19623 (priss) S 19622 19622 17192 0 -1 4202496 30193 0 0 0 10159 11 0 0 25 0 5 0 498816331 306855936 22205 33554432000 4194304 5787044 140736043233744 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19623/statm: 74916 22205 417 389 0 70666 0
[pid=19623/tid=19625] ppid=19622 vsize=299664 CPUtime=25.48 cores=0,2,4,6
/proc/19623/task/19625/stat : 19625 (priss) R 19622 19622 17192 0 -1 4202560 6469 0 0 0 2545 3 0 0 25 0 5 0 498816333 306855936 22205 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19623/tid=19626] ppid=19622 vsize=299664 CPUtime=25.44 cores=0,2,4,6
/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 7931 0 0 0 2542 2 0 0 25 0 5 0 498816333 306855936 22205 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=299664 CPUtime=25.43 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 6159 0 0 0 2541 2 0 0 25 0 5 0 498816336 306855936 22205 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=299664 CPUtime=25.3 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 6878 0 0 0 2528 2 0 0 25 0 5 0 498816336 306855936 22205 33554432000 4194304 5787044 140736043233744 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 308364

[startup+51.1006 s]
/proc/loadavg: 7.95 8.03 7.98 9/188 19629
/proc/meminfo: memFree=23938024/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=310960 CPUtime=203.95 cores=0,2,4,6
/proc/19623/stat : 19623 (priss) S 19622 19622 17192 0 -1 4202496 39379 0 0 0 20374 21 0 0 25 0 5 0 498816331 318423040 31344 33554432000 4194304 5787044 140736043233744 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19623/statm: 77740 31344 417 389 0 73490 0
[pid=19623/tid=19625] ppid=19622 vsize=310960 CPUtime=51.07 cores=0,2,4,6
/proc/19623/task/19625/stat : 19625 (priss) R 19622 19622 17192 0 -1 4202560 8280 0 0 0 5103 4 0 0 25 0 5 0 498816333 318423040 31344 33554432000 4194304 5787044 140736043233744 18446744073709551615 4254779 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19623/tid=19626] ppid=19622 vsize=310960 CPUtime=51.04 cores=0,2,4,6
/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 9670 0 0 0 5100 4 0 0 25 0 5 0 498816333 318423040 31344 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=310960 CPUtime=51.03 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 8528 0 0 0 5097 6 0 0 25 0 5 0 498816336 318423040 31344 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=310960 CPUtime=50.76 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 10145 0 0 0 5071 5 0 0 25 0 5 0 498816336 318423040 31344 33554432000 4194304 5787044 140736043233744 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 319660

[startup+102.3 s]
/proc/loadavg: 8.06 8.05 7.99 10/188 19640
/proc/meminfo: memFree=23855960/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=336748 CPUtime=408.43 cores=0,2,4,6
/proc/19623/stat : 19623 (priss) S 19622 19622 17192 0 -1 4202496 54196 0 0 0 40807 36 0 0 25 0 5 0 498816331 344829952 46040 33554432000 4194304 5787044 140736043233744 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19623/statm: 84187 46040 417 389 0 79937 0
[pid=19623/tid=19625] ppid=19622 vsize=336748 CPUtime=102.26 cores=0,2,4,6
/proc/19623/task/19625/stat : 19625 (priss) R 19622 19622 17192 0 -1 4202560 11517 0 0 0 10219 7 0 0 25 0 5 0 498816333 344829952 46040 33554432000 4194304 5787044 140736043233744 18446744073709551615 5589826 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19623/tid=19626] ppid=19622 vsize=336748 CPUtime=102.23 cores=0,2,4,6
/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 13779 0 0 0 10214 9 0 0 25 0 5 0 498816333 344829952 46040 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=336748 CPUtime=102.22 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 11835 0 0 0 10214 8 0 0 25 0 5 0 498816336 344829952 46040 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=336748 CPUtime=101.67 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 14309 0 0 0 10157 10 0 0 25 0 5 0 498816336 344829952 46040 33554432000 4194304 5787044 140736043233744 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.43
Current children cumulated vsize (KiB) 345448

[startup+162.301 s]
/proc/loadavg: 8.09 8.07 8.00 9/188 19641
/proc/meminfo: memFree=23778312/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=348288 CPUtime=648.12 cores=0,2,4,6

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

/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 31154 0 0 0 88194 30 0 0 25 0 5 0 498816333 726253568 125000 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=709232 CPUtime=882.23 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 38046 0 0 0 88174 49 0 0 25 0 5 0 498816336 726253568 125000 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=709232 CPUtime=877.4 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 33447 0 0 0 87706 34 0 0 25 0 5 0 498816336 726253568 125000 33554432000 4194304 5787044 140736043233744 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.11
Current children cumulated vsize (KiB) 717932

[startup+942.307 s]
/proc/loadavg: 8.04 8.03 8.00 9/188 19695
/proc/meminfo: memFree=23709760/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=721600 CPUtime=3763.8 cores=0,2,4,6
/proc/19623/stat : 19623 (priss) S 19622 19622 17192 0 -1 4202496 139073 0 0 0 376239 141 0 0 25 0 5 0 498816331 738918400 129575 33554432000 4194304 5787044 140736043233744 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19623/statm: 180400 129575 417 389 0 176150 0
[pid=19623/tid=19625] ppid=19622 vsize=721600 CPUtime=942.18 cores=0,2,4,6
/proc/19623/task/19625/stat : 19625 (priss) R 19622 19622 17192 0 -1 4202560 31081 0 0 0 94196 22 0 0 25 0 5 0 498816333 738918400 129575 33554432000 4194304 5787044 140736043233744 18446744073709551615 5585297 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19623/tid=19626] ppid=19622 vsize=721600 CPUtime=942.24 cores=0,2,4,6
/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 33014 0 0 0 94191 33 0 0 25 0 5 0 498816333 738918400 129575 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=721600 CPUtime=942.24 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 38048 0 0 0 94175 49 0 0 25 0 5 0 498816336 738918400 129575 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=721600 CPUtime=937.09 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 34174 0 0 0 93674 35 0 0 25 0 5 0 498816336 738918400 129575 33554432000 4194304 5787044 140736043233744 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.8
Current children cumulated vsize (KiB) 730300

[startup+1002.3 s]
/proc/loadavg: 8.01 8.02 8.00 9/188 19697
/proc/meminfo: memFree=23646500/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=733776 CPUtime=4003.45 cores=0,2,4,6
/proc/19623/stat : 19623 (priss) S 19622 19622 17192 0 -1 4202496 145576 0 0 0 400198 147 0 0 25 0 5 0 498816331 751386624 136078 33554432000 4194304 5787044 140736043233744 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19623/statm: 183444 136078 417 389 0 179194 0
[pid=19623/tid=19625] ppid=19622 vsize=733776 CPUtime=1002.16 cores=0,2,4,6
/proc/19623/task/19625/stat : 19625 (priss) R 19622 19622 17192 0 -1 4202560 33015 0 0 0 100193 23 0 0 25 0 5 0 498816333 751386624 136078 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19623/tid=19626] ppid=19622 vsize=733776 CPUtime=1002.23 cores=0,2,4,6
/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 34831 0 0 0 100188 35 0 0 25 0 5 0 498816333 751386624 136078 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=733776 CPUtime=1002.23 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 38048 0 0 0 100174 49 0 0 25 0 5 0 498816336 751386624 136078 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=733776 CPUtime=996.75 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 36926 0 0 0 99638 37 0 0 25 0 5 0 498816336 751386624 136078 33554432000 4194304 5787044 140736043233744 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.45
Current children cumulated vsize (KiB) 742476

[startup+1062.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/188 19698
/proc/meminfo: memFree=23584840/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=745032 CPUtime=4243.11 cores=0,2,4,6
/proc/19623/stat : 19623 (priss) S 19622 19622 17192 0 -1 4202496 151891 0 0 0 424158 153 0 0 25 0 5 0 498816331 762912768 142393 33554432000 4194304 5787044 140736043233744 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19623/statm: 186258 142393 417 389 0 182008 0
[pid=19623/tid=19625] ppid=19622 vsize=745032 CPUtime=1062.17 cores=0,2,4,6
/proc/19623/task/19625/stat : 19625 (priss) R 19622 19622 17192 0 -1 4202560 35633 0 0 0 106192 25 0 0 25 0 5 0 498816333 762912768 142393 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19623/tid=19626] ppid=19622 vsize=745032 CPUtime=1062.24 cores=0,2,4,6
/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 36714 0 0 0 106186 38 0 0 25 0 5 0 498816333 762912768 142393 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=745032 CPUtime=1062.23 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 38050 0 0 0 106174 49 0 0 25 0 5 0 498816336 762912768 142393 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=745032 CPUtime=1056.42 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 38738 0 0 0 105603 39 0 0 25 0 5 0 498816336 762912768 142393 33554432000 4194304 5787044 140736043233744 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.11
Current children cumulated vsize (KiB) 753732

[startup+1122.3 s]
/proc/loadavg: 8.00 8.01 8.00 9/188 19700
/proc/meminfo: memFree=23556528/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=745032 CPUtime=4482.78 cores=0,2,4,6
/proc/19623/stat : 19623 (priss) S 19622 19622 17192 0 -1 4202496 154852 0 0 0 448122 156 0 0 25 0 5 0 498816331 762912768 145129 33554432000 4194304 5787044 140736043233744 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19623/statm: 186258 145129 417 389 0 182008 0
[pid=19623/tid=19625] ppid=19622 vsize=745032 CPUtime=1122.16 cores=0,2,4,6
/proc/19623/task/19625/stat : 19625 (priss) R 19622 19622 17192 0 -1 4202560 35633 0 0 0 112191 25 0 0 25 0 5 0 498816333 762912768 145129 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19623/tid=19626] ppid=19622 vsize=745032 CPUtime=1122.23 cores=0,2,4,6
/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 37797 0 0 0 112185 38 0 0 25 0 5 0 498816333 762912768 145129 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=745032 CPUtime=1122.23 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 38075 0 0 0 112174 49 0 0 25 0 5 0 498816336 762912768 145129 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=745032 CPUtime=1116.1 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 40591 0 0 0 111568 42 0 0 25 0 5 0 498816336 762912768 145129 33554432000 4194304 5787044 140736043233744 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.78
Current children cumulated vsize (KiB) 753732

[startup+1182.3 s]
/proc/loadavg: 8.07 8.02 8.00 9/188 19701
/proc/meminfo: memFree=23518416/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=745032 CPUtime=4722.46 cores=0,2,4,6
/proc/19623/stat : 19623 (priss) S 19622 19622 17192 0 -1 4202496 156406 0 0 0 472087 159 0 0 25 0 5 0 498816331 762912768 146458 33554432000 4194304 5787044 140736043233744 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19623/statm: 186258 146458 417 389 0 182008 0
[pid=19623/tid=19625] ppid=19622 vsize=745032 CPUtime=1182.16 cores=0,2,4,6
/proc/19623/task/19625/stat : 19625 (priss) R 19622 19622 17192 0 -1 4202560 35635 0 0 0 118191 25 0 0 25 0 5 0 498816333 762912768 146458 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19623/tid=19626] ppid=19622 vsize=745032 CPUtime=1182.23 cores=0,2,4,6
/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 37799 0 0 0 118185 38 0 0 25 0 5 0 498816333 762912768 146458 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=745032 CPUtime=1182.24 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 38115 0 0 0 118174 50 0 0 25 0 5 0 498816336 762912768 146458 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=745032 CPUtime=1175.77 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 42101 0 0 0 117533 44 0 0 25 0 5 0 498816336 762912768 146458 33554432000 4194304 5787044 140736043233744 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 753732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.11 8.03 8.01 9/188 19702
/proc/meminfo: memFree=23506748/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=745032 CPUtime=4800.39 cores=0,2,4,6
/proc/19623/stat : 19623 (priss) S 19622 19622 17192 0 -1 4202496 156438 0 0 0 479880 159 0 0 25 0 5 0 498816331 762912768 146490 33554432000 4194304 5787044 140736043233744 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19623/statm: 186258 146490 417 389 0 182008 0
[pid=19623/tid=19625] ppid=19622 vsize=745032 CPUtime=1201.67 cores=0,2,4,6
/proc/19623/task/19625/stat : 19625 (priss) R 19622 19622 17192 0 -1 4202560 35640 0 0 0 120142 25 0 0 25 0 5 0 498816333 762912768 146490 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19623/tid=19626] ppid=19622 vsize=745032 CPUtime=1201.75 cores=0,2,4,6
/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 37799 0 0 0 120137 38 0 0 25 0 5 0 498816333 762912768 146490 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=745032 CPUtime=1201.76 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 38142 0 0 0 120126 50 0 0 25 0 5 0 498816336 762912768 146490 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=745032 CPUtime=1195.17 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 42101 0 0 0 119473 44 0 0 25 0 5 0 498816336 762912768 146490 33554432000 4194304 5787044 140736043233744 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 753732

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.11 8.03 8.01 9/188 19702
/proc/meminfo: memFree=23506748/32951124 swapFree=67111524/67111528
[pid=19622] ppid=19620 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (prissAuto.sh) S 19620 19622 17192 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 498816331 8908800 251 33554432000 4194304 4922060 140734793399648 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19622/statm: 2175 251 211 178 0 68 0
[pid=19623] ppid=19622 vsize=745032 CPUtime=4800.39 cores=0,2,4,6
/proc/19623/stat : 19623 (priss) S 19622 19622 17192 0 -1 4202496 156438 0 0 0 479880 159 0 0 25 0 5 0 498816331 762912768 146490 33554432000 4194304 5787044 140736043233744 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19623/statm: 186258 146490 417 389 0 182008 0
[pid=19623/tid=19625] ppid=19622 vsize=745032 CPUtime=1201.67 cores=0,2,4,6
/proc/19623/task/19625/stat : 19625 (priss) R 19622 19622 17192 0 -1 4202560 35640 0 0 0 120142 25 0 0 25 0 5 0 498816333 762912768 146490 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=19623/tid=19626] ppid=19622 vsize=745032 CPUtime=1201.75 cores=0,2,4,6
/proc/19623/task/19626/stat : 19626 (priss) R 19622 19622 17192 0 -1 4202560 37799 0 0 0 120137 38 0 0 25 0 5 0 498816333 762912768 146490 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=19623/tid=19627] ppid=19622 vsize=745032 CPUtime=1201.76 cores=0,2,4,6
/proc/19623/task/19627/stat : 19627 (priss) R 19622 19622 17192 0 -1 4202560 38142 0 0 0 120126 50 0 0 25 0 5 0 498816336 762912768 146490 33554432000 4194304 5787044 140736043233744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=19623/tid=19628] ppid=19622 vsize=745032 CPUtime=1195.17 cores=0,2,4,6
/proc/19623/task/19628/stat : 19628 (priss) R 19622 19622 17192 0 -1 4202560 42101 0 0 0 119473 44 0 0 25 0 5 0 498816336 762912768 146490 33554432000 4194304 5787044 140736043233744 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 753732

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19622 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.39
#
# 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.39
CPU user time (s): 4798.8
CPU system time (s): 1.59
CPU usage (%): 399.425
Max. virtual memory (cumulated for all children) (KiB): 753732

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

runsolver used 1.85872 second user time and 4.70728 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 10:00:01
IDJOB=3263219
IDBENCH=83945
IDSOLVER=1602
FILE ID=node146/3263219-1304064001
RUNJOBID= node146-1304060503-19305
PBS_JOBID= 13170387
Free space on /tmp= 72992 MiB

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

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

MD5SUM BENCH= 1037a2754a0a53f62ba8ec901741c9e9
RANDOM SEED=908608659

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24072996 kB
Buffers:       1674140 kB
Cached:        6260980 kB
SwapCached:          4 kB
Active:        1715852 kB
Inactive:      6634604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24072996 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2000 kB
Writeback:           0 kB
AnonPages:      414856 kB
Mapped:          15616 kB
Slab:           463068 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   606408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72992 MiB
End job on node146 at 2011-04-29 10:20:05