Trace number 3251117

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.16 1201.83

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
MD5SUMba3b1702a651cd8da3e6cada8f2e97bc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.28965
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of clauses405748
Sum of the clauses size813494
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2405703
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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: 749
0.00/0.00	c setup for 4cores
0.00/0.09	c parsetime: 88147us
0.00/0.09	c parsed 405748 clauses with 2088 variables
0.00/0.11	c NW started thread 0 successfully (1085389120)
0.00/0.15	c NW started thread 1 successfully (1112529216)
0.00/0.19	c NW started thread 2 successfully (1123019072)
0.00/0.23	c NW started thread 3 successfully (1095878976)
117.71/29.63	c preprocessor returned 10005 variables
117.71/29.63	c preprocessing returned UNKNOWN
117.71/29.63	c PP set 0 variables
117.71/29.63	c pp time: 29356189us (29s)
117.71/29.63	c preprocessor returned 10005 variables
117.71/29.63	c preprocessing returned UNKNOWN
117.71/29.63	c PP set 0 variables
117.71/29.63	c pp time: 29443130us (29s)
118.11/29.76	c preprocessor returned 10005 variables
118.11/29.76	c preprocessing returned UNKNOWN
118.11/29.76	c PP set 0 variables
118.11/29.76	c pp time: 29647977us (29s)
158.46/39.84	c preprocessor returned 30010 variables
158.46/39.84	c preprocessing returned UNKNOWN
158.46/39.84	c PP set 0 variables
158.46/39.84	c pp time: 39614644us (39s)

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-3251117-1304083359/watcher-3251117-1304083359 -o /tmp/evaluation-result-3251117-1304083359/solver-3251117-1304083359 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3251117-1304083359.cnf 57056577 4800 15500 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.79 8.05 8.04 6/182 748
/proc/meminfo: memFree=29980104/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0

[startup+0.0513951 s]
/proc/loadavg: 7.79 8.05 8.04 6/182 748
/proc/meminfo: memFree=29980104/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100384 s]
/proc/loadavg: 7.79 8.05 8.04 6/182 748
/proc/meminfo: memFree=29980104/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301344 s]
/proc/loadavg: 7.79 8.05 8.04 6/182 748
/proc/meminfo: memFree=29980104/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.17615 s]
/proc/loadavg: 7.79 8.05 8.04 6/182 748
/proc/meminfo: memFree=29980104/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50109 s]
/proc/loadavg: 7.79 8.05 8.04 6/182 748
/proc/meminfo: memFree=29980104/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.1008 s]
/proc/loadavg: 7.79 8.05 8.04 9/188 754
/proc/meminfo: memFree=29851140/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=362980 CPUtime=11.85 cores=1,3,5,7
/proc/749/stat : 749 (priss) S 748 748 32751 0 -1 4202496 63126 0 0 0 1169 16 0 0 18 0 5 0 500751847 371691520 31937 33554432000 4194304 5787044 140734937074512 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/749/statm: 90745 31937 349 389 0 86495 0
[pid=749/tid=751] ppid=748 vsize=362980 CPUtime=2.95 cores=1,3,5,7
/proc/749/task/751/stat : 751 (priss) R 748 748 32751 0 -1 4202560 11800 0 0 0 291 4 0 0 23 0 5 0 500751858 371691520 31937 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=752] ppid=748 vsize=362980 CPUtime=2.92 cores=1,3,5,7
/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 11605 0 0 0 288 4 0 0 23 0 5 0 500751862 371691520 31937 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336131 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=749/tid=753] ppid=748 vsize=362980 CPUtime=2.88 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 9810 0 0 0 285 3 0 0 23 0 5 0 500751866 371691520 31937 33554432000 4194304 5787044 140734937074512 18446744073709551615 18446744073699065904 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=362980 CPUtime=2.85 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 10579 0 0 0 284 1 0 0 23 0 5 0 500751870 371691520 31937 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 371680

