Trace number 3280557

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.07 1201.72

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

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: 22330
0.00/0.00	c parsetime: 2929us
0.00/0.00	c parsed 10827 clauses with 3114 variables
0.00/0.00	c NW started thread 0 successfully (1092999488)
0.00/0.00	c NW started thread 1 successfully (1103489344)
0.00/0.01	c NW started thread 2 successfully (1113979200)
0.00/0.01	c NW started thread 3 successfully (1124469056)
0.00/0.49	c preprocessor returned 10004 variables
0.00/0.49	c preprocessing returned UNKNOWN
0.00/0.49	c PP set 45 variables
0.00/0.49	c pp time: 472272us (0s)
0.00/0.49	c preprocessor returned 10004 variables
0.00/0.49	c preprocessing returned UNKNOWN
0.00/0.49	c PP set 45 variables
0.00/0.49	c pp time: 474778us (0s)
0.00/0.49	c preprocessor returned 10004 variables
0.00/0.49	c preprocessing returned UNKNOWN
0.00/0.49	c PP set 45 variables
0.00/0.49	c pp time: 477518us (0s)
0.00/1.36	c preprocessor returned 30009 variables
0.00/1.36	c preprocessing returned UNKNOWN
0.00/1.36	c PP set 45 variables
0.00/1.36	c pp time: 1354126us (1s)
184.08/46.16	c added unsatisfied clause
184.08/46.16	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-3280557-1304038267/watcher-3280557-1304038267 -o /tmp/evaluation-result-3280557-1304038267/solver-3280557-1304038267 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3280557-1304038267.cnf 1885226806 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.75 7.98 7.98 5/182 22329
/proc/meminfo: memFree=13886784/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0

[startup+0.039444 s]
/proc/loadavg: 7.75 7.98 7.98 5/182 22329
/proc/meminfo: memFree=13886784/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.917509 s]
/proc/loadavg: 7.75 7.98 7.98 5/182 22329
/proc/meminfo: memFree=13886784/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00049 s]
/proc/loadavg: 7.75 7.98 7.98 5/182 22329
/proc/meminfo: memFree=13886784/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.10048 s]
/proc/loadavg: 7.75 7.98 7.98 5/182 22329
/proc/meminfo: memFree=13886784/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50041 s]
/proc/loadavg: 7.75 7.98 7.98 5/182 22329
/proc/meminfo: memFree=13886784/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10112 s]
/proc/loadavg: 7.75 7.98 7.98 9/188 22335
/proc/meminfo: memFree=13845932/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=346896 CPUtime=12.33 cores=0,2,4,6
/proc/22330/stat : 22330 (priss) S 22329 22329 22103 0 -1 4202496 13169 0 0 0 1230 3 0 0 19 0 5 0 496242588 355221504 10074 33554432000 4194304 5787044 140737218328880 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22330/statm: 86724 10074 419 389 0 82474 0
[pid=22330/tid=22332] ppid=22329 vsize=346896 CPUtime=3.07 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (priss) R 22329 22329 22103 0 -1 4202560 2156 0 0 0 307 0 0 0 25 0 5 0 496242589 355221504 10074 33554432000 4194304 5787044 140737218328880 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22330/tid=22333] ppid=22329 vsize=346896 CPUtime=3.07 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 1913 0 0 0 307 0 0 0 25 0 5 0 496242589 355221504 10074 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=346896 CPUtime=3.07 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 2227 0 0 0 307 0 0 0 18 0 5 0 496242589 355221504 10074 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=346896 CPUtime=3.07 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 5324 0 0 0 306 1 0 0 25 0 5 0 496242589 355221504 10074 33554432000 4194304 5787044 140737218328880 18446744073709551615 5534336 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 355596

[startup+6.30655 s]
/proc/loadavg: 7.77 7.98 7.98 9/188 22335
/proc/meminfo: memFree=13837588/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=348208 CPUtime=25.13 cores=0,2,4,6
/proc/22330/stat : 22330 (priss) S 22329 22329 22103 0 -1 4202496 14640 0 0 0 2509 4 0 0 19 0 5 0 496242588 356564992 11545 33554432000 4194304 5787044 140737218328880 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22330/statm: 87052 11545 419 389 0 82802 0
[pid=22330/tid=22332] ppid=22329 vsize=348208 CPUtime=6.28 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (priss) R 22329 22329 22103 0 -1 4202560 2535 0 0 0 628 0 0 0 21 0 5 0 496242589 356564992 11545 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22330/tid=22333] ppid=22329 vsize=348208 CPUtime=6.28 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 2205 0 0 0 628 0 0 0 25 0 5 0 496242589 356564992 11545 33554432000 4194304 5787044 140737218328880 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=348208 CPUtime=6.28 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 2678 0 0 0 627 1 0 0 25 0 5 0 496242589 356564992 11545 33554432000 4194304 5787044 140737218328880 18446744073709551615 4229592 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=348208 CPUtime=6.25 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 5673 0 0 0 624 1 0 0 25 0 5 0 496242589 356564992 11545 33554432000 4194304 5787044 140737218328880 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 356908

