Trace number 3280649

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.32

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1110.09
Satisfiable
(Un)Satisfiability was proved
Number of variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

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: 12738
0.00/0.34	c parsetime: 341166us
0.00/0.34	c parsed 1254773 clauses with 361125 variables
0.00/0.42	c NW started thread 0 successfully (1088760128)
0.00/0.50	c NW started thread 1 successfully (1099249984)
0.00/0.59	c NW started thread 2 successfully (1109739840)
0.00/0.70	c NW started thread 3 successfully (1120229696)
328.26/82.86	c preprocessor returned 361125 variables
328.26/82.86	c preprocessing returned UNKNOWN
328.26/82.86	c PP set 418 variables
328.26/82.86	c pp time: 82067513us (82s)
329.31/83.17	c preprocessor returned 361125 variables
329.31/83.17	c preprocessing returned UNKNOWN
329.31/83.17	c PP set 418 variables
329.31/83.17	c pp time: 82581269us (82s)
330.50/83.42	c preprocessor returned 361125 variables
330.50/83.43	c preprocessing returned UNKNOWN
330.50/83.43	c PP set 418 variables
330.50/83.43	c pp time: 82928092us (82s)
333.27/84.12	c preprocessor returned 361125 variables
333.27/84.12	c preprocessing returned UNKNOWN
333.27/84.12	c PP set 418 variables
333.27/84.12	c pp time: 83392338us (83s)
363.22/91.61	c HTE
396.38/100.00	c subsumption
399.57/100.79	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-3280649-1304038469/watcher-3280649-1304038469 -o /tmp/evaluation-result-3280649-1304038469/solver-3280649-1304038469 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3280649-1304038469.cnf 787364591 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: 4.31 5.01 6.28 6/182 12737
/proc/meminfo: memFree=30422532/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0

[startup+0.0631231 s]
/proc/loadavg: 4.31 5.01 6.28 6/182 12737
/proc/meminfo: memFree=30422532/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101111 s]
/proc/loadavg: 4.31 5.01 6.28 6/182 12737
/proc/meminfo: memFree=30422532/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301087 s]
/proc/loadavg: 4.31 5.01 6.28 6/182 12737
/proc/meminfo: memFree=30422532/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700963 s]
/proc/loadavg: 4.31 5.01 6.28 6/182 12737
/proc/meminfo: memFree=30422532/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50081 s]
/proc/loadavg: 4.31 5.01 6.28 9/188 12743
/proc/meminfo: memFree=29681956/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1360180 CPUtime=4.13 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 268333 0 0 0 349 64 0 0 18 0 5 0 515449356 1392824320 262096 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 340045 262097 345 389 0 335795 0
[pid=12738/tid=12740] ppid=12737 vsize=1360180 CPUtime=1 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 59910 0 0 0 87 13 0 0 18 0 5 0 515449398 1392824320 262098 33554432000 4194304 5787044 140733414719888 18446744073709551615 4306472 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1360180 CPUtime=0.91 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 54381 0 0 0 74 17 0 0 18 0 5 0 515449406 1392824320 262100 33554432000 4194304 5787044 140733414719888 18446744073709551615 212435678241 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1360180 CPUtime=0.78 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 46821 0 0 0 66 12 0 0 18 0 5 0 515449415 1392824320 262102 33554432000 4194304 5787044 140733414719888 18446744073709551615 212436060343 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1360180 CPUtime=0.73 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 48690 0 0 0 61 12 0 0 18 0 5 0 515449426 1392824320 262104 33554432000 4194304 5787044 140733414719888 18446744073709551615 4302236 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 1368880

[startup+3.10051 s]
/proc/loadavg: 4.31 5.01 6.28 7/188 12743
/proc/meminfo: memFree=29474628/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1046200 CPUtime=10.17 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 310440 0 0 0 940 77 0 0 18 0 5 0 515449356 1071308800 197391 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 261550 197391 349 389 0 257300 0
[pid=12738/tid=12740] ppid=12737 vsize=1046200 CPUtime=2.58 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 64459 0 0 0 243 15 0 0 20 0 5 0 515449398 1071308800 197391 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1046200 CPUtime=2.3 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 63450 0 0 0 211 19 0 0 17 0 5 0 515449406 1071308800 197391 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1046200 CPUtime=2.3 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 60278 0 0 0 214 16 0 0 18 0 5 0 515449415 1071308800 197391 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1046200 CPUtime=2.29 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 63716 0 0 0 211 18 0 0 19 0 5 0 515449426 1071308800 197391 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.17
Current children cumulated vsize (KiB) 1054900

