Trace number 3250985

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.25 1201.92

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
MD5SUM002a4cb53ea02f66e0c3418dc8834f7c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.82957
Satisfiable
(Un)Satisfiability was proved
Number of variables2561
Number of clauses490309
Sum of the clauses size983079
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2490259
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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: 685
0.00/0.00	c setup for 4cores
0.00/0.10	c parsetime: 104617us
0.00/0.10	c parsed 490309 clauses with 2561 variables
0.00/0.13	c NW started thread 0 successfully (1116031296)
0.00/0.17	c NW started thread 1 successfully (1098570048)
0.00/0.21	c NW started thread 2 successfully (1126521152)
0.00/0.27	c NW started thread 3 successfully (1137011008)
163.13/41.04	c preprocessor returned 10010 variables
163.13/41.04	c preprocessing returned UNKNOWN
163.13/41.04	c PP set 0 variables
163.13/41.04	c pp time: 40901680us (40s)
163.13/41.07	c preprocessor returned 10010 variables
163.13/41.07	c preprocessing returned UNKNOWN
163.13/41.07	c PP set 0 variables
163.13/41.07	c pp time: 40851390us (40s)
164.33/41.30	c preprocessor returned 10010 variables
164.33/41.30	c preprocessing returned UNKNOWN
164.33/41.30	c PP set 0 variables
164.33/41.30	c pp time: 41132151us (41s)
173.91/43.75	c preprocessor returned 30006 variables
173.91/43.75	c preprocessing returned UNKNOWN
173.91/43.75	c PP set 0 variables
173.91/43.75	c pp time: 43476070us (43s)

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-3250985-1304082167/watcher-3250985-1304082167 -o /tmp/evaluation-result-3250985-1304082167/solver-3250985-1304082167 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3250985-1304082167.cnf 57056577 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.09 7.87 7.98 5/182 684
/proc/meminfo: memFree=30828408/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0

[startup+0.075776 s]
/proc/loadavg: 7.09 7.87 7.98 5/182 684
/proc/meminfo: memFree=30828408/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100771 s]
/proc/loadavg: 7.09 7.87 7.98 5/182 684
/proc/meminfo: memFree=30828408/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300694 s]
/proc/loadavg: 7.09 7.87 7.98 5/182 684
/proc/meminfo: memFree=30828408/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700625 s]
/proc/loadavg: 7.09 7.87 7.98 5/182 684
/proc/meminfo: memFree=30828408/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50047 s]
/proc/loadavg: 7.16 7.87 7.98 9/188 690
/proc/meminfo: memFree=30677824/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=392520 CPUtime=5.34 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 78130 0 0 0 517 17 0 0 18 0 5 0 500632589 401940480 35400 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 98130 35400 349 389 0 93880 0
[pid=685/tid=687] ppid=684 vsize=392520 CPUtime=1.33 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 14183 0 0 0 130 3 0 0 19 0 5 0 500632603 401940480 35400 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=688] ppid=684 vsize=392520 CPUtime=1.28 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 14197 0 0 0 124 4 0 0 19 0 5 0 500632607 401940480 35400 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=689] ppid=684 vsize=392520 CPUtime=1.25 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 14198 0 0 0 121 4 0 0 19 0 5 0 500632611 401940480 35400 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=392520 CPUtime=1.2 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 12734 0 0 0 118 2 0 0 19 0 5 0 500632617 401940480 35400 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 401220

[startup+3.10118 s]
/proc/loadavg: 7.16 7.87 7.98 9/188 690
/proc/meminfo: memFree=30680916/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=392520 CPUtime=11.74 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 78130 0 0 0 1157 17 0 0 18 0 5 0 500632589 401940480 35400 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 98130 35400 349 389 0 93880 0
[pid=685/tid=687] ppid=684 vsize=392520 CPUtime=2.93 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 14183 0 0 0 290 3 0 0 23 0 5 0 500632603 401940480 35400 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=688] ppid=684 vsize=392520 CPUtime=2.87 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 14197 0 0 0 283 4 0 0 22 0 5 0 500632607 401940480 35400 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=689] ppid=684 vsize=392520 CPUtime=2.85 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 14198 0 0 0 281 4 0 0 22 0 5 0 500632611 401940480 35400 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=392520 CPUtime=2.8 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 12734 0 0 0 278 2 0 0 22 0 5 0 500632617 401940480 35400 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 401220