[startup+12.7004 s]
/proc/loadavg: 7.79 7.98 7.98 9/188 22335
/proc/meminfo: memFree=13827316/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=350984 CPUtime=50.68 cores=0,2,4,6
/proc/22330/stat : 22330 (priss) S 22329 22329 22103 0 -1 4202496 16939 0 0 0 5062 6 0 0 19 0 5 0 496242588 359407616 13844 33554432000 4194304 5787044 140737218328880 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22330/statm: 87746 13844 419 389 0 83496 0
[pid=22330/tid=22332] ppid=22329 vsize=350984 CPUtime=12.68 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (priss) R 22329 22329 22103 0 -1 4202560 3160 0 0 0 1267 1 0 0 25 0 5 0 496242589 359407616 13844 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22330/tid=22333] ppid=22329 vsize=350984 CPUtime=12.68 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 2907 0 0 0 1267 1 0 0 25 0 5 0 496242589 359407616 13844 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=350984 CPUtime=12.67 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 3069 0 0 0 1266 1 0 0 25 0 5 0 496242589 359407616 13844 33554432000 4194304 5787044 140737218328880 18446744073709551615 4254401 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=350984 CPUtime=12.61 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 6254 0 0 0 1260 1 0 0 25 0 5 0 496242589 359407616 13844 33554432000 4194304 5787044 140737218328880 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 359684

[startup+25.5011 s]
/proc/loadavg: 7.84 7.98 7.98 9/188 22336
/proc/meminfo: memFree=13805612/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=357340 CPUtime=101.79 cores=0,2,4,6
/proc/22330/stat : 22330 (priss) S 22329 22329 22103 0 -1 4202496 20675 0 0 0 10171 8 0 0 19 0 5 0 496242588 365916160 17579 33554432000 4194304 5787044 140737218328880 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22330/statm: 89335 17579 419 389 0 85085 0
[pid=22330/tid=22332] ppid=22329 vsize=357340 CPUtime=25.46 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (priss) R 22329 22329 22103 0 -1 4202560 4786 0 0 0 2545 1 0 0 25 0 5 0 496242589 365916160 17579 33554432000 4194304 5787044 140737218328880 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22330/tid=22333] ppid=22329 vsize=357340 CPUtime=25.47 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 3471 0 0 0 2546 1 0 0 25 0 5 0 496242589 365916160 17579 33554432000 4194304 5787044 140737218328880 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=357340 CPUtime=25.47 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 3958 0 0 0 2545 2 0 0 25 0 5 0 496242589 365916160 17579 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=357340 CPUtime=25.35 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 6911 0 0 0 2533 2 0 0 25 0 5 0 496242589 365916160 17579 33554432000 4194304 5787044 140737218328880 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 366040

[startup+51.1005 s]
/proc/loadavg: 7.89 7.98 7.98 9/188 22336
/proc/meminfo: memFree=13777932/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=368100 CPUtime=204.05 cores=0,2,4,6
/proc/22330/stat : 22330 (priss) S 22329 22329 22103 0 -1 4202496 27509 0 0 0 20391 14 0 0 19 0 5 0 496242588 376934400 24408 33554432000 4194304 5787044 140737218328880 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22330/statm: 92025 24408 419 389 0 87775 0
[pid=22330/tid=22332] ppid=22329 vsize=368100 CPUtime=51.07 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (priss) R 22329 22329 22103 0 -1 4202560 6354 0 0 0 5104 3 0 0 25 0 5 0 496242589 376934400 24408 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22330/tid=22333] ppid=22329 vsize=368100 CPUtime=51.07 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 6055 0 0 0 5105 2 0 0 25 0 5 0 496242589 376934400 24408 33554432000 4194304 5787044 140737218328880 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=368100 CPUtime=51.07 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 4984 0 0 0 5104 3 0 0 25 0 5 0 496242589 376934400 24408 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=368100 CPUtime=50.81 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 8567 0 0 0 5077 4 0 0 25 0 5 0 496242589 376934400 24408 33554432000 4194304 5787044 140737218328880 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 376800