[startup+6.30121 s]
/proc/loadavg: 7.80 8.05 8.04 9/188 754
/proc/meminfo: memFree=29845896/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=362972 CPUtime=24.64 cores=1,3,5,7
/proc/749/stat : 749 (priss) S 748 748 32751 0 -1 4202496 65746 0 0 0 2447 17 0 0 18 0 5 0 500751847 371683328 32969 33554432000 4194304 5787044 140734937074512 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/749/statm: 90743 32969 350 389 0 86493 0
[pid=749/tid=751] ppid=748 vsize=362972 CPUtime=6.13 cores=1,3,5,7
/proc/749/task/751/stat : 751 (priss) R 748 748 32751 0 -1 4202560 13101 0 0 0 609 4 0 0 25 0 5 0 500751858 371683328 32969 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=752] ppid=748 vsize=362972 CPUtime=6.13 cores=1,3,5,7
/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 11605 0 0 0 609 4 0 0 25 0 5 0 500751862 371683328 32969 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=749/tid=753] ppid=748 vsize=362972 CPUtime=6.08 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 11129 0 0 0 605 3 0 0 25 0 5 0 500751866 371683328 32969 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336790 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=362972 CPUtime=6.05 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 10579 0 0 0 604 1 0 0 25 0 5 0 500751870 371683328 32969 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 371672

[startup+12.701 s]
/proc/loadavg: 7.82 8.05 8.04 9/188 789
/proc/meminfo: memFree=30721028/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=362972 CPUtime=50.22 cores=1,3,5,7
/proc/749/stat : 749 (priss) S 748 748 32751 0 -1 4202496 65746 0 0 0 5005 17 0 0 18 0 5 0 500751847 371683328 32969 33554432000 4194304 5787044 140734937074512 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/749/statm: 90743 32969 350 389 0 86493 0
[pid=749/tid=751] ppid=748 vsize=362972 CPUtime=12.5 cores=1,3,5,7
/proc/749/task/751/stat : 751 (priss) R 748 748 32751 0 -1 4202560 13101 0 0 0 1246 4 0 0 25 0 5 0 500751858 371683328 32969 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=752] ppid=748 vsize=362972 CPUtime=12.53 cores=1,3,5,7
/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 11605 0 0 0 1249 4 0 0 25 0 5 0 500751862 371683328 32969 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=749/tid=753] ppid=748 vsize=362972 CPUtime=12.49 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 11129 0 0 0 1246 3 0 0 25 0 5 0 500751866 371683328 32969 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=362972 CPUtime=12.46 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 10579 0 0 0 1245 1 0 0 25 0 5 0 500751870 371683328 32969 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336175 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 371672

[startup+25.5007 s]
/proc/loadavg: 7.93 8.06 8.04 9/188 789
/proc/meminfo: memFree=30682280/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=364160 CPUtime=101.34 cores=1,3,5,7
/proc/749/stat : 749 (priss) S 748 748 32751 0 -1 4202496 68412 0 0 0 10117 17 0 0 18 0 5 0 500751847 372899840 35635 33554432000 4194304 5787044 140734937074512 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/749/statm: 91040 35635 352 389 0 86790 0
[pid=749/tid=751] ppid=748 vsize=364160 CPUtime=25.23 cores=1,3,5,7
/proc/749/task/751/stat : 751 (priss) R 748 748 32751 0 -1 4202560 14296 0 0 0 2519 4 0 0 25 0 5 0 500751858 372899840 35635 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=752] ppid=748 vsize=364160 CPUtime=25.33 cores=1,3,5,7
/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 11605 0 0 0 2529 4 0 0 25 0 5 0 500751862 372899840 35635 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=749/tid=753] ppid=748 vsize=364160 CPUtime=25.28 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 12325 0 0 0 2525 3 0 0 25 0 5 0 500751866 372899840 35635 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=364160 CPUtime=25.25 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 10854 0 0 0 2524 1 0 0 25 0 5 0 500751870 372899840 35635 33554432000 4194304 5787044 140734937074512 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 372860

