Trace number 3290769

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.1 1202.92

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E02F22.cnf
MD5SUM0b29cb9f2e17f3e05b66912497d8cb84
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.6781
Satisfiable
(Un)Satisfiability was proved
Number of variables13574
Number of clauses1301188
Sum of the clauses size11462079
Maximum clause length78
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 236373
Number of clauses of size 329573
Number of clauses of size 422594
Number of clauses of size 573414
Number of clauses of size over 51139201

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: 11490
0.00/0.82	c parsetime: 818156us
0.00/0.82	c parsed 1301188 clauses with 13574 variables
1.00/1.01	c NW started thread 0 successfully (1111329088)
1.37/1.27	c NW started thread 1 successfully (1088276800)
2.19/1.54	c NW started thread 2 successfully (1098766656)
3.32/1.80	c NW started thread 3 successfully (1121818944)
346.05/87.67	c preprocessor returned 13874 variables
346.05/87.67	c preprocessing returned UNKNOWN
346.05/87.67	c PP set 1032 variables
346.05/87.67	c pp time: 86660062us (86s)
347.28/87.93	c preprocessor returned 13874 variables
347.28/87.93	c preprocessing returned UNKNOWN
347.28/87.93	c PP set 1032 variables
347.28/87.93	c pp time: 86659661us (86s)
351.66/89.05	c preprocessor returned 13874 variables
351.66/89.05	c preprocessing returned UNKNOWN
351.66/89.05	c PP set 1032 variables
351.66/89.05	c pp time: 87504139us (87s)
650.43/163.84	c preprocessor returned 30008 variables
650.43/163.84	c preprocessing returned UNKNOWN
650.43/163.84	c PP set 1032 variables
650.43/163.84	c pp time: 162042820us (162s)
658.41/165.80	c HTE
664.39/167.32	c subsumption
664.39/167.32	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-3290769-1304063070/watcher-3290769-1304063070 -o /tmp/evaluation-result-3290769-1304063070/solver-3290769-1304063070 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3290769-1304063070.cnf 1289319626 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.77 8.03 8.02 6/182 11489
/proc/meminfo: memFree=15265180/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0

[startup+0.080332 s]
/proc/loadavg: 7.77 8.03 8.02 6/182 11489
/proc/meminfo: memFree=15265180/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100325 s]
/proc/loadavg: 7.77 8.03 8.02 6/182 11489
/proc/meminfo: memFree=15265180/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300289 s]
/proc/loadavg: 7.77 8.03 8.02 6/182 11489
/proc/meminfo: memFree=15265180/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700226 s]
/proc/loadavg: 7.77 8.03 8.02 6/182 11489
/proc/meminfo: memFree=15265180/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50106 s]
/proc/loadavg: 7.77 8.03 8.02 6/184 11491
/proc/meminfo: memFree=15087368/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=665492 CPUtime=2.19 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) D 11489 11489 9766 0 -1 4202496 123671 0 0 0 196 23 0 0 18 0 3 0 517907666 681463808 121666 33554432000 4194304 5787044 140737280053776 18446744073709551615 244446639197 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 166373 121671 341 389 0 162123 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 674192

[startup+3.10074 s]
/proc/loadavg: 7.77 8.03 8.02 10/188 11495
/proc/meminfo: memFree=14545456/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=897144 CPUtime=8.51 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) S 11489 11489 9766 0 -1 4202496 182775 0 0 0 818 33 0 0 18 0 5 0 517907666 918675456 179778 33554432000 4194304 5787044 140737280053776 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 224286 179778 349 389 0 220036 0
[pid=11490/tid=11492] ppid=11489 vsize=897144 CPUtime=2.07 cores=1,3,5,7
/proc/11490/task/11492/stat : 11492 (priss) R 11489 11489 9766 0 -1 4202560 17605 0 0 0 205 2 0 0 21 0 5 0 517907767 918675456 179778 33554432000 4194304 5787044 140737280053776 18446744073709551615 4332402 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11493] ppid=11489 vsize=897144 CPUtime=1.81 cores=1,3,5,7
/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 16722 0 0 0 178 3 0 0 20 0 5 0 517907792 918675456 179778 33554432000 4194304 5787044 140737280053776 18446744073709551615 4332714 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=897144 CPUtime=1.53 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 17278 0 0 0 151 2 0 0 19 0 5 0 517907820 918675456 179778 33554432000 4194304 5787044 140737280053776 18446744073709551615 4332841 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=897144 CPUtime=1.29 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 16337 0 0 0 127 2 0 0 22 0 5 0 517907846 918675456 179778 33554432000 4194304 5787044 140737280053776 18446744073709551615 4332576 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 905844

