Trace number 3258996

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g6.cnf
MD5SUMd0bb6612a0c88017c970eb8fd1a4be9e
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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: 22584
0.00/0.06	c parsetime: 57307us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.07	c NW started thread 0 successfully (1097582912)
0.00/0.10	c NW started thread 1 successfully (1108072768)
0.00/0.12	c NW started thread 2 successfully (1118562624)
0.00/0.15	c NW started thread 3 successfully (1129052480)
47.15/11.93	c preprocessor returned 10005 variables
47.15/11.93	c preprocessing returned UNKNOWN
47.15/11.93	c PP set 0 variables
47.15/11.93	c pp time: 11837439us (11s)
47.15/11.93	c preprocessor returned 10005 variables
47.15/11.93	c preprocessing returned UNKNOWN
47.15/11.93	c PP set 0 variables
47.15/11.93	c pp time: 11818786us (11s)
47.15/11.97	c preprocessor returned 10005 variables
47.15/11.97	c preprocessing returned UNKNOWN
47.15/11.97	c PP set 0 variables
47.15/11.97	c pp time: 11847940us (11s)
83.10/20.95	c preprocessor returned 30023 variables
83.10/20.95	c preprocessing returned UNKNOWN
83.10/20.95	c PP set 0 variables
83.10/20.95	c pp time: 20797050us (20s)

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-3258996-1304046946/watcher-3258996-1304046946 -o /tmp/evaluation-result-3258996-1304046946/solver-3258996-1304046946 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3258996-1304046946.cnf 41660649 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.75 8.03 8.01 5/182 22583
/proc/meminfo: memFree=17007116/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0

[startup+0.0322709 s]
/proc/loadavg: 7.75 8.03 8.01 5/182 22583
/proc/meminfo: memFree=17007116/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100263 s]
/proc/loadavg: 7.75 8.03 8.01 5/182 22583
/proc/meminfo: memFree=17007116/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.307405 s]
/proc/loadavg: 7.75 8.03 8.01 5/182 22583
/proc/meminfo: memFree=17007116/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.27406 s]
/proc/loadavg: 7.75 8.03 8.01 5/182 22583
/proc/meminfo: memFree=17007116/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.51088 s]
/proc/loadavg: 7.75 8.03 8.01 5/182 22583
/proc/meminfo: memFree=17007116/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10074 s]
/proc/loadavg: 7.75 8.03 8.01 9/188 22589
/proc/meminfo: memFree=16917052/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=324240 CPUtime=12.01 cores=0,2,4,6
/proc/22584/stat : 22584 (priss) S 22583 22583 21582 0 -1 4202496 45692 0 0 0 1186 15 0 0 18 0 5 0 594925424 332021760 22428 33554432000 4194304 5787044 140733916122912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22584/statm: 81060 22428 349 389 0 76810 0
[pid=22584/tid=22586] ppid=22583 vsize=324240 CPUtime=3 cores=0,2,4,6
/proc/22584/task/22586/stat : 22586 (priss) R 22583 22583 21582 0 -1 4202560 8963 0 0 0 297 3 0 0 23 0 5 0 594925431 332021760 22428 33554432000 4194304 5787044 140733916122912 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22584/tid=22587] ppid=22583 vsize=324240 CPUtime=2.97 cores=0,2,4,6
/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 8879 0 0 0 295 2 0 0 23 0 5 0 594925434 332021760 22428 33554432000 4194304 5787044 140733916122912 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=324240 CPUtime=2.95 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 7149 0 0 0 290 5 0 0 24 0 5 0 594925436 332021760 22428 33554432000 4194304 5787044 140733916122912 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=324240 CPUtime=2.91 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 7174 0 0 0 290 1 0 0 23 0 5 0 594925439 332021760 22428 33554432000 4194304 5787044 140733916122912 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 332940

