Trace number 3264628

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.11 1201.72

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l2.used-as.sat04-894.cnf
MD5SUMb3ddb2ee2bb2b83e1c98b2a9018351fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark590.41
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
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: 23200
0.00/0.01	c parsetime: 4982us
0.00/0.01	c parsed 18555 clauses with 4487 variables
0.00/0.01	c NW started thread 0 successfully (1114536256)
0.00/0.01	c NW started thread 1 successfully (1125026112)
0.00/0.01	c NW started thread 2 successfully (1085552960)
0.00/0.01	c NW started thread 3 successfully (1096739136)
0.00/0.33	c preprocessor returned c preprocessor returned 1001210012 variables variables
0.00/0.33	c preprocessing returned UNKNOWN
0.00/0.33	
0.00/0.33	c preprocessing returned UNKNOWN
0.00/0.33	c PP set 0 variables
0.00/0.33	c pp time: 311809c PP set 0 variables
0.00/0.33	c pp time: us (0s)
0.00/0.33	310793us (0s)
0.00/0.83	c preprocessor returned 10012 variables
0.00/0.83	c preprocessing returned UNKNOWN
0.00/0.83	c PP set 0 variables
0.00/0.83	c pp time: 331799us (0s)
0.00/0.83	c preprocessor returned 30007 variables
0.00/0.83	c preprocessing returned UNKNOWN
0.00/0.83	c PP set 0 variables
0.00/0.83	c pp time: 782104us (0s)

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: 977)

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-3264628-1307642944/watcher-3264628-1307642944 -o /tmp/evaluation-result-3264628-1307642944/solver-3264628-1307642944 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3264628-1307642944.cnf 90788547 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.07 8.08 8.07 7/182 23199
/proc/meminfo: memFree=31642040/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0

[startup+0.0244551 s]
/proc/loadavg: 8.07 8.08 8.07 7/182 23199
/proc/meminfo: memFree=31642040/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.325466 s]
/proc/loadavg: 8.07 8.08 8.07 7/182 23199
/proc/meminfo: memFree=31642040/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.02827 s]
/proc/loadavg: 8.07 8.08 8.07 7/182 23199
/proc/meminfo: memFree=31642040/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.12825 s]
/proc/loadavg: 8.07 8.08 8.07 7/182 23199
/proc/meminfo: memFree=31642040/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50019 s]
/proc/loadavg: 8.07 8.08 8.07 7/182 23199
/proc/meminfo: memFree=31642040/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10089 s]
/proc/loadavg: 8.14 8.09 8.08 9/188 23205
/proc/meminfo: memFree=31600748/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=345824 CPUtime=12.32 cores=1,3,5,7
/proc/23200/stat : 23200 (priss) S 23199 23199 21841 0 -1 4202496 13907 0 0 0 1228 4 0 0 18 0 5 0 954524989 354123776 10609 33554432000 4194304 5787044 140735137942592 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23200/statm: 86456 10609 417 389 0 82206 0
[pid=23200/tid=23202] ppid=23199 vsize=345824 CPUtime=3.07 cores=1,3,5,7
/proc/23200/task/23202/stat : 23202 (priss) R 23199 23199 21841 0 -1 4202560 3148 0 0 0 307 0 0 0 25 0 5 0 954524990 354123776 10609 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23200/tid=23203] ppid=23199 vsize=345824 CPUtime=3.07 cores=1,3,5,7
/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 2317 0 0 0 306 1 0 0 25 0 5 0 954524990 354123776 10609 33554432000 4194304 5787044 140735137942592 18446744073709551615 5592160 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=345824 CPUtime=3.06 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 2270 0 0 0 305 1 0 0 25 0 5 0 954524990 354123776 10609 33554432000 4194304 5787044 140735137942592 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=345824 CPUtime=3.07 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 4585 0 0 0 307 0 0 0 25 0 5 0 954524990 354123776 10609 33554432000 4194304 5787044 140735137942592 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 354524