[startup+102.3 s]
/proc/loadavg: 7.99 8.00 7.99 9/188 22338
/proc/meminfo: memFree=13682820/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=376996 CPUtime=408.57 cores=0,2,4,6
/proc/22330/stat : 22330 (priss) S 22329 22329 22103 0 -1 4202496 34880 0 0 0 40833 24 0 0 19 0 5 0 496242588 386043904 31682 33554432000 4194304 5787044 140737218328880 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22330/statm: 94249 31682 419 389 0 89999 0
[pid=22330/tid=22332] ppid=22329 vsize=376996 CPUtime=102.26 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (priss) R 22329 22329 22103 0 -1 4202560 7774 0 0 0 10220 6 0 0 25 0 5 0 496242589 386043904 31682 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22330/tid=22333] ppid=22329 vsize=376996 CPUtime=102.27 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 7285 0 0 0 10223 4 0 0 25 0 5 0 496242589 386043904 31682 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=376996 CPUtime=102.26 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 7378 0 0 0 10220 6 0 0 25 0 5 0 496242589 386043904 31682 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=376996 CPUtime=101.73 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 10894 0 0 0 10167 6 0 0 25 0 5 0 496242589 386043904 31682 33554432000 4194304 5787044 140737218328880 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 385696

[startup+162.301 s]
/proc/loadavg: 8.14 8.04 8.00 9/188 22339
/proc/meminfo: memFree=13550104/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=388196 CPUtime=648.23 cores=0,2,4,6

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

/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 19862 0 0 0 88212 12 0 0 25 0 5 0 496242589 595181568 79853 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=581232 CPUtime=882.27 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 16638 0 0 0 88203 24 0 0 25 0 5 0 496242589 595181568 79853 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=581232 CPUtime=877.48 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 23059 0 0 0 87725 23 0 0 25 0 5 0 496242589 595181568 79853 33554432000 4194304 5787044 140737218328880 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.21
Current children cumulated vsize (KiB) 589932

[startup+942.301 s]
/proc/loadavg: 8.07 8.04 8.00 9/188 22402
/proc/meminfo: memFree=12899592/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=585332 CPUtime=3763.91 cores=0,2,4,6
/proc/22330/stat : 22330 (priss) S 22329 22329 22103 0 -1 4202496 85337 0 0 0 376307 84 0 0 19 0 5 0 496242588 599379968 81347 33554432000 4194304 5787044 140737218328880 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22330/statm: 146333 81347 419 389 0 142083 0
[pid=22330/tid=22332] ppid=22329 vsize=585332 CPUtime=942.17 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (priss) R 22329 22329 22103 0 -1 4202560 22743 0 0 0 94196 21 0 0 25 0 5 0 496242589 599379968 81347 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22330/tid=22333] ppid=22329 vsize=585332 CPUtime=942.25 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 20892 0 0 0 94212 13 0 0 25 0 5 0 496242589 599379968 81347 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=585332 CPUtime=942.28 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 17088 0 0 0 94203 25 0 0 25 0 5 0 496242589 599379968 81347 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=585332 CPUtime=937.16 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 23065 0 0 0 93693 23 0 0 25 0 5 0 496242589 599379968 81347 33554432000 4194304 5787044 140737218328880 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.91
Current children cumulated vsize (KiB) 594032

[startup+1002.3 s]
/proc/loadavg: 8.18 8.07 8.01 9/188 22404
/proc/meminfo: memFree=12879104/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=654968 CPUtime=4003.57 cores=0,2,4,6
/proc/22330/stat : 22330 (priss) S 22329 22329 22103 0 -1 4202496 87797 0 0 0 400271 86 0 0 19 0 5 0 496242588 670687232 83807 33554432000 4194304 5787044 140737218328880 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22330/statm: 163742 83807 419 389 0 159492 0
[pid=22330/tid=22332] ppid=22329 vsize=654968 CPUtime=1002.16 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (priss) R 22329 22329 22103 0 -1 4202560 22786 0 0 0 100195 21 0 0 25 0 5 0 496242589 670687232 83807 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22330/tid=22333] ppid=22329 vsize=654968 CPUtime=1002.25 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 20925 0 0 0 100212 13 0 0 25 0 5 0 496242589 670687232 83807 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=654968 CPUtime=1002.28 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 18422 0 0 0 100202 26 0 0 25 0 5 0 496242589 670687232 83807 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=654968 CPUtime=996.84 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 24115 0 0 0 99660 24 0 0 25 0 5 0 496242589 670687232 83807 33554432000 4194304 5787044 140737218328880 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.57
Current children cumulated vsize (KiB) 663668

