Trace number 3289526

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.28 1202.12

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top30.cnf
MD5SUM31142839684b7824419884a35a31fc88
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.102
Satisfiable
(Un)Satisfiability was proved
Number of variables101451
Number of clauses323566
Sum of the clauses size791464
Maximum clause length3667
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2195809
Number of clauses of size 3125762
Number of clauses of size 4464
Number of clauses of size 528
Number of clauses of size over 51502

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: 2243
0.00/0.00	c setup for 4cores
0.00/0.10	c parsetime: 98424us
0.00/0.10	c parsed 323566 clauses with 101451 variables
0.00/0.12	c NW started thread 0 successfully (1114822976)
0.00/0.14	c NW started thread 1 successfully (1099999552)
0.00/0.16	c NW started thread 2 successfully (1086536000)
0.00/0.19	c NW started thread 3 successfully (1125312832)
17.68/4.65	c preprocessor returned 101451 variables
17.68/4.65	c preprocessing returned UNKNOWN
17.68/4.65	c PP set 3820 variables
17.68/4.65	c pp time: 4476848us (4s)
17.68/4.65	c preprocessor returned 101451 variables
17.68/4.65	c preprocessing returned UNKNOWN
17.68/4.65	c PP set 3820 variables
17.68/4.65	c pp time: 4503795us (4s)
17.68/4.66	c preprocessor returned 101451 variables
17.68/4.66	c preprocessing returned UNKNOWN
17.68/4.66	c preprocessor returned 101451 variables
17.68/4.66	c preprocessing returned UNKNOWN
17.68/4.66	c PP set 3820 variables
17.68/4.66	c pp time: 4437197us (4s)
17.68/4.66	c PP set 3820 variables
17.68/4.66	c pp time: 4467268us (4s)
18.87/4.92	c HTE
19.28/5.00	c subsumption
19.69/5.12	c simplified formula contains 0 unit clauses
20.09/5.27	c HTE
20.47/5.36	c subsumption
20.87/5.48	c simplified formula contains 0 unit clauses
99.56/25.18	c HTE
101.96/25.72	c subsumption
103.57/26.13	c simplified formula contains 0 unit clauses
540.13/135.46	c added unsatisfied clause
540.13/135.46	c failed to add network clauses
1295.07/324.43	c HTE
1313.84/329.15	c subsumption
1347.39/337.56	c simplified formula contains 0 unit clauses
1762.87/441.76	c HTE
1764.46/442.18	c subsumption
1769.66/443.47	c simplified formula contains 0 unit clauses
2092.40/524.29	c HTE
2114.37/529.78	c subsumption
2154.33/539.78	c simplified formula contains 0 unit clauses
2413.99/604.79	c HTE
2443.93/612.25	c subsumption
2492.26/624.34	c simplified formula contains 0 unit clauses
4035.35/1010.68	c added unsatisfied clause
4035.35/1010.68	c failed to add network clauses
4172.34/1044.93	c added unsatisfied clause
4172.34/1044.93	c failed to add network clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3289526-1304053079/watcher-3289526-1304053079 -o /tmp/evaluation-result-3289526-1304053079/solver-3289526-1304053079 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3289526-1304053079.cnf 1207015042 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.87 8.07 8.12 5/186 2242
/proc/meminfo: memFree=21908716/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0

[startup+0.0136219 s]
/proc/loadavg: 7.87 8.07 8.12 5/186 2242
/proc/meminfo: memFree=21908716/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100612 s]
/proc/loadavg: 7.87 8.07 8.12 5/186 2242
/proc/meminfo: memFree=21908716/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301548 s]
/proc/loadavg: 7.87 8.07 8.12 5/186 2242
/proc/meminfo: memFree=21908716/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.32833 s]
/proc/loadavg: 7.87 8.07 8.12 5/186 2242
/proc/meminfo: memFree=21908716/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5003 s]
/proc/loadavg: 7.87 8.07 8.12 5/186 2242
/proc/meminfo: memFree=21908716/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10101 s]
/proc/loadavg: 7.87 8.07 8.12 9/192 2248
/proc/meminfo: memFree=21630792/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=451200 CPUtime=11.69 cores=1,3,5,7
/proc/2243/stat : 2243 (priss) S 2242 2242 32466 0 -1 4202496 102627 0 0 0 1125 44 0 0 18 0 5 0 516905835 462028800 69202 33554432000 4194304 5787044 140733914547584 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2243/statm: 112800 69202 352 389 0 108550 0
[pid=2243/tid=2245] ppid=2242 vsize=451200 CPUtime=2.88 cores=1,3,5,7
/proc/2243/task/2245/stat : 2245 (priss) R 2242 2242 32466 0 -1 4202560 23801 0 0 0 276 12 0 0 19 0 5 0 516905847 462028800 69202 33554432000 4194304 5787044 140733914547584 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2243/tid=2246] ppid=2242 vsize=451200 CPUtime=2.87 cores=1,3,5,7
/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 22710 0 0 0 277 10 0 0 19 0 5 0 516905849 462028800 69202 33554432000 4194304 5787044 140733914547584 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=451200 CPUtime=2.88 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 20233 0 0 0 277 11 0 0 19 0 5 0 516905851 462028800 69202 33554432000 4194304 5787044 140733914547584 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=451200 CPUtime=2.84 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 20008 0 0 0 276 8 0 0 19 0 5 0 516905854 462028800 69202 33554432000 4194304 5787044 140733914547584 18446744073709551615 4345924 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 459900

