Trace number 3249357

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.21 1202.32

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x40.cnf
MD5SUM65a5698edfd6f3a12089595d81c196e3
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 variables3360
Number of clauses661080
Sum of the clauses size2634240
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25040
Number of clauses of size 30
Number of clauses of size 4656040
Number of clauses of size 50
Number of clauses of size over 50

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: 26234
0.00/0.00	c setup for 4cores
0.00/0.19	c parsetime: 190412us
0.00/0.19	c parsed 661080 clauses with 3360 variables
0.00/0.23	c NW started thread 0 successfully (1106737472)
0.00/0.28	c NW started thread 1 successfully (1093454144)
0.00/0.34	c NW started thread 2 successfully (1117227328)
0.00/0.43	c NW started thread 3 successfully (1127717184)
662.22/166.02	c preprocessor returned 10003 variables
662.22/166.02	c preprocessing returned UNKNOWN
662.22/166.02	c PP set 0 variables
662.22/166.02	c pp time: 165745697us (165s)
662.22/166.08	c preprocessor returned 10003 variables
662.22/166.08	c preprocessing returned UNKNOWN
662.22/166.08	c PP set 0 variables
662.22/166.08	c pp time: 165739848us (165s)
667.38/167.37	c preprocessor returned 10003 variables
667.38/167.37	c preprocessing returned UNKNOWN
667.38/167.37	c PP set 0 variables
667.38/167.37	c pp time: 167139830us (167s)
700.13/175.53	c preprocessor returned 30002 variables
700.13/175.53	c preprocessing returned UNKNOWN
700.13/175.53	c PP set 0 variables
700.13/175.53	c pp time: 175140801us (175s)
4352.05/1090.12	c HTE
4380.38/1097.23	c subsumption
4546.55/1138.86	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-3249357-1304056060/watcher-3249357-1304056060 -o /tmp/evaluation-result-3249357-1304056060/solver-3249357-1304056060 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3249357-1304056060.cnf 475936717 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.79 7.98 7.91 6/182 26233
/proc/meminfo: memFree=26112356/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0

[startup+0.0808371 s]
/proc/loadavg: 7.79 7.98 7.91 6/182 26233
/proc/meminfo: memFree=26112356/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100832 s]
/proc/loadavg: 7.79 7.98 7.91 6/182 26233
/proc/meminfo: memFree=26112356/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300763 s]
/proc/loadavg: 7.79 7.98 7.91 6/182 26233
/proc/meminfo: memFree=26112356/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700696 s]
/proc/loadavg: 7.79 7.98 7.91 6/182 26233
/proc/meminfo: memFree=26112356/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50056 s]
/proc/loadavg: 7.79 7.98 7.91 10/188 26239
/proc/meminfo: memFree=25918312/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=345108 CPUtime=5.1 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 51168 0 0 0 502 8 0 0 18 0 5 0 517203991 353390592 48487 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 86277 48487 349 389 0 82027 0
[pid=26234/tid=26236] ppid=26233 vsize=345108 CPUtime=1.25 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 5364 0 0 0 124 1 0 0 19 0 5 0 517204014 353390592 48487 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=345108 CPUtime=1.21 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 5887 0 0 0 120 1 0 0 22 0 5 0 517204019 353390592 48487 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=345108 CPUtime=1.14 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 5512 0 0 0 113 1 0 0 19 0 5 0 517204024 353390592 48487 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=345108 CPUtime=1.1 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 3730 0 0 0 110 0 0 0 19 0 5 0 517204029 353390592 48487 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 353808

[startup+3.10028 s]
/proc/loadavg: 7.79 7.98 7.91 9/188 26239
/proc/meminfo: memFree=25917816/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=345108 CPUtime=11.49 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 51168 0 0 0 1141 8 0 0 18 0 5 0 517203991 353390592 48487 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 86277 48487 349 389 0 82027 0
[pid=26234/tid=26236] ppid=26233 vsize=345108 CPUtime=2.84 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 5364 0 0 0 283 1 0 0 24 0 5 0 517204014 353390592 48487 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=345108 CPUtime=2.81 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 5887 0 0 0 280 1 0 0 25 0 5 0 517204019 353390592 48487 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=345108 CPUtime=2.74 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 5512 0 0 0 273 1 0 0 23 0 5 0 517204024 353390592 48487 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=345108 CPUtime=2.7 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 3730 0 0 0 270 0 0 0 23 0 5 0 517204029 353390592 48487 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 353808

