Trace number 3250369

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.25 1202.52

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34309.cnf
MD5SUMe252fbf81407f3388187ab50f0786909
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables34307
Number of clauses708206
Sum of the clauses size3541030
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708206
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 13552
0.00/0.00	c setup for 4cores
0.00/0.32	c parsetime: 317270us
0.00/0.32	c parsed 708206 clauses with 34307 variables
0.00/0.41	c NW started thread 0 successfully (1086818624)
0.00/0.54	c NW started thread 1 successfully (1100155200)
0.00/0.69	c NW started thread 2 successfully (1110645056)
0.00/0.83	c NW started thread 3 successfully (1121134912)
70.20/18.00	c preprocessor returned 34607 variables
70.20/18.00	c preprocessing returned UNKNOWN
70.20/18.00	c PP set 0 variables
70.20/18.00	c pp time: 17581568us (17s)
71.80/18.40	c preprocessor returned 34607 variables
71.80/18.40	c preprocessing returned UNKNOWN
71.80/18.40	c PP set 0 variables
71.80/18.40	c pp time: 17852866us (17s)
72.61/18.68	c preprocessor returned 36307 variables
72.61/18.68	c preprocessing returned UNKNOWN
72.61/18.68	c PP set 0 variables
72.61/18.68	c pp time: 17843696us (17s)
73.79/18.99	c preprocessor returned 34607 variables
73.79/18.99	c preprocessing returned UNKNOWN
73.79/18.99	c PP set 0 variables
73.79/18.99	c pp time: 18289182us (18s)

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-3250369-1304059652/watcher-3250369-1304059652 -o /tmp/evaluation-result-3250369-1304059652/solver-3250369-1304059652 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3250369-1304059652.cnf 664331048 4800 15500 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.78 7.98 7.99 5/182 13551
/proc/meminfo: memFree=26148316/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0

[startup+0.031262 s]
/proc/loadavg: 7.78 7.98 7.99 5/182 13551
/proc/meminfo: memFree=26148316/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100253 s]
/proc/loadavg: 7.78 7.98 7.99 5/182 13551
/proc/meminfo: memFree=26148316/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300213 s]
/proc/loadavg: 7.78 7.98 7.99 5/182 13551
/proc/meminfo: memFree=26148316/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700137 s]
/proc/loadavg: 7.78 7.98 7.99 5/182 13551
/proc/meminfo: memFree=26148316/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50099 s]
/proc/loadavg: 7.78 7.98 7.99 9/188 13557
/proc/meminfo: memFree=25796612/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=521664 CPUtime=4.29 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 97613 0 0 0 409 20 0 0 18 0 5 0 517564996 534183936 91774 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 130416 91774 349 389 0 126166 0
[pid=13552/tid=13554] ppid=13551 vsize=521664 CPUtime=1.07 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 10469 0 0 0 104 3 0 0 19 0 5 0 517565038 534183936 91774 33554432000 4194304 5787044 140735756597312 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=521664 CPUtime=0.93 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 11295 0 0 0 90 3 0 0 18 0 5 0 517565051 534183936 91775 33554432000 4194304 5787044 140735756597312 18446744073709551615 208079930039 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=521664 CPUtime=0.79 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 8352 0 0 0 77 2 0 0 18 0 5 0 517565066 534183936 91775 33554432000 4194304 5787044 140735756597312 18446744073709551615 4391403 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=521664 CPUtime=0.65 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 7985 0 0 0 64 1 0 0 21 0 5 0 517565079 534183936 91776 33554432000 4194304 5787044 140735756597312 18446744073709551615 4332585 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 530364