[startup+6.30114 s]
/proc/loadavg: 7.78 8.03 8.02 9/188 11496
/proc/meminfo: memFree=14519080/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=947436 CPUtime=21.3 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) S 11489 11489 9766 0 -1 4202496 198555 0 0 0 2095 35 0 0 18 0 5 0 517907666 970174464 185798 33554432000 4194304 5787044 140737280053776 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 236859 185798 351 389 0 232609 0
[pid=11490/tid=11492] ppid=11489 vsize=947436 CPUtime=5.28 cores=1,3,5,7
/proc/11490/task/11492/stat : 11492 (priss) R 11489 11489 9766 0 -1 4202560 20852 0 0 0 525 3 0 0 25 0 5 0 517907767 970174464 185798 33554432000 4194304 5787044 140737280053776 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11493] ppid=11489 vsize=947436 CPUtime=5.01 cores=1,3,5,7
/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 20890 0 0 0 497 4 0 0 25 0 5 0 517907792 970174464 185798 33554432000 4194304 5787044 140737280053776 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=947436 CPUtime=4.72 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 21460 0 0 0 469 3 0 0 25 0 5 0 517907820 970174464 185798 33554432000 4194304 5787044 140737280053776 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=947436 CPUtime=4.49 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 20520 0 0 0 447 2 0 0 25 0 5 0 517907846 970174464 185798 33554432000 4194304 5787044 140737280053776 18446744073709551615 4339968 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.3
Current children cumulated vsize (KiB) 956136

[startup+12.7009 s]
/proc/loadavg: 7.80 8.02 8.02 9/188 11496
/proc/meminfo: memFree=14519220/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=947436 CPUtime=46.86 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) S 11489 11489 9766 0 -1 4202496 198555 0 0 0 4651 35 0 0 18 0 5 0 517907666 970174464 185798 33554432000 4194304 5787044 140737280053776 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 236859 185798 351 389 0 232609 0
[pid=11490/tid=11492] ppid=11489 vsize=947436 CPUtime=11.68 cores=1,3,5,7
/proc/11490/task/11492/stat : 11492 (priss) R 11489 11489 9766 0 -1 4202560 20852 0 0 0 1165 3 0 0 25 0 5 0 517907767 970174464 185798 33554432000 4194304 5787044 140737280053776 18446744073709551615 4339899 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11493] ppid=11489 vsize=947436 CPUtime=11.41 cores=1,3,5,7
/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 20890 0 0 0 1137 4 0 0 25 0 5 0 517907792 970174464 185798 33554432000 4194304 5787044 140737280053776 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=947436 CPUtime=11.08 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 21460 0 0 0 1105 3 0 0 25 0 5 0 517907820 970174464 185798 33554432000 4194304 5787044 140737280053776 18446744073709551615 4340056 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=947436 CPUtime=10.89 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 20520 0 0 0 1087 2 0 0 25 0 5 0 517907846 970174464 185798 33554432000 4194304 5787044 140737280053776 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.86
Current children cumulated vsize (KiB) 956136