[startup+6.30072 s]
/proc/loadavg: 7.81 7.98 7.91 9/188 26239
/proc/meminfo: memFree=25917936/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=410644 CPUtime=24.28 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 51170 0 0 0 2420 8 0 0 18 0 5 0 517203991 420499456 48489 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 102661 48489 349 389 0 98411 0
[pid=26234/tid=26236] ppid=26233 vsize=410644 CPUtime=6.03 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 5364 0 0 0 602 1 0 0 25 0 5 0 517204014 420499456 48489 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=410644 CPUtime=6.01 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 5887 0 0 0 600 1 0 0 25 0 5 0 517204019 420499456 48489 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=410644 CPUtime=5.94 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 5514 0 0 0 593 1 0 0 25 0 5 0 517204024 420499456 48489 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=410644 CPUtime=5.9 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 3730 0 0 0 590 0 0 0 25 0 5 0 517204029 420499456 48489 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 419344

[startup+12.7006 s]
/proc/loadavg: 7.82 7.98 7.91 9/188 26239
/proc/meminfo: memFree=25796324/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=410644 CPUtime=49.84 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 51170 0 0 0 4976 8 0 0 18 0 5 0 517203991 420499456 48489 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 102661 48489 349 389 0 98411 0
[pid=26234/tid=26236] ppid=26233 vsize=410644 CPUtime=12.39 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 5364 0 0 0 1238 1 0 0 25 0 5 0 517204014 420499456 48489 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336819 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=410644 CPUtime=12.41 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 5887 0 0 0 1240 1 0 0 25 0 5 0 517204019 420499456 48489 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=410644 CPUtime=12.34 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 5514 0 0 0 1233 1 0 0 25 0 5 0 517204024 420499456 48489 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=410644 CPUtime=12.3 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 3730 0 0 0 1230 0 0 0 25 0 5 0 517204029 420499456 48489 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.84
Current children cumulated vsize (KiB) 419344

[startup+25.5004 s]
/proc/loadavg: 7.86 7.98 7.91 9/188 26239
/proc/meminfo: memFree=25596488/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=565376 CPUtime=100.96 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 93819 0 0 0 10071 25 0 0 18 0 5 0 517203991 578945024 89200 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 141344 89200 350 389 0 137094 0
[pid=26234/tid=26236] ppid=26233 vsize=565376 CPUtime=25.11 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 13264 0 0 0 2508 3 0 0 25 0 5 0 517204014 578945024 89200 33554432000 4194304 5787044 140733894241904 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=565376 CPUtime=25.2 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 17411 0 0 0 2515 5 0 0 25 0 5 0 517204019 578945024 89200 33554432000 4194304 5787044 140733894241904 18446744073709551615 18446744073699065949 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=565376 CPUtime=25.14 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 19212 0 0 0 2507 7 0 0 25 0 5 0 517204024 578945024 89200 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=565376 CPUtime=25.1 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 13257 0 0 0 2506 4 0 0 20 0 5 0 517204029 578945024 89200 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.96
Current children cumulated vsize (KiB) 574076

[startup+51.1009 s]
/proc/loadavg: 7.91 7.98 7.91 9/188 26240
/proc/meminfo: memFree=25525656/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=600144 CPUtime=203.22 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 110792 0 0 0 20289 33 0 0 18 0 5 0 517203991 614547456 106173 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 150036 106173 350 389 0 145786 0
[pid=26234/tid=26236] ppid=26233 vsize=600144 CPUtime=50.58 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 17011 0 0 0 5053 5 0 0 25 0 5 0 517204014 614547456 106173 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=600144 CPUtime=50.8 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 22140 0 0 0 5073 7 0 0 25 0 5 0 517204019 614547456 106173 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=600144 CPUtime=50.74 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 21905 0 0 0 5065 9 0 0 25 0 5 0 517204024 614547456 106173 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=600144 CPUtime=50.7 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 19061 0 0 0 5064 6 0 0 25 0 5 0 517204029 614547456 106173 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.22
Current children cumulated vsize (KiB) 608844