[startup+6.30617 s]
/proc/loadavg: 7.77 8.03 8.01 9/188 22589
/proc/meminfo: memFree=16917120/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=324240 CPUtime=24.81 cores=0,2,4,6
/proc/22584/stat : 22584 (priss) S 22583 22583 21582 0 -1 4202496 45692 0 0 0 2466 15 0 0 18 0 5 0 594925424 332021760 22428 33554432000 4194304 5787044 140733916122912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22584/statm: 81060 22428 349 389 0 76810 0
[pid=22584/tid=22586] ppid=22583 vsize=324240 CPUtime=6.2 cores=0,2,4,6
/proc/22584/task/22586/stat : 22586 (priss) R 22583 22583 21582 0 -1 4202560 8963 0 0 0 617 3 0 0 25 0 5 0 594925431 332021760 22428 33554432000 4194304 5787044 140733916122912 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22584/tid=22587] ppid=22583 vsize=324240 CPUtime=6.18 cores=0,2,4,6
/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 8879 0 0 0 616 2 0 0 25 0 5 0 594925434 332021760 22428 33554432000 4194304 5787044 140733916122912 18446744073709551615 4336272 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=324240 CPUtime=6.16 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 7149 0 0 0 611 5 0 0 25 0 5 0 594925436 332021760 22428 33554432000 4194304 5787044 140733916122912 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=324240 CPUtime=6.1 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 7174 0 0 0 609 1 0 0 25 0 5 0 594925439 332021760 22428 33554432000 4194304 5787044 140733916122912 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 332940

[startup+12.7011 s]
/proc/loadavg: 7.87 8.04 8.01 9/188 22590
/proc/meminfo: memFree=16840016/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=411980 CPUtime=50.34 cores=0,2,4,6
/proc/22584/stat : 22584 (priss) S 22583 22583 21582 0 -1 4202496 76566 0 0 0 5014 20 0 0 18 0 5 0 594925424 421867520 35138 33554432000 4194304 5787044 140733916122912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22584/statm: 102995 35138 404 389 0 98745 0
[pid=22584/tid=22586] ppid=22583 vsize=411980 CPUtime=12.59 cores=0,2,4,6
/proc/22584/task/22586/stat : 22586 (priss) R 22583 22583 21582 0 -1 4202560 18505 0 0 0 1254 5 0 0 19 0 5 0 594925431 421867520 35138 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22584/tid=22587] ppid=22583 vsize=411980 CPUtime=12.57 cores=0,2,4,6
/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 19669 0 0 0 1252 5 0 0 19 0 5 0 594925434 421867520 35138 33554432000 4194304 5787044 140733916122912 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=411980 CPUtime=12.55 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 15043 0 0 0 1249 6 0 0 25 0 5 0 594925436 421867520 35138 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591521 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=411980 CPUtime=12.46 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 9822 0 0 0 1245 1 0 0 25 0 5 0 594925439 421867520 35138 33554432000 4194304 5787044 140733916122912 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 420680

[startup+25.5008 s]
/proc/loadavg: 7.89 8.04 8.01 9/188 22590
/proc/meminfo: memFree=16844716/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=418476 CPUtime=101.47 cores=0,2,4,6
/proc/22584/stat : 22584 (priss) S 22583 22583 21582 0 -1 4202496 88468 0 0 0 10124 23 0 0 18 0 5 0 594925424 428519424 41142 33554432000 4194304 5787044 140733916122912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22584/statm: 104619 41142 417 389 0 100369 0
[pid=22584/tid=22586] ppid=22583 vsize=418476 CPUtime=25.39 cores=0,2,4,6
/proc/22584/task/22586/stat : 22586 (priss) R 22583 22583 21582 0 -1 4202560 19939 0 0 0 2534 5 0 0 25 0 5 0 594925431 428519424 41142 33554432000 4194304 5787044 140733916122912 18446744073709551615 5586615 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22584/tid=22587] ppid=22583 vsize=418476 CPUtime=25.37 cores=0,2,4,6
/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 21099 0 0 0 2532 5 0 0 25 0 5 0 594925434 428519424 41142 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=418476 CPUtime=25.27 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 16617 0 0 0 2521 6 0 0 25 0 5 0 594925436 428519424 41142 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=418476 CPUtime=25.26 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 17286 0 0 0 2524 2 0 0 25 0 5 0 594925439 428519424 41142 33554432000 4194304 5787044 140733916122912 18446744073709551615 5527037 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 427176