[startup+6.3073 s]
/proc/loadavg: 8.13 8.09 8.07 9/188 23205
/proc/meminfo: memFree=31593556/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=347544 CPUtime=25.14 cores=1,3,5,7
/proc/23200/stat : 23200 (priss) S 23199 23199 21841 0 -1 4202496 15506 0 0 0 2508 6 0 0 18 0 5 0 954524989 355885056 12208 33554432000 4194304 5787044 140735137942592 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23200/statm: 86886 12208 417 389 0 82636 0
[pid=23200/tid=23202] ppid=23199 vsize=347544 CPUtime=6.29 cores=1,3,5,7
/proc/23200/task/23202/stat : 23202 (priss) R 23199 23199 21841 0 -1 4202560 3548 0 0 0 628 1 0 0 25 0 5 0 954524990 355885056 12208 33554432000 4194304 5787044 140735137942592 18446744073709551615 4220738 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23200/tid=23203] ppid=23199 vsize=347544 CPUtime=6.28 cores=1,3,5,7
/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 2729 0 0 0 627 1 0 0 25 0 5 0 954524990 355885056 12208 33554432000 4194304 5787044 140735137942592 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=347544 CPUtime=6.25 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 2616 0 0 0 624 1 0 0 25 0 5 0 954524990 355885056 12208 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591102 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=347544 CPUtime=6.28 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 5026 0 0 0 627 1 0 0 25 0 5 0 954524990 355885056 12208 33554432000 4194304 5787044 140735137942592 18446744073709551615 5527091 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 356244

[startup+12.7011 s]
/proc/loadavg: 8.12 8.09 8.07 9/188 23205
/proc/meminfo: memFree=31580048/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=353844 CPUtime=50.67 cores=1,3,5,7
/proc/23200/stat : 23200 (priss) S 23199 23199 21841 0 -1 4202496 18828 0 0 0 5057 10 0 0 18 0 5 0 954524989 362336256 15530 33554432000 4194304 5787044 140735137942592 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23200/statm: 88461 15530 419 389 0 84211 0
[pid=23200/tid=23202] ppid=23199 vsize=353844 CPUtime=12.68 cores=1,3,5,7
/proc/23200/task/23202/stat : 23202 (priss) R 23199 23199 21841 0 -1 4202560 4103 0 0 0 1266 2 0 0 25 0 5 0 954524990 362336256 15530 33554432000 4194304 5787044 140735137942592 18446744073709551615 4218240 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23200/tid=23203] ppid=23199 vsize=353844 CPUtime=12.67 cores=1,3,5,7
/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 3293 0 0 0 1265 2 0 0 25 0 5 0 954524990 362336256 15530 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=353844 CPUtime=12.61 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 3257 0 0 0 1259 2 0 0 25 0 5 0 954524990 362336256 15530 33554432000 4194304 5787044 140735137942592 18446744073709551615 4220539 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=353844 CPUtime=12.68 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 6588 0 0 0 1266 2 0 0 25 0 5 0 954524990 362336256 15530 33554432000 4194304 5787044 140735137942592 18446744073709551615 5526864 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 362544

[startup+25.5008 s]
/proc/loadavg: 8.10 8.09 8.07 9/188 23206
/proc/meminfo: memFree=31558208/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=362232 CPUtime=101.79 cores=1,3,5,7
/proc/23200/stat : 23200 (priss) S 23199 23199 21841 0 -1 4202496 23805 0 0 0 10163 16 0 0 18 0 5 0 954524989 370925568 20506 33554432000 4194304 5787044 140735137942592 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23200/statm: 90558 20506 419 389 0 86308 0
[pid=23200/tid=23202] ppid=23199 vsize=362232 CPUtime=25.47 cores=1,3,5,7
/proc/23200/task/23202/stat : 23202 (priss) R 23199 23199 21841 0 -1 4202560 6126 0 0 0 2545 2 0 0 25 0 5 0 954524990 370925568 20506 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23200/tid=23203] ppid=23199 vsize=362232 CPUtime=25.47 cores=1,3,5,7
/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 4391 0 0 0 2543 4 0 0 25 0 5 0 954524990 370925568 20506 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=362232 CPUtime=25.33 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 4091 0 0 0 2529 4 0 0 25 0 5 0 954524990 370925568 20506 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591211 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=362232 CPUtime=25.47 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 7610 0 0 0 2544 3 0 0 25 0 5 0 954524990 370925568 20506 33554432000 4194304 5787044 140735137942592 18446744073709551615 5534349 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 370932