[startup+102.307 s]
/proc/loadavg: 7.96 7.98 7.91 9/188 26241
/proc/meminfo: memFree=25406032/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=600276 CPUtime=407.77 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 110884 0 0 0 40744 33 0 0 18 0 5 0 517203991 614682624 106265 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 150069 106265 352 389 0 145819 0
[pid=26234/tid=26236] ppid=26233 vsize=600276 CPUtime=101.5 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 17034 0 0 0 10145 5 0 0 25 0 5 0 517204014 614682624 106265 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=600276 CPUtime=102 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 22163 0 0 0 10193 7 0 0 25 0 5 0 517204019 614682624 106265 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=600276 CPUtime=101.95 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 21927 0 0 0 10186 9 0 0 25 0 5 0 517204024 614682624 106265 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=600276 CPUtime=101.9 cores=1,3,5,7

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

/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 104625 0 0 0 88042 139 0 0 25 0 5 0 517204019 1874198528 408633 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=1830272 CPUtime=881.75 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 105481 0 0 0 88048 127 0 0 25 0 5 0 517204024 1874198528 408633 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=1830272 CPUtime=881.73 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 90577 0 0 0 88067 106 0 0 25 0 5 0 517204029 1874198528 408633 33554432000 4194304 5787044 140733894241904 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3522.75
Current children cumulated vsize (KiB) 1838972

[startup+942.301 s]
/proc/loadavg: 8.05 8.08 8.00 9/188 26273
/proc/meminfo: memFree=23000796/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=1865864 CPUtime=3762.35 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 443413 0 0 0 375753 482 0 0 18 0 5 0 517203991 1910644736 422031 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 466466 422031 417 389 0 462216 0
[pid=26234/tid=26236] ppid=26233 vsize=1865864 CPUtime=936.69 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 106992 0 0 0 93581 88 0 0 25 0 5 0 517204014 1910644736 422031 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=1865864 CPUtime=941.79 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 104628 0 0 0 94037 142 0 0 25 0 5 0 517204019 1910644736 422031 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=1865864 CPUtime=941.73 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 110535 0 0 0 94034 139 0 0 25 0 5 0 517204024 1910644736 422031 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=1865864 CPUtime=941.72 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 90583 0 0 0 94065 107 0 0 25 0 5 0 517204029 1910644736 422031 33554432000 4194304 5787044 140733894241904 18446744073709551615 5524720 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3762.35
Current children cumulated vsize (KiB) 1874564

[startup+1002.3 s]
/proc/loadavg: 8.13 8.09 8.01 11/189 26277
/proc/meminfo: memFree=22906352/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=1865864 CPUtime=4001.86 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 449123 0 0 0 399689 497 0 0 18 0 5 0 517203991 1910644736 427741 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 466466 427741 417 389 0 462216 0
[pid=26234/tid=26236] ppid=26233 vsize=1865864 CPUtime=996.27 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 107018 0 0 0 99537 90 0 0 25 0 5 0 517204014 1910644736 427741 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=1865864 CPUtime=1001.79 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 104804 0 0 0 100036 143 0 0 25 0 5 0 517204019 1910644736 427741 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=1865864 CPUtime=1001.73 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 110535 0 0 0 100033 140 0 0 25 0 5 0 517204024 1910644736 427741 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=1865864 CPUtime=1001.67 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 96091 0 0 0 100048 119 0 0 25 0 5 0 517204029 1910644736 427741 33554432000 4194304 5787044 140733894241904 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4001.86
Current children cumulated vsize (KiB) 1874564

