Trace number 3251161

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.22 1202.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
MD5SUM1bac7b96ea6eb843b1de7405a721cd87
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.861868
Satisfiable
(Un)Satisfiability was proved
Number of variables1244
Number of clauses150604
Sum of the clauses size302382
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2150569
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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: 784
0.00/0.00	c setup for 4cores
0.00/0.03	c parsetime: 30556us
0.00/0.03	c parsed 150604 clauses with 1244 variables
0.00/0.04	c NW started thread 0 successfully (1106217280)
0.00/0.05	c NW started thread 1 successfully (1088522560)
0.00/0.07	c NW started thread 2 successfully (1116707136)
0.00/0.08	c NW started thread 3 successfully (1127196992)
26.49/6.75	c preprocessor returned 10006 variables
26.49/6.75	c preprocessing returned UNKNOWN
26.49/6.75	c PP set 0 variables
26.49/6.75	c pp time: 6695964us (6s)
26.49/6.78	c preprocessor returned 10006 variables
26.49/6.78	c preprocessing returned UNKNOWN
26.49/6.78	c PP set 0 variables
26.49/6.78	c pp time: 6742123us (6s)
26.89/6.81	c preprocessor returned 10006 variables
26.89/6.81	c preprocessing returned UNKNOWN
26.89/6.81	c PP set 0 variables
26.89/6.81	c pp time: 6733874us (6s)
83.61/21.08	c preprocessor returned 30008 variables
83.61/21.08	c preprocessing returned UNKNOWN
83.61/21.08	c PP set 0 variables
83.61/21.08	c pp time: 20998201us (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-3251161-1304083371/watcher-3251161-1304083371 -o /tmp/evaluation-result-3251161-1304083371/solver-3251161-1304083371 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3251161-1304083371.cnf 1540281092 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.82 8.05 8.04 5/182 783
/proc/meminfo: memFree=30796940/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0

[startup+0.039135 s]
/proc/loadavg: 7.82 8.05 8.04 5/182 783
/proc/meminfo: memFree=30796940/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101116 s]
/proc/loadavg: 7.82 8.05 8.04 5/182 783
/proc/meminfo: memFree=30796940/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.847615 s]
/proc/loadavg: 7.82 8.05 8.04 5/182 783
/proc/meminfo: memFree=30796940/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.90091 s]
/proc/loadavg: 7.82 8.05 8.04 5/182 783
/proc/meminfo: memFree=30796940/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5008 s]
/proc/loadavg: 7.82 8.05 8.04 9/188 789
/proc/meminfo: memFree=30721156/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=294060 CPUtime=5.73 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 22997 0 0 0 568 5 0 0 18 0 5 0 500753006 301117440 18626 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 73515 18626 350 389 0 69265 0
[pid=784/tid=786] ppid=783 vsize=294060 CPUtime=1.42 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 4161 0 0 0 141 1 0 0 19 0 5 0 500753010 301117440 18626 33554432000 4194304 5787044 140736672933824 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=294060 CPUtime=1.43 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 4690 0 0 0 142 1 0 0 19 0 5 0 500753011 301117440 18626 33554432000 4194304 5787044 140736672933824 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=294060 CPUtime=1.36 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 2379 0 0 0 136 0 0 0 19 0 5 0 500753013 301117440 18626 33554432000 4194304 5787044 140736672933824 18446744073709551615 47296072044496 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=294060 CPUtime=1.4 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 4188 0 0 0 140 0 0 0 19 0 5 0 500753014 301117440 18626 33554432000 4194304 5787044 140736672933824 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 302760