[startup+6.30741 s]
/proc/loadavg: 7.88 8.07 8.12 9/192 2248
/proc/meminfo: memFree=21544084/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=481448 CPUtime=24.48 cores=1,3,5,7
/proc/2243/stat : 2243 (priss) S 2242 2242 32466 0 -1 4202496 141111 0 0 0 2395 53 0 0 18 0 5 0 516905835 493002752 90545 33554432000 4194304 5787044 140733914547584 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2243/statm: 120362 90545 418 389 0 116112 0
[pid=2243/tid=2245] ppid=2242 vsize=481448 CPUtime=6.06 cores=1,3,5,7
/proc/2243/task/2245/stat : 2245 (priss) R 2242 2242 32466 0 -1 4202560 32096 0 0 0 592 14 0 0 20 0 5 0 516905847 493002752 90545 33554432000 4194304 5787044 140733914547584 18446744073709551615 5588270 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2243/tid=2246] ppid=2242 vsize=481448 CPUtime=6.08 cores=1,3,5,7
/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 27488 0 0 0 597 11 0 0 25 0 5 0 516905849 493002752 90545 33554432000 4194304 5787044 140733914547584 18446744073709551615 5592704 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=481448 CPUtime=6.07 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 29203 0 0 0 594 13 0 0 19 0 5 0 516905851 493002752 90545 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=481448 CPUtime=6.04 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 36449 0 0 0 594 10 0 0 25 0 5 0 516905854 493002752 90545 33554432000 4194304 5787044 140733914547584 18446744073709551615 5532597 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 490148

[startup+12.7012 s]
/proc/loadavg: 7.97 8.09 8.12 9/192 2249
/proc/meminfo: memFree=21540260/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=481448 CPUtime=50.04 cores=1,3,5,7
/proc/2243/stat : 2243 (priss) S 2242 2242 32466 0 -1 4202496 141925 0 0 0 4948 56 0 0 18 0 5 0 516905835 493002752 91359 33554432000 4194304 5787044 140733914547584 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2243/statm: 120362 91359 418 389 0 116112 0
[pid=2243/tid=2245] ppid=2242 vsize=481448 CPUtime=12.44 cores=1,3,5,7
/proc/2243/task/2245/stat : 2245 (priss) R 2242 2242 32466 0 -1 4202560 32289 0 0 0 1229 15 0 0 25 0 5 0 516905847 493002752 91359 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2243/tid=2246] ppid=2242 vsize=481448 CPUtime=12.47 cores=1,3,5,7
/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 27634 0 0 0 1235 12 0 0 25 0 5 0 516905849 493002752 91359 33554432000 4194304 5787044 140733914547584 18446744073709551615 5590365 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=481448 CPUtime=12.47 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 29457 0 0 0 1233 14 0 0 18 0 5 0 516905851 493002752 91359 33554432000 4194304 5787044 140733914547584 18446744073709551615 4238600 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=481448 CPUtime=12.44 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 36670 0 0 0 1233 11 0 0 25 0 5 0 516905854 493002752 91359 33554432000 4194304 5787044 140733914547584 18446744073709551615 5534156 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.04
Current children cumulated vsize (KiB) 490148