[startup+51.1003 s]
/proc/loadavg: 7.93 8.04 8.01 9/188 22591
/proc/meminfo: memFree=16800520/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=428464 CPUtime=203.72 cores=0,2,4,6
/proc/22584/stat : 22584 (priss) S 22583 22583 21582 0 -1 4202496 99662 0 0 0 20344 28 0 0 18 0 5 0 594925424 438747136 52336 33554432000 4194304 5787044 140733916122912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22584/statm: 107116 52336 417 389 0 102866 0
[pid=22584/tid=22586] ppid=22583 vsize=428464 CPUtime=50.99 cores=0,2,4,6
/proc/22584/task/22586/stat : 22586 (priss) R 22583 22583 21582 0 -1 4202560 22830 0 0 0 5093 6 0 0 25 0 5 0 594925431 438747136 52336 33554432000 4194304 5787044 140733916122912 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22584/tid=22587] ppid=22583 vsize=428464 CPUtime=50.96 cores=0,2,4,6
/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 24055 0 0 0 5088 8 0 0 25 0 5 0 594925434 438747136 52336 33554432000 4194304 5787044 140733916122912 18446744073709551615 4692703 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=428464 CPUtime=50.73 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 20512 0 0 0 5066 7 0 0 25 0 5 0 594925436 438747136 52336 33554432000 4194304 5787044 140733916122912 18446744073709551615 215988250365 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=428464 CPUtime=50.86 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 18738 0 0 0 5083 3 0 0 25 0 5 0 594925439 438747136 52336 33554432000 4194304 5787044 140733916122912 18446744073709551615 5524781 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.72
Current children cumulated vsize (KiB) 437164

[startup+102.3 s]
/proc/loadavg: 8.01 8.04 8.01 9/188 22592
/proc/meminfo: memFree=16735036/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=445836 CPUtime=408.22 cores=0,2,4,6
/proc/22584/stat : 22584 (priss) S 22583 22583 21582 0 -1 4202496 114210 0 0 0 40780 42 0 0 18 0 5 0 594925424 456536064 66820 33554432000 4194304 5787044 140733916122912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22584/statm: 111459 66820 417 389 0 107209 0
[pid=22584/tid=22586] ppid=22583 vsize=445836 CPUtime=102.18 cores=0,2,4,6
/proc/22584/task/22586/stat : 22586 (priss) R 22583 22583 21582 0 -1 4202560 26382 0 0 0 10208 10 0 0 25 0 5 0 594925431 456536064 66820 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22584/tid=22587] ppid=22583 vsize=445836 CPUtime=102.16 cores=0,2,4,6
/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 28408 0 0 0 10204 12 0 0 25 0 5 0 594925434 456536064 66820 33554432000 4194304 5787044 140733916122912 18446744073709551615 4254427 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=445836 CPUtime=101.64 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 24918 0 0 0 10153 11 0 0 25 0 5 0 594925436 456536064 66820 33554432000 4194304 5787044 140733916122912 18446744073709551615 4254492 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=445836 CPUtime=102.06 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 20975 0 0 0 10201 5 0 0 25 0 5 0 594925439 456536064 66820 33554432000 4194304 5787044 140733916122912 18446744073709551615 5527977 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.22
Current children cumulated vsize (KiB) 454536

[startup+162.301 s]
/proc/loadavg: 8.05 8.05 8.01 9/188 22594
/proc/meminfo: memFree=16645352/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=530128 CPUtime=647.88 cores=0,2,4,6

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

/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 67923 0 0 0 82159 56 0 0 25 0 5 0 594925434 1001598976 198191 33554432000 4194304 5787044 140733916122912 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=978124 CPUtime=817.62 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 60285 0 0 0 81705 57 0 0 25 0 5 0 594925436 1001598976 198191 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=978124 CPUtime=822.04 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 39246 0 0 0 82188 16 0 0 25 0 5 0 594925439 1001598976 198191 33554432000 4194304 5787044 140733916122912 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.16
Current children cumulated vsize (KiB) 986824