[startup+51.101 s]
/proc/loadavg: 8.06 8.08 8.07 9/188 23206
/proc/meminfo: memFree=31531260/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=371764 CPUtime=204.03 cores=1,3,5,7
/proc/23200/stat : 23200 (priss) S 23199 23199 21841 0 -1 4202496 29950 0 0 0 20379 24 0 0 18 0 5 0 954524989 380686336 26626 33554432000 4194304 5787044 140735137942592 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23200/statm: 92941 26626 419 389 0 88691 0
[pid=23200/tid=23202] ppid=23199 vsize=371764 CPUtime=51.07 cores=1,3,5,7
/proc/23200/task/23202/stat : 23202 (priss) R 23199 23199 21841 0 -1 4202560 7480 0 0 0 5103 4 0 0 25 0 5 0 954524990 380686336 26626 33554432000 4194304 5787044 140735137942592 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23200/tid=23203] ppid=23199 vsize=371764 CPUtime=51.06 cores=1,3,5,7
/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 5518 0 0 0 5099 7 0 0 25 0 5 0 954524990 380686336 26626 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=371764 CPUtime=50.79 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 6471 0 0 0 5073 6 0 0 25 0 5 0 954524990 380686336 26626 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=371764 CPUtime=51.07 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 8894 0 0 0 5101 6 0 0 25 0 5 0 954524990 380686336 26626 33554432000 4194304 5787044 140735137942592 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 380464

[startup+102.301 s]
/proc/loadavg: 8.06 8.08 8.07 9/188 23208
/proc/meminfo: memFree=31489680/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=384328 CPUtime=408.54 cores=1,3,5,7
/proc/23200/stat : 23200 (priss) S 23199 23199 21841 0 -1 4202496 38339 0 0 0 40816 38 0 0 18 0 5 0 954524989 393551872 34872 33554432000 4194304 5787044 140735137942592 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23200/statm: 96082 34872 419 389 0 91832 0
[pid=23200/tid=23202] ppid=23199 vsize=384328 CPUtime=102.26 cores=1,3,5,7
/proc/23200/task/23202/stat : 23202 (priss) R 23199 23199 21841 0 -1 4202560 10428 0 0 0 10220 6 0 0 25 0 5 0 954524990 393551872 34872 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591312 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23200/tid=23203] ppid=23199 vsize=384328 CPUtime=102.25 cores=1,3,5,7
/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 7531 0 0 0 10213 12 0 0 25 0 5 0 954524990 393551872 34872 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=384328 CPUtime=101.71 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 7873 0 0 0 10161 10 0 0 25 0 5 0 954524990 393551872 34872 33554432000 4194304 5787044 140735137942592 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=384328 CPUtime=102.27 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 10920 0 0 0 10218 9 0 0 25 0 5 0 954524990 393551872 34872 33554432000 4194304 5787044 140735137942592 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.54
Current children cumulated vsize (KiB) 393028

[startup+162.301 s]
/proc/loadavg: 8.10 8.09 8.08 9/188 23209
/proc/meminfo: memFree=31443872/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=400520 CPUtime=648.19 cores=1,3,5,7

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

/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 25663 0 0 0 88180 38 0 0 25 0 5 0 954524990 691412992 95668 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=675208 CPUtime=877.46 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 21813 0 0 0 87711 35 0 0 25 0 5 0 954524990 691412992 95668 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=675208 CPUtime=882.27 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 26979 0 0 0 88193 34 0 0 25 0 5 0 954524990 691412992 95668 33554432000 4194304 5787044 140735137942592 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.23
Current children cumulated vsize (KiB) 683908