[startup+6.30059 s]
/proc/loadavg: 7.16 7.87 7.98 9/188 690
/proc/meminfo: memFree=30658100/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=400452 CPUtime=24.51 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 84068 0 0 0 2433 18 0 0 18 0 5 0 500632589 410062848 39422 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 100113 39422 350 389 0 95863 0
[pid=685/tid=687] ppid=684 vsize=400452 CPUtime=6.13 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 15822 0 0 0 609 4 0 0 25 0 5 0 500632603 410062848 39422 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=688] ppid=684 vsize=400452 CPUtime=6.05 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 16859 0 0 0 601 4 0 0 20 0 5 0 500632607 410062848 39422 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=689] ppid=684 vsize=400452 CPUtime=6.05 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 15835 0 0 0 601 4 0 0 25 0 5 0 500632611 410062848 39422 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=400452 CPUtime=6 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 12734 0 0 0 598 2 0 0 25 0 5 0 500632617 410062848 39422 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.51
Current children cumulated vsize (KiB) 409152

[startup+12.7004 s]
/proc/loadavg: 7.29 7.87 7.98 9/188 690
/proc/meminfo: memFree=30649948/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=400452 CPUtime=50.08 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 84068 0 0 0 4990 18 0 0 18 0 5 0 500632589 410062848 39422 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 100113 39422 350 389 0 95863 0
[pid=685/tid=687] ppid=684 vsize=400452 CPUtime=12.53 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 15822 0 0 0 1249 4 0 0 25 0 5 0 500632603 410062848 39422 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=688] ppid=684 vsize=400452 CPUtime=12.42 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 16859 0 0 0 1238 4 0 0 25 0 5 0 500632607 410062848 39422 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=689] ppid=684 vsize=400452 CPUtime=12.45 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 15835 0 0 0 1241 4 0 0 25 0 5 0 500632611 410062848 39422 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=400452 CPUtime=12.4 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 12734 0 0 0 1238 2 0 0 25 0 5 0 500632617 410062848 39422 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 409152

[startup+25.501 s]
/proc/loadavg: 7.48 7.89 7.98 9/188 690
/proc/meminfo: memFree=30609312/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=400452 CPUtime=101.21 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 88417 0 0 0 10102 19 0 0 18 0 5 0 500632589 410062848 43771 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 100113 43771 352 389 0 95863 0
[pid=685/tid=687] ppid=684 vsize=400452 CPUtime=25.33 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 17273 0 0 0 2529 4 0 0 25 0 5 0 500632603 410062848 43771 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=688] ppid=684 vsize=400452 CPUtime=25.14 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 18308 0 0 0 2510 4 0 0 25 0 5 0 500632607 410062848 43771 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=689] ppid=684 vsize=400452 CPUtime=25.26 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 17284 0 0 0 2521 5 0 0 25 0 5 0 500632611 410062848 43771 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=400452 CPUtime=25.19 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 12734 0 0 0 2517 2 0 0 25 0 5 0 500632617 410062848 43771 33554432000 4194304 5787044 140735968321072 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 409152

[startup+51.1003 s]
/proc/loadavg: 7.66 7.90 7.98 9/188 691
/proc/meminfo: memFree=30502396/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=417836 CPUtime=203.47 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 146784 0 0 0 20317 30 0 0 18 0 5 0 500632589 427864064 60000 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 104459 60000 417 389 0 100209 0
[pid=685/tid=687] ppid=684 vsize=417836 CPUtime=50.93 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 33822 0 0 0 5086 7 0 0 25 0 5 0 500632603 427864064 60000 33554432000 4194304 5787044 140735968321072 18446744073709551615 5590788 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=688] ppid=684 vsize=417836 CPUtime=50.6 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 31884 0 0 0 5053 7 0 0 25 0 5 0 500632607 427864064 60000 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=689] ppid=684 vsize=417836 CPUtime=50.85 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 33732 0 0 0 5078 7 0 0 25 0 5 0 500632611 427864064 60000 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591225 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=417836 CPUtime=50.78 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 24528 0 0 0 5075 3 0 0 25 0 5 0 500632617 427864064 60000 33554432000 4194304 5787044 140735968321072 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.47
Current children cumulated vsize (KiB) 426536

