Trace number 3265463

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.1 1202.33

General information on the benchmark

NameSAT05/crafted/lynce05/social-golfer-problem/
sgp_5-6-8.shuffled-as.sat05-2669.cnf
MD5SUM4229175ff4382a4625ce92a19d20dde4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.322
Satisfiable
(Un)Satisfiability was proved
Number of variables58560
Number of clauses778800
Sum of the clauses size1766280
Maximum clause length48
Minimum clause length1
Number of clauses of size 196
Number of clauses of size 2599208
Number of clauses of size 3177096
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52400

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: 22291
0.00/0.00	c setup for 4cores
0.00/0.22	c parsetime: 223031us
0.00/0.22	c parsed 778800 clauses with 58560 variables
0.00/0.27	c NW started thread 0 successfully (1107437888)
0.00/0.32	c NW started thread 1 successfully (1084234048)
0.00/0.37	c NW started thread 2 successfully (1117927744)
0.00/0.42	c NW started thread 3 successfully (1128417600)
46.60/12.00	c preprocessor returned 60560 variables
46.60/12.00	c preprocessing returned UNKNOWN
46.60/12.00	c PP set 29184 variables
46.60/12.00	c pp time: 11470847us (11s)
46.60/12.05	c preprocessor returned 58860 variables
46.60/12.05	c preprocessing returned UNKNOWN
46.60/12.05	c PP set 29184 variables
46.60/12.05	c pp time: 11766998us (11s)
47.01/12.11	c preprocessor returned 58860 variables
47.01/12.11	c preprocessing returned UNKNOWN
47.01/12.11	c PP set 29184 variables
47.01/12.11	c pp time: 11720629us (11s)
47.01/12.17	c preprocessor returned 58860 variables
47.01/12.17	c preprocessing returned UNKNOWN
47.01/12.17	c PP set 29184 variables
47.01/12.17	c pp time: 11833343us (11s)
47.78/12.38	c HTE
50.99/13.20	c subsumption
59.28/15.22	c simplified formula contains 0 unit clauses
2751.38/689.45	c added unsatisfied clause
2751.38/689.45	c failed to add network 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-3265463-1304069447/watcher-3265463-1304069447 -o /tmp/evaluation-result-3265463-1304069447/solver-3265463-1304069447 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3265463-1304069447.cnf 471938029 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.20 8.07 8.02 5/182 22290
/proc/meminfo: memFree=17681900/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0

[startup+0.0725729 s]
/proc/loadavg: 8.20 8.07 8.02 5/182 22290
/proc/meminfo: memFree=17681900/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100568 s]
/proc/loadavg: 8.20 8.07 8.02 5/182 22290
/proc/meminfo: memFree=17681900/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300525 s]
/proc/loadavg: 8.20 8.07 8.02 5/182 22290
/proc/meminfo: memFree=17681900/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.7016 s]
/proc/loadavg: 8.20 8.07 8.02 5/182 22290
/proc/meminfo: memFree=17681900/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50124 s]
/proc/loadavg: 8.20 8.07 8.02 9/188 22296
/proc/meminfo: memFree=17319904/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=656688 CPUtime=4.96 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 121845 0 0 0 465 31 0 0 18 0 5 0 597175454 672448512 118846 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 164172 118846 345 389 0 159922 0
[pid=22291/tid=22293] ppid=22290 vsize=656688 CPUtime=1.2 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 20867 0 0 0 113 7 0 0 18 0 5 0 597175481 672448512 118847 33554432000 4194304 5787044 140736412168160 18446744073709551615 256415058906 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=656688 CPUtime=1.14 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 21795 0 0 0 110 4 0 0 18 0 5 0 597175486 672448512 118848 33554432000 4194304 5787044 140736412168160 18446744073709551615 47796812874903 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=656688 CPUtime=1.11 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 21962 0 0 0 105 6 0 0 18 0 5 0 597175491 672448512 118848 33554432000 4194304 5787044 140736412168160 18446744073709551615 256415052833 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=656688 CPUtime=1.05 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 21135 0 0 0 97 8 0 0 18 0 5 0 597175496 672448512 118849 33554432000 4194304 5787044 140736412168160 18446744073709551615 256415052485 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 665388