[startup+3.10051 s]
/proc/loadavg: 7.91 8.06 8.04 9/188 789
/proc/meminfo: memFree=30721156/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=294060 CPUtime=12.11 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 22997 0 0 0 1206 5 0 0 18 0 5 0 500753006 301117440 18626 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 73515 18626 350 389 0 69265 0
[pid=784/tid=786] ppid=783 vsize=294060 CPUtime=3.01 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 4161 0 0 0 300 1 0 0 24 0 5 0 500753010 301117440 18626 33554432000 4194304 5787044 140736672933824 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=294060 CPUtime=3.03 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 4690 0 0 0 302 1 0 0 25 0 5 0 500753011 301117440 18626 33554432000 4194304 5787044 140736672933824 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=294060 CPUtime=2.96 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 2379 0 0 0 296 0 0 0 25 0 5 0 500753013 301117440 18626 33554432000 4194304 5787044 140736672933824 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=294060 CPUtime=2.99 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 4188 0 0 0 299 0 0 0 24 0 5 0 500753014 301117440 18626 33554432000 4194304 5787044 140736672933824 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 302760

[startup+6.30091 s]
/proc/loadavg: 7.91 8.06 8.04 9/188 789
/proc/meminfo: memFree=30695024/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=316220 CPUtime=24.89 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 28808 0 0 0 2483 6 0 0 18 0 5 0 500753006 323809280 24081 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 79055 24081 355 389 0 74805 0
[pid=784/tid=786] ppid=783 vsize=316220 CPUtime=6.19 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 5177 0 0 0 618 1 0 0 25 0 5 0 500753010 323809280 24081 33554432000 4194304 5787044 140736672933824 18446744073709551615 4355966 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=316220 CPUtime=6.22 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 6837 0 0 0 621 1 0 0 25 0 5 0 500753011 323809280 24081 33554432000 4194304 5787044 140736672933824 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=316220 CPUtime=6.16 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 3412 0 0 0 615 1 0 0 25 0 5 0 500753013 323809280 24081 33554432000 4194304 5787044 140736672933824 18446744073709551615 220815930329 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=316220 CPUtime=6.2 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 5803 0 0 0 619 1 0 0 25 0 5 0 500753014 323809280 24081 33554432000 4194304 5787044 140736672933824 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 324920

[startup+12.7007 s]
/proc/loadavg: 7.93 8.06 8.04 9/188 789
/proc/meminfo: memFree=30682404/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=316220 CPUtime=50.44 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 36896 0 0 0 5036 8 0 0 18 0 5 0 500753006 323809280 25959 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 79055 25959 404 389 0 74805 0
[pid=784/tid=786] ppid=783 vsize=316220 CPUtime=12.55 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 6268 0 0 0 1254 1 0 0 25 0 5 0 500753010 323809280 25959 33554432000 4194304 5787044 140736672933824 18446744073709551615 4229085 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=316220 CPUtime=12.62 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 12522 0 0 0 1259 3 0 0 25 0 5 0 500753011 323809280 25959 33554432000 4194304 5787044 140736672933824 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=316220 CPUtime=12.56 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 4724 0 0 0 1255 1 0 0 25 0 5 0 500753013 323809280 25959 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=316220 CPUtime=12.6 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 5803 0 0 0 1259 1 0 0 25 0 5 0 500753014 323809280 25959 33554432000 4194304 5787044 140736672933824 18446744073709551615 220815930319 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 324920

[startup+25.5004 s]
/proc/loadavg: 7.94 8.06 8.04 9/188 789
/proc/meminfo: memFree=30610968/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=325024 CPUtime=101.57 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 44136 0 0 0 10147 10 0 0 18 0 5 0 500753006 332824576 30328 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 81256 30328 417 389 0 77006 0
[pid=784/tid=786] ppid=783 vsize=325024 CPUtime=25.29 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 6699 0 0 0 2527 2 0 0 22 0 5 0 500753010 332824576 30328 33554432000 4194304 5787044 140736672933824 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=325024 CPUtime=25.43 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 14699 0 0 0 2539 4 0 0 25 0 5 0 500753011 332824576 30328 33554432000 4194304 5787044 140736672933824 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=325024 CPUtime=25.36 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 5391 0 0 0 2535 1 0 0 25 0 5 0 500753013 332824576 30328 33554432000 4194304 5787044 140736672933824 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=325024 CPUtime=25.4 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 9768 0 0 0 2539 1 0 0 25 0 5 0 500753014 332824576 30328 33554432000 4194304 5787044 140736672933824 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 333724