[startup+3.10068 s]
/proc/loadavg: 7.78 7.98 7.99 9/188 13557
/proc/meminfo: memFree=25773320/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=531152 CPUtime=10.68 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 100269 0 0 0 1047 21 0 0 18 0 5 0 517564996 543899648 93522 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 132788 93522 349 389 0 128538 0
[pid=13552/tid=13554] ppid=13551 vsize=531152 CPUtime=2.67 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 10469 0 0 0 264 3 0 0 22 0 5 0 517565038 543899648 93522 33554432000 4194304 5787044 140735756597312 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=531152 CPUtime=2.53 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 11295 0 0 0 250 3 0 0 21 0 5 0 517565051 543899648 93522 33554432000 4194304 5787044 140735756597312 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=531152 CPUtime=2.39 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 10088 0 0 0 236 3 0 0 21 0 5 0 517565066 543899648 93522 33554432000 4194304 5787044 140735756597312 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=531152 CPUtime=2.24 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 8903 0 0 0 223 1 0 0 25 0 5 0 517565079 543899648 93522 33554432000 4194304 5787044 140735756597312 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.68
Current children cumulated vsize (KiB) 539852

[startup+6.30107 s]
/proc/loadavg: 7.80 7.98 7.99 9/188 13557
/proc/meminfo: memFree=25773072/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=531152 CPUtime=23.47 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 100270 0 0 0 2326 21 0 0 18 0 5 0 517564996 543899648 93523 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 132788 93523 350 389 0 128538 0
[pid=13552/tid=13554] ppid=13551 vsize=531152 CPUtime=5.87 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 10470 0 0 0 584 3 0 0 25 0 5 0 517565038 543899648 93523 33554432000 4194304 5787044 140735756597312 18446744073709551615 4340680 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=531152 CPUtime=5.74 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 11295 0 0 0 571 3 0 0 25 0 5 0 517565051 543899648 93523 33554432000 4194304 5787044 140735756597312 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=531152 CPUtime=5.59 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 10088 0 0 0 556 3 0 0 25 0 5 0 517565066 543899648 93523 33554432000 4194304 5787044 140735756597312 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=531152 CPUtime=5.43 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 8903 0 0 0 542 1 0 0 25 0 5 0 517565079 543899648 93523 33554432000 4194304 5787044 140735756597312 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.47
Current children cumulated vsize (KiB) 539852

[startup+12.7009 s]
/proc/loadavg: 7.82 7.98 7.99 9/188 13557
/proc/meminfo: memFree=25772648/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=531152 CPUtime=49.03 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 100272 0 0 0 4882 21 0 0 18 0 5 0 517564996 543899648 93525 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 132788 93525 352 389 0 128538 0
[pid=13552/tid=13554] ppid=13551 vsize=531152 CPUtime=12.27 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 10472 0 0 0 1224 3 0 0 25 0 5 0 517565038 543899648 93525 33554432000 4194304 5787044 140735756597312 18446744073709551615 4335747 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=531152 CPUtime=12.14 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 11295 0 0 0 1211 3 0 0 25 0 5 0 517565051 543899648 93525 33554432000 4194304 5787044 140735756597312 18446744073709551615 4335836 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=531152 CPUtime=11.99 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 10088 0 0 0 1196 3 0 0 25 0 5 0 517565066 543899648 93525 33554432000 4194304 5787044 140735756597312 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=531152 CPUtime=11.79 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 8903 0 0 0 1178 1 0 0 25 0 5 0 517565079 543899648 93525 33554432000 4194304 5787044 140735756597312 18446744073709551615 4345961 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.03
Current children cumulated vsize (KiB) 539852

[startup+25.5004 s]
/proc/loadavg: 7.94 8.00 7.99 9/188 13557
/proc/meminfo: memFree=25670076/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=705752 CPUtime=100.15 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 132109 0 0 0 9984 31 0 0 18 0 5 0 517564996 722690048 119490 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 176438 119490 417 389 0 172188 0
[pid=13552/tid=13554] ppid=13551 vsize=705752 CPUtime=25.06 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 18288 0 0 0 2501 5 0 0 25 0 5 0 517565038 722690048 119490 33554432000 4194304 5787044 140735756597312 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=705752 CPUtime=24.93 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 19593 0 0 0 2488 5 0 0 19 0 5 0 517565051 722690048 119490 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=705752 CPUtime=24.78 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 17946 0 0 0 2473 5 0 0 25 0 5 0 517565066 722690048 119490 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=705752 CPUtime=24.51 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 16768 0 0 0 2448 3 0 0 19 0 5 0 517565079 722690048 119490 33554432000 4194304 5787044 140735756597312 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.15
Current children cumulated vsize (KiB) 714452