[startup+25.5005 s]
/proc/loadavg: 7.84 8.02 8.02 9/188 11496
/proc/meminfo: memFree=14419480/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=1078508 CPUtime=97.99 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) S 11489 11489 9766 0 -1 4202496 223687 0 0 0 9759 40 0 0 18 0 5 0 517907666 1104392192 210930 33554432000 4194304 5787044 140737280053776 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 269627 210930 355 389 0 265377 0
[pid=11490/tid=11492] ppid=11489 vsize=1078508 CPUtime=24.47 cores=1,3,5,7
/proc/11490/task/11492/stat : 11492 (priss) R 11489 11489 9766 0 -1 4202560 20860 0 0 0 2444 3 0 0 25 0 5 0 517907767 1104392192 210930 33554432000 4194304 5787044 140737280053776 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11493] ppid=11489 vsize=1078508 CPUtime=24.2 cores=1,3,5,7
/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 21614 0 0 0 2416 4 0 0 25 0 5 0 517907792 1104392192 210930 33554432000 4194304 5787044 140737280053776 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=1078508 CPUtime=23.81 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 22328 0 0 0 2378 3 0 0 25 0 5 0 517907820 1104392192 210930 33554432000 4194304 5787044 140737280053776 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=1078508 CPUtime=23.69 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 44052 0 0 0 2363 6 0 0 25 0 5 0 517907846 1104392192 210930 33554432000 4194304 5787044 140737280053776 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 97.99
Current children cumulated vsize (KiB) 1087208

[startup+51.1008 s]
/proc/loadavg: 7.96 8.04 8.02 9/188 11497
/proc/meminfo: memFree=14414176/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=1078508 CPUtime=200.25 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) S 11489 11489 9766 0 -1 4202496 224651 0 0 0 19985 40 0 0 18 0 5 0 517907666 1104392192 211894 33554432000 4194304 5787044 140737280053776 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 269627 211894 355 389 0 265377 0
[pid=11490/tid=11492] ppid=11489 vsize=1078508 CPUtime=50.08 cores=1,3,5,7
/proc/11490/task/11492/stat : 11492 (priss) R 11489 11489 9766 0 -1 4202560 20860 0 0 0 5005 3 0 0 25 0 5 0 517907767 1104392192 211894 33554432000 4194304 5787044 140737280053776 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11493] ppid=11489 vsize=1078508 CPUtime=49.8 cores=1,3,5,7
/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 22101 0 0 0 4976 4 0 0 25 0 5 0 517907792 1104392192 211894 33554432000 4194304 5787044 140737280053776 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=1078508 CPUtime=49.27 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 22805 0 0 0 4924 3 0 0 25 0 5 0 517907820 1104392192 211894 33554432000 4194304 5787044 140737280053776 18446744073709551615 4359012 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=1078508 CPUtime=49.29 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 44052 0 0 0 4923 6 0 0 25 0 5 0 517907846 1104392192 211894 33554432000 4194304 5787044 140737280053776 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 200.25
Current children cumulated vsize (KiB) 1087208

[startup+102.307 s]
/proc/loadavg: 8.05 8.04 8.03 9/188 11498
/proc/meminfo: memFree=14332052/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=1154252 CPUtime=404.79 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) S 11489 11489 9766 0 -1 4202496 246950 0 0 0 40429 50 0 0 18 0 5 0 517907666 1181954048 230538 33554432000 4194304 5787044 140737280053776 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 288563 230538 405 389 0 284313 0
[pid=11490/tid=11492] ppid=11489 vsize=1154252 CPUtime=101.28 cores=1,3,5,7
/proc/11490/task/11492/stat : 11492 (priss) R 11489 11489 9766 0 -1 4202560 22331 0 0 0 10125 3 0 0 25 0 5 0 517907767 1181954048 230538 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11493] ppid=11489 vsize=1154252 CPUtime=101.01 cores=1,3,5,7
/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 32071 0 0 0 10093 8 0 0 25 0 5 0 517907792 1181954048 230538 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=1154252 CPUtime=100.19 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 31578 0 0 0 10013 6 0 0 25 0 5 0 517907820 1181954048 230538 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=1154252 CPUtime=100.49 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 46137 0 0 0 10041 8 0 0 25 0 5 0 517907846 1181954048 230538 33554432000 4194304 5787044 140737280053776 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 404.79
Current children cumulated vsize (KiB) 1162952

[startup+162.301 s]
/proc/loadavg: 8.08 8.05 8.02 9/188 11500
/proc/meminfo: memFree=14273024/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7

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