[startup+882.301 s]
/proc/loadavg: 8.16 8.08 8.01 9/188 22646
/proc/meminfo: memFree=16306432/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=994268 CPUtime=3523.82 cores=0,2,4,6
/proc/22584/stat : 22584 (priss) S 22583 22583 21582 0 -1 4202496 253204 0 0 0 352191 191 0 0 18 0 5 0 594925424 1018130432 203711 33554432000 4194304 5787044 140733916122912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22584/statm: 248567 203711 417 389 0 244317 0
[pid=22584/tid=22586] ppid=22583 vsize=994268 CPUtime=882.17 cores=0,2,4,6
/proc/22584/task/22586/stat : 22586 (priss) R 22583 22583 21582 0 -1 4202560 66479 0 0 0 88165 52 0 0 25 0 5 0 594925431 1018130432 203711 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22584/tid=22587] ppid=22583 vsize=994268 CPUtime=882.15 cores=0,2,4,6
/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 67923 0 0 0 88159 56 0 0 25 0 5 0 594925434 1018130432 203711 33554432000 4194304 5787044 140733916122912 18446744073709551615 4227985 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=994268 CPUtime=877.29 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 61925 0 0 0 87669 60 0 0 25 0 5 0 594925436 1018130432 203711 33554432000 4194304 5787044 140733916122912 18446744073709551615 4238552 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=994268 CPUtime=882.04 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 43350 0 0 0 88184 20 0 0 25 0 5 0 594925439 1018130432 203711 33554432000 4194304 5787044 140733916122912 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.82
Current children cumulated vsize (KiB) 1002968

[startup+942.3 s]
/proc/loadavg: 8.11 8.08 8.01 9/188 22647
/proc/meminfo: memFree=16283844/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=1000980 CPUtime=3763.5 cores=0,2,4,6
/proc/22584/stat : 22584 (priss) S 22583 22583 21582 0 -1 4202496 254908 0 0 0 376157 193 0 0 18 0 5 0 594925424 1025003520 205415 33554432000 4194304 5787044 140733916122912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22584/statm: 250245 205415 417 389 0 245995 0
[pid=22584/tid=22586] ppid=22583 vsize=1000980 CPUtime=942.17 cores=0,2,4,6
/proc/22584/task/22586/stat : 22586 (priss) R 22583 22583 21582 0 -1 4202560 66479 0 0 0 94165 52 0 0 25 0 5 0 594925431 1025003520 205415 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22584/tid=22587] ppid=22583 vsize=1000980 CPUtime=942.15 cores=0,2,4,6
/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 67923 0 0 0 94159 56 0 0 25 0 5 0 594925434 1025003520 205415 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=1000980 CPUtime=936.96 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 61925 0 0 0 93636 60 0 0 25 0 5 0 594925436 1025003520 205415 33554432000 4194304 5787044 140733916122912 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=1000980 CPUtime=942.04 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 45054 0 0 0 94183 21 0 0 25 0 5 0 594925439 1025003520 205415 33554432000 4194304 5787044 140733916122912 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.5
Current children cumulated vsize (KiB) 1009680

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 8.01 9/188 22649
/proc/meminfo: memFree=16198500/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=1000980 CPUtime=4003.16 cores=0,2,4,6
/proc/22584/stat : 22584 (priss) S 22583 22583 21582 0 -1 4202496 254913 0 0 0 400122 194 0 0 18 0 5 0 594925424 1025003520 205420 33554432000 4194304 5787044 140733916122912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22584/statm: 250245 205420 417 389 0 245995 0
[pid=22584/tid=22586] ppid=22583 vsize=1000980 CPUtime=1002.17 cores=0,2,4,6
/proc/22584/task/22586/stat : 22586 (priss) R 22583 22583 21582 0 -1 4202560 66480 0 0 0 100165 52 0 0 25 0 5 0 594925431 1025003520 205420 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22584/tid=22587] ppid=22583 vsize=1000980 CPUtime=1002.15 cores=0,2,4,6
/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 67927 0 0 0 100158 57 0 0 25 0 5 0 594925434 1025003520 205420 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=1000980 CPUtime=996.62 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 61925 0 0 0 99602 60 0 0 25 0 5 0 594925436 1025003520 205420 33554432000 4194304 5787044 140733916122912 18446744073709551615 5588253 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=1000980 CPUtime=1002.05 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 45054 0 0 0 100183 22 0 0 25 0 5 0 594925439 1025003520 205420 33554432000 4194304 5787044 140733916122912 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.16
Current children cumulated vsize (KiB) 1009680