[startup+51.1005 s]
/proc/loadavg: 7.96 8.00 7.99 9/188 13558
/proc/meminfo: memFree=25562136/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=800652 CPUtime=202.38 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 158772 0 0 0 20187 51 0 0 18 0 5 0 517564996 819867648 146152 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 200163 146152 417 389 0 195913 0
[pid=13552/tid=13554] ppid=13551 vsize=800652 CPUtime=50.65 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 24735 0 0 0 5055 10 0 0 25 0 5 0 517565038 819867648 146152 33554432000 4194304 5787044 140735756597312 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=800652 CPUtime=50.53 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 26585 0 0 0 5043 10 0 0 25 0 5 0 517565051 819867648 146152 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=800652 CPUtime=50.33 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 25796 0 0 0 5022 11 0 0 25 0 5 0 517565066 819867648 146152 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=800652 CPUtime=50.02 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 22142 0 0 0 4994 8 0 0 25 0 5 0 517565079 819867648 146152 33554432000 4194304 5787044 140735756597312 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.38
Current children cumulated vsize (KiB) 809352

[startup+102.307 s]
/proc/loadavg: 8.12 8.03 8.00 9/188 13560
/proc/meminfo: memFree=25424732/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=899916 CPUtime=406.86 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 189879 0 0 0 40611 75 0 0 18 0 5 0 517564996 921513984 177188 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 224979 177188 417 389 0 220729 0
[pid=13552/tid=13554] ppid=13551 vsize=899916 CPUtime=101.84 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 33110 0 0 0 10167 17 0 0 25 0 5 0 517565038 921513984 177188 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=899916 CPUtime=101.72 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 34397 0 0 0 10155 17 0 0 25 0 5 0 517565051 921513984 177188 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=899916 CPUtime=101.23 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 32975 0 0 0 10107 16 0 0 25 0 5 0 517565066 921513984 177188 33554432000 4194304 5787044 140735756597312 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=899916 CPUtime=101.21 cores=0,2,4,6

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

/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 98593 0 0 0 88014 91 0 0 25 0 5 0 517565051 1869197312 401425 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=1825388 CPUtime=877.88 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 82645 0 0 0 87719 69 0 0 25 0 5 0 517565066 1869197312 401425 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=1825388 CPUtime=881.08 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 84349 0 0 0 88043 65 0 0 25 0 5 0 517565079 1869197312 401425 33554432000 4194304 5787044 140735756597312 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3522.07
Current children cumulated vsize (KiB) 1834088

[startup+942.301 s]
/proc/loadavg: 8.01 8.07 8.03 9/188 13591
/proc/meminfo: memFree=24367660/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=1825388 CPUtime=3761.74 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 415893 0 0 0 375856 318 0 0 18 0 5 0 517564996 1869197312 401426 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 456347 401426 417 389 0 452097 0
[pid=13552/tid=13554] ppid=13551 vsize=1825388 CPUtime=941.19 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 90792 0 0 0 94039 80 0 0 25 0 5 0 517565038 1869197312 401426 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=1825388 CPUtime=940.73 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 98593 0 0 0 93982 91 0 0 25 0 5 0 517565051 1869197312 401426 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=1825388 CPUtime=937.88 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 82645 0 0 0 93718 70 0 0 25 0 5 0 517565066 1869197312 401426 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=1825388 CPUtime=941.08 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 84349 0 0 0 94043 65 0 0 25 0 5 0 517565079 1869197312 401426 33554432000 4194304 5787044 140735756597312 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3761.74
Current children cumulated vsize (KiB) 1834088

[startup+1002.3 s]
/proc/loadavg: 8.16 8.09 8.03 10/189 13596
/proc/meminfo: memFree=24331896/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=1825388 CPUtime=4000.98 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 415895 0 0 0 399779 319 0 0 18 0 5 0 517564996 1869197312 401428 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 456347 401428 417 389 0 452097 0
[pid=13552/tid=13554] ppid=13551 vsize=1825388 CPUtime=1001.19 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 90793 0 0 0 100039 80 0 0 25 0 5 0 517565038 1869197312 401428 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=1825388 CPUtime=1000.16 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 98593 0 0 0 99924 92 0 0 25 0 5 0 517565051 1869197312 401428 33554432000 4194304 5787044 140735756597312 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=1825388 CPUtime=997.86 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 82646 0 0 0 99716 70 0 0 25 0 5 0 517565066 1869197312 401428 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=1825388 CPUtime=1000.91 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 84349 0 0 0 100026 65 0 0 25 0 5 0 517565079 1869197312 401428 33554432000 4194304 5787044 140735756597312 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4000.98
Current children cumulated vsize (KiB) 1834088