[startup+102.307 s]
/proc/loadavg: 7.97 7.95 7.99 9/188 692
/proc/meminfo: memFree=30372784/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=443316 CPUtime=407.98 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 168240 0 0 0 40758 40 0 0 18 0 5 0 500632589 453955584 81408 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 110829 81408 417 389 0 106579 0
[pid=685/tid=687] ppid=684 vsize=443316 CPUtime=102.13 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 39151 0 0 0 10203 10 0 0 25 0 5 0 500632603 453955584 81408 33554432000 4194304 5787044 140735968321072 18446744073709551615 4229312 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=688] ppid=684 vsize=443316 CPUtime=101.53 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 37856 0 0 0 10143 10 0 0 25 0 5 0 500632607 453955584 81408 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=689] ppid=684 vsize=443316 CPUtime=102.06 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 40663 0 0 0 10195 11 0 0 25 0 5 0 500632611 453955584 81408 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=443316 CPUtime=101.98 cores=0,2,4,6

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

/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 67310 0 0 0 87957 42 0 0 25 0 5 0 500632607 1055207424 215364 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=689] ppid=684 vsize=1030476 CPUtime=882.05 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 78731 0 0 0 88143 62 0 0 25 0 5 0 500632611 1055207424 215364 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=1030476 CPUtime=881.9 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 61412 0 0 0 88164 26 0 0 25 0 5 0 500632617 1055207424 215364 33554432000 4194304 5787044 140735968321072 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.59
Current children cumulated vsize (KiB) 1039176

[startup+942.301 s]
/proc/loadavg: 8.09 8.11 8.04 9/188 715
/proc/meminfo: memFree=29357248/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=1048592 CPUtime=3763.26 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 317340 0 0 0 376127 199 0 0 18 0 5 0 500632589 1073758208 228828 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 262148 228828 417 389 0 257898 0
[pid=685/tid=687] ppid=684 vsize=1048592 CPUtime=939.05 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 77388 0 0 0 93849 56 0 0 25 0 5 0 500632603 1073758208 228828 33554432000 4194304 5787044 140735968321072 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=688] ppid=684 vsize=1048592 CPUtime=939.99 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 70480 0 0 0 93953 46 0 0 25 0 5 0 500632607 1073758208 228828 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=689] ppid=684 vsize=1048592 CPUtime=942.04 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 80741 0 0 0 94140 64 0 0 25 0 5 0 500632611 1073758208 228828 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=1048592 CPUtime=941.9 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 65913 0 0 0 94161 29 0 0 25 0 5 0 500632617 1073758208 228828 33554432000 4194304 5787044 140735968321072 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.26
Current children cumulated vsize (KiB) 1057292

[startup+1002.3 s]
/proc/loadavg: 8.08 8.10 8.04 9/188 716
/proc/meminfo: memFree=29316296/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=1065424 CPUtime=4002.92 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 324693 0 0 0 400085 207 0 0 18 0 5 0 500632589 1090994176 235731 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 266356 235731 417 389 0 262106 0
[pid=685/tid=687] ppid=684 vsize=1065424 CPUtime=998.72 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 78227 0 0 0 99815 57 0 0 25 0 5 0 500632603 1090994176 235731 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=688] ppid=684 vsize=1065424 CPUtime=999.99 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 72954 0 0 0 99950 49 0 0 25 0 5 0 500632607 1090994176 235731 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=689] ppid=684 vsize=1065424 CPUtime=1002.05 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 80741 0 0 0 100140 65 0 0 25 0 5 0 500632611 1090994176 235731 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=1065424 CPUtime=1001.89 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 69953 0 0 0 100156 33 0 0 25 0 5 0 500632617 1090994176 235731 33554432000 4194304 5787044 140735968321072 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.92
Current children cumulated vsize (KiB) 1074124