[startup+1062.31 s]
/proc/loadavg: 8.18 8.09 8.02 9/188 22405
/proc/meminfo: memFree=12864696/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=659700 CPUtime=4243.25 cores=0,2,4,6
/proc/22330/stat : 22330 (priss) S 22329 22329 22103 0 -1 4202496 90779 0 0 0 424236 89 0 0 19 0 5 0 496242588 675532800 86789 33554432000 4194304 5787044 140737218328880 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22330/statm: 164925 86789 419 389 0 160675 0
[pid=22330/tid=22332] ppid=22329 vsize=659700 CPUtime=1062.16 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (priss) R 22329 22329 22103 0 -1 4202560 22911 0 0 0 106195 21 0 0 25 0 5 0 496242589 675532800 86789 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22330/tid=22333] ppid=22329 vsize=659700 CPUtime=1062.25 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 22208 0 0 0 106212 13 0 0 25 0 5 0 496242589 675532800 86789 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591547 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=659700 CPUtime=1062.29 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 19697 0 0 0 106200 29 0 0 25 0 5 0 496242589 675532800 86789 33554432000 4194304 5787044 140737218328880 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=659700 CPUtime=1056.51 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 24414 0 0 0 105627 24 0 0 25 0 5 0 496242589 675532800 86789 33554432000 4194304 5787044 140737218328880 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.25
Current children cumulated vsize (KiB) 668400

[startup+1122.3 s]
/proc/loadavg: 8.17 8.10 8.02 9/188 22407
/proc/meminfo: memFree=12841596/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=665216 CPUtime=4482.9 cores=0,2,4,6
/proc/22330/stat : 22330 (priss) S 22329 22329 22103 0 -1 4202496 95797 0 0 0 448195 95 0 0 19 0 5 0 496242588 681181184 91807 33554432000 4194304 5787044 140737218328880 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22330/statm: 166304 91807 419 389 0 162054 0
[pid=22330/tid=22332] ppid=22329 vsize=665216 CPUtime=1122.15 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (priss) R 22329 22329 22103 0 -1 4202560 24169 0 0 0 112192 23 0 0 25 0 5 0 496242589 681181184 91807 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22330/tid=22333] ppid=22329 vsize=665216 CPUtime=1122.24 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 23516 0 0 0 112210 14 0 0 25 0 5 0 496242589 681181184 91807 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=665216 CPUtime=1122.28 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 20941 0 0 0 112197 31 0 0 25 0 5 0 496242589 681181184 91807 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=665216 CPUtime=1116.18 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 25622 0 0 0 111593 25 0 0 25 0 5 0 496242589 681181184 91807 33554432000 4194304 5787044 140737218328880 18446744073709551615 5528576 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.9
Current children cumulated vsize (KiB) 673916

[startup+1182.3 s]
/proc/loadavg: 8.15 8.11 8.03 9/188 22408
/proc/meminfo: memFree=12813172/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=674868 CPUtime=4722.56 cores=0,2,4,6
/proc/22330/stat : 22330 (priss) S 22329 22329 22103 0 -1 4202496 101877 0 0 0 472155 101 0 0 19 0 5 0 496242588 691064832 97887 33554432000 4194304 5787044 140737218328880 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22330/statm: 168717 97887 419 389 0 164467 0
[pid=22330/tid=22332] ppid=22329 vsize=674868 CPUtime=1182.15 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (priss) R 22329 22329 22103 0 -1 4202560 26482 0 0 0 118190 25 0 0 25 0 5 0 496242589 691064832 97887 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22330/tid=22333] ppid=22329 vsize=674868 CPUtime=1182.25 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 24771 0 0 0 118210 15 0 0 25 0 5 0 496242589 691064832 97887 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=674868 CPUtime=1182.28 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 22169 0 0 0 118195 33 0 0 25 0 5 0 496242589 691064832 97887 33554432000 4194304 5787044 140737218328880 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=674868 CPUtime=1175.85 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 26906 0 0 0 117558 27 0 0 25 0 5 0 496242589 691064832 97887 33554432000 4194304 5787044 140737218328880 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.56
Current children cumulated vsize (KiB) 683568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.25 8.13 8.04 9/188 22409
/proc/meminfo: memFree=12806584/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=676252 CPUtime=4800.07 cores=0,2,4,6
/proc/22330/stat : 22330 (priss) S 22329 22329 22103 0 -1 4202496 103566 0 0 0 479904 103 0 0 19 0 5 0 496242588 692482048 99371 33554432000 4194304 5787044 140737218328880 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22330/statm: 169063 99371 419 389 0 164813 0
[pid=22330/tid=22332] ppid=22329 vsize=676252 CPUtime=1201.55 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (priss) R 22329 22329 22103 0 -1 4202560 26906 0 0 0 120129 26 0 0 25 0 5 0 496242589 692482048 99371 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22330/tid=22333] ppid=22329 vsize=676252 CPUtime=1201.65 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 25106 0 0 0 120150 15 0 0 25 0 5 0 496242589 692482048 99371 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=676252 CPUtime=1201.68 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 22699 0 0 0 120135 33 0 0 25 0 5 0 496242589 692482048 99371 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=676252 CPUtime=1195.15 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 27306 0 0 0 119488 27 0 0 25 0 5 0 496242589 692482048 99371 33554432000 4194304 5787044 140737218328880 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 684952

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

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