[startup+1062.3 s]
/proc/loadavg: 8.03 8.06 8.02 9/188 13630
/proc/meminfo: memFree=24615248/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=1829488 CPUtime=4240.2 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 416458 0 0 0 423700 320 0 0 18 0 5 0 517564996 1873395712 401991 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 457372 401991 417 389 0 453122 0
[pid=13552/tid=13554] ppid=13551 vsize=1829488 CPUtime=1061.18 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 90807 0 0 0 106037 81 0 0 25 0 5 0 517565038 1873395712 401991 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=1829488 CPUtime=1060.15 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 98597 0 0 0 105923 92 0 0 25 0 5 0 517565051 1873395712 401991 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=1829488 CPUtime=1057.11 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 83191 0 0 0 105640 71 0 0 25 0 5 0 517565066 1873395712 401991 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=1829488 CPUtime=1060.91 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 84349 0 0 0 106026 65 0 0 25 0 5 0 517565079 1873395712 401991 33554432000 4194304 5787044 140735756597312 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4240.2
Current children cumulated vsize (KiB) 1838188

[startup+1122.3 s]
/proc/loadavg: 8.12 8.07 8.03 9/188 13632
/proc/meminfo: memFree=24531880/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=1852496 CPUtime=4479.87 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 429329 0 0 0 447652 335 0 0 18 0 5 0 517564996 1896955904 414862 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 463124 414862 417 389 0 458874 0
[pid=13552/tid=13554] ppid=13551 vsize=1852496 CPUtime=1121.17 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 93625 0 0 0 112033 84 0 0 25 0 5 0 517565038 1896955904 414862 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=1852496 CPUtime=1120.14 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 104715 0 0 0 111915 99 0 0 25 0 5 0 517565051 1896955904 414862 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=1852496 CPUtime=1116.77 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 84755 0 0 0 111604 73 0 0 25 0 5 0 517565066 1896955904 414862 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=1852496 CPUtime=1120.91 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 86720 0 0 0 112025 66 0 0 25 0 5 0 517565079 1896955904 414862 33554432000 4194304 5787044 140735756597312 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4479.87
Current children cumulated vsize (KiB) 1861196

[startup+1182.3 s]
/proc/loadavg: 8.15 8.09 8.03 9/188 13633
/proc/meminfo: memFree=24381452/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=1951876 CPUtime=4719.55 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 459647 0 0 0 471581 374 0 0 18 0 5 0 517564996 1998721024 445180 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 487969 445180 417 389 0 483719 0
[pid=13552/tid=13554] ppid=13551 vsize=1951876 CPUtime=1181.17 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 101301 0 0 0 118021 96 0 0 25 0 5 0 517565038 1998721024 445180 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=1951876 CPUtime=1180.15 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 112188 0 0 0 117905 110 0 0 25 0 5 0 517565051 1998721024 445180 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=1951876 CPUtime=1176.46 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 91846 0 0 0 117565 81 0 0 25 0 5 0 517565066 1998721024 445180 33554432000 4194304 5787044 140735756597312 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=1951876 CPUtime=1180.92 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 94798 0 0 0 118016 76 0 0 25 0 5 0 517565079 1998721024 445180 33554432000 4194304 5787044 140735756597312 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4719.55
Current children cumulated vsize (KiB) 1960576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.5 s]
/proc/loadavg: 8.18 8.10 8.04 9/188 13634
/proc/meminfo: memFree=24336192/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=2026676 CPUtime=4800.25 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 469558 0 0 0 479640 385 0 0 18 0 5 0 517564996 2075316224 455091 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 506669 455091 417 389 0 502419 0
[pid=13552/tid=13554] ppid=13551 vsize=2026676 CPUtime=1201.38 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 103789 0 0 0 120038 100 0 0 25 0 5 0 517565038 2075316224 455091 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=2026676 CPUtime=1200.36 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 114746 0 0 0 119923 113 0 0 25 0 5 0 517565051 2075316224 455091 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=2026676 CPUtime=1196.54 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 94145 0 0 0 119572 82 0 0 25 0 5 0 517565066 2075316224 455091 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=2026676 CPUtime=1201.13 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 97364 0 0 0 120034 79 0 0 25 0 5 0 517565079 2075316224 455091 33554432000 4194304 5787044 140735756597312 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2035376

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

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