[startup+3.10094 s]
/proc/loadavg: 8.18 8.07 8.02 9/188 22296
/proc/meminfo: memFree=17365656/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=532668 CPUtime=11.17 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 131243 0 0 0 1083 34 0 0 18 0 5 0 597175454 545452032 69581 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 133167 69581 349 389 0 128917 0
[pid=22291/tid=22293] ppid=22290 vsize=532668 CPUtime=2.69 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 22153 0 0 0 262 7 0 0 18 0 5 0 597175481 545452032 69581 33554432000 4194304 5787044 140736412168160 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=532668 CPUtime=2.68 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 24254 0 0 0 263 5 0 0 20 0 5 0 597175486 545452032 69581 33554432000 4194304 5787044 140736412168160 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=532668 CPUtime=2.71 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 24983 0 0 0 264 7 0 0 20 0 5 0 597175491 545452032 69581 33554432000 4194304 5787044 140736412168160 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=532668 CPUtime=2.64 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 23764 0 0 0 255 9 0 0 20 0 5 0 597175496 545452032 69581 33554432000 4194304 5787044 140736412168160 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 541368

[startup+6.30034 s]
/proc/loadavg: 8.18 8.07 8.02 9/188 22296
/proc/meminfo: memFree=17392564/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=544844 CPUtime=23.95 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 136731 0 0 0 2355 40 0 0 18 0 5 0 597175454 557920256 72025 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 136211 72025 350 389 0 131961 0
[pid=22291/tid=22293] ppid=22290 vsize=544844 CPUtime=5.89 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 23978 0 0 0 580 9 0 0 25 0 5 0 597175481 557920256 72025 33554432000 4194304 5787044 140736412168160 18446744073709551615 4336020 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=544844 CPUtime=5.87 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 25141 0 0 0 580 7 0 0 25 0 5 0 597175486 557920256 72025 33554432000 4194304 5787044 140736412168160 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=544844 CPUtime=5.9 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 25815 0 0 0 582 8 0 0 25 0 5 0 597175491 557920256 72025 33554432000 4194304 5787044 140736412168160 18446744073709551615 4335747 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=544844 CPUtime=5.83 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 25708 0 0 0 573 10 0 0 25 0 5 0 597175496 557920256 72025 33554432000 4194304 5787044 140736412168160 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.95
Current children cumulated vsize (KiB) 553544

[startup+12.7011 s]
/proc/loadavg: 8.17 8.07 8.02 10/188 22296
/proc/meminfo: memFree=17343712/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=567364 CPUtime=49.38 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 193606 0 0 0 4886 52 0 0 18 0 5 0 597175454 580980736 97254 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 141841 97254 417 389 0 137591 0
[pid=22291/tid=22293] ppid=22290 vsize=567364 CPUtime=12.29 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 35077 0 0 0 1218 11 0 0 19 0 5 0 597175481 580980736 97254 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591007 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=567364 CPUtime=12.22 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 38128 0 0 0 1213 9 0 0 25 0 5 0 597175486 580980736 97255 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=567364 CPUtime=12.3 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 43477 0 0 0 1218 12 0 0 20 0 5 0 597175491 580980736 97255 33554432000 4194304 5787044 140736412168160 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=567364 CPUtime=12.11 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 40836 0 0 0 1198 13 0 0 25 0 5 0 597175496 580980736 97255 33554432000 4194304 5787044 140736412168160 18446744073709551615 256415052833 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.38
Current children cumulated vsize (KiB) 576064

[startup+25.5007 s]
/proc/loadavg: 8.20 8.08 8.02 9/188 22296
/proc/meminfo: memFree=17258304/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=571472 CPUtime=100.42 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 202139 0 0 0 9983 59 0 0 18 0 5 0 597175454 585187328 102921 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 142868 102921 419 389 0 138618 0
[pid=22291/tid=22293] ppid=22290 vsize=571472 CPUtime=25.01 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 37052 0 0 0 2488 13 0 0 25 0 5 0 597175481 585187328 102921 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=571472 CPUtime=24.95 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 39093 0 0 0 2484 11 0 0 25 0 5 0 597175486 585187328 102921 33554432000 4194304 5787044 140736412168160 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=571472 CPUtime=25.1 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 44611 0 0 0 2496 14 0 0 25 0 5 0 597175491 585187328 102921 33554432000 4194304 5787044 140736412168160 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=571472 CPUtime=24.91 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 45294 0 0 0 2476 15 0 0 25 0 5 0 597175496 585187328 102921 33554432000 4194304 5787044 140736412168160 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.42
Current children cumulated vsize (KiB) 580172