[startup+6.30091 s]
/proc/loadavg: 4.68 5.07 6.29 9/188 12743
/proc/meminfo: memFree=29511756/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1046200 CPUtime=22.95 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 310447 0 0 0 2218 77 0 0 18 0 5 0 515449356 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 261550 197398 349 389 0 257300 0
[pid=12738/tid=12740] ppid=12737 vsize=1046200 CPUtime=5.78 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 64461 0 0 0 563 15 0 0 25 0 5 0 515449398 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1046200 CPUtime=5.5 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 63452 0 0 0 531 19 0 0 24 0 5 0 515449406 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1046200 CPUtime=5.48 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 60279 0 0 0 532 16 0 0 25 0 5 0 515449415 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1046200 CPUtime=5.49 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 63718 0 0 0 531 18 0 0 25 0 5 0 515449426 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.95
Current children cumulated vsize (KiB) 1054900

[startup+12.7007 s]
/proc/loadavg: 5.03 5.14 6.31 9/188 12743
/proc/meminfo: memFree=29443712/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1046200 CPUtime=48.51 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 310447 0 0 0 4774 77 0 0 18 0 5 0 515449356 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 261550 197398 349 389 0 257300 0
[pid=12738/tid=12740] ppid=12737 vsize=1046200 CPUtime=12.18 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 64461 0 0 0 1203 15 0 0 25 0 5 0 515449398 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1046200 CPUtime=11.9 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 63452 0 0 0 1171 19 0 0 25 0 5 0 515449406 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1046200 CPUtime=11.85 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 60279 0 0 0 1169 16 0 0 25 0 5 0 515449415 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1046200 CPUtime=11.89 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 63718 0 0 0 1171 18 0 0 25 0 5 0 515449426 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.51
Current children cumulated vsize (KiB) 1054900

[startup+25.5013 s]
/proc/loadavg: 5.68 5.28 6.33 9/188 12744
/proc/meminfo: memFree=29440936/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1046200 CPUtime=99.64 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 310447 0 0 0 9887 77 0 0 18 0 5 0 515449356 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 261550 197398 349 389 0 257300 0
[pid=12738/tid=12740] ppid=12737 vsize=1046200 CPUtime=24.99 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 64461 0 0 0 2484 15 0 0 25 0 5 0 515449398 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1046200 CPUtime=24.7 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 63452 0 0 0 2451 19 0 0 25 0 5 0 515449406 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1046200 CPUtime=24.57 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 60279 0 0 0 2441 16 0 0 25 0 5 0 515449415 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1046200 CPUtime=24.69 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 63718 0 0 0 2451 18 0 0 25 0 5 0 515449426 1071308800 197398 33554432000 4194304 5787044 140733414719888 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.64
Current children cumulated vsize (KiB) 1054900

[startup+51.1004 s]
/proc/loadavg: 6.47 5.50 6.38 9/188 12744
/proc/meminfo: memFree=29109532/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1395536 CPUtime=201.73 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 401973 0 0 0 20023 150 0 0 18 0 5 0 515449356 1429028864 278788 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 348884 278788 352 389 0 344634 0
[pid=12738/tid=12740] ppid=12737 vsize=1395536 CPUtime=50.54 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 88463 0 0 0 5020 34 0 0 25 0 5 0 515449398 1429028864 278788 33554432000 4194304 5787044 140733414719888 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1395536 CPUtime=50.26 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 86349 0 0 0 4987 39 0 0 25 0 5 0 515449406 1429028864 278788 33554432000 4194304 5787044 140733414719888 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1395536 CPUtime=50 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 83703 0 0 0 4967 33 0 0 25 0 5 0 515449415 1429028864 278788 33554432000 4194304 5787044 140733414719888 18446744073709551615 212435711049 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1395536 CPUtime=50.24 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 84921 0 0 0 4988 36 0 0 25 0 5 0 515449426 1429028864 278788 33554432000 4194304 5787044 140733414719888 18446744073709551615 4276317 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.73
Current children cumulated vsize (KiB) 1404236