/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 63192 0 0 0 87791 53 0 0 25 0 5 0 517907792 1834844160 368380 33554432000 4194304 5787044 140737280053776 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=1791840 CPUtime=879.31 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 74716 0 0 0 87857 74 0 0 25 0 5 0 517907820 1834844160 368380 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=1791840 CPUtime=880.46 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 84827 0 0 0 87992 54 0 0 25 0 5 0 517907846 1834844160 368380 33554432000 4194304 5787044 140737280053776 18446744073709551615 5527019 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.33
Current children cumulated vsize (KiB) 1800540

[startup+942.301 s]
/proc/loadavg: 8.00 8.03 8.01 9/188 11554
/proc/meminfo: memFree=13398172/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=1793192 CPUtime=3760 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) S 11489 11489 9766 0 -1 4202496 390627 0 0 0 375742 258 0 0 18 0 5 0 517907666 1836228608 368825 33554432000 4194304 5787044 140737280053776 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 448298 368825 419 389 0 444048 0
[pid=11490/tid=11492] ppid=11489 vsize=1793192 CPUtime=940.29 cores=1,3,5,7
/proc/11490/task/11492/stat : 11492 (priss) R 11489 11489 9766 0 -1 4202560 52643 0 0 0 93978 51 0 0 25 0 5 0 517907767 1836228608 368825 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11490/tid=11493] ppid=11489 vsize=1793192 CPUtime=938.12 cores=1,3,5,7
/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 63238 0 0 0 93758 54 0 0 25 0 5 0 517907792 1836228608 368825 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=1793192 CPUtime=939.32 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 74727 0 0 0 93857 75 0 0 25 0 5 0 517907820 1836228608 368825 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=1793192 CPUtime=940.45 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 85186 0 0 0 93991 54 0 0 25 0 5 0 517907846 1836228608 368825 33554432000 4194304 5787044 140737280053776 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760
Current children cumulated vsize (KiB) 1801892

[startup+1002.3 s]
/proc/loadavg: 8.04 8.04 8.01 9/188 11564
/proc/meminfo: memFree=13388772/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=1793192 CPUtime=3999.67 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) S 11489 11489 9766 0 -1 4202496 392740 0 0 0 399706 261 0 0 18 0 5 0 517907666 1836228608 370938 33554432000 4194304 5787044 140737280053776 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 448298 370938 419 389 0 444048 0
[pid=11490/tid=11492] ppid=11489 vsize=1793192 CPUtime=1000.29 cores=1,3,5,7
/proc/11490/task/11492/stat : 11492 (priss) R 11489 11489 9766 0 -1 4202560 52773 0 0 0 99978 51 0 0 25 0 5 0 517907767 1836228608 370938 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11490/tid=11493] ppid=11489 vsize=1793192 CPUtime=997.79 cores=1,3,5,7
/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 64359 0 0 0 99725 54 0 0 25 0 5 0 517907792 1836228608 370938 33554432000 4194304 5787044 140737280053776 18446744073709551615 5588133 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=1793192 CPUtime=999.32 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 75589 0 0 0 99855 77 0 0 25 0 5 0 517907820 1836228608 370938 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=1793192 CPUtime=1000.44 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 85186 0 0 0 99990 54 0 0 25 0 5 0 517907846 1836228608 370938 33554432000 4194304 5787044 140737280053776 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.67
Current children cumulated vsize (KiB) 1801892

[startup+1062.3 s]
/proc/loadavg: 8.05 8.04 8.01 9/188 11566
/proc/meminfo: memFree=13274520/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=1794248 CPUtime=4239.34 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) S 11489 11489 9766 0 -1 4202496 409117 0 0 0 423650 284 0 0 18 0 5 0 517907666 1837309952 387315 33554432000 4194304 5787044 140737280053776 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 448562 387315 419 389 0 444312 0
[pid=11490/tid=11492] ppid=11489 vsize=1794248 CPUtime=1060.3 cores=1,3,5,7
/proc/11490/task/11492/stat : 11492 (priss) R 11489 11489 9766 0 -1 4202560 57703 0 0 0 105973 57 0 0 25 0 5 0 517907767 1837309952 387315 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11490/tid=11493] ppid=11489 vsize=1794248 CPUtime=1057.46 cores=1,3,5,7
/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 69371 0 0 0 105684 62 0 0 25 0 5 0 517907792 1837309952 387315 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=1794248 CPUtime=1059.31 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 81737 0 0 0 105845 86 0 0 25 0 5 0 517907820 1837309952 387315 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=1794248 CPUtime=1060.45 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 85473 0 0 0 105990 55 0 0 25 0 5 0 517907846 1837309952 387315 33554432000 4194304 5787044 140737280053776 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4239.34
Current children cumulated vsize (KiB) 1802948