[startup+51.1067 s]
/proc/loadavg: 7.96 8.05 8.04 9/188 790
/proc/meminfo: memFree=30534240/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=343368 CPUtime=203.84 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 55081 0 0 0 20367 17 0 0 18 0 5 0 500753006 351608832 41268 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 85842 41268 417 389 0 81592 0
[pid=784/tid=786] ppid=783 vsize=343368 CPUtime=50.74 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 8603 0 0 0 5070 4 0 0 25 0 5 0 500753010 351608832 41268 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=343368 CPUtime=51.03 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 16749 0 0 0 5098 5 0 0 25 0 5 0 500753011 351608832 41268 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=343368 CPUtime=50.96 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 8887 0 0 0 5093 3 0 0 25 0 5 0 500753013 351608832 41268 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=343368 CPUtime=51 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 13263 0 0 0 5097 3 0 0 25 0 5 0 500753014 351608832 41268 33554432000 4194304 5787044 140736672933824 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 352068

[startup+102.301 s]
/proc/loadavg: 8.02 8.06 8.04 10/188 791
/proc/meminfo: memFree=30419892/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=363396 CPUtime=408.34 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 69804 0 0 0 40803 31 0 0 18 0 5 0 500753006 372117504 55830 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 90849 55830 417 389 0 86599 0
[pid=784/tid=786] ppid=783 vsize=363396 CPUtime=101.65 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 11923 0 0 0 10158 7 0 0 25 0 5 0 500753010 372117504 55830 33554432000 4194304 5787044 140736672933824 18446744073709551615 4219855 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=363396 CPUtime=102.21 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 20909 0 0 0 10213 8 0 0 25 0 5 0 500753011 372117504 55830 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=363396 CPUtime=102.16 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 12235 0 0 0 10208 8 0 0 25 0 5 0 500753013 372117504 55830 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=363396 CPUtime=102.2 cores=0,2,4,6

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

/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 44537 0 0 0 88166 40 0 0 25 0 5 0 500753011 784732160 156671 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=766340 CPUtime=881.5 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 40923 0 0 0 88105 45 0 0 25 0 5 0 500753013 784732160 156671 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=766340 CPUtime=882.11 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 40511 0 0 0 88189 22 0 0 25 0 5 0 500753014 784732160 156671 33554432000 4194304 5787044 140736672933824 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.17
Current children cumulated vsize (KiB) 775040

[startup+942.3 s]
/proc/loadavg: 8.04 8.07 8.06 9/188 817
/proc/meminfo: memFree=29551636/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=912632 CPUtime=3762.85 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 181287 0 0 0 376119 166 0 0 18 0 5 0 500753006 934535168 165977 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 228158 165977 417 389 0 223908 0
[pid=784/tid=786] ppid=783 vsize=912632 CPUtime=937.05 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 41069 0 0 0 93657 48 0 0 25 0 5 0 500753010 934535168 165977 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=912632 CPUtime=942.06 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 48419 0 0 0 94160 46 0 0 25 0 5 0 500753011 934535168 165977 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=912632 CPUtime=941.5 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 40927 0 0 0 94105 45 0 0 25 0 5 0 500753013 934535168 165977 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=912632 CPUtime=942.12 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 43293 0 0 0 94188 24 0 0 25 0 5 0 500753014 934535168 165977 33554432000 4194304 5787044 140736672933824 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.85
Current children cumulated vsize (KiB) 921332

[startup+1002.3 s]
/proc/loadavg: 8.05 8.07 8.06 9/188 818
/proc/meminfo: memFree=29492452/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=931576 CPUtime=4002.51 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 191920 0 0 0 400074 177 0 0 18 0 5 0 500753006 953933824 176385 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 232894 176385 417 389 0 228644 0
[pid=784/tid=786] ppid=783 vsize=931576 CPUtime=996.73 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 44346 0 0 0 99619 54 0 0 25 0 5 0 500753010 953933824 176385 33554432000 4194304 5787044 140736672933824 18446744073709551615 220815927615 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=931576 CPUtime=1002.05 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 51037 0 0 0 100155 50 0 0 25 0 5 0 500753011 953933824 176385 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=931576 CPUtime=1001.5 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 42984 0 0 0 100105 45 0 0 25 0 5 0 500753013 953933824 176385 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=931576 CPUtime=1002.11 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 45974 0 0 0 100186 25 0 0 25 0 5 0 500753014 953933824 176385 33554432000 4194304 5787044 140736672933824 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.51
Current children cumulated vsize (KiB) 940276