[startup+51.1009 s]
/proc/loadavg: 7.95 8.06 8.04 9/188 790
/proc/meminfo: memFree=30563624/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=408244 CPUtime=203.59 cores=1,3,5,7
/proc/749/stat : 749 (priss) S 748 748 32751 0 -1 4202496 124886 0 0 0 20332 27 0 0 18 0 5 0 500751847 418041856 54837 33554432000 4194304 5787044 140734937074512 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/749/statm: 102061 54837 417 389 0 97811 0
[pid=749/tid=751] ppid=748 vsize=408244 CPUtime=50.69 cores=1,3,5,7
/proc/749/task/751/stat : 751 (priss) R 748 748 32751 0 -1 4202560 29152 0 0 0 5061 8 0 0 25 0 5 0 500751858 418041856 54837 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591716 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=752] ppid=748 vsize=408244 CPUtime=50.92 cores=1,3,5,7
/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 24817 0 0 0 5086 6 0 0 25 0 5 0 500751862 418041856 54837 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=749/tid=753] ppid=748 vsize=408244 CPUtime=50.88 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 29522 0 0 0 5081 7 0 0 25 0 5 0 500751866 418041856 54837 33554432000 4194304 5787044 140734937074512 18446744073709551615 5590283 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=408244 CPUtime=50.85 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 22063 0 0 0 5083 2 0 0 25 0 5 0 500751870 418041856 54837 33554432000 4194304 5787044 140734937074512 18446744073709551615 5524636 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.59
Current children cumulated vsize (KiB) 416944

[startup+102.301 s]
/proc/loadavg: 8.03 8.06 8.04 9/188 791
/proc/meminfo: memFree=30426092/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=430140 CPUtime=408.1 cores=1,3,5,7
/proc/749/stat : 749 (priss) S 748 748 32751 0 -1 4202496 141256 0 0 0 40771 39 0 0 18 0 5 0 500751847 440463360 71160 33554432000 4194304 5787044 140734937074512 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/749/statm: 107535 71160 417 389 0 103285 0
[pid=749/tid=751] ppid=748 vsize=430140 CPUtime=101.6 cores=1,3,5,7
/proc/749/task/751/stat : 751 (priss) R 748 748 32751 0 -1 4202560 33429 0 0 0 10150 10 0 0 25 0 5 0 500751858 440463360 71160 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=752] ppid=748 vsize=430140 CPUtime=102.12 cores=1,3,5,7
/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 29388 0 0 0 10203 9 0 0 25 0 5 0 500751862 440463360 71160 33554432000 4194304 5787044 140734937074512 18446744073709551615 5586868 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=749/tid=753] ppid=748 vsize=430140 CPUtime=102.08 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 33691 0 0 0 10197 11 0 0 25 0 5 0 500751866 440463360 71160 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591159 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=430140 CPUtime=102.05 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 25416 0 0 0 10200 5 0 0 25 0 5 0 500751870 440463360 71160 33554432000 4194304 5787044 140734937074512 18446744073709551615 5527696 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.1
Current children cumulated vsize (KiB) 438840

[startup+162.3 s]
/proc/loadavg: 8.33 8.13 8.06 10/189 796
/proc/meminfo: memFree=30291252/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=449044 CPUtime=647.78 cores=1,3,5,7

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

/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 51466 0 0 0 88045 43 0 0 25 0 5 0 500751862 859971584 170258 33554432000 4194304 5787044 140734937074512 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=753] ppid=748 vsize=839816 CPUtime=882.08 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 60220 0 0 0 88146 62 0 0 25 0 5 0 500751866 859971584 170258 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=839816 CPUtime=879.55 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 51908 0 0 0 87926 29 0 0 25 0 5 0 500751870 859971584 170258 33554432000 4194304 5787044 140734937074512 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.86
Current children cumulated vsize (KiB) 848516

