Trace number 3263087

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.39 1201.82

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
MD5SUMad30956261e72142648a01bc7c025dba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of clauses29282
Sum of the clauses size292650
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 534
Number of clauses of size over 529248

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: 5708
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 18805us
0.00/0.02	c parsed 29282 clauses with 85 variables
0.00/0.02	c NW started thread 0 successfully (1115490624)
0.00/0.03	c NW started thread 1 successfully (1099802944)
0.00/0.04	c NW started thread 2 successfully (1125980480)
0.00/0.14	c NW started thread 3 successfully (1136470336)
63.00/15.87	c preprocessor returned 10120 variables
63.00/15.87	c preprocessing returned UNKNOWN
63.00/15.87	c PP set 0 variables
63.00/15.87	c pp time: 15838419us (15s)
63.40/15.90	c preprocessor returned 10120 variables
63.40/15.90	c preprocessing returned UNKNOWN
63.40/15.90	c PP set 0 variables
63.40/15.90	c pp time: 15863497us (15s)
63.40/15.94	c preprocessor returned 10120 variables
63.40/15.94	c preprocessing returned UNKNOWN
63.40/15.94	c PP set 0 variables
63.40/15.94	c pp time: 15912367us (15s)
394.52/98.90	c preprocessor returned 30342 variables
394.52/98.90	c preprocessing returned UNKNOWN
394.52/98.90	c PP set 0 variables
394.52/98.90	c pp time: 98850101us (98s)

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-3263087-1304063647/watcher-3263087-1304063647 -o /tmp/evaluation-result-3263087-1304063647/solver-3263087-1304063647 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3263087-1304063647.cnf 2054809059 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.92 8.06 8.08 5/182 5707
/proc/meminfo: memFree=22189444/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0

[startup+0.077981 s]
/proc/loadavg: 7.92 8.06 8.08 5/182 5707
/proc/meminfo: memFree=22189444/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.177961 s]
/proc/loadavg: 7.92 8.06 8.08 5/182 5707
/proc/meminfo: memFree=22189444/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.377925 s]
/proc/loadavg: 7.92 8.06 8.08 5/182 5707
/proc/meminfo: memFree=22189444/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700868 s]
/proc/loadavg: 7.92 8.06 8.08 5/182 5707
/proc/meminfo: memFree=22189444/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50073 s]
/proc/loadavg: 7.92 8.06 8.08 10/188 5713
/proc/meminfo: memFree=22168936/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=206240 CPUtime=5.88 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 5510 0 0 0 588 0 0 0 20 0 5 0 498780073 211189760 5414 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 51560 5414 351 389 0 47310 0
[pid=5708/tid=5710] ppid=5707 vsize=206240 CPUtime=1.46 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 497 0 0 0 146 0 0 0 23 0 5 0 498780076 211189760 5414 33554432000 4194304 5787044 140735475395664 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=206240 CPUtime=1.46 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 451 0 0 0 146 0 0 0 23 0 5 0 498780076 211189760 5414 33554432000 4194304 5787044 140735475395664 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=206240 CPUtime=1.45 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 410 0 0 0 145 0 0 0 25 0 5 0 498780077 211189760 5414 33554432000 4194304 5787044 140735475395664 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=206240 CPUtime=1.44 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 409 0 0 0 144 0 0 0 25 0 5 0 498780078 211189760 5414 33554432000 4194304 5787044 140735475395664 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 214940

[startup+3.10044 s]
/proc/loadavg: 7.92 8.06 8.08 10/188 5713
/proc/meminfo: memFree=22168456/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=206240 CPUtime=12.28 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 5510 0 0 0 1227 1 0 0 20 0 5 0 498780073 211189760 5414 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 51560 5414 351 389 0 47310 0
[pid=5708/tid=5710] ppid=5707 vsize=206240 CPUtime=3.05 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 497 0 0 0 305 0 0 0 25 0 5 0 498780076 211189760 5414 33554432000 4194304 5787044 140735475395664 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=206240 CPUtime=3.06 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 451 0 0 0 306 0 0 0 25 0 5 0 498780076 211189760 5414 33554432000 4194304 5787044 140735475395664 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=206240 CPUtime=3.05 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 410 0 0 0 305 0 0 0 25 0 5 0 498780077 211189760 5414 33554432000 4194304 5787044 140735475395664 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=206240 CPUtime=3.04 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 409 0 0 0 304 0 0 0 25 0 5 0 498780078 211189760 5414 33554432000 4194304 5787044 140735475395664 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 214940

