Trace number 3291827

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.17 1201.72

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark384.789
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

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: 29402
0.00/0.00	c parsetime: 949us
0.00/0.00	c parsed 4625 clauses with 570 variables
0.00/0.00	c NW started thread 0 successfully (1097419072)
0.00/0.00	c NW started thread 1 successfully (1114593600)
0.00/0.00	c NW started thread 2 successfully (1125083456)
0.00/0.00	c NW started thread 3 successfully (1135573312)
0.00/0.57	c preprocessor returned 10020 variables
0.00/0.57	c preprocessing returned UNKNOWN
0.00/0.57	c PP set 87 variables
0.00/0.57	c pp time: 560242us (0s)
0.00/0.57	c preprocessor returned 10020 variables
0.00/0.57	c preprocessing returned UNKNOWN
0.00/0.57	c PP set 87 variables
0.00/0.57	c pp time: 559288us (0s)
0.00/0.57	c preprocessor returned 10020 variables
0.00/0.57	c preprocessing returned UNKNOWN
0.00/0.57	c PP set 87 variables
0.00/0.57	c pp time: 559093us (0s)
23.12/5.87	c preprocessor returned 30020 variables
23.12/5.87	c preprocessing returned UNKNOWN
23.12/5.87	c PP set 87 variables
23.12/5.87	c pp time: 5865596us (5s)

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-3291827-1304068581/watcher-3291827-1304068581 -o /tmp/evaluation-result-3291827-1304068581/solver-3291827-1304068581 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3291827-1304068581.cnf 1548611569 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.84 8.02 8.00 5/182 29401
/proc/meminfo: memFree=14019504/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0

[startup+0.15957 s]
/proc/loadavg: 7.84 8.02 8.00 5/182 29401
/proc/meminfo: memFree=14019504/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200561 s]
/proc/loadavg: 7.84 8.02 8.00 5/182 29401
/proc/meminfo: memFree=14019504/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300543 s]
/proc/loadavg: 7.84 8.02 8.00 5/182 29401
/proc/meminfo: memFree=14019504/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700475 s]
/proc/loadavg: 7.84 8.02 8.00 5/182 29401
/proc/meminfo: memFree=14019504/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50034 s]
/proc/loadavg: 7.84 8.02 8.00 9/188 29407
/proc/meminfo: memFree=13993168/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=275600 CPUtime=5.95 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 8559 0 0 0 592 3 0 0 25 0 5 0 597088786 282214400 7075 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 68900 7075 404 389 0 64650 0
[pid=29402/tid=29404] ppid=29401 vsize=275600 CPUtime=1.47 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 1823 0 0 0 147 0 0 0 25 0 5 0 597088787 282214400 7075 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=275600 CPUtime=1.48 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 1392 0 0 0 148 0 0 0 20 0 5 0 597088787 282214400 7075 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=275600 CPUtime=1.48 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 1727 0 0 0 147 1 0 0 20 0 5 0 597088787 282214400 7075 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=275600 CPUtime=1.48 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 2097 0 0 0 148 0 0 0 20 0 5 0 597088787 282214400 7075 33554432000 4194304 5787044 140737161922512 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 284300

[startup+3.10106 s]
/proc/loadavg: 7.84 8.02 8.00 9/188 29407
/proc/meminfo: memFree=13990484/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=276824 CPUtime=12.35 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 9404 0 0 0 1231 4 0 0 25 0 5 0 597088786 283467776 7920 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 69206 7920 404 389 0 64956 0
[pid=29402/tid=29404] ppid=29401 vsize=276824 CPUtime=3.06 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 2094 0 0 0 306 0 0 0 25 0 5 0 597088787 283467776 7920 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=276824 CPUtime=3.09 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 1674 0 0 0 308 1 0 0 25 0 5 0 597088787 283467776 7920 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=276824 CPUtime=3.08 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 2019 0 0 0 307 1 0 0 25 0 5 0 597088787 283467776 7920 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=276824 CPUtime=3.08 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 2097 0 0 0 308 0 0 0 25 0 5 0 597088787 283467776 7920 33554432000 4194304 5787044 140737161922512 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 285524

[startup+6.30051 s]
/proc/loadavg: 7.85 8.02 8.00 9/188 29408
/proc/meminfo: memFree=13983940/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=278288 CPUtime=25.12 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 12446 0 0 0 2507 5 0 0 25 0 5 0 597088786 284966912 9915 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 69572 9915 417 389 0 65322 0
[pid=29402/tid=29404] ppid=29401 vsize=278288 CPUtime=6.25 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 2468 0 0 0 624 1 0 0 25 0 5 0 597088787 284966912 9915 33554432000 4194304 5787044 140737161922512 18446744073709551615 4254649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=278288 CPUtime=6.28 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 2041 0 0 0 627 1 0 0 25 0 5 0 597088787 284966912 9915 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=278288 CPUtime=6.28 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 2406 0 0 0 627 1 0 0 25 0 5 0 597088787 284966912 9915 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=278288 CPUtime=6.28 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 4011 0 0 0 627 1 0 0 25 0 5 0 597088787 284966912 9915 33554432000 4194304 5787044 140737161922512 18446744073709551615 218880670239 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 286988