[startup+1062.3 s]
/proc/loadavg: 8.15 8.12 8.02 9/188 26279
/proc/meminfo: memFree=22773920/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=1939596 CPUtime=4241.01 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 458403 0 0 0 423586 515 0 0 18 0 5 0 517203991 1986146304 437021 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 484899 437021 417 389 0 480649 0
[pid=26234/tid=26236] ppid=26233 vsize=1939596 CPUtime=1055.95 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 107062 0 0 0 105503 92 0 0 25 0 5 0 517204014 1986146304 437021 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=1939596 CPUtime=1061.79 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 105448 0 0 0 106034 145 0 0 25 0 5 0 517204019 1986146304 437021 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=1939596 CPUtime=1061.7 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 110733 0 0 0 106030 140 0 0 25 0 5 0 517204024 1986146304 437021 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=1939596 CPUtime=1061.15 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 104485 0 0 0 105983 132 0 0 25 0 5 0 517204029 1986146304 437021 33554432000 4194304 5787044 140733894241904 18446744073709551615 5528390 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4241.01
Current children cumulated vsize (KiB) 1948296

[startup+1122.3 s]
/proc/loadavg: 8.10 8.11 8.02 9/188 26281
/proc/meminfo: memFree=22598312/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=2010764 CPUtime=4480.64 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 471196 0 0 0 447540 524 0 0 18 0 5 0 517203991 2059022336 447980 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 502691 447980 417 389 0 498441 0
[pid=26234/tid=26236] ppid=26233 vsize=2010764 CPUtime=1115.94 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 108687 0 0 0 111501 93 0 0 25 0 5 0 517204014 2059022336 447980 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=2010764 CPUtime=1121.78 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 105904 0 0 0 112032 146 0 0 25 0 5 0 517204019 2059022336 447980 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=2010764 CPUtime=1121.37 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 111066 0 0 0 111996 141 0 0 25 0 5 0 517204024 2059022336 447980 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=2010764 CPUtime=1121.15 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 114864 0 0 0 111976 139 0 0 25 0 5 0 517204029 2059022336 447980 33554432000 4194304 5787044 140733894241904 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4480.64
Current children cumulated vsize (KiB) 2019464

[startup+1182.3 s]
/proc/loadavg: 8.02 8.08 8.01 9/188 26282
/proc/meminfo: memFree=22488776/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=2120720 CPUtime=4720.31 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 487823 0 0 0 471492 539 0 0 18 0 5 0 517203991 2171617280 464607 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 530180 464607 417 389 0 525930 0
[pid=26234/tid=26236] ppid=26233 vsize=2120720 CPUtime=1175.94 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 119859 0 0 0 117493 101 0 0 25 0 5 0 517204014 2171617280 464607 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=2120720 CPUtime=1181.78 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 110829 0 0 0 118027 151 0 0 25 0 5 0 517204019 2171617280 464607 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=2120720 CPUtime=1181.04 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 111596 0 0 0 117962 142 0 0 25 0 5 0 517204024 2171617280 464607 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=2120720 CPUtime=1181.15 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 114864 0 0 0 117975 140 0 0 25 0 5 0 517204029 2171617280 464607 33554432000 4194304 5787044 140733894241904 18446744073709551615 228244007640 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4720.31
Current children cumulated vsize (KiB) 2129420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.31 s]
/proc/loadavg: 8.09 8.10 8.01 6/181 26299
/proc/meminfo: memFree=24338716/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=2141056 CPUtime=4800.21 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 500894 0 0 0 479467 554 0 0 18 0 5 0 517203991 2192441344 477678 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 535264 477678 417 389 0 531014 0
[pid=26234/tid=26236] ppid=26233 vsize=2141056 CPUtime=1195.94 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 124978 0 0 0 119490 104 0 0 25 0 5 0 517204014 2192441344 477678 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=2141056 CPUtime=1201.78 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 118406 0 0 0 120016 162 0 0 25 0 5 0 517204019 2192441344 477678 33554432000 4194304 5787044 140733894241904 18446744073709551615 228244046426 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=2141056 CPUtime=1201 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 111971 0 0 0 119957 143 0 0 25 0 5 0 517204024 2192441344 477678 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=2141056 CPUtime=1201.09 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 114864 0 0 0 119969 140 0 0 25 0 5 0 517204029 2192441344 477678 33554432000 4194304 5787044 140733894241904 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 2149756

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

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