[startup+1062.3 s]
/proc/loadavg: 8.07 8.09 8.04 9/188 718
/proc/meminfo: memFree=29303980/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=1065424 CPUtime=4242.6 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 324705 0 0 0 424052 208 0 0 18 0 5 0 500632589 1090994176 235743 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 266356 235743 417 389 0 262106 0
[pid=685/tid=687] ppid=684 vsize=1065424 CPUtime=1058.39 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 78235 0 0 0 105782 57 0 0 25 0 5 0 500632603 1090994176 235743 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=688] ppid=684 vsize=1065424 CPUtime=1059.99 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 72957 0 0 0 105950 49 0 0 25 0 5 0 500632607 1090994176 235743 33554432000 4194304 5787044 140735968321072 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=689] ppid=684 vsize=1065424 CPUtime=1062.05 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 80742 0 0 0 106140 65 0 0 25 0 5 0 500632611 1090994176 235743 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=1065424 CPUtime=1061.89 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 69953 0 0 0 106156 33 0 0 25 0 5 0 500632617 1090994176 235743 33554432000 4194304 5787044 140735968321072 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.6
Current children cumulated vsize (KiB) 1074124

[startup+1122.3 s]
/proc/loadavg: 8.15 8.12 8.05 9/188 719
/proc/meminfo: memFree=29292164/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=1065424 CPUtime=4482.27 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 324718 0 0 0 448019 208 0 0 18 0 5 0 500632589 1090994176 235756 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 266356 235756 417 389 0 262106 0
[pid=685/tid=687] ppid=684 vsize=1065424 CPUtime=1118.06 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 78238 0 0 0 111749 57 0 0 25 0 5 0 500632603 1090994176 235756 33554432000 4194304 5787044 140735968321072 18446744073709551615 220815903645 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=688] ppid=684 vsize=1065424 CPUtime=1119.99 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 72963 0 0 0 111950 49 0 0 25 0 5 0 500632607 1090994176 235756 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=689] ppid=684 vsize=1065424 CPUtime=1122.05 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 80745 0 0 0 112140 65 0 0 25 0 5 0 500632611 1090994176 235756 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=1065424 CPUtime=1121.89 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 69954 0 0 0 112156 33 0 0 25 0 5 0 500632617 1090994176 235756 33554432000 4194304 5787044 140735968321072 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 1074124

[startup+1182.3 s]
/proc/loadavg: 8.13 8.12 8.06 9/188 721
/proc/meminfo: memFree=29272408/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=1065424 CPUtime=4721.95 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 324747 0 0 0 471986 209 0 0 18 0 5 0 500632589 1090994176 235785 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 266356 235785 417 389 0 262106 0
[pid=685/tid=687] ppid=684 vsize=1065424 CPUtime=1177.74 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 78248 0 0 0 117717 57 0 0 25 0 5 0 500632603 1090994176 235785 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=688] ppid=684 vsize=1065424 CPUtime=1179.99 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 72973 0 0 0 117950 49 0 0 25 0 5 0 500632607 1090994176 235785 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=689] ppid=684 vsize=1065424 CPUtime=1182.06 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 80753 0 0 0 118141 65 0 0 25 0 5 0 500632611 1090994176 235785 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=1065424 CPUtime=1181.88 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 69955 0 0 0 118155 33 0 0 25 0 5 0 500632617 1090994176 235785 33554432000 4194304 5787044 140735968321072 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.95
Current children cumulated vsize (KiB) 1074124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 7.82 8.05 8.04 9/188 756
/proc/meminfo: memFree=29845896/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=1065424 CPUtime=4800.25 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 325431 0 0 0 479815 210 0 0 18 0 5 0 500632589 1090994176 236469 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 266356 236469 417 389 0 262106 0
[pid=685/tid=687] ppid=684 vsize=1065424 CPUtime=1197.22 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 78921 0 0 0 119665 57 0 0 25 0 5 0 500632603 1090994176 236469 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=688] ppid=684 vsize=1065424 CPUtime=1199.61 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 72976 0 0 0 119911 50 0 0 25 0 5 0 500632607 1090994176 236469 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=689] ppid=684 vsize=1065424 CPUtime=1201.66 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 80758 0 0 0 120101 65 0 0 25 0 5 0 500632611 1090994176 236469 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=1065424 CPUtime=1201.49 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 69958 0 0 0 120115 34 0 0 25 0 5 0 500632617 1090994176 236469 33554432000 4194304 5787044 140735968321072 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 1074124

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

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