[startup+102.307 s]
/proc/loadavg: 7.39 5.90 6.47 9/188 12746
/proc/meminfo: memFree=28812036/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1680412 CPUtime=405.99 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 528999 0 0 0 40418 181 0 0 18 0 5 0 515449356 1720741888 350651 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 420103 350651 417 389 0 415853 0
[pid=12738/tid=12740] ppid=12737 vsize=1680412 CPUtime=101.65 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 118927 0 0 0 10124 41 0 0 25 0 5 0 515449398 1720741888 350651 33554432000 4194304 5787044 140733414719888 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1680412 CPUtime=101.44 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 113118 0 0 0 10100 44 0 0 25 0 5 0 515449406 1720741888 350651 33554432000 4194304 5787044 140733414719888 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1680412 CPUtime=100.81 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 109874 0 0 0 10040 41 0 0 25 0 5 0 515449415 1720741888 350651 33554432000 4194304 5787044 140733414719888 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1680412 CPUtime=101.39 cores=1,3,5,7

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

/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 113797 0 0 0 88100 45 0 0 25 0 5 0 515449406 1787850752 356470 33554432000 4194304 5787044 140733414719888 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1745948 CPUtime=877.99 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 110702 0 0 0 87758 41 0 0 25 0 5 0 515449415 1787850752 356470 33554432000 4194304 5787044 140733414719888 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1745948 CPUtime=879.97 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 132503 0 0 0 87946 51 0 0 25 0 5 0 515449426 1787850752 356470 33554432000 4194304 5787044 140733414719888 18446744073709551615 5527150 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521.76
Current children cumulated vsize (KiB) 1754648

[startup+942.301 s]
/proc/loadavg: 8.09 7.97 7.42 9/188 12780
/proc/meminfo: memFree=28602436/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1745948 CPUtime=3761.46 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 534857 0 0 0 375957 189 0 0 18 0 5 0 515449356 1787850752 356486 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 436487 356486 418 389 0 432237 0
[pid=12738/tid=12740] ppid=12737 vsize=1745948 CPUtime=941.66 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 119305 0 0 0 94124 42 0 0 25 0 5 0 515449398 1787850752 356486 33554432000 4194304 5787044 140733414719888 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1745948 CPUtime=941.45 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 113798 0 0 0 94100 45 0 0 25 0 5 0 515449406 1787850752 356486 33554432000 4194304 5787044 140733414719888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1745948 CPUtime=937.99 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 110702 0 0 0 93758 41 0 0 25 0 5 0 515449415 1787850752 356486 33554432000 4194304 5787044 140733414719888 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1745948 CPUtime=939.65 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 132515 0 0 0 93914 51 0 0 25 0 5 0 515449426 1787850752 356486 33554432000 4194304 5787044 140733414719888 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3761.46
Current children cumulated vsize (KiB) 1754648

[startup+1002.3 s]
/proc/loadavg: 8.08 7.99 7.46 9/188 12782
/proc/meminfo: memFree=28584424/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1746616 CPUtime=4001.13 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 536394 0 0 0 399923 190 0 0 18 0 5 0 515449356 1788534784 358023 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 436654 358023 418 389 0 432404 0
[pid=12738/tid=12740] ppid=12737 vsize=1746616 CPUtime=1001.66 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 119323 0 0 0 100124 42 0 0 25 0 5 0 515449398 1788534784 358023 33554432000 4194304 5787044 140733414719888 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1746616 CPUtime=1001.45 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 114169 0 0 0 100099 46 0 0 25 0 5 0 515449406 1788534784 358023 33554432000 4194304 5787044 140733414719888 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1746616 CPUtime=998 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 111694 0 0 0 99758 42 0 0 25 0 5 0 515449415 1788534784 358023 33554432000 4194304 5787044 140733414719888 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1746616 CPUtime=999.32 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 132671 0 0 0 99881 51 0 0 25 0 5 0 515449426 1788534784 358023 33554432000 4194304 5787044 140733414719888 18446744073709551615 5521952 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4001.13
Current children cumulated vsize (KiB) 1755316