[startup+942.301 s]
/proc/loadavg: 8.15 8.09 8.08 9/188 23274
/proc/meminfo: memFree=31351760/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=675208 CPUtime=3763.92 cores=1,3,5,7
/proc/23200/stat : 23200 (priss) S 23199 23199 21841 0 -1 4202496 100839 0 0 0 376262 130 0 0 18 0 5 0 954524989 691412992 96029 33554432000 4194304 5787044 140735137942592 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23200/statm: 168802 96029 419 389 0 164552 0
[pid=23200/tid=23202] ppid=23199 vsize=675208 CPUtime=942.27 cores=1,3,5,7
/proc/23200/task/23202/stat : 23202 (priss) R 23199 23199 21841 0 -1 4202560 24253 0 0 0 94206 21 0 0 25 0 5 0 954524990 691412992 96029 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23200/tid=23203] ppid=23199 vsize=675208 CPUtime=942.19 cores=1,3,5,7
/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 25671 0 0 0 94181 38 0 0 25 0 5 0 954524990 691412992 96029 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=675208 CPUtime=937.14 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 21813 0 0 0 93679 35 0 0 25 0 5 0 954524990 691412992 96029 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=675208 CPUtime=942.28 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 27515 0 0 0 94193 35 0 0 25 0 5 0 954524990 691412992 96029 33554432000 4194304 5787044 140735137942592 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 683908

[startup+1002.3 s]
/proc/loadavg: 8.16 8.10 8.08 9/188 23276
/proc/meminfo: memFree=31342524/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=675732 CPUtime=4003.58 cores=1,3,5,7
/proc/23200/stat : 23200 (priss) S 23199 23199 21841 0 -1 4202496 100999 0 0 0 400227 131 0 0 18 0 5 0 954524989 691949568 96189 33554432000 4194304 5787044 140735137942592 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23200/statm: 168933 96189 419 389 0 164683 0
[pid=23200/tid=23202] ppid=23199 vsize=675732 CPUtime=1002.27 cores=1,3,5,7
/proc/23200/task/23202/stat : 23202 (priss) R 23199 23199 21841 0 -1 4202560 24358 0 0 0 100206 21 0 0 25 0 5 0 954524990 691949568 96189 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23200/tid=23203] ppid=23199 vsize=675732 CPUtime=1002.17 cores=1,3,5,7
/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 25725 0 0 0 100179 38 0 0 25 0 5 0 954524990 691949568 96189 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=675732 CPUtime=996.81 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 21814 0 0 0 99646 35 0 0 25 0 5 0 954524990 691949568 96189 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=675732 CPUtime=1002.28 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 27515 0 0 0 100193 35 0 0 25 0 5 0 954524990 691949568 96189 33554432000 4194304 5787044 140735137942592 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.58
Current children cumulated vsize (KiB) 684432

[startup+1062.31 s]
/proc/loadavg: 8.16 8.11 8.09 9/188 23277
/proc/meminfo: memFree=31337528/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=676244 CPUtime=4243.28 cores=1,3,5,7
/proc/23200/stat : 23200 (priss) S 23199 23199 21841 0 -1 4202496 101187 0 0 0 424197 131 0 0 18 0 5 0 954524989 692473856 96377 33554432000 4194304 5787044 140735137942592 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23200/statm: 169061 96377 419 389 0 164811 0
[pid=23200/tid=23202] ppid=23199 vsize=676244 CPUtime=1062.27 cores=1,3,5,7
/proc/23200/task/23202/stat : 23202 (priss) R 23199 23199 21841 0 -1 4202560 24514 0 0 0 106206 21 0 0 25 0 5 0 954524990 692473856 96377 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23200/tid=23203] ppid=23199 vsize=676244 CPUtime=1062.18 cores=1,3,5,7
/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 25741 0 0 0 106180 38 0 0 25 0 5 0 954524990 692473856 96377 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=676244 CPUtime=1056.49 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 21827 0 0 0 105614 35 0 0 25 0 5 0 954524990 692473856 96377 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=676244 CPUtime=1062.29 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 27518 0 0 0 106194 35 0 0 25 0 5 0 954524990 692473856 96377 33554432000 4194304 5787044 140735137942592 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 684944