[startup+25.5009 s]
/proc/loadavg: 7.97 8.08 8.12 9/192 2249
/proc/meminfo: memFree=21524940/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=546984 CPUtime=101.16 cores=1,3,5,7
/proc/2243/stat : 2243 (priss) S 2242 2242 32466 0 -1 4202496 148919 0 0 0 10056 60 0 0 18 0 5 0 516905835 560111616 93603 33554432000 4194304 5787044 140733914547584 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2243/statm: 136746 93603 418 389 0 132496 0
[pid=2243/tid=2245] ppid=2242 vsize=546984 CPUtime=25.16 cores=1,3,5,7
/proc/2243/task/2245/stat : 2245 (priss) R 2242 2242 32466 0 -1 4202560 32594 0 0 0 2500 16 0 0 25 0 5 0 516905847 560111616 93603 33554432000 4194304 5787044 140733914547584 18446744073709551615 255377344695 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2243/tid=2246] ppid=2242 vsize=546984 CPUtime=25.28 cores=1,3,5,7
/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 28028 0 0 0 2515 13 0 0 25 0 5 0 516905849 560111616 93603 33554432000 4194304 5787044 140733914547584 18446744073709551615 5601783 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=546984 CPUtime=25.27 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 29829 0 0 0 2511 16 0 0 25 0 5 0 516905851 560111616 93603 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=546984 CPUtime=25.23 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 42593 0 0 0 2511 12 0 0 25 0 5 0 516905854 560111616 93603 33554432000 4194304 5787044 140733914547584 18446744073709551615 4318904 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 555684

[startup+51.1011 s]
/proc/loadavg: 8.03 8.09 8.12 9/192 2250
/proc/meminfo: memFree=21494592/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=546984 CPUtime=203.41 cores=1,3,5,7
/proc/2243/stat : 2243 (priss) S 2242 2242 32466 0 -1 4202496 152973 0 0 0 20276 65 0 0 18 0 5 0 516905835 560111616 97655 33554432000 4194304 5787044 140733914547584 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2243/statm: 136746 97655 418 389 0 132496 0
[pid=2243/tid=2245] ppid=2242 vsize=546984 CPUtime=50.62 cores=1,3,5,7
/proc/2243/task/2245/stat : 2245 (priss) R 2242 2242 32466 0 -1 4202560 33380 0 0 0 5045 17 0 0 25 0 5 0 516905847 560111616 97655 33554432000 4194304 5787044 140733914547584 18446744073709551615 5592128 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2243/tid=2246] ppid=2242 vsize=546984 CPUtime=50.87 cores=1,3,5,7
/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 28541 0 0 0 5073 14 0 0 25 0 5 0 516905849 560111616 97655 33554432000 4194304 5787044 140733914547584 18446744073709551615 5576636 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=546984 CPUtime=50.87 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 31484 0 0 0 5071 16 0 0 25 0 5 0 516905851 560111616 97655 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=546984 CPUtime=50.83 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 43693 0 0 0 5069 14 0 0 25 0 5 0 516905854 560111616 97655 33554432000 4194304 5787044 140733914547584 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.41
Current children cumulated vsize (KiB) 555684

[startup+102.301 s]
/proc/loadavg: 8.11 8.10 8.12 9/192 2251
/proc/meminfo: memFree=21434772/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=617352 CPUtime=407.92 cores=1,3,5,7
/proc/2243/stat : 2243 (priss) S 2242 2242 32466 0 -1 4202496 161898 0 0 0 40715 77 0 0 18 0 5 0 516905835 632168448 106534 33554432000 4194304 5787044 140733914547584 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2243/statm: 154338 106534 418 389 0 150088 0
[pid=2243/tid=2245] ppid=2242 vsize=617352 CPUtime=101.53 cores=1,3,5,7
/proc/2243/task/2245/stat : 2245 (priss) R 2242 2242 32466 0 -1 4202560 34849 0 0 0 10133 20 0 0 25 0 5 0 516905847 632168448 106534 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591264 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2243/tid=2246] ppid=2242 vsize=617352 CPUtime=102.07 cores=1,3,5,7
/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 31630 0 0 0 10190 17 0 0 25 0 5 0 516905849 632168448 106534 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=617352 CPUtime=102.07 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 33268 0 0 0 10189 18 0 0 25 0 5 0 516905851 632168448 106534 33554432000 4194304 5787044 140733914547584 18446744073709551615 5576473 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=617352 CPUtime=102.03 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 46276 0 0 0 10185 18 0 0 25 0 5 0 516905854 632168448 106534 33554432000 4194304 5787044 140733914547584 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.92
Current children cumulated vsize (KiB) 626052