[startup+1062.3 s]
/proc/loadavg: 8.12 8.02 7.50 9/188 12783
/proc/meminfo: memFree=28573240/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1746864 CPUtime=4240.81 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 536649 0 0 0 423891 190 0 0 18 0 5 0 515449356 1788788736 358224 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 436716 358224 418 389 0 432466 0
[pid=12738/tid=12740] ppid=12737 vsize=1746864 CPUtime=1061.66 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 119388 0 0 0 106124 42 0 0 25 0 5 0 515449398 1788788736 358224 33554432000 4194304 5787044 140733414719888 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1746864 CPUtime=1061.45 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 114222 0 0 0 106099 46 0 0 25 0 5 0 515449406 1788788736 358224 33554432000 4194304 5787044 140733414719888 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1746864 CPUtime=1058 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 111831 0 0 0 105758 42 0 0 25 0 5 0 515449415 1788788736 358224 33554432000 4194304 5787044 140733414719888 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1746864 CPUtime=1059 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 132671 0 0 0 105849 51 0 0 25 0 5 0 515449426 1788788736 358224 33554432000 4194304 5787044 140733414719888 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4240.81
Current children cumulated vsize (KiB) 1755564

[startup+1122.3 s]
/proc/loadavg: 8.13 8.04 7.54 9/188 12785
/proc/meminfo: memFree=28572460/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1746864 CPUtime=4480.48 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 536658 0 0 0 447858 190 0 0 18 0 5 0 515449356 1788788736 358233 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 436716 358233 418 389 0 432466 0
[pid=12738/tid=12740] ppid=12737 vsize=1746864 CPUtime=1121.66 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 119388 0 0 0 112124 42 0 0 25 0 5 0 515449398 1788788736 358233 33554432000 4194304 5787044 140733414719888 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1746864 CPUtime=1121.45 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 114222 0 0 0 112099 46 0 0 25 0 5 0 515449406 1788788736 358233 33554432000 4194304 5787044 140733414719888 18446744073709551615 5590840 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1746864 CPUtime=1118 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 111837 0 0 0 111758 42 0 0 25 0 5 0 515449415 1788788736 358233 33554432000 4194304 5787044 140733414719888 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1746864 CPUtime=1118.67 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 132674 0 0 0 111816 51 0 0 25 0 5 0 515449426 1788788736 358233 33554432000 4194304 5787044 140733414719888 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4480.48
Current children cumulated vsize (KiB) 1755564