[startup+12.7004 s]
/proc/loadavg: 7.95 8.03 8.00 9/188 29408
/proc/meminfo: memFree=13963952/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=285376 CPUtime=50.68 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 16657 0 0 0 5059 9 0 0 25 0 5 0 597088786 292225024 14126 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 71344 14126 417 389 0 67094 0
[pid=29402/tid=29404] ppid=29401 vsize=285376 CPUtime=12.65 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 3209 0 0 0 1263 2 0 0 25 0 5 0 597088787 292225024 14126 33554432000 4194304 5787044 140737161922512 18446744073709551615 5586623 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=285376 CPUtime=12.65 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 2760 0 0 0 1263 2 0 0 25 0 5 0 597088787 292225024 14126 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591579 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=285376 CPUtime=12.68 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 3184 0 0 0 1266 2 0 0 25 0 5 0 597088787 292225024 14126 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=285376 CPUtime=12.69 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 5984 0 0 0 1267 2 0 0 25 0 5 0 597088787 292225024 14126 33554432000 4194304 5787044 140737161922512 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 294076

[startup+25.5012 s]
/proc/loadavg: 7.96 8.03 8.00 9/188 29408
/proc/meminfo: memFree=13947600/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=292048 CPUtime=101.8 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 20638 0 0 0 10165 15 0 0 25 0 5 0 597088786 299057152 18105 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 73012 18105 417 389 0 68762 0
[pid=29402/tid=29404] ppid=29401 vsize=292048 CPUtime=25.44 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 3835 0 0 0 2541 3 0 0 25 0 5 0 597088787 299057152 18105 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=292048 CPUtime=25.37 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 3365 0 0 0 2535 2 0 0 25 0 5 0 597088787 299057152 18105 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=292048 CPUtime=25.47 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 4832 0 0 0 2544 3 0 0 25 0 5 0 597088787 299057152 18105 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=292048 CPUtime=25.48 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 7086 0 0 0 2543 5 0 0 25 0 5 0 597088787 299057152 18105 33554432000 4194304 5787044 140737161922512 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 300748

[startup+51.1007 s]
/proc/loadavg: 8.04 8.04 8.00 9/188 29409
/proc/meminfo: memFree=13922760/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=302204 CPUtime=204.05 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 26965 0 0 0 20381 24 0 0 25 0 5 0 597088786 309456896 24429 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 75551 24429 417 389 0 71301 0
[pid=29402/tid=29404] ppid=29401 vsize=302204 CPUtime=51.04 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 6366 0 0 0 5098 6 0 0 25 0 5 0 597088787 309456896 24429 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=302204 CPUtime=50.83 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 4903 0 0 0 5079 4 0 0 25 0 5 0 597088787 309456896 24429 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=302204 CPUtime=51.07 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 6347 0 0 0 5101 6 0 0 25 0 5 0 597088787 309456896 24429 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=302204 CPUtime=51.08 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 7829 0 0 0 5102 6 0 0 25 0 5 0 597088787 309456896 24429 33554432000 4194304 5787044 140737161922512 18446744073709551615 5527399 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 310904

[startup+102.301 s]
/proc/loadavg: 7.77 7.98 7.98 9/188 29475
/proc/meminfo: memFree=14321332/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=313068 CPUtime=408.58 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 35024 0 0 0 40821 37 0 0 25 0 5 0 597088786 320581632 32357 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 78267 32357 417 389 0 74017 0
[pid=29402/tid=29404] ppid=29401 vsize=313068 CPUtime=102.24 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 7982 0 0 0 10215 9 0 0 25 0 5 0 597088787 320581632 32357 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=313068 CPUtime=101.74 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 6427 0 0 0 10169 5 0 0 25 0 5 0 597088787 320581632 32357 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=313068 CPUtime=102.27 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 8173 0 0 0 10217 10 0 0 25 0 5 0 597088787 320581632 32357 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=313068 CPUtime=102.28 cores=1,3,5,7

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

/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 17506 0 0 0 82157 13 0 0 25 0 5 0 597088787 388255744 72165 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=379156 CPUtime=822.27 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 18399 0 0 0 82204 23 0 0 25 0 5 0 597088787 388255744 72165 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=379156 CPUtime=818.93 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 20932 0 0 0 81870 23 0 0 25 0 5 0 597088787 388255744 72165 33554432000 4194304 5787044 140737161922512 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.61
Current children cumulated vsize (KiB) 387856