[startup+1122.3 s]
/proc/loadavg: 8.11 8.06 8.01 9/188 11567
/proc/meminfo: memFree=13077948/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=1878180 CPUtime=4479.01 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) S 11489 11489 9766 0 -1 4202496 428987 0 0 0 447589 312 0 0 18 0 5 0 517907666 1923256320 407185 33554432000 4194304 5787044 140737280053776 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 469545 407185 419 389 0 465295 0
[pid=11490/tid=11492] ppid=11489 vsize=1878180 CPUtime=1120.3 cores=1,3,5,7
/proc/11490/task/11492/stat : 11492 (priss) R 11489 11489 9766 0 -1 4202560 62445 0 0 0 111967 63 0 0 25 0 5 0 517907767 1923256320 407185 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11490/tid=11493] ppid=11489 vsize=1878180 CPUtime=1117.14 cores=1,3,5,7
/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 74221 0 0 0 111643 71 0 0 25 0 5 0 517907792 1923256320 407185 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=1878180 CPUtime=1119.32 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 86675 0 0 0 111838 94 0 0 25 0 5 0 517907820 1923256320 407185 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=1878180 CPUtime=1120.45 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 90813 0 0 0 111984 61 0 0 25 0 5 0 517907846 1923256320 407185 33554432000 4194304 5787044 140737280053776 18446744073709551615 4220579 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4479.01
Current children cumulated vsize (KiB) 1886880

[startup+1182.3 s]
/proc/loadavg: 8.49 8.16 8.04 9/188 11572
/proc/meminfo: memFree=12938144/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=2032076 CPUtime=4717.82 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) S 11489 11489 9766 0 -1 4202496 448837 0 0 0 471441 341 0 0 18 0 5 0 517907666 2080845824 427035 33554432000 4194304 5787044 140737280053776 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 508019 427035 419 389 0 503769 0
[pid=11490/tid=11492] ppid=11489 vsize=2032076 CPUtime=1179.87 cores=1,3,5,7
/proc/11490/task/11492/stat : 11492 (priss) R 11489 11489 9766 0 -1 4202560 67933 0 0 0 117916 71 0 0 25 0 5 0 517907767 2080845824 427035 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11490/tid=11493] ppid=11489 vsize=2032076 CPUtime=1176.7 cores=1,3,5,7
/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 79991 0 0 0 117594 76 0 0 25 0 5 0 517907792 2080845824 427035 33554432000 4194304 5787044 140737280053776 18446744073709551615 5590453 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=2032076 CPUtime=1179.32 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 90492 0 0 0 117830 102 0 0 25 0 5 0 517907820 2080845824 427035 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=2032076 CPUtime=1180.11 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 95588 0 0 0 117943 68 0 0 25 0 5 0 517907846 2080845824 427035 33554432000 4194304 5787044 140737280053776 18446744073709551615 5526872 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.82
Current children cumulated vsize (KiB) 2040776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.35 8.15 8.04 9/188 11572
/proc/meminfo: memFree=12930444/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=2034516 CPUtime=4800.1 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) S 11489 11489 9766 0 -1 4202496 450301 0 0 0 479668 342 0 0 18 0 5 0 517907666 2083344384 428499 33554432000 4194304 5787044 140737280053776 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 508629 428499 419 389 0 504379 0
[pid=11490/tid=11492] ppid=11489 vsize=2034516 CPUtime=1200.48 cores=1,3,5,7
/proc/11490/task/11492/stat : 11492 (priss) R 11489 11489 9766 0 -1 4202560 68313 0 0 0 119976 72 0 0 25 0 5 0 517907767 2083344384 428499 33554432000 4194304 5787044 140737280053776 18446744073709551615 5590534 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11490/tid=11493] ppid=11489 vsize=2034516 CPUtime=1197.29 cores=1,3,5,7
/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 80415 0 0 0 119653 76 0 0 25 0 5 0 517907792 2083344384 428499 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=2034516 CPUtime=1199.93 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 90868 0 0 0 119890 103 0 0 25 0 5 0 517907820 2083344384 428499 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=2034516 CPUtime=1200.6 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 95872 0 0 0 119992 68 0 0 25 0 5 0 517907846 2083344384 428499 33554432000 4194304 5787044 140737280053776 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 2043216

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

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