[startup+1201.7 s]
/proc/loadavg: 8.25 8.13 8.04 9/188 22409
/proc/meminfo: memFree=12806584/32951124 swapFree=67111528/67111528
[pid=22329] ppid=22327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22329/stat : 22329 (priss.sh) S 22327 22329 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 496242588 8908800 252 33554432000 4194304 4922060 140735037374704 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22329/statm: 2175 252 211 178 0 68 0
[pid=22330] ppid=22329 vsize=676252 CPUtime=4800.07 cores=0,2,4,6
/proc/22330/stat : 22330 (priss) S 22329 22329 22103 0 -1 4202496 103566 0 0 0 479904 103 0 0 19 0 5 0 496242588 692482048 99371 33554432000 4194304 5787044 140737218328880 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22330/statm: 169063 99371 419 389 0 164813 0
[pid=22330/tid=22332] ppid=22329 vsize=676252 CPUtime=1201.55 cores=0,2,4,6
/proc/22330/task/22332/stat : 22332 (priss) R 22329 22329 22103 0 -1 4202560 26906 0 0 0 120129 26 0 0 25 0 5 0 496242589 692482048 99371 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22330/tid=22333] ppid=22329 vsize=676252 CPUtime=1201.65 cores=0,2,4,6
/proc/22330/task/22333/stat : 22333 (priss) R 22329 22329 22103 0 -1 4202560 25106 0 0 0 120150 15 0 0 25 0 5 0 496242589 692482048 99371 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22330/tid=22334] ppid=22329 vsize=676252 CPUtime=1201.68 cores=0,2,4,6
/proc/22330/task/22334/stat : 22334 (priss) R 22329 22329 22103 0 -1 4202560 22699 0 0 0 120135 33 0 0 25 0 5 0 496242589 692482048 99371 33554432000 4194304 5787044 140737218328880 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22330/tid=22335] ppid=22329 vsize=676252 CPUtime=1195.15 cores=0,2,4,6
/proc/22330/task/22335/stat : 22335 (priss) R 22329 22329 22103 0 -1 4202560 27306 0 0 0 119488 27 0 0 25 0 5 0 496242589 692482048 99371 33554432000 4194304 5787044 140737218328880 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 684952

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22329 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.07
CPU user time (s): 4799.04
CPU system time (s): 1.03
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 684952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.84972 second user time and 4.71128 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 02:51:07
IDJOB=3280557
IDBENCH=20401
IDSOLVER=1603
FILE ID=node145/3280557-1304038267
RUNJOBID= node145-1304036411-22121
PBS_JOBID= 13170354
Free space on /tmp= 72192 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280557-1304038267/watcher-3280557-1304038267 -o /tmp/evaluation-result-3280557-1304038267/solver-3280557-1304038267 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3280557-1304038267.cnf 1885226806 4800 15500 4

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=1885226806

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13887056 kB
Buffers:       2098172 kB
Cached:       15220980 kB
SwapCached:          0 kB
Active:        6244068 kB
Inactive:     12247636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13887056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1600 kB
Writeback:           0 kB
AnonPages:     1171876 kB
Mapped:          15620 kB
Slab:           508372 kB
PageTables:       6656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1408404 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= 72176 MiB
End job on node145 at 2011-04-29 03:11:11