[startup+1201.9 s]
/proc/loadavg: 7.82 8.05 8.04 9/188 756
/proc/meminfo: memFree=29845896/32951124 swapFree=67105204/67111528
[pid=684] ppid=682 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/684/stat : 684 (prissAuto.sh) S 682 684 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500632589 8908800 251 33554432000 4194304 4922060 140734784847824 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/684/statm: 2175 251 211 178 0 68 0
[pid=685] ppid=684 vsize=1065424 CPUtime=4800.25 cores=0,2,4,6
/proc/685/stat : 685 (priss) S 684 684 32751 0 -1 4202496 325431 0 0 0 479815 210 0 0 18 0 5 0 500632589 1090994176 236469 33554432000 4194304 5787044 140735968321072 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/685/statm: 266356 236469 417 389 0 262106 0
[pid=685/tid=687] ppid=684 vsize=1065424 CPUtime=1197.22 cores=0,2,4,6
/proc/685/task/687/stat : 687 (priss) R 684 684 32751 0 -1 4202560 78921 0 0 0 119665 57 0 0 25 0 5 0 500632603 1090994176 236469 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=685/tid=688] ppid=684 vsize=1065424 CPUtime=1199.61 cores=0,2,4,6
/proc/685/task/688/stat : 688 (priss) R 684 684 32751 0 -1 4202560 72976 0 0 0 119911 50 0 0 25 0 5 0 500632607 1090994176 236469 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=685/tid=689] ppid=684 vsize=1065424 CPUtime=1201.66 cores=0,2,4,6
/proc/685/task/689/stat : 689 (priss) R 684 684 32751 0 -1 4202560 80758 0 0 0 120101 65 0 0 25 0 5 0 500632611 1090994176 236469 33554432000 4194304 5787044 140735968321072 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=685/tid=690] ppid=684 vsize=1065424 CPUtime=1201.49 cores=0,2,4,6
/proc/685/task/690/stat : 690 (priss) R 684 684 32751 0 -1 4202560 69958 0 0 0 120115 34 0 0 25 0 5 0 500632617 1090994176 236469 33554432000 4194304 5787044 140735968321072 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 1074124

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.25
CPU user time (s): 4798.15
CPU system time (s): 2.1
CPU usage (%): 399.383
Max. virtual memory (cumulated for all children) (KiB): 1074124

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= 331
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.78973 second user time and 4.77427 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 15:02:47
IDJOB=3250985
IDBENCH=88207
IDSOLVER=1602
FILE ID=node147/3250985-1304082167
RUNJOBID= node147-1304082155-626
PBS_JOBID= 13170522
Free space on /tmp= 72648 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250985-1304082167/watcher-3250985-1304082167 -o /tmp/evaluation-result-3250985-1304082167/solver-3250985-1304082167 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3250985-1304082167.cnf 57056577 4800 15500 4

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

MD5SUM BENCH= 002a4cb53ea02f66e0c3418dc8834f7c
RANDOM SEED=57056577

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:      30828680 kB
Buffers:        267364 kB
Cached:        1368256 kB
SwapCached:       2808 kB
Active:         233384 kB
Inactive:      1564408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30828680 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           11876 kB
Writeback:           0 kB
AnonPages:      160420 kB
Mapped:          15220 kB
Slab:           260668 kB
PageTables:       4988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   384320 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= 72644 MiB
End job on node147 at 2011-04-29 15:22:51