[startup+6.30087 s]
/proc/loadavg: 7.93 8.06 8.08 10/188 5713
/proc/meminfo: memFree=22147760/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=206240 CPUtime=25.06 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 5513 0 0 0 2505 1 0 0 20 0 5 0 498780073 211189760 5417 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 51560 5417 351 389 0 47310 0
[pid=5708/tid=5710] ppid=5707 vsize=206240 CPUtime=6.24 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 497 0 0 0 624 0 0 0 25 0 5 0 498780076 211189760 5417 33554432000 4194304 5787044 140735475395664 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=206240 CPUtime=6.26 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 452 0 0 0 626 0 0 0 25 0 5 0 498780076 211189760 5417 33554432000 4194304 5787044 140735475395664 18446744073709551615 4336135 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=206240 CPUtime=6.25 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 411 0 0 0 625 0 0 0 25 0 5 0 498780077 211189760 5417 33554432000 4194304 5787044 140735475395664 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=206240 CPUtime=6.24 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 410 0 0 0 624 0 0 0 25 0 5 0 498780078 211189760 5417 33554432000 4194304 5787044 140735475395664 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 214940

[startup+12.7007 s]
/proc/loadavg: 8.01 8.08 8.08 10/188 5713
/proc/meminfo: memFree=22137472/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=218024 CPUtime=50.62 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 9150 0 0 0 5060 2 0 0 20 0 5 0 498780073 223256576 8698 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 54506 8698 356 389 0 50256 0
[pid=5708/tid=5710] ppid=5707 vsize=218024 CPUtime=12.6 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 918 0 0 0 1260 0 0 0 25 0 5 0 498780076 223256576 8698 33554432000 4194304 5787044 140735475395664 18446744073709551615 254261307517 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=218024 CPUtime=12.66 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 1154 0 0 0 1266 0 0 0 18 0 5 0 498780076 223256576 8698 33554432000 4194304 5787044 140735475395664 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=218024 CPUtime=12.65 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 862 0 0 0 1265 0 0 0 25 0 5 0 498780077 223256576 8698 33554432000 4194304 5787044 140735475395664 18446744073709551615 4359889 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=218024 CPUtime=12.64 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 2473 0 0 0 1264 0 0 0 25 0 5 0 498780078 223256576 8698 33554432000 4194304 5787044 140735475395664 18446744073709551615 254261721631 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 226724

[startup+25.5004 s]
/proc/loadavg: 8.01 8.07 8.08 10/188 5713
/proc/meminfo: memFree=22074876/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=229448 CPUtime=101.73 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 16910 0 0 0 10167 6 0 0 20 0 5 0 498780073 234954752 15842 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 57362 15842 405 389 0 53112 0
[pid=5708/tid=5710] ppid=5707 vsize=229448 CPUtime=25.35 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 3218 0 0 0 2534 1 0 0 25 0 5 0 498780076 234954752 15842 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=229448 CPUtime=25.42 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 4040 0 0 0 2541 1 0 0 25 0 5 0 498780076 234954752 15842 33554432000 4194304 5787044 140735475395664 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=229448 CPUtime=25.44 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 3310 0 0 0 2543 1 0 0 25 0 5 0 498780077 234954752 15842 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=229448 CPUtime=25.44 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 2599 0 0 0 2544 0 0 0 25 0 5 0 498780078 234954752 15842 33554432000 4194304 5787044 140735475395664 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 238148