[startup+942.307 s]
/proc/loadavg: 8.06 8.07 8.06 9/188 816
/proc/meminfo: memFree=29561076/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=848016 CPUtime=3763.54 cores=1,3,5,7
/proc/749/stat : 749 (priss) S 748 748 32751 0 -1 4202496 248808 0 0 0 376159 195 0 0 18 0 5 0 500751847 868368384 177230 33554432000 4194304 5787044 140734937074512 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/749/statm: 212004 177230 417 389 0 207754 0
[pid=749/tid=751] ppid=748 vsize=848016 CPUtime=941.1 cores=1,3,5,7
/proc/749/task/751/stat : 751 (priss) R 748 748 32751 0 -1 4202560 61828 0 0 0 94058 52 0 0 25 0 5 0 500751858 868368384 177230 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=749/tid=752] ppid=748 vsize=848016 CPUtime=940.56 cores=1,3,5,7
/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 54490 0 0 0 94008 48 0 0 25 0 5 0 500751862 868368384 177230 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=753] ppid=748 vsize=848016 CPUtime=942.09 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 60220 0 0 0 94146 63 0 0 25 0 5 0 500751866 868368384 177230 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=848016 CPUtime=939.56 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 52938 0 0 0 93927 29 0 0 25 0 5 0 500751870 868368384 177230 33554432000 4194304 5787044 140734937074512 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.54
Current children cumulated vsize (KiB) 856716

[startup+1002.3 s]
/proc/loadavg: 8.07 8.07 8.06 9/188 818
/proc/meminfo: memFree=29501268/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=983188 CPUtime=4003.2 cores=1,3,5,7
/proc/749/stat : 749 (priss) S 748 748 32751 0 -1 4202496 255094 0 0 0 400112 208 0 0 18 0 5 0 500751847 1006784512 183291 33554432000 4194304 5787044 140734937074512 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/749/statm: 245797 183291 417 389 0 241547 0
[pid=749/tid=751] ppid=748 vsize=983188 CPUtime=1001.09 cores=1,3,5,7
/proc/749/task/751/stat : 751 (priss) R 748 748 32751 0 -1 4202560 64451 0 0 0 100052 57 0 0 25 0 5 0 500751858 1006784512 183291 33554432000 4194304 5787044 140734937074512 18446744073709551615 4229321 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=749/tid=752] ppid=748 vsize=983188 CPUtime=1000.23 cores=1,3,5,7
/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 57110 0 0 0 99968 55 0 0 25 0 5 0 500751862 1006784512 183291 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=753] ppid=748 vsize=983188 CPUtime=1002.09 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 61249 0 0 0 100146 63 0 0 25 0 5 0 500751866 1006784512 183291 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=983188 CPUtime=999.55 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 52952 0 0 0 99926 29 0 0 25 0 5 0 500751870 1006784512 183291 33554432000 4194304 5787044 140734937074512 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.2
Current children cumulated vsize (KiB) 991888

[startup+1062.3 s]
/proc/loadavg: 8.12 8.09 8.06 9/188 820
/proc/meminfo: memFree=29461556/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=990612 CPUtime=4242.88 cores=1,3,5,7
/proc/749/stat : 749 (priss) S 748 748 32751 0 -1 4202496 258985 0 0 0 424074 214 0 0 18 0 5 0 500751847 1014386688 186957 33554432000 4194304 5787044 140734937074512 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/749/statm: 247653 186957 417 389 0 243403 0
[pid=749/tid=751] ppid=748 vsize=990612 CPUtime=1061.09 cores=1,3,5,7
/proc/749/task/751/stat : 751 (priss) R 748 748 32751 0 -1 4202560 64454 0 0 0 106052 57 0 0 25 0 5 0 500751858 1014386688 186957 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=749/tid=752] ppid=748 vsize=990612 CPUtime=1059.9 cores=1,3,5,7
/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 59553 0 0 0 105931 59 0 0 25 0 5 0 500751862 1014386688 186957 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=753] ppid=748 vsize=990612 CPUtime=1062.09 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 61258 0 0 0 106146 63 0 0 25 0 5 0 500751866 1014386688 186957 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=990612 CPUtime=1059.55 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 54388 0 0 0 105925 30 0 0 25 0 5 0 500751870 1014386688 186957 33554432000 4194304 5787044 140734937074512 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.88
Current children cumulated vsize (KiB) 999312