[startup+162.3 s]
/proc/loadavg: 8.28 8.16 8.14 9/192 2253
/proc/meminfo: memFree=21369908/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=693532 CPUtime=647.59 cores=1,3,5,7

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

/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 49783 0 0 0 88160 45 0 0 25 0 5 0 516905849 990904320 185818 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=967680 CPUtime=882.04 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 46025 0 0 0 88162 42 0 0 25 0 5 0 516905851 990904320 185818 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=967680 CPUtime=881.27 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 87340 0 0 0 88088 39 0 0 25 0 5 0 516905854 990904320 185818 33554432000 4194304 5787044 140733914547584 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3522.83
Current children cumulated vsize (KiB) 976380

[startup+942.301 s]
/proc/loadavg: 8.27 8.23 8.18 9/192 2285
/proc/meminfo: memFree=20834012/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=967680 CPUtime=3762.51 cores=1,3,5,7
/proc/2243/stat : 2243 (priss) S 2242 2242 32466 0 -1 4202496 252584 0 0 0 376068 183 0 0 18 0 5 0 516905835 990904320 187217 33554432000 4194304 5787044 140733914547584 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2243/statm: 241920 187217 418 389 0 237670 0
[pid=2243/tid=2245] ppid=2242 vsize=967680 CPUtime=936.91 cores=1,3,5,7
/proc/2243/task/2245/stat : 2245 (priss) R 2242 2242 32466 0 -1 4202560 52800 0 0 0 93640 51 0 0 25 0 5 0 516905847 990904320 187218 33554432000 4194304 5787044 140733914547584 18446744073709551615 5586597 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=2243/tid=2246] ppid=2242 vsize=967680 CPUtime=942.06 cores=1,3,5,7
/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 49871 0 0 0 94160 46 0 0 25 0 5 0 516905849 990904320 187218 33554432000 4194304 5787044 140733914547584 18446744073709551615 5586640 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=967680 CPUtime=942.05 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 46031 0 0 0 94163 42 0 0 25 0 5 0 516905851 990904320 187218 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=967680 CPUtime=941.28 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 88008 0 0 0 94087 41 0 0 25 0 5 0 516905854 990904320 187218 33554432000 4194304 5787044 140733914547584 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3762.51
Current children cumulated vsize (KiB) 976380

[startup+1002.3 s]
/proc/loadavg: 8.28 8.25 8.19 9/192 2287
/proc/meminfo: memFree=20777700/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=975580 CPUtime=4002.17 cores=1,3,5,7
/proc/2243/stat : 2243 (priss) S 2242 2242 32466 0 -1 4202496 258388 0 0 0 400026 191 0 0 18 0 5 0 516905835 998993920 193021 33554432000 4194304 5787044 140733914547584 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2243/statm: 243895 193021 418 389 0 239645 0
[pid=2243/tid=2245] ppid=2242 vsize=975580 CPUtime=996.7 cores=1,3,5,7
/proc/2243/task/2245/stat : 2245 (priss) R 2242 2242 32466 0 -1 4202560 53080 0 0 0 99618 52 0 0 25 0 5 0 516905847 998993920 193021 33554432000 4194304 5787044 140733914547584 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2243/tid=2246] ppid=2242 vsize=975580 CPUtime=1002.05 cores=1,3,5,7
/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 51842 0 0 0 100154 51 0 0 25 0 5 0 516905849 998993920 193021 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=975580 CPUtime=1002.04 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 47834 0 0 0 100161 43 0 0 25 0 5 0 516905851 998993920 193021 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=975580 CPUtime=1001.15 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 89757 0 0 0 100074 41 0 0 25 0 5 0 516905854 998993920 193021 33554432000 4194304 5787044 140733914547584 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.17
Current children cumulated vsize (KiB) 984280