[startup+882.307 s]
/proc/loadavg: 8.06 8.05 8.00 9/188 29528
/proc/meminfo: memFree=10723752/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=388248 CPUtime=3524.31 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 80194 0 0 0 352345 86 0 0 25 0 5 0 597088786 397565952 76767 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 97062 76767 417 389 0 92812 0
[pid=29402/tid=29404] ppid=29401 vsize=388248 CPUtime=881.68 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 18453 0 0 0 88146 22 0 0 25 0 5 0 597088787 397565952 76767 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=388248 CPUtime=881.7 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 19732 0 0 0 88156 14 0 0 25 0 5 0 597088787 397565952 76767 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=388248 CPUtime=882.27 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 19271 0 0 0 88203 24 0 0 25 0 5 0 597088787 397565952 76767 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=388248 CPUtime=878.62 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 21218 0 0 0 87838 24 0 0 25 0 5 0 597088787 397565952 76767 33554432000 4194304 5787044 140737161922512 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.31
Current children cumulated vsize (KiB) 396948

[startup+942.3 s]
/proc/loadavg: 8.16 8.09 8.01 9/188 29529
/proc/meminfo: memFree=10701308/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=528400 CPUtime=3763.96 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 86019 0 0 0 376302 94 0 0 25 0 5 0 597088786 541081600 82592 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 132100 82592 417 389 0 127850 0
[pid=29402/tid=29404] ppid=29401 vsize=528400 CPUtime=941.67 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 19653 0 0 0 94143 24 0 0 25 0 5 0 597088787 541081600 82592 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=528400 CPUtime=941.69 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 21917 0 0 0 94154 15 0 0 25 0 5 0 597088787 541081600 82592 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=528400 CPUtime=942.27 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 20573 0 0 0 94200 27 0 0 25 0 5 0 597088787 541081600 82592 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=528400 CPUtime=938.29 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 22356 0 0 0 93803 26 0 0 25 0 5 0 597088787 541081600 82592 33554432000 4194304 5787044 140737161922512 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.96
Current children cumulated vsize (KiB) 537100

[startup+1002.3 s]
/proc/loadavg: 8.20 8.11 8.02 9/188 29531
/proc/meminfo: memFree=10675372/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=602512 CPUtime=4003.63 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 91503 0 0 0 400263 100 0 0 25 0 5 0 597088786 616972288 88076 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 150628 88076 417 389 0 146378 0
[pid=29402/tid=29404] ppid=29401 vsize=602512 CPUtime=1001.68 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 21687 0 0 0 100143 25 0 0 25 0 5 0 597088787 616972288 88076 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591568 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=602512 CPUtime=1001.69 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 23001 0 0 0 100153 16 0 0 25 0 5 0 597088787 616972288 88076 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=602512 CPUtime=1002.27 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 21773 0 0 0 100198 29 0 0 25 0 5 0 597088787 616972288 88076 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=602512 CPUtime=997.96 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 23522 0 0 0 99768 28 0 0 25 0 5 0 597088787 616972288 88076 33554432000 4194304 5787044 140737161922512 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.63
Current children cumulated vsize (KiB) 611212

[startup+1062.3 s]
/proc/loadavg: 8.15 8.12 8.03 9/188 29533
/proc/meminfo: memFree=10664200/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=603740 CPUtime=4243.3 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 94462 0 0 0 424227 103 0 0 25 0 5 0 597088786 618229760 90628 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 150935 90628 417 389 0 146685 0
[pid=29402/tid=29404] ppid=29401 vsize=603740 CPUtime=1061.67 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 22056 0 0 0 106142 25 0 0 25 0 5 0 597088787 618229760 90628 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=603740 CPUtime=1061.69 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 23354 0 0 0 106153 16 0 0 25 0 5 0 597088787 618229760 90628 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=603740 CPUtime=1062.27 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 22964 0 0 0 106196 31 0 0 25 0 5 0 597088787 618229760 90628 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=603740 CPUtime=1057.64 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 24568 0 0 0 105734 30 0 0 25 0 5 0 597088787 618229760 90628 33554432000 4194304 5787044 140737161922512 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.3
Current children cumulated vsize (KiB) 612440

[startup+1122.3 s]
/proc/loadavg: 8.12 8.12 8.03 9/188 29534
/proc/meminfo: memFree=10595996/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=603740 CPUtime=4482.98 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 95023 0 0 0 448194 104 0 0 25 0 5 0 597088786 618229760 90984 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 150935 90984 417 389 0 146685 0
[pid=29402/tid=29404] ppid=29401 vsize=603740 CPUtime=1121.68 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 22056 0 0 0 112143 25 0 0 25 0 5 0 597088787 618229760 90984 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=603740 CPUtime=1121.69 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 23355 0 0 0 112153 16 0 0 25 0 5 0 597088787 618229760 90984 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=603740 CPUtime=1122.27 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 22964 0 0 0 112196 31 0 0 25 0 5 0 597088787 618229760 90984 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=603740 CPUtime=1117.31 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 25128 0 0 0 111701 30 0 0 25 0 5 0 597088787 618229760 90984 33554432000 4194304 5787044 140737161922512 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.98
Current children cumulated vsize (KiB) 612440