[startup+51.1009 s]
/proc/loadavg: 8.13 8.08 8.02 9/188 22297
/proc/meminfo: memFree=17205888/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=709996 CPUtime=202.68 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 209509 0 0 0 20198 70 0 0 18 0 5 0 597175454 727035904 110291 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 177499 110291 419 389 0 173249 0
[pid=22291/tid=22293] ppid=22290 vsize=709996 CPUtime=50.61 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 39808 0 0 0 5045 16 0 0 25 0 5 0 597175481 727035904 110291 33554432000 4194304 5787044 140736412168160 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=709996 CPUtime=50.41 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 40842 0 0 0 5027 14 0 0 25 0 5 0 597175486 727035904 110291 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=709996 CPUtime=50.69 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 46909 0 0 0 5052 17 0 0 25 0 5 0 597175491 727035904 110291 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=709996 CPUtime=50.5 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 45861 0 0 0 5034 16 0 0 25 0 5 0 597175496 727035904 110291 33554432000 4194304 5787044 140736412168160 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.68
Current children cumulated vsize (KiB) 718696

[startup+102.307 s]
/proc/loadavg: 8.10 8.08 8.02 9/188 22298
/proc/meminfo: memFree=17076536/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=717884 CPUtime=407.21 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 220434 0 0 0 40640 81 0 0 18 0 5 0 597175454 735113216 121214 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 179471 121214 419 389 0 175221 0
[pid=22291/tid=22293] ppid=22290 vsize=717884 CPUtime=101.82 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 41682 0 0 0 10163 19 0 0 25 0 5 0 597175481 735113216 121214 33554432000 4194304 5787044 140736412168160 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=717884 CPUtime=101.33 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 44281 0 0 0 10116 17 0 0 25 0 5 0 597175486 735113216 121214 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=717884 CPUtime=101.9 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 49342 0 0 0 10170 20 0 0 25 0 5 0 597175491 735113216 121214 33554432000 4194304 5787044 140736412168160 18446744073709551615 5592128 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=717884 CPUtime=101.71 cores=1,3,5,7

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

/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 87410 0 0 0 87613 79 0 0 25 0 5 0 597175486 1329672192 282461 33554432000 4194304 5787044 140736412168160 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=1298508 CPUtime=881.17 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 81169 0 0 0 88048 69 0 0 25 0 5 0 597175491 1329672192 282461 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=1298508 CPUtime=881.61 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 88088 0 0 0 88077 84 0 0 25 0 5 0 597175496 1329672192 282461 33554432000 4194304 5787044 140736412168160 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3521.9
Current children cumulated vsize (KiB) 1307208

[startup+942.3 s]
/proc/loadavg: 8.04 8.07 8.05 9/188 22357
/proc/meminfo: memFree=17101600/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=1372824 CPUtime=3761.56 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 403896 0 0 0 375787 369 0 0 18 0 5 0 597175454 1405771776 303758 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 343206 303758 419 389 0 338956 0
[pid=22291/tid=22293] ppid=22290 vsize=1372824 CPUtime=941.73 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 99198 0 0 0 94060 113 0 0 25 0 5 0 597175481 1405771776 303758 33554432000 4194304 5787044 140736412168160 18446744073709551615 256415052485 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=1372824 CPUtime=936.59 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 88414 0 0 0 93578 81 0 0 25 0 5 0 597175486 1405771776 303758 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=1372824 CPUtime=941.17 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 85086 0 0 0 94044 73 0 0 25 0 5 0 597175491 1405771776 303758 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=1372824 CPUtime=941.6 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 95109 0 0 0 94065 95 0 0 25 0 5 0 597175496 1405771776 303758 33554432000 4194304 5787044 140736412168160 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3761.56
Current children cumulated vsize (KiB) 1381524