[startup+51.1009 s]
/proc/loadavg: 8.01 8.06 8.08 10/188 5714
/proc/meminfo: memFree=22021764/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=242448 CPUtime=203.99 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 23973 0 0 0 20384 15 0 0 20 0 5 0 498780073 248266752 22902 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 60612 22902 405 389 0 56362 0
[pid=5708/tid=5710] ppid=5707 vsize=242448 CPUtime=50.95 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 5173 0 0 0 5091 4 0 0 25 0 5 0 498780076 248266752 22902 33554432000 4194304 5787044 140735475395664 18446744073709551615 5590428 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=242448 CPUtime=50.88 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 7163 0 0 0 5084 4 0 0 25 0 5 0 498780076 248266752 22902 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=242448 CPUtime=51.04 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 5295 0 0 0 5100 4 0 0 25 0 5 0 498780077 248266752 22902 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=242448 CPUtime=51.03 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 2599 0 0 0 5103 0 0 0 25 0 5 0 498780078 248266752 22902 33554432000 4194304 5787044 140735475395664 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 251148

[startup+102.307 s]
/proc/loadavg: 8.09 8.08 8.08 10/188 5716
/proc/meminfo: memFree=21944256/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=264564 CPUtime=408.53 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 35469 0 0 0 40827 26 0 0 20 0 5 0 498780073 270913536 33483 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 66141 33483 418 389 0 61891 0
[pid=5708/tid=5710] ppid=5707 vsize=264564 CPUtime=102.15 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 7396 0 0 0 10208 7 0 0 25 0 5 0 498780076 270913536 33483 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273442485 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=264564 CPUtime=101.81 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 10263 0 0 0 10173 8 0 0 25 0 5 0 498780076 270913536 33483 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=264564 CPUtime=102.25 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 9644 0 0 0 10217 8 0 0 25 0 5 0 498780077 270913536 33483 33554432000 4194304 5787044 140735475395664 18446744073709551615 254261721631 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=264564 CPUtime=102.24 cores=1,3,5,7

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

/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 23892 0 0 0 82091 33 0 0 25 0 5 0 498780076 624422912 108136 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=609788 CPUtime=822.23 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 27739 0 0 0 82188 35 0 0 25 0 5 0 498780077 624422912 108136 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=609788 CPUtime=818.79 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 34749 0 0 0 81826 53 0 0 25 0 5 0 498780078 624422912 108136 33554432000 4194304 5787044 140735475395664 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.46
Current children cumulated vsize (KiB) 618488

[startup+882.301 s]
/proc/loadavg: 8.09 8.10 8.09 10/188 5745
/proc/meminfo: memFree=21342904/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=613888 CPUtime=3524.13 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 112471 0 0 0 352261 152 0 0 20 0 5 0 498780073 628621312 109863 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 153472 109863 418 389 0 149222 0
[pid=5708/tid=5710] ppid=5707 vsize=613888 CPUtime=882.11 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 20653 0 0 0 88185 26 0 0 25 0 5 0 498780076 628621312 109863 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=613888 CPUtime=881.23 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 24945 0 0 0 88090 33 0 0 25 0 5 0 498780076 628621312 109863 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=613888 CPUtime=882.24 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 28361 0 0 0 88187 37 0 0 25 0 5 0 498780077 628621312 109863 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=613888 CPUtime=878.46 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 34769 0 0 0 87793 53 0 0 25 0 5 0 498780078 628621312 109863 33554432000 4194304 5787044 140735475395664 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.13
Current children cumulated vsize (KiB) 622588

[startup+942.301 s]
/proc/loadavg: 8.08 8.09 8.09 10/188 5747
/proc/meminfo: memFree=21311148/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=625696 CPUtime=3763.79 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 119772 0 0 0 376215 164 0 0 20 0 5 0 498780073 640712704 117164 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 156424 117164 418 389 0 152174 0
[pid=5708/tid=5710] ppid=5707 vsize=625696 CPUtime=942.12 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 22615 0 0 0 94183 29 0 0 25 0 5 0 498780076 640712704 117164 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=625696 CPUtime=941.23 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 27772 0 0 0 94085 38 0 0 25 0 5 0 498780076 640712704 117164 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=625696 CPUtime=942.23 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 30826 0 0 0 94181 42 0 0 25 0 5 0 498780077 640712704 117164 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=625696 CPUtime=938.14 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 34816 0 0 0 93761 53 0 0 25 0 5 0 498780078 640712704 117164 33554432000 4194304 5787044 140735475395664 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.79
Current children cumulated vsize (KiB) 634396