[startup+1122.3 s]
/proc/loadavg: 8.14 8.10 8.07 9/188 821
/proc/meminfo: memFree=29429288/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=1007172 CPUtime=4482.56 cores=1,3,5,7
/proc/749/stat : 749 (priss) S 748 748 32751 0 -1 4202496 264411 0 0 0 448036 220 0 0 18 0 5 0 500751847 1031344128 192383 33554432000 4194304 5787044 140734937074512 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/749/statm: 251793 192383 417 389 0 247543 0
[pid=749/tid=751] ppid=748 vsize=1007172 CPUtime=1121.09 cores=1,3,5,7
/proc/749/task/751/stat : 751 (priss) R 748 748 32751 0 -1 4202560 64459 0 0 0 112052 57 0 0 25 0 5 0 500751858 1031344128 192383 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=749/tid=752] ppid=748 vsize=1007172 CPUtime=1119.58 cores=1,3,5,7
/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 59553 0 0 0 111898 60 0 0 25 0 5 0 500751862 1031344128 192383 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=753] ppid=748 vsize=1007172 CPUtime=1122.08 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 63546 0 0 0 112142 66 0 0 25 0 5 0 500751866 1031344128 192383 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=1007172 CPUtime=1119.55 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 57521 0 0 0 111922 33 0 0 25 0 5 0 500751870 1031344128 192383 33554432000 4194304 5787044 140734937074512 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.56
Current children cumulated vsize (KiB) 1015872

[startup+1182.3 s]
/proc/loadavg: 8.13 8.11 8.07 9/188 823
/proc/meminfo: memFree=29390568/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=1019212 CPUtime=4722.24 cores=1,3,5,7
/proc/749/stat : 749 (priss) S 748 748 32751 0 -1 4202496 270852 0 0 0 471994 230 0 0 18 0 5 0 500751847 1043673088 198824 33554432000 4194304 5787044 140734937074512 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/749/statm: 254803 198824 417 389 0 250553 0
[pid=749/tid=751] ppid=748 vsize=1019212 CPUtime=1181.09 cores=1,3,5,7
/proc/749/task/751/stat : 751 (priss) R 748 748 32751 0 -1 4202560 64478 0 0 0 118052 57 0 0 25 0 5 0 500751858 1043673088 198824 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=749/tid=752] ppid=748 vsize=1019212 CPUtime=1179.25 cores=1,3,5,7
/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 59556 0 0 0 117865 60 0 0 25 0 5 0 500751862 1043673088 198824 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=753] ppid=748 vsize=1019212 CPUtime=1182.08 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 66953 0 0 0 118135 73 0 0 25 0 5 0 500751866 1043673088 198824 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=1019212 CPUtime=1179.56 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 60533 0 0 0 117920 36 0 0 25 0 5 0 500751870 1043673088 198824 33554432000 4194304 5787044 140734937074512 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.24
Current children cumulated vsize (KiB) 1027912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.16 8.11 8.07 9/188 823
/proc/meminfo: memFree=29378524/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=1023224 CPUtime=4800.16 cores=1,3,5,7
/proc/749/stat : 749 (priss) S 748 748 32751 0 -1 4202496 272909 0 0 0 479782 234 0 0 18 0 5 0 500751847 1047781376 200881 33554432000 4194304 5787044 140734937074512 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/749/statm: 255806 200881 417 389 0 251556 0
[pid=749/tid=751] ppid=748 vsize=1023224 CPUtime=1200.6 cores=1,3,5,7
/proc/749/task/751/stat : 751 (priss) R 748 748 32751 0 -1 4202560 64482 0 0 0 120003 57 0 0 25 0 5 0 500751858 1047781376 200881 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=749/tid=752] ppid=748 vsize=1023224 CPUtime=1198.65 cores=1,3,5,7
/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 59557 0 0 0 119805 60 0 0 25 0 5 0 500751862 1047781376 200881 33554432000 4194304 5787044 140734937074512 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=753] ppid=748 vsize=1023224 CPUtime=1201.6 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 68022 0 0 0 120084 76 0 0 25 0 5 0 500751866 1047781376 200881 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=1023224 CPUtime=1199.07 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 61516 0 0 0 119870 37 0 0 25 0 5 0 500751870 1047781376 200881 33554432000 4194304 5787044 140734937074512 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 1031924

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

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