[startup+1182.3 s]
/proc/loadavg: 8.09 8.04 7.57 9/188 12786
/proc/meminfo: memFree=28568476/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1746864 CPUtime=4720.17 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 537084 0 0 0 471826 191 0 0 18 0 5 0 515449356 1788788736 358659 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 436716 358659 418 389 0 432466 0
[pid=12738/tid=12740] ppid=12737 vsize=1746864 CPUtime=1181.67 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 119388 0 0 0 118125 42 0 0 25 0 5 0 515449398 1788788736 358659 33554432000 4194304 5787044 140733414719888 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1746864 CPUtime=1181.45 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 114222 0 0 0 118099 46 0 0 25 0 5 0 515449406 1788788736 358659 33554432000 4194304 5787044 140733414719888 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1746864 CPUtime=1178 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 111837 0 0 0 117758 42 0 0 25 0 5 0 515449415 1788788736 358659 33554432000 4194304 5787044 140733414719888 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1746864 CPUtime=1178.35 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 133100 0 0 0 117783 52 0 0 25 0 5 0 515449426 1788788736 358659 33554432000 4194304 5787044 140733414719888 18446744073709551615 4254884 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) 1755564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.31 s]
/proc/loadavg: 8.14 8.06 7.58 5/181 12788
/proc/meminfo: memFree=29192116/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1746864 CPUtime=4800.1 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 537410 0 0 0 479818 192 0 0 18 0 5 0 515449356 1788788736 358985 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 436716 358985 418 389 0 432466 0
[pid=12738/tid=12740] ppid=12737 vsize=1746864 CPUtime=1201.68 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 119388 0 0 0 120126 42 0 0 25 0 5 0 515449398 1788788736 358985 33554432000 4194304 5787044 140733414719888 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1746864 CPUtime=1201.46 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 114222 0 0 0 120100 46 0 0 25 0 5 0 515449406 1788788736 358985 33554432000 4194304 5787044 140733414719888 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1746864 CPUtime=1198.02 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 111837 0 0 0 119760 42 0 0 25 0 5 0 515449415 1788788736 358985 33554432000 4194304 5787044 140733414719888 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1746864 CPUtime=1198.24 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 133426 0 0 0 119771 53 0 0 25 0 5 0 515449426 1788788736 358985 33554432000 4194304 5787044 140733414719888 18446744073709551615 5527491 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) 1755564

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.14 8.06 7.58 5/181 12788
/proc/meminfo: memFree=29192116/32951124 swapFree=67111416/67111528
[pid=12737] ppid=12735 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12737/stat : 12737 (priss.sh) S 12735 12737 11686 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 515449356 8908800 252 33554432000 4194304 4922060 140735152900592 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12737/statm: 2175 252 211 178 0 68 0
[pid=12738] ppid=12737 vsize=1746864 CPUtime=4800.1 cores=1,3,5,7
/proc/12738/stat : 12738 (priss) S 12737 12737 11686 0 -1 4202496 537410 0 0 0 479818 192 0 0 18 0 5 0 515449356 1788788736 358985 33554432000 4194304 5787044 140733414719888 18446744073709551615 212447840689 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12738/statm: 436716 358985 418 389 0 432466 0
[pid=12738/tid=12740] ppid=12737 vsize=1746864 CPUtime=1201.68 cores=1,3,5,7
/proc/12738/task/12740/stat : 12740 (priss) R 12737 12737 11686 0 -1 4202560 119388 0 0 0 120126 42 0 0 25 0 5 0 515449398 1788788736 358985 33554432000 4194304 5787044 140733414719888 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12738/tid=12741] ppid=12737 vsize=1746864 CPUtime=1201.46 cores=1,3,5,7
/proc/12738/task/12741/stat : 12741 (priss) R 12737 12737 11686 0 -1 4202560 114222 0 0 0 120100 46 0 0 25 0 5 0 515449406 1788788736 358985 33554432000 4194304 5787044 140733414719888 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12738/tid=12742] ppid=12737 vsize=1746864 CPUtime=1198.02 cores=1,3,5,7
/proc/12738/task/12742/stat : 12742 (priss) R 12737 12737 11686 0 -1 4202560 111837 0 0 0 119760 42 0 0 25 0 5 0 515449415 1788788736 358985 33554432000 4194304 5787044 140733414719888 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12738/tid=12743] ppid=12737 vsize=1746864 CPUtime=1198.24 cores=1,3,5,7
/proc/12738/task/12743/stat : 12743 (priss) R 12737 12737 11686 0 -1 4202560 133426 0 0 0 119771 53 0 0 25 0 5 0 515449426 1788788736 358985 33554432000 4194304 5787044 140733414719888 18446744073709551615 5527491 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) 1755564

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12737 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# 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.32
CPU time (s): 4800.1
CPU user time (s): 4798.18
CPU system time (s): 1.92
CPU usage (%): 399.235
Max. virtual memory (cumulated for all children) (KiB): 1755564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 4
involuntary context switches= 2

runsolver used 1.67874 second user time and 4.89126 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 02:54:30
IDJOB=3280649
IDBENCH=20410
IDSOLVER=1603
FILE ID=node102/3280649-1304038469
RUNJOBID= node102-1304038469-12713
PBS_JOBID= 13170350
Free space on /tmp= 71532 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280649-1304038469/watcher-3280649-1304038469 -o /tmp/evaluation-result-3280649-1304038469/solver-3280649-1304038469 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3280649-1304038469.cnf 787364591 4800 15500 4

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

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=787364591

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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:      30422804 kB
Buffers:        602200 kB
Cached:        1238308 kB
SwapCached:          8 kB
Active:         443100 kB
Inactive:      1671352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30422804 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           32288 kB
Writeback:           0 kB
AnonPages:      273640 kB
Mapped:          15448 kB
Slab:           349776 kB
PageTables:       5396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   528096 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= 71532 MiB
End job on node102 at 2011-04-29 03:14:34