[startup+1002.3 s]
/proc/loadavg: 8.12 8.10 8.09 10/188 5749
/proc/meminfo: memFree=21259312/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=644816 CPUtime=4003.46 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 127658 0 0 0 400172 174 0 0 20 0 5 0 498780073 660291584 125050 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 161204 125050 418 389 0 156954 0
[pid=5708/tid=5710] ppid=5707 vsize=644816 CPUtime=1002.12 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 25763 0 0 0 100182 30 0 0 25 0 5 0 498780076 660291584 125050 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=644816 CPUtime=1001.22 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 30173 0 0 0 100081 41 0 0 25 0 5 0 498780076 660291584 125050 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=644816 CPUtime=1002.23 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 33078 0 0 0 100176 47 0 0 25 0 5 0 498780077 660291584 125050 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=644816 CPUtime=997.81 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 34901 0 0 0 99728 53 0 0 25 0 5 0 498780078 660291584 125050 33554432000 4194304 5787044 140735475395664 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.46
Current children cumulated vsize (KiB) 653516

[startup+1062.3 s]
/proc/loadavg: 8.12 8.11 8.09 10/188 5750
/proc/meminfo: memFree=21215288/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=652032 CPUtime=4243.14 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 132472 0 0 0 424133 181 0 0 20 0 5 0 498780073 667680768 129660 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 163008 129660 418 389 0 158758 0
[pid=5708/tid=5710] ppid=5707 vsize=652032 CPUtime=1062.11 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 26463 0 0 0 106181 30 0 0 25 0 5 0 498780076 667680768 129660 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=652032 CPUtime=1061.21 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 32136 0 0 0 106078 43 0 0 25 0 5 0 498780076 667680768 129660 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=652032 CPUtime=1062.23 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 34109 0 0 0 106174 49 0 0 25 0 5 0 498780077 667680768 129660 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=652032 CPUtime=1057.49 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 36021 0 0 0 105693 56 0 0 25 0 5 0 498780078 667680768 129660 33554432000 4194304 5787044 140735475395664 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.14
Current children cumulated vsize (KiB) 660732

[startup+1122.3 s]
/proc/loadavg: 8.12 8.12 8.09 10/188 5752
/proc/meminfo: memFree=21177948/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=659312 CPUtime=4482.8 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 135583 0 0 0 448096 184 0 0 20 0 5 0 498780073 675135488 132771 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 164828 132771 418 389 0 160578 0
[pid=5708/tid=5710] ppid=5707 vsize=659312 CPUtime=1122.12 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 26855 0 0 0 112181 31 0 0 25 0 5 0 498780076 675135488 132771 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=659312 CPUtime=1121.21 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 33963 0 0 0 112076 45 0 0 25 0 5 0 498780076 675135488 132771 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=659312 CPUtime=1122.23 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 34678 0 0 0 112173 50 0 0 25 0 5 0 498780077 675135488 132771 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=659312 CPUtime=1117.16 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 36344 0 0 0 111660 56 0 0 25 0 5 0 498780078 675135488 132771 33554432000 4194304 5787044 140735475395664 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.8
Current children cumulated vsize (KiB) 668012