[startup+1122.3 s]
/proc/loadavg: 8.15 8.12 8.09 9/188 23279
/proc/meminfo: memFree=31328552/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=687216 CPUtime=4482.92 cores=1,3,5,7
/proc/23200/stat : 23200 (priss) S 23199 23199 21841 0 -1 4202496 103514 0 0 0 448160 132 0 0 18 0 5 0 954524989 703709184 98704 33554432000 4194304 5787044 140735137942592 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23200/statm: 171804 98704 419 389 0 167554 0
[pid=23200/tid=23202] ppid=23199 vsize=687216 CPUtime=1122.27 cores=1,3,5,7
/proc/23200/task/23202/stat : 23202 (priss) R 23199 23199 21841 0 -1 4202560 25619 0 0 0 112205 22 0 0 25 0 5 0 954524990 703709184 98704 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23200/tid=23203] ppid=23199 vsize=687216 CPUtime=1122.17 cores=1,3,5,7
/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 25814 0 0 0 112178 39 0 0 25 0 5 0 954524990 703709184 98704 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=687216 CPUtime=1116.16 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 22921 0 0 0 111581 35 0 0 25 0 5 0 954524990 703709184 98704 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=687216 CPUtime=1122.28 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 27573 0 0 0 112193 35 0 0 25 0 5 0 954524990 703709184 98704 33554432000 4194304 5787044 140735137942592 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.92
Current children cumulated vsize (KiB) 695916

[startup+1182.3 s]
/proc/loadavg: 8.14 8.12 8.09 9/188 23281
/proc/meminfo: memFree=31312252/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=700664 CPUtime=4722.59 cores=1,3,5,7
/proc/23200/stat : 23200 (priss) S 23199 23199 21841 0 -1 4202496 107432 0 0 0 472125 134 0 0 18 0 5 0 954524989 717479936 102622 33554432000 4194304 5787044 140735137942592 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23200/statm: 175166 102622 419 389 0 170916 0
[pid=23200/tid=23202] ppid=23199 vsize=700664 CPUtime=1182.27 cores=1,3,5,7
/proc/23200/task/23202/stat : 23202 (priss) R 23199 23199 21841 0 -1 4202560 27028 0 0 0 118204 23 0 0 25 0 5 0 954524990 717479936 102622 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23200/tid=23203] ppid=23199 vsize=700664 CPUtime=1182.16 cores=1,3,5,7
/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 27051 0 0 0 118177 39 0 0 25 0 5 0 954524990 717479936 102622 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=700664 CPUtime=1175.83 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 23047 0 0 0 117548 35 0 0 25 0 5 0 954524990 717479936 102622 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=700664 CPUtime=1182.28 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 28719 0 0 0 118193 35 0 0 25 0 5 0 954524990 717479936 102622 33554432000 4194304 5787044 140735137942592 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.59
Current children cumulated vsize (KiB) 709364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 8.11 8.09 9/188 23281
/proc/meminfo: memFree=31305552/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=710752 CPUtime=4800.11 cores=1,3,5,7
/proc/23200/stat : 23200 (priss) S 23199 23199 21841 0 -1 4202496 108953 0 0 0 479876 135 0 0 18 0 5 0 954524989 727810048 104143 33554432000 4194304 5787044 140735137942592 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23200/statm: 177688 104143 419 389 0 173438 0
[pid=23200/tid=23202] ppid=23199 vsize=710752 CPUtime=1201.67 cores=1,3,5,7
/proc/23200/task/23202/stat : 23202 (priss) R 23199 23199 21841 0 -1 4202560 27449 0 0 0 120144 23 0 0 25 0 5 0 954524990 727810048 104143 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23200/tid=23203] ppid=23199 vsize=710752 CPUtime=1201.57 cores=1,3,5,7
/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 27608 0 0 0 120118 39 0 0 25 0 5 0 954524990 727810048 104143 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=710752 CPUtime=1195.12 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 23580 0 0 0 119477 35 0 0 25 0 5 0 954524990 727810048 104143 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=710752 CPUtime=1201.69 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 28729 0 0 0 120134 35 0 0 25 0 5 0 954524990 727810048 104143 33554432000 4194304 5787044 140735137942592 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 719452

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

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