[startup+1182.3 s]
/proc/loadavg: 8.13 8.13 8.04 9/188 29536
/proc/meminfo: memFree=10596112/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=603740 CPUtime=4722.65 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 95034 0 0 0 472161 104 0 0 25 0 5 0 597088786 618229760 90995 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 150935 90995 417 389 0 146685 0
[pid=29402/tid=29404] ppid=29401 vsize=603740 CPUtime=1181.68 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 22067 0 0 0 118143 25 0 0 25 0 5 0 597088787 618229760 90995 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=603740 CPUtime=1181.69 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 23355 0 0 0 118153 16 0 0 25 0 5 0 597088787 618229760 90995 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=603740 CPUtime=1182.27 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 22964 0 0 0 118196 31 0 0 25 0 5 0 597088787 618229760 90995 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=603740 CPUtime=1176.98 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 25128 0 0 0 117668 30 0 0 25 0 5 0 597088787 618229760 90995 33554432000 4194304 5787044 140737161922512 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.65
Current children cumulated vsize (KiB) 612440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.16 8.13 8.04 9/188 29536
/proc/meminfo: memFree=10558044/32950928 swapFree=67111528/67111528
[pid=29401] ppid=29399 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29401/stat : 29401 (priss.sh) S 29399 29401 28330 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 597088786 8908800 252 33554432000 4194304 4922060 140734703526448 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29401/statm: 2175 252 211 178 0 68 0
[pid=29402] ppid=29401 vsize=603740 CPUtime=4800.17 cores=1,3,5,7
/proc/29402/stat : 29402 (priss) S 29401 29401 28330 0 -1 4202496 95038 0 0 0 479912 105 0 0 25 0 5 0 597088786 618229760 90999 33554432000 4194304 5787044 140737161922512 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29402/statm: 150935 90999 417 389 0 146685 0
[pid=29402/tid=29404] ppid=29401 vsize=603740 CPUtime=1201.08 cores=1,3,5,7
/proc/29402/task/29404/stat : 29404 (priss) R 29401 29401 28330 0 -1 4202560 22070 0 0 0 120083 25 0 0 25 0 5 0 597088787 618229760 90999 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29402/tid=29405] ppid=29401 vsize=603740 CPUtime=1201.1 cores=1,3,5,7
/proc/29402/task/29405/stat : 29405 (priss) R 29401 29401 28330 0 -1 4202560 23355 0 0 0 120093 17 0 0 25 0 5 0 597088787 618229760 90999 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29402/tid=29406] ppid=29401 vsize=603740 CPUtime=1201.68 cores=1,3,5,7
/proc/29402/task/29406/stat : 29406 (priss) R 29401 29401 28330 0 -1 4202560 22965 0 0 0 120137 31 0 0 25 0 5 0 597088787 618229760 90999 33554432000 4194304 5787044 140737161922512 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29402/tid=29407] ppid=29401 vsize=603740 CPUtime=1196.27 cores=1,3,5,7
/proc/29402/task/29407/stat : 29407 (priss) R 29401 29401 28330 0 -1 4202560 25128 0 0 0 119597 30 0 0 25 0 5 0 597088787 618229760 90999 33554432000 4194304 5787044 140737161922512 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 612440

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 29401 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.17
#
# 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.17
CPU user time (s): 4799.12
CPU system time (s): 1.05
CPU usage (%): 399.442
Max. virtual memory (cumulated for all children) (KiB): 612440

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.67274 second user time and 4.89126 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 11:16:21
IDJOB=3291827
IDBENCH=84808
IDSOLVER=1603
FILE ID=node112/3291827-1304068581
RUNJOBID= node112-1304062780-28651
PBS_JOBID= 13170443
Free space on /tmp= 72564 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291827-1304068581/watcher-3291827-1304068581 -o /tmp/evaluation-result-3291827-1304068581/solver-3291827-1304068581 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3291827-1304068581.cnf 1548611569 4800 15500 4

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=1548611569

node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14019776 kB
Buffers:       1995720 kB
Cached:       15806092 kB
SwapCached:          0 kB
Active:        7620192 kB
Inactive:     10754216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14019776 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1552 kB
Writeback:           0 kB
AnonPages:      571888 kB
Mapped:          15580 kB
Slab:           492664 kB
PageTables:       5812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   771844 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= 72408 MiB
End job on node112 at 2011-04-29 11:36:25