[startup+1201.8 s]
/proc/loadavg: 8.16 8.11 8.07 9/188 823
/proc/meminfo: memFree=29378524/32951124 swapFree=67105204/67111528
[pid=748] ppid=746 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/748/stat : 748 (prissAuto.sh) S 746 748 32751 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500751847 8908800 252 33554432000 4194304 4922060 140736736766464 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/748/statm: 2175 252 211 178 0 68 0
[pid=749] ppid=748 vsize=1023224 CPUtime=4800.16 cores=1,3,5,7
/proc/749/stat : 749 (priss) S 748 748 32751 0 -1 4202496 272909 0 0 0 479782 234 0 0 18 0 5 0 500751847 1047781376 200881 33554432000 4194304 5787044 140734937074512 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/749/statm: 255806 200881 417 389 0 251556 0
[pid=749/tid=751] ppid=748 vsize=1023224 CPUtime=1200.6 cores=1,3,5,7
/proc/749/task/751/stat : 751 (priss) R 748 748 32751 0 -1 4202560 64482 0 0 0 120003 57 0 0 25 0 5 0 500751858 1047781376 200881 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=749/tid=752] ppid=748 vsize=1023224 CPUtime=1198.65 cores=1,3,5,7
/proc/749/task/752/stat : 752 (priss) R 748 748 32751 0 -1 4202560 59557 0 0 0 119805 60 0 0 25 0 5 0 500751862 1047781376 200881 33554432000 4194304 5787044 140734937074512 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=749/tid=753] ppid=748 vsize=1023224 CPUtime=1201.6 cores=1,3,5,7
/proc/749/task/753/stat : 753 (priss) R 748 748 32751 0 -1 4202560 68022 0 0 0 120084 76 0 0 25 0 5 0 500751866 1047781376 200881 33554432000 4194304 5787044 140734937074512 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=749/tid=754] ppid=748 vsize=1023224 CPUtime=1199.07 cores=1,3,5,7
/proc/749/task/754/stat : 754 (priss) R 748 748 32751 0 -1 4202560 61516 0 0 0 119870 37 0 0 25 0 5 0 500751870 1047781376 200881 33554432000 4194304 5787044 140734937074512 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 1031924

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.83
CPU time (s): 4800.16
CPU user time (s): 4797.82
CPU system time (s): 2.34
CPU usage (%): 399.406
Max. virtual memory (cumulated for all children) (KiB): 1031924

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= 6
involuntary context switches= 3

runsolver used 1.55676 second user time and 5.00824 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 15:22:39
IDJOB=3251117
IDBENCH=88211
IDSOLVER=1602
FILE ID=node147/3251117-1304083359
RUNJOBID= node147-1304082155-627
PBS_JOBID= 13170522
Free space on /tmp= 72648 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251117-1304083359/watcher-3251117-1304083359 -o /tmp/evaluation-result-3251117-1304083359/solver-3251117-1304083359 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3251117-1304083359.cnf 57056577 4800 15500 4

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

MD5SUM BENCH= ba3b1702a651cd8da3e6cada8f2e97bc
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:      29980384 kB
Buffers:        268044 kB
Cached:        1372296 kB
SwapCached:       2808 kB
Active:        1080016 kB
Inactive:      1565556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29980384 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:            6632 kB
Writeback:           0 kB
AnonPages:     1003756 kB
Mapped:          15528 kB
Slab:           260212 kB
PageTables:       6336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1212404 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= 72648 MiB
End job on node147 at 2011-04-29 15:42:43