[startup+1182.3 s]
/proc/loadavg: 8.11 8.12 8.09 10/188 5753
/proc/meminfo: memFree=21148684/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=735644 CPUtime=4722.48 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 141846 0 0 0 472056 192 0 0 20 0 5 0 498780073 753299456 138809 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 183911 138809 418 389 0 179661 0
[pid=5708/tid=5710] ppid=5707 vsize=735644 CPUtime=1182.12 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 27706 0 0 0 118181 31 0 0 25 0 5 0 498780076 753299456 138809 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=735644 CPUtime=1181.21 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 36676 0 0 0 118074 47 0 0 25 0 5 0 498780076 753299456 138809 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=735644 CPUtime=1182.24 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 36993 0 0 0 118168 56 0 0 25 0 5 0 498780077 753299456 138809 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=735644 CPUtime=1176.84 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 36728 0 0 0 117628 56 0 0 25 0 5 0 498780078 753299456 138809 33554432000 4194304 5787044 140735475395664 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 744344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.20 8.14 8.10 9/188 5787
/proc/meminfo: memFree=21614020/32951124 swapFree=67111528/67111528
[pid=5707] ppid=5705 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5707/stat : 5707 (prissAuto.sh) S 5705 5707 4923 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498780073 8908800 252 33554432000 4194304 4922060 140736171751712 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5707/statm: 2175 252 211 178 0 68 0
[pid=5708] ppid=5707 vsize=735644 CPUtime=4800.39 cores=1,3,5,7
/proc/5708/stat : 5708 (priss) S 5707 5707 4923 0 -1 4202496 142933 0 0 0 479845 194 0 0 20 0 5 0 498780073 753299456 139671 33554432000 4194304 5787044 140735475395664 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5708/statm: 183911 139671 418 389 0 179661 0
[pid=5708/tid=5710] ppid=5707 vsize=735644 CPUtime=1201.62 cores=1,3,5,7
/proc/5708/task/5710/stat : 5710 (priss) R 5707 5707 4923 0 -1 4202560 27707 0 0 0 120131 31 0 0 25 0 5 0 498780076 753299456 139671 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5708/tid=5711] ppid=5707 vsize=735644 CPUtime=1200.71 cores=1,3,5,7
/proc/5708/task/5711/stat : 5711 (priss) R 5707 5707 4923 0 -1 4202560 37599 0 0 0 120023 48 0 0 25 0 5 0 498780076 753299456 139671 33554432000 4194304 5787044 140735475395664 18446744073709551615 4218896 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5708/tid=5712] ppid=5707 vsize=735644 CPUtime=1201.74 cores=1,3,5,7
/proc/5708/task/5712/stat : 5712 (priss) R 5707 5707 4923 0 -1 4202560 36993 0 0 0 120118 56 0 0 25 0 5 0 498780077 753299456 139671 33554432000 4194304 5787044 140735475395664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5708/tid=5713] ppid=5707 vsize=735644 CPUtime=1196.23 cores=1,3,5,7
/proc/5708/task/5713/stat : 5713 (priss) R 5707 5707 4923 0 -1 4202560 36891 0 0 0 119567 56 0 0 25 0 5 0 498780078 753299456 139671 33554432000 4194304 5787044 140735475395664 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 744344

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.39
CPU user time (s): 4798.45
CPU system time (s): 1.94
CPU usage (%): 399.428
Max. virtual memory (cumulated for all children) (KiB): 744344

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= 4
involuntary context switches= 2

runsolver used 1.75073 second user time and 4.80027 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 09:54:08
IDJOB=3263087
IDBENCH=83924
IDSOLVER=1602
FILE ID=node140/3263087-1304063647
RUNJOBID= node140-1304056417-4942
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263087-1304063647/watcher-3263087-1304063647 -o /tmp/evaluation-result-3263087-1304063647/solver-3263087-1304063647 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263087-1304063647.cnf 2054809059 4800 15500 4

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

MD5SUM BENCH= ad30956261e72142648a01bc7c025dba
RANDOM SEED=2054809059

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22189724 kB
Buffers:       2298664 kB
Cached:        7817720 kB
SwapCached:          0 kB
Active:        2674296 kB
Inactive:      7520984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22189724 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5436 kB
Writeback:           0 kB
AnonPages:       78444 kB
Mapped:          15432 kB
Slab:           504404 kB
PageTables:       4824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   260988 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= 72660 MiB
End job on node140 at 2011-04-29 10:14:11