[startup+1062.31 s]
/proc/loadavg: 8.18 8.11 8.02 9/188 22651
/proc/meminfo: memFree=16191660/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=1005080 CPUtime=4242.86 cores=0,2,4,6
/proc/22584/stat : 22584 (priss) S 22583 22583 21582 0 -1 4202496 256044 0 0 0 424091 195 0 0 18 0 5 0 594925424 1029201920 206551 33554432000 4194304 5787044 140733916122912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22584/statm: 251270 206551 417 389 0 247020 0
[pid=22584/tid=22586] ppid=22583 vsize=1005080 CPUtime=1062.18 cores=0,2,4,6
/proc/22584/task/22586/stat : 22586 (priss) R 22583 22583 21582 0 -1 4202560 66528 0 0 0 106166 52 0 0 25 0 5 0 594925431 1029201920 206551 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22584/tid=22587] ppid=22583 vsize=1005080 CPUtime=1062.16 cores=0,2,4,6
/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 67982 0 0 0 106159 57 0 0 25 0 5 0 594925434 1029201920 206551 33554432000 4194304 5787044 140733916122912 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=1005080 CPUtime=1056.29 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 61926 0 0 0 105569 60 0 0 25 0 5 0 594925436 1029201920 206551 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=1005080 CPUtime=1062.05 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 46081 0 0 0 106183 22 0 0 25 0 5 0 594925439 1029201920 206551 33554432000 4194304 5787044 140733916122912 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.86
Current children cumulated vsize (KiB) 1013780

[startup+1122.3 s]
/proc/loadavg: 8.11 8.10 8.02 9/188 22652
/proc/meminfo: memFree=16124784/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=1013280 CPUtime=4482.5 cores=0,2,4,6
/proc/22584/stat : 22584 (priss) S 22583 22583 21582 0 -1 4202496 266178 0 0 0 448043 207 0 0 18 0 5 0 594925424 1037598720 216685 33554432000 4194304 5787044 140733916122912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22584/statm: 253320 216685 417 389 0 249070 0
[pid=22584/tid=22586] ppid=22583 vsize=1013280 CPUtime=1122.17 cores=0,2,4,6
/proc/22584/task/22586/stat : 22586 (priss) R 22583 22583 21582 0 -1 4202560 70210 0 0 0 112159 58 0 0 25 0 5 0 594925431 1037598720 216685 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22584/tid=22587] ppid=22583 vsize=1013280 CPUtime=1122.15 cores=0,2,4,6
/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 72344 0 0 0 112152 63 0 0 25 0 5 0 594925434 1037598720 216685 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=1013280 CPUtime=1115.96 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 61964 0 0 0 111535 61 0 0 25 0 5 0 594925436 1037598720 216685 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=1013280 CPUtime=1122.04 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 48133 0 0 0 112182 22 0 0 25 0 5 0 594925439 1037598720 216685 33554432000 4194304 5787044 140733916122912 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 1021980