[startup+1002.3 s]
/proc/loadavg: 8.05 8.07 8.05 9/188 22358
/proc/meminfo: memFree=16961572/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=1539100 CPUtime=4001.21 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 436180 0 0 0 399711 410 0 0 18 0 5 0 597175454 1576038400 335839 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 384775 335839 419 389 0 380525 0
[pid=22291/tid=22293] ppid=22290 vsize=1539100 CPUtime=1001.73 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 110398 0 0 0 100045 128 0 0 25 0 5 0 597175481 1576038400 335839 33554432000 4194304 5787044 140736412168160 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=1539100 CPUtime=996.32 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 97358 0 0 0 99541 91 0 0 25 0 5 0 597175486 1576038400 335839 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=1539100 CPUtime=1001.09 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 90934 0 0 0 100027 82 0 0 25 0 5 0 597175491 1576038400 335839 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=1539100 CPUtime=1001.6 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 101401 0 0 0 100057 103 0 0 25 0 5 0 597175496 1576038400 335839 33554432000 4194304 5787044 140736412168160 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4001.21
Current children cumulated vsize (KiB) 1547800

[startup+1062.3 s]
/proc/loadavg: 8.06 8.07 8.05 9/188 22360
/proc/meminfo: memFree=16917532/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=1551904 CPUtime=4240.88 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 439511 0 0 0 423674 414 0 0 18 0 5 0 597175454 1589149696 339170 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 387976 339170 419 389 0 383726 0
[pid=22291/tid=22293] ppid=22290 vsize=1551904 CPUtime=1061.73 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 111920 0 0 0 106044 129 0 0 25 0 5 0 597175481 1589149696 339170 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=1551904 CPUtime=1056.32 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 97404 0 0 0 105541 91 0 0 25 0 5 0 597175486 1589149696 339170 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=1551904 CPUtime=1060.77 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 92656 0 0 0 105993 84 0 0 25 0 5 0 597175491 1589149696 339170 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=1551904 CPUtime=1061.61 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 101442 0 0 0 106057 104 0 0 25 0 5 0 597175496 1589149696 339170 33554432000 4194304 5787044 140736412168160 18446744073709551615 5528377 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4240.88
Current children cumulated vsize (KiB) 1560604

[startup+1122.3 s]
/proc/loadavg: 8.02 8.05 8.05 9/188 22362
/proc/meminfo: memFree=16888748/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=1630520 CPUtime=4480.53 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 444153 0 0 0 447632 421 0 0 18 0 5 0 597175454 1669652480 343606 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 407630 343606 419 389 0 403380 0
[pid=22291/tid=22293] ppid=22290 vsize=1630520 CPUtime=1121.73 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 112052 0 0 0 112043 130 0 0 25 0 5 0 597175481 1669652480 343606 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=1630520 CPUtime=1116.32 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 97708 0 0 0 111540 92 0 0 25 0 5 0 597175486 1669652480 343606 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=1630520 CPUtime=1120.64 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 96553 0 0 0 111976 88 0 0 25 0 5 0 597175491 1669652480 343606 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591734 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=1630520 CPUtime=1121.37 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 101751 0 0 0 112033 104 0 0 25 0 5 0 597175496 1669652480 343606 33554432000 4194304 5787044 140736412168160 18446744073709551615 5528056 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4480.53
Current children cumulated vsize (KiB) 1639220