[startup+1062.3 s]
/proc/loadavg: 8.10 8.08 8.06 9/188 820
/proc/meminfo: memFree=29458692/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=940032 CPUtime=4242.18 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 195479 0 0 0 424036 182 0 0 18 0 5 0 500753006 962592768 179719 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 235008 179719 417 389 0 230758 0
[pid=784/tid=786] ppid=783 vsize=940032 CPUtime=1056.4 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 44347 0 0 0 105586 54 0 0 25 0 5 0 500753010 962592768 179719 33554432000 4194304 5787044 140736672933824 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=940032 CPUtime=1062.05 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 52539 0 0 0 106153 52 0 0 25 0 5 0 500753011 962592768 179719 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=940032 CPUtime=1061.49 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 43126 0 0 0 106104 45 0 0 25 0 5 0 500753013 962592768 179719 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=940032 CPUtime=1062.12 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 47888 0 0 0 106184 28 0 0 25 0 5 0 500753014 962592768 179719 33554432000 4194304 5787044 140736672933824 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.18
Current children cumulated vsize (KiB) 948732

[startup+1122.3 s]
/proc/loadavg: 8.12 8.09 8.07 9/188 822
/proc/meminfo: memFree=29421960/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=944132 CPUtime=4481.85 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 198685 0 0 0 447999 186 0 0 18 0 5 0 500753006 966791168 182925 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 236033 182925 417 389 0 231783 0
[pid=784/tid=786] ppid=783 vsize=944132 CPUtime=1116.08 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 44348 0 0 0 111554 54 0 0 25 0 5 0 500753010 966791168 182925 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=944132 CPUtime=1122.04 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 52539 0 0 0 112152 52 0 0 25 0 5 0 500753011 966791168 182925 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=944132 CPUtime=1121.5 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 46330 0 0 0 112100 50 0 0 25 0 5 0 500753013 966791168 182925 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=944132 CPUtime=1122.12 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 47889 0 0 0 112184 28 0 0 25 0 5 0 500753014 966791168 182925 33554432000 4194304 5787044 140736672933824 18446744073709551615 5527182 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4481.85
Current children cumulated vsize (KiB) 952832

[startup+1182.3 s]
/proc/loadavg: 8.18 8.12 8.08 9/188 823
/proc/meminfo: memFree=29383364/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=944132 CPUtime=4721.53 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 201778 0 0 0 471961 192 0 0 18 0 5 0 500753006 966791168 186018 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 236033 186018 417 389 0 231783 0
[pid=784/tid=786] ppid=783 vsize=944132 CPUtime=1175.75 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 44360 0 0 0 117521 54 0 0 25 0 5 0 500753010 966791168 186018 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591056 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=944132 CPUtime=1182.03 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 52545 0 0 0 118151 52 0 0 25 0 5 0 500753011 966791168 186018 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=944132 CPUtime=1181.5 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 49403 0 0 0 118095 55 0 0 25 0 5 0 500753013 966791168 186018 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=944132 CPUtime=1182.12 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 47891 0 0 0 118184 28 0 0 25 0 5 0 500753014 966791168 186018 33554432000 4194304 5787044 140736672933824 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.53
Current children cumulated vsize (KiB) 952832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 7.85 8.04 8.05 9/188 872
/proc/meminfo: memFree=30092696/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=944132 CPUtime=4800.22 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 202731 0 0 0 479828 194 0 0 18 0 5 0 500753006 966791168 186971 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 236033 186971 417 389 0 231783 0
[pid=784/tid=786] ppid=783 vsize=944132 CPUtime=1195.34 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 44362 0 0 0 119480 54 0 0 25 0 5 0 500753010 966791168 186972 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=944132 CPUtime=1201.74 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 52546 0 0 0 120122 52 0 0 25 0 5 0 500753011 966791168 186972 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=944132 CPUtime=1201.21 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 50353 0 0 0 120064 57 0 0 25 0 5 0 500753013 966791168 186972 33554432000 4194304 5787044 140736672933824 18446744073709551615 220815897633 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=944132 CPUtime=1201.83 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 47892 0 0 0 120155 28 0 0 25 0 5 0 500753014 966791168 186972 33554432000 4194304 5787044 140736672933824 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 952832

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

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