[startup+1202.5 s]
/proc/loadavg: 8.18 8.10 8.04 9/188 13634
/proc/meminfo: memFree=24336192/32950928 swapFree=67111364/67111528
[pid=13551] ppid=13549 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (prissAuto.sh) S 13549 13551 12570 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 517564996 8908800 252 33554432000 4194304 4922060 140736065380336 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13551/statm: 2175 252 211 178 0 68 0
[pid=13552] ppid=13551 vsize=2026676 CPUtime=4800.25 cores=0,2,4,6
/proc/13552/stat : 13552 (priss) S 13551 13551 12570 0 -1 4202496 469558 0 0 0 479640 385 0 0 18 0 5 0 517564996 2075316224 455091 33554432000 4194304 5787044 140735756597312 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/13552/statm: 506669 455091 417 389 0 502419 0
[pid=13552/tid=13554] ppid=13551 vsize=2026676 CPUtime=1201.38 cores=0,2,4,6
/proc/13552/task/13554/stat : 13554 (priss) R 13551 13551 12570 0 -1 4202560 103789 0 0 0 120038 100 0 0 25 0 5 0 517565038 2075316224 455091 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=13552/tid=13555] ppid=13551 vsize=2026676 CPUtime=1200.36 cores=0,2,4,6
/proc/13552/task/13555/stat : 13555 (priss) R 13551 13551 12570 0 -1 4202560 114746 0 0 0 119923 113 0 0 25 0 5 0 517565051 2075316224 455091 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=13552/tid=13556] ppid=13551 vsize=2026676 CPUtime=1196.54 cores=0,2,4,6
/proc/13552/task/13556/stat : 13556 (priss) R 13551 13551 12570 0 -1 4202560 94145 0 0 0 119572 82 0 0 25 0 5 0 517565066 2075316224 455091 33554432000 4194304 5787044 140735756597312 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=13552/tid=13557] ppid=13551 vsize=2026676 CPUtime=1201.13 cores=0,2,4,6
/proc/13552/task/13557/stat : 13557 (priss) R 13551 13551 12570 0 -1 4202560 97364 0 0 0 120034 79 0 0 25 0 5 0 517565079 2075316224 455091 33554432000 4194304 5787044 140735756597312 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2035376

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.52
CPU time (s): 4800.25
CPU user time (s): 4796.4
CPU system time (s): 3.85
CPU usage (%): 399.183
Max. virtual memory (cumulated for all children) (KiB): 2035376

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

runsolver used 1.78373 second user time and 4.78627 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 08:47:33
IDJOB=3250369
IDBENCH=83251
IDSOLVER=1602
FILE ID=node127/3250369-1304059652
RUNJOBID= node127-1304052231-12588
PBS_JOBID= 13170417
Free space on /tmp= 71796 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34309.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250369-1304059652/watcher-3250369-1304059652 -o /tmp/evaluation-result-3250369-1304059652/solver-3250369-1304059652 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3250369-1304059652.cnf 664331048 4800 15500 4

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

MD5SUM BENCH= e252fbf81407f3388187ab50f0786909
RANDOM SEED=664331048

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26148472 kB
Buffers:       1386352 kB
Cached:        4722928 kB
SwapCached:          0 kB
Active:        1913856 kB
Inactive:      4413708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26148472 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           24280 kB
Writeback:           0 kB
AnonPages:      218212 kB
Mapped:          15672 kB
Slab:           410468 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   411640 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= 71792 MiB
End job on node127 at 2011-04-29 09:07:38