[startup+1182.3 s]
/proc/loadavg: 8.04 8.06 8.05 9/188 22363
/proc/meminfo: memFree=16885132/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=1631616 CPUtime=4720.17 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 444796 0 0 0 471594 423 0 0 18 0 5 0 597175454 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 407904 344044 419 389 0 403654 0
[pid=22291/tid=22293] ppid=22290 vsize=1631616 CPUtime=1181.71 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 112379 0 0 0 118041 130 0 0 25 0 5 0 597175481 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=1631616 CPUtime=1176.3 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 98024 0 0 0 117537 93 0 0 25 0 5 0 597175486 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=1631616 CPUtime=1180.65 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 96553 0 0 0 117976 89 0 0 25 0 5 0 597175491 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=1631616 CPUtime=1181.06 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 101751 0 0 0 118001 105 0 0 25 0 5 0 597175496 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4720.17
Current children cumulated vsize (KiB) 1640316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.31 s]
/proc/loadavg: 8.08 8.07 8.05 10/188 22364
/proc/meminfo: memFree=16880040/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=1631616 CPUtime=4800.1 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 444796 0 0 0 479586 424 0 0 18 0 5 0 597175454 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 407904 344044 419 389 0 403654 0
[pid=22291/tid=22293] ppid=22290 vsize=1631616 CPUtime=1201.73 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 112379 0 0 0 120042 131 0 0 25 0 5 0 597175481 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=1631616 CPUtime=1196.31 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 98024 0 0 0 119538 93 0 0 25 0 5 0 597175486 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 5592085 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=1631616 CPUtime=1200.66 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 96553 0 0 0 119977 89 0 0 25 0 5 0 597175491 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=1631616 CPUtime=1200.95 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 101751 0 0 0 119990 105 0 0 25 0 5 0 597175496 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 5526883 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) 1640316

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

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

[startup+1202.31 s]
/proc/loadavg: 8.08 8.07 8.05 10/188 22364
/proc/meminfo: memFree=16880040/32950928 swapFree=67111524/67111528
[pid=22290] ppid=22288 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22290/stat : 22290 (prissAuto.sh) S 22288 22290 20564 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 597175453 8908800 252 33554432000 4194304 4922060 140736589595952 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22290/statm: 2175 252 211 178 0 68 0
[pid=22291] ppid=22290 vsize=1631616 CPUtime=4800.1 cores=1,3,5,7
/proc/22291/stat : 22291 (priss) S 22290 22290 20564 0 -1 4202496 444796 0 0 0 479586 424 0 0 18 0 5 0 597175454 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22291/statm: 407904 344044 419 389 0 403654 0
[pid=22291/tid=22293] ppid=22290 vsize=1631616 CPUtime=1201.73 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (priss) R 22290 22290 20564 0 -1 4202560 112379 0 0 0 120042 131 0 0 25 0 5 0 597175481 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22290 vsize=1631616 CPUtime=1196.31 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (priss) R 22290 22290 20564 0 -1 4202560 98024 0 0 0 119538 93 0 0 25 0 5 0 597175486 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 5592085 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22291/tid=22295] ppid=22290 vsize=1631616 CPUtime=1200.66 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (priss) R 22290 22290 20564 0 -1 4202560 96553 0 0 0 119977 89 0 0 25 0 5 0 597175491 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22291/tid=22296] ppid=22290 vsize=1631616 CPUtime=1200.95 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (priss) R 22290 22290 20564 0 -1 4202560 101751 0 0 0 119990 105 0 0 25 0 5 0 597175496 1670774784 344044 33554432000 4194304 5787044 140736412168160 18446744073709551615 5526883 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) 1640316

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22290 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.33
CPU time (s): 4800.1
CPU user time (s): 4795.86
CPU system time (s): 4.24
CPU usage (%): 399.235
Max. virtual memory (cumulated for all children) (KiB): 1640316

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= 333
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.50577 second user time and 5.06723 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 11:30:48
IDJOB=3265463
IDBENCH=85640
IDSOLVER=1602
FILE ID=node115/3265463-1304069447
RUNJOBID= node115-1304054572-20583
PBS_JOBID= 13170430
Free space on /tmp= 72720 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT05/crafted/lynce05/social-golfer-problem/sgp_5-6-8.shuffled-as.sat05-2669.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265463-1304069447/watcher-3265463-1304069447 -o /tmp/evaluation-result-3265463-1304069447/solver-3265463-1304069447 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3265463-1304069447.cnf 471938029 4800 15500 4

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

MD5SUM BENCH= 4229175ff4382a4625ce92a19d20dde4
RANDOM SEED=471938029

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17682304 kB
Buffers:       2320116 kB
Cached:       11556488 kB
SwapCached:          4 kB
Active:        7626080 kB
Inactive:      7086932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17682304 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13984 kB
Writeback:           0 kB
AnonPages:      835960 kB
Mapped:          15680 kB
Slab:           490500 kB
PageTables:       6376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1030884 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= 72716 MiB
End job on node115 at 2011-04-29 11:50:52