[startup+1062.31 s]
/proc/loadavg: 8.23 8.25 8.19 9/192 2289
/proc/meminfo: memFree=20715292/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=984492 CPUtime=4241.87 cores=1,3,5,7
/proc/2243/stat : 2243 (priss) S 2242 2242 32466 0 -1 4202496 265721 0 0 0 423984 203 0 0 18 0 5 0 516905835 1008119808 200354 33554432000 4194304 5787044 140733914547584 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2243/statm: 246123 200354 418 389 0 241873 0
[pid=2243/tid=2245] ppid=2242 vsize=984492 CPUtime=1056.71 cores=1,3,5,7
/proc/2243/task/2245/stat : 2245 (priss) R 2242 2242 32466 0 -1 4202560 55168 0 0 0 105614 57 0 0 25 0 5 0 516905847 1008119808 200354 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2243/tid=2246] ppid=2242 vsize=984492 CPUtime=1062.06 cores=1,3,5,7
/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 52257 0 0 0 106154 52 0 0 25 0 5 0 516905849 1008119808 200354 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=984492 CPUtime=1062.05 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 49755 0 0 0 106159 46 0 0 25 0 5 0 516905851 1008119808 200354 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591984 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=984492 CPUtime=1060.83 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 92666 0 0 0 106039 44 0 0 25 0 5 0 516905854 1008119808 200354 33554432000 4194304 5787044 140733914547584 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.87
Current children cumulated vsize (KiB) 993192

[startup+1122.3 s]
/proc/loadavg: 8.27 8.26 8.19 10/192 2323
/proc/meminfo: memFree=21394396/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=1059656 CPUtime=4481.51 cores=1,3,5,7
/proc/2243/stat : 2243 (priss) S 2242 2242 32466 0 -1 4202496 276228 0 0 0 447936 215 0 0 18 0 5 0 516905835 1085087744 210861 33554432000 4194304 5787044 140733914547584 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2243/statm: 264914 210861 418 389 0 260664 0
[pid=2243/tid=2245] ppid=2242 vsize=1059656 CPUtime=1116.7 cores=1,3,5,7
/proc/2243/task/2245/stat : 2245 (priss) R 2242 2242 32466 0 -1 4202560 57969 0 0 0 111610 60 0 0 25 0 5 0 516905847 1085087744 210861 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2243/tid=2246] ppid=2242 vsize=1059656 CPUtime=1122.05 cores=1,3,5,7
/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 54549 0 0 0 112150 55 0 0 25 0 5 0 516905849 1085087744 210861 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=1059656 CPUtime=1122.05 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 52757 0 0 0 112154 51 0 0 25 0 5 0 516905851 1085087744 210861 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=1059656 CPUtime=1120.5 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 95078 0 0 0 112004 46 0 0 25 0 5 0 516905854 1085087744 210861 33554432000 4194304 5787044 140733914547584 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.51
Current children cumulated vsize (KiB) 1068356

[startup+1182.3 s]
/proc/loadavg: 8.31 8.28 8.20 10/192 2325
/proc/meminfo: memFree=21321916/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=1068252 CPUtime=4721.17 cores=1,3,5,7
/proc/2243/stat : 2243 (priss) S 2242 2242 32466 0 -1 4202496 285810 0 0 0 471890 227 0 0 18 0 5 0 516905835 1093890048 220218 33554432000 4194304 5787044 140733914547584 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2243/statm: 267063 220218 418 389 0 262813 0
[pid=2243/tid=2245] ppid=2242 vsize=1068252 CPUtime=1176.7 cores=1,3,5,7
/proc/2243/task/2245/stat : 2245 (priss) R 2242 2242 32466 0 -1 4202560 61193 0 0 0 117606 64 0 0 25 0 5 0 516905847 1093890048 220218 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2243/tid=2246] ppid=2242 vsize=1068252 CPUtime=1182.05 cores=1,3,5,7
/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 56618 0 0 0 118149 56 0 0 25 0 5 0 516905849 1093890048 220218 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=1068252 CPUtime=1182.04 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 54966 0 0 0 118150 54 0 0 25 0 5 0 516905851 1093890048 220218 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=1068252 CPUtime=1180.17 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 97158 0 0 0 117968 49 0 0 25 0 5 0 516905854 1093890048 220218 33554432000 4194304 5787044 140733914547584 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.17
Current children cumulated vsize (KiB) 1076952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.30 8.28 8.20 9/192 2325
/proc/meminfo: memFree=21308016/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=1068664 CPUtime=4800.28 cores=1,3,5,7
/proc/2243/stat : 2243 (priss) S 2242 2242 32466 0 -1 4202496 286602 0 0 0 479801 227 0 0 18 0 5 0 516905835 1094311936 220785 33554432000 4194304 5787044 140733914547584 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2243/statm: 267166 220785 418 389 0 262916 0
[pid=2243/tid=2245] ppid=2242 vsize=1068664 CPUtime=1196.51 cores=1,3,5,7
/proc/2243/task/2245/stat : 2245 (priss) R 2242 2242 32466 0 -1 4202560 61294 0 0 0 119587 64 0 0 25 0 5 0 516905847 1094311936 220785 33554432000 4194304 5787044 140733914547584 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2243/tid=2246] ppid=2242 vsize=1068664 CPUtime=1201.86 cores=1,3,5,7
/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 56705 0 0 0 120129 57 0 0 25 0 5 0 516905849 1094311936 220785 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=1068664 CPUtime=1201.84 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 54966 0 0 0 120130 54 0 0 25 0 5 0 516905851 1094311936 220785 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=1068664 CPUtime=1199.86 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 97762 0 0 0 119937 49 0 0 25 0 5 0 516905854 1094311936 220785 33554432000 4194304 5787044 140733914547584 18446744073709551615 5522466 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 1077364

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

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