[startup+1202 s]
/proc/loadavg: 7.85 8.04 8.05 9/188 872
/proc/meminfo: memFree=30092696/32951124 swapFree=67105204/67111528
[pid=783] ppid=781 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (prissAuto.sh) S 781 783 32751 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 500753005 8908800 251 33554432000 4194304 4922060 140736732216128 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/783/statm: 2175 251 211 178 0 68 0
[pid=784] ppid=783 vsize=944132 CPUtime=4800.22 cores=0,2,4,6
/proc/784/stat : 784 (priss) S 783 783 32751 0 -1 4202496 202731 0 0 0 479828 194 0 0 18 0 5 0 500753006 966791168 186971 33554432000 4194304 5787044 140736672933824 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/784/statm: 236033 186971 417 389 0 231783 0
[pid=784/tid=786] ppid=783 vsize=944132 CPUtime=1195.34 cores=0,2,4,6
/proc/784/task/786/stat : 786 (priss) R 783 783 32751 0 -1 4202560 44362 0 0 0 119480 54 0 0 25 0 5 0 500753010 966791168 186972 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=784/tid=787] ppid=783 vsize=944132 CPUtime=1201.74 cores=0,2,4,6
/proc/784/task/787/stat : 787 (priss) R 783 783 32751 0 -1 4202560 52546 0 0 0 120122 52 0 0 25 0 5 0 500753011 966791168 186972 33554432000 4194304 5787044 140736672933824 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=784/tid=788] ppid=783 vsize=944132 CPUtime=1201.21 cores=0,2,4,6
/proc/784/task/788/stat : 788 (priss) R 783 783 32751 0 -1 4202560 50353 0 0 0 120064 57 0 0 25 0 5 0 500753013 966791168 186972 33554432000 4194304 5787044 140736672933824 18446744073709551615 220815897633 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=784/tid=789] ppid=783 vsize=944132 CPUtime=1201.83 cores=0,2,4,6
/proc/784/task/789/stat : 789 (priss) R 783 783 32751 0 -1 4202560 47892 0 0 0 120155 28 0 0 25 0 5 0 500753014 966791168 186972 33554432000 4194304 5787044 140736672933824 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 952832

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.02
CPU time (s): 4800.22
CPU user time (s): 4798.28
CPU system time (s): 1.94
CPU usage (%): 399.347
Max. virtual memory (cumulated for all children) (KiB): 952832

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

runsolver used 1.79873 second user time and 4.76727 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 15:22:51
IDJOB=3251161
IDBENCH=88212
IDSOLVER=1602
FILE ID=node147/3251161-1304083371
RUNJOBID= node147-1304082155-626
PBS_JOBID= 13170522
Free space on /tmp= 72652 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251161-1304083371/watcher-3251161-1304083371 -o /tmp/evaluation-result-3251161-1304083371/solver-3251161-1304083371 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3251161-1304083371.cnf 1540281092 4800 15500 4

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

MD5SUM BENCH= 1bac7b96ea6eb843b1de7405a721cd87
RANDOM SEED=1540281092

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30797096 kB
Buffers:        268104 kB
Cached:        1367920 kB
SwapCached:       2808 kB
Active:         263216 kB
Inactive:      1565908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30797096 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           10428 kB
Writeback:           0 kB
AnonPages:      191180 kB
Mapped:          15348 kB
Slab:           260604 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   462684 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= 72652 MiB
End job on node147 at 2011-04-29 15:42:55