[startup+1201.7 s]
/proc/loadavg: 8.10 8.11 8.09 9/188 23281
/proc/meminfo: memFree=31305552/32951124 swapFree=67056304/67111528
[pid=23199] ppid=23197 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23199/stat : 23199 (priss.sh) S 23197 23199 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 954524989 8908800 252 33554432000 4194304 4922060 140733303678912 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23199/statm: 2175 252 211 178 0 68 0
[pid=23200] ppid=23199 vsize=710752 CPUtime=4800.11 cores=1,3,5,7
/proc/23200/stat : 23200 (priss) S 23199 23199 21841 0 -1 4202496 108953 0 0 0 479876 135 0 0 18 0 5 0 954524989 727810048 104143 33554432000 4194304 5787044 140735137942592 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23200/statm: 177688 104143 419 389 0 173438 0
[pid=23200/tid=23202] ppid=23199 vsize=710752 CPUtime=1201.67 cores=1,3,5,7
/proc/23200/task/23202/stat : 23202 (priss) R 23199 23199 21841 0 -1 4202560 27449 0 0 0 120144 23 0 0 25 0 5 0 954524990 727810048 104143 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23200/tid=23203] ppid=23199 vsize=710752 CPUtime=1201.57 cores=1,3,5,7
/proc/23200/task/23203/stat : 23203 (priss) R 23199 23199 21841 0 -1 4202560 27608 0 0 0 120118 39 0 0 25 0 5 0 954524990 727810048 104143 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23200/tid=23204] ppid=23199 vsize=710752 CPUtime=1195.12 cores=1,3,5,7
/proc/23200/task/23204/stat : 23204 (priss) R 23199 23199 21841 0 -1 4202560 23580 0 0 0 119477 35 0 0 25 0 5 0 954524990 727810048 104143 33554432000 4194304 5787044 140735137942592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23200/tid=23205] ppid=23199 vsize=710752 CPUtime=1201.69 cores=1,3,5,7
/proc/23200/task/23205/stat : 23205 (priss) R 23199 23199 21841 0 -1 4202560 28729 0 0 0 120134 35 0 0 25 0 5 0 954524990 727810048 104143 33554432000 4194304 5787044 140735137942592 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 719452

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.11
CPU user time (s): 4798.76
CPU system time (s): 1.35
CPU usage (%): 399.437
Max. virtual memory (cumulated for all children) (KiB): 719452

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= 6
involuntary context switches= 3

runsolver used 1.54576 second user time and 5.01224 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 20:09:04
IDJOB=3264628
IDBENCH=84761
IDSOLVER=1603
FILE ID=node110/3264628-1307642944
RUNJOBID= node110-1307633277-21860
PBS_JOBID= 13549381
Free space on /tmp= 74168 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l2.used-as.sat04-894.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264628-1307642944/watcher-3264628-1307642944 -o /tmp/evaluation-result-3264628-1307642944/solver-3264628-1307642944 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3264628-1307642944.cnf 90788547 4800 15500 4

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

MD5SUM BENCH= b3ddb2ee2bb2b83e1c98b2a9018351fc
RANDOM SEED=90788547

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
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.76
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.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.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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31642716 kB
Buffers:        224468 kB
Cached:         376644 kB
SwapCached:       8464 kB
Active:         786040 kB
Inactive:       297416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31642716 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            2064 kB
Writeback:           0 kB
AnonPages:      480380 kB
Mapped:          13916 kB
Slab:           160600 kB
PageTables:       5196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   731800 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= 74168 MiB
End job on node110 at 2011-06-09 20:29:08