[startup+1202.1 s]
/proc/loadavg: 8.30 8.28 8.20 9/192 2325
/proc/meminfo: memFree=21308016/32951124 swapFree=67111524/67111528
[pid=2242] ppid=2240 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/2242/stat : 2242 (prissAuto.sh) S 2240 2242 32466 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 516905834 8908800 251 33554432000 4194304 4922060 140733598014320 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2242/statm: 2175 251 211 178 0 68 0
[pid=2243] ppid=2242 vsize=1068664 CPUtime=4800.28 cores=1,3,5,7
/proc/2243/stat : 2243 (priss) S 2242 2242 32466 0 -1 4202496 286602 0 0 0 479801 227 0 0 18 0 5 0 516905835 1094311936 220785 33554432000 4194304 5787044 140733914547584 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/2243/statm: 267166 220785 418 389 0 262916 0
[pid=2243/tid=2245] ppid=2242 vsize=1068664 CPUtime=1196.51 cores=1,3,5,7
/proc/2243/task/2245/stat : 2245 (priss) R 2242 2242 32466 0 -1 4202560 61294 0 0 0 119587 64 0 0 25 0 5 0 516905847 1094311936 220785 33554432000 4194304 5787044 140733914547584 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2243/tid=2246] ppid=2242 vsize=1068664 CPUtime=1201.86 cores=1,3,5,7
/proc/2243/task/2246/stat : 2246 (priss) R 2242 2242 32466 0 -1 4202560 56705 0 0 0 120129 57 0 0 25 0 5 0 516905849 1094311936 220785 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2243/tid=2247] ppid=2242 vsize=1068664 CPUtime=1201.84 cores=1,3,5,7
/proc/2243/task/2247/stat : 2247 (priss) R 2242 2242 32466 0 -1 4202560 54966 0 0 0 120130 54 0 0 25 0 5 0 516905851 1094311936 220785 33554432000 4194304 5787044 140733914547584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2243/tid=2248] ppid=2242 vsize=1068664 CPUtime=1199.86 cores=1,3,5,7
/proc/2243/task/2248/stat : 2248 (priss) R 2242 2242 32466 0 -1 4202560 97762 0 0 0 119937 49 0 0 25 0 5 0 516905854 1094311936 220785 33554432000 4194304 5787044 140733914547584 18446744073709551615 5522466 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 1077364

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.12
CPU time (s): 4800.28
CPU user time (s): 4798.01
CPU system time (s): 2.27
CPU usage (%): 399.318
Max. virtual memory (cumulated for all children) (KiB): 1077364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.62475 second user time and 4.94625 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 06:58:00
IDJOB=3289526
IDBENCH=83126
IDSOLVER=1602
FILE ID=node135/3289526-1304053079
RUNJOBID= node135-1304038950-32485
PBS_JOBID= 13170376
Free space on /tmp= 71108 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top30.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289526-1304053079/watcher-3289526-1304053079 -o /tmp/evaluation-result-3289526-1304053079/solver-3289526-1304053079 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3289526-1304053079.cnf 1207015042 4800 15500 4

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

MD5SUM BENCH= 31142839684b7824419884a35a31fc88
RANDOM SEED=1207015042

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21908996 kB
Buffers:       1830988 kB
Cached:        8146476 kB
SwapCached:          4 kB
Active:        2875424 kB
Inactive:      7574240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21908996 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7020 kB
Writeback:           0 kB
AnonPages:      471800 kB
Mapped:          15628 kB
Slab:           528608 kB
PageTables:       5396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   678616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71112 MiB
End job on node135 at 2011-04-29 07:18:04