[startup+1202.31 s]
/proc/loadavg: 8.09 8.10 8.01 6/181 26299
/proc/meminfo: memFree=24338716/32951124 swapFree=67111364/67111528
[pid=26233] ppid=26231 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26233/stat : 26233 (prissAuto.sh) S 26231 26233 25027 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517203990 8908800 251 33554432000 4194304 4922060 140733861225248 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26233/statm: 2175 251 211 178 0 68 0
[pid=26234] ppid=26233 vsize=2141056 CPUtime=4800.21 cores=1,3,5,7
/proc/26234/stat : 26234 (priss) S 26233 26233 25027 0 -1 4202496 500894 0 0 0 479467 554 0 0 18 0 5 0 517203991 2192441344 477678 33554432000 4194304 5787044 140733894241904 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26234/statm: 535264 477678 417 389 0 531014 0
[pid=26234/tid=26236] ppid=26233 vsize=2141056 CPUtime=1195.94 cores=1,3,5,7
/proc/26234/task/26236/stat : 26236 (priss) R 26233 26233 25027 0 -1 4202560 124978 0 0 0 119490 104 0 0 25 0 5 0 517204014 2192441344 477678 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=26234/tid=26237] ppid=26233 vsize=2141056 CPUtime=1201.78 cores=1,3,5,7
/proc/26234/task/26237/stat : 26237 (priss) R 26233 26233 25027 0 -1 4202560 118406 0 0 0 120016 162 0 0 25 0 5 0 517204019 2192441344 477678 33554432000 4194304 5787044 140733894241904 18446744073709551615 228244046426 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=26234/tid=26238] ppid=26233 vsize=2141056 CPUtime=1201 cores=1,3,5,7
/proc/26234/task/26238/stat : 26238 (priss) R 26233 26233 25027 0 -1 4202560 111971 0 0 0 119957 143 0 0 25 0 5 0 517204024 2192441344 477678 33554432000 4194304 5787044 140733894241904 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=26234/tid=26239] ppid=26233 vsize=2141056 CPUtime=1201.09 cores=1,3,5,7
/proc/26234/task/26239/stat : 26239 (priss) R 26233 26233 25027 0 -1 4202560 114864 0 0 0 119969 140 0 0 25 0 5 0 517204029 2192441344 477678 33554432000 4194304 5787044 140733894241904 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 2149756

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.32
CPU time (s): 4800.21
CPU user time (s): 4794.67
CPU system time (s): 5.54
CPU usage (%): 399.245
Max. virtual memory (cumulated for all children) (KiB): 2149756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 4
involuntary context switches= 2

runsolver used 1.76273 second user time and 4.81027 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 07:47:40
IDJOB=3249357
IDBENCH=83166
IDSOLVER=1602
FILE ID=node136/3249357-1304056060
RUNJOBID= node136-1304053650-25980
PBS_JOBID= 13170391
Free space on /tmp= 72308 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x40.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249357-1304056060/watcher-3249357-1304056060 -o /tmp/evaluation-result-3249357-1304056060/solver-3249357-1304056060 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3249357-1304056060.cnf 475936717 4800 15500 4

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

MD5SUM BENCH= 65a5698edfd6f3a12089595d81c196e3
RANDOM SEED=475936717

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26112504 kB
Buffers:       1057972 kB
Cached:        5025000 kB
SwapCached:        100 kB
Active:         838692 kB
Inactive:      5447596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26112504 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           29572 kB
Writeback:           0 kB
AnonPages:      203112 kB
Mapped:          15380 kB
Slab:           487008 kB
PageTables:       4900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   400596 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= 72316 MiB
End job on node136 at 2011-04-29 08:07:45