[startup+1182.3 s]
/proc/loadavg: 8.08 8.09 8.02 9/188 22654
/proc/meminfo: memFree=15954744/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=1222188 CPUtime=4722.15 cores=0,2,4,6
/proc/22584/stat : 22584 (priss) S 22583 22583 21582 0 -1 4202496 282102 0 0 0 471987 228 0 0 18 0 5 0 594925424 1251520512 232609 33554432000 4194304 5787044 140733916122912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22584/statm: 305547 232609 417 389 0 301297 0
[pid=22584/tid=22586] ppid=22583 vsize=1222188 CPUtime=1182.17 cores=0,2,4,6
/proc/22584/task/22586/stat : 22586 (priss) R 22583 22583 21582 0 -1 4202560 75154 0 0 0 118152 65 0 0 25 0 5 0 594925431 1251520512 232609 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22584/tid=22587] ppid=22583 vsize=1222188 CPUtime=1182.15 cores=0,2,4,6
/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 78339 0 0 0 118144 71 0 0 25 0 5 0 594925434 1251520512 232609 33554432000 4194304 5787044 140733916122912 18446744073709551615 5576660 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=1222188 CPUtime=1175.62 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 65380 0 0 0 117496 66 0 0 25 0 5 0 594925436 1251520512 232609 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=1222188 CPUtime=1182.05 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 49702 0 0 0 118182 23 0 0 25 0 5 0 594925439 1251520512 232609 33554432000 4194304 5787044 140733916122912 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.15
Current children cumulated vsize (KiB) 1230888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.13 8.10 8.02 9/188 22654
/proc/meminfo: memFree=15930424/32950940 swapFree=67111528/67111528
[pid=22583] ppid=22581 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22583/stat : 22583 (priss.sh) S 22581 22583 21582 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594925423 8908800 251 33554432000 4194304 4922060 140736321044704 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22583/statm: 2175 251 211 178 0 68 0
[pid=22584] ppid=22583 vsize=1226288 CPUtime=4800.07 cores=0,2,4,6
/proc/22584/stat : 22584 (priss) S 22583 22583 21582 0 -1 4202496 288111 0 0 0 479772 235 0 0 18 0 5 0 594925424 1255718912 238618 33554432000 4194304 5787044 140733916122912 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22584/statm: 306572 238618 417 389 0 302322 0
[pid=22584/tid=22586] ppid=22583 vsize=1226288 CPUtime=1201.67 cores=0,2,4,6
/proc/22584/task/22586/stat : 22586 (priss) R 22583 22583 21582 0 -1 4202560 77788 0 0 0 120100 67 0 0 25 0 5 0 594925431 1255718912 238618 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22584/tid=22587] ppid=22583 vsize=1226288 CPUtime=1201.65 cores=0,2,4,6
/proc/22584/task/22587/stat : 22587 (priss) R 22583 22583 21582 0 -1 4202560 79969 0 0 0 120092 73 0 0 25 0 5 0 594925434 1255718912 238618 33554432000 4194304 5787044 140733916122912 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=22584/tid=22588] ppid=22583 vsize=1226288 CPUtime=1195.02 cores=0,2,4,6
/proc/22584/task/22588/stat : 22588 (priss) R 22583 22583 21582 0 -1 4202560 67104 0 0 0 119433 69 0 0 25 0 5 0 594925436 1255718912 238618 33554432000 4194304 5787044 140733916122912 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22584/tid=22589] ppid=22583 vsize=1226288 CPUtime=1201.56 cores=0,2,4,6
/proc/22584/task/22589/stat : 22589 (priss) R 22583 22583 21582 0 -1 4202560 49723 0 0 0 120133 23 0 0 25 0 5 0 594925439 1255718912 238618 33554432000 4194304 5787044 140733916122912 18446744073709551615 5527552 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1234988

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 22583 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.07
CPU user time (s): 4797.72
CPU system time (s): 2.35
CPU usage (%): 399.401
Max. virtual memory (cumulated for all children) (KiB): 1234988

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= 330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.76973 second user time and 4.79627 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 05:15:47
IDJOB=3258996
IDBENCH=71471
IDSOLVER=1603
FILE ID=node117/3258996-1304046946
RUNJOBID= node117-1304041561-21600
PBS_JOBID= 13170383
Free space on /tmp= 71676 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g6.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258996-1304046946/watcher-3258996-1304046946 -o /tmp/evaluation-result-3258996-1304046946/solver-3258996-1304046946 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3258996-1304046946.cnf 41660649 4800 15500 4

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

MD5SUM BENCH= d0bb6612a0c88017c970eb8fd1a4be9e
RANDOM SEED=41660649

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17007396 kB
Buffers:       2376336 kB
Cached:       12411788 kB
SwapCached:          0 kB
Active:        8594372 kB
Inactive:      6766256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17007396 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5080 kB
Writeback:           4 kB
AnonPages:      572088 kB
Mapped:          15760 kB
Slab:           517376 kB
PageTables:       5636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   763244 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= 71672 MiB
End job on node117 at 2011-04-29 05:35:50