[startup+1202.9 s]
/proc/loadavg: 8.35 8.15 8.04 9/188 11572
/proc/meminfo: memFree=12930444/32951124 swapFree=67111528/67111528
[pid=11489] ppid=11487 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11489/stat : 11489 (priss.sh) S 11487 11489 9766 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 517907665 8908800 252 33554432000 4194304 4922060 140734511365888 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11489/statm: 2175 252 211 178 0 68 0
[pid=11490] ppid=11489 vsize=2034516 CPUtime=4800.1 cores=1,3,5,7
/proc/11490/stat : 11490 (priss) S 11489 11489 9766 0 -1 4202496 450301 0 0 0 479668 342 0 0 18 0 5 0 517907666 2083344384 428499 33554432000 4194304 5787044 140737280053776 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11490/statm: 508629 428499 419 389 0 504379 0
[pid=11490/tid=11492] ppid=11489 vsize=2034516 CPUtime=1200.48 cores=1,3,5,7
/proc/11490/task/11492/stat : 11492 (priss) R 11489 11489 9766 0 -1 4202560 68313 0 0 0 119976 72 0 0 25 0 5 0 517907767 2083344384 428499 33554432000 4194304 5787044 140737280053776 18446744073709551615 5590534 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=11490/tid=11493] ppid=11489 vsize=2034516 CPUtime=1197.29 cores=1,3,5,7
/proc/11490/task/11493/stat : 11493 (priss) R 11489 11489 9766 0 -1 4202560 80415 0 0 0 119653 76 0 0 25 0 5 0 517907792 2083344384 428499 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=11490/tid=11494] ppid=11489 vsize=2034516 CPUtime=1199.93 cores=1,3,5,7
/proc/11490/task/11494/stat : 11494 (priss) R 11489 11489 9766 0 -1 4202560 90868 0 0 0 119890 103 0 0 25 0 5 0 517907820 2083344384 428499 33554432000 4194304 5787044 140737280053776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=11490/tid=11495] ppid=11489 vsize=2034516 CPUtime=1200.6 cores=1,3,5,7
/proc/11490/task/11495/stat : 11495 (priss) R 11489 11489 9766 0 -1 4202560 95872 0 0 0 119992 68 0 0 25 0 5 0 517907846 2083344384 428499 33554432000 4194304 5787044 140737280053776 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 2043216

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.92
CPU time (s): 4800.1
CPU user time (s): 4796.68
CPU system time (s): 3.42
CPU usage (%): 399.038
Max. virtual memory (cumulated for all children) (KiB): 2043216

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= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.61175 second user time and 4.96024 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 09:44:32
IDJOB=3290769
IDBENCH=83447
IDSOLVER=1603
FILE ID=node105/3290769-1304063070
RUNJOBID= node105-1304047118-9785
PBS_JOBID= 13170404
Free space on /tmp= 71876 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E02F22.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290769-1304063070/watcher-3290769-1304063070 -o /tmp/evaluation-result-3290769-1304063070/solver-3290769-1304063070 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3290769-1304063070.cnf 1289319626 4800 15500 4

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

MD5SUM BENCH= 0b29cb9f2e17f3e05b66912497d8cb84
RANDOM SEED=1289319626

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15265336 kB
Buffers:       2301196 kB
Cached:       14498396 kB
SwapCached:          0 kB
Active:        9258756 kB
Inactive:      7855044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15265336 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           65196 kB
Writeback:           0 kB
AnonPages:      313540 kB
Mapped:          15684 kB
Slab:           508796 kB
PageTables:       5444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   510060 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= 71872 MiB
End job on node105 at 2011-04-29 10:04:37