Trace number 3289248

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
riss AutoUNSAT 256.518 256.519

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom12.cnf
MD5SUMf0a59aeb3af8016fb8ec53aa337c4836
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66183
Satisfiable
(Un)Satisfiability was proved
Number of variables17298
Number of clauses57292
Sum of the clauses size145234
Maximum clause length615
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230583
Number of clauses of size 326391
Number of clauses of size 477
Number of clauses of size 510
Number of clauses of size over 5230

Solver Data

0.00/0.01	c *****************************************************
0.00/0.01	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.01	c *   This program may be redistributed or modified   *
0.00/0.01	c * under the terms of the GNU General Public License *
0.00/0.01	c *****************************************************
0.00/0.01	c process id: 15005
0.00/0.01	c setup for 2400s
0.00/0.03	c parsetime: 14119us
0.00/0.03	c parsed 57292 clauses with 17298 variables
0.00/0.33	c init all components done
0.00/0.33	c ====================
0.00/0.33	c trail size: 690
256.39/256.45	c ====================
256.39/256.45	c implication/decision inf%(inf)
256.39/256.45	c decisions:           1094285
256.39/256.45	c last level:          0
256.39/256.45	c conflicts:           731337
256.39/256.45	c restarts:            4845
256.39/256.45	c rejected_restarts    0
256.39/256.45	c removals:            19
256.39/256.45	c removed clauses:     560027
256.39/256.45	c oft clauses:         0
256.49/256.50	c solvetime: 256191532us (256s)
256.49/256.51	c memory usage (vsize): 56 MB
256.49/256.51	s UNSATISFIABLE
256.49/256.51	c return value: 20

Verifier Data

No possible verification on an UNSAT instance

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-3289248-1304139010/watcher-3289248-1304139010 -o /tmp/evaluation-result-3289248-1304139010/solver-3289248-1304139010 -C 2400 -W 1300 -M 7680 HOME/rissAuto.sh HOME HOME/instance-3289248-1304139010.cnf 463067979 2400 7680 2 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.94 1.86 2.97 2/180 15004
/proc/meminfo: memFree=31124720/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0

[startup+0.0781879 s]
/proc/loadavg: 0.94 1.86 2.97 2/180 15004
/proc/meminfo: memFree=31124720/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10021 s]
/proc/loadavg: 0.94 1.86 2.97 2/180 15004
/proc/meminfo: memFree=31124720/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301177 s]
/proc/loadavg: 0.94 1.86 2.97 2/180 15004
/proc/meminfo: memFree=31124720/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701093 s]
/proc/loadavg: 0.94 1.86 2.97 2/180 15004
/proc/meminfo: memFree=31124720/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50093 s]
/proc/loadavg: 0.94 1.86 2.97 5/194 15028
/proc/meminfo: memFree=30935348/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=61960 CPUtime=1.49 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 12909 0 0 0 148 1 0 0 19 0 1 0 506316661 63447040 11351 33554432000 4194304 5523604 140736497401888 18446744073709551615 5328789 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 15490 11351 372 325 0 11304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70660

[startup+3.10062 s]
/proc/loadavg: 0.94 1.86 2.97 5/194 15028
/proc/meminfo: memFree=30913648/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=62884 CPUtime=3.09 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 13140 0 0 0 308 1 0 0 25 0 1 0 506316661 64393216 11582 33554432000 4194304 5523604 140736497401888 18446744073709551615 5318576 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 15721 11582 372 325 0 11535 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71584

[startup+6.30098 s]
/proc/loadavg: 1.19 1.90 2.97 5/194 15028
/proc/meminfo: memFree=30889468/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=64620 CPUtime=6.28 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 13578 0 0 0 627 1 0 0 25 0 1 0 506316661 66170880 12020 33554432000 4194304 5523604 140736497401888 18446744073709551615 4217708 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 16155 12020 372 325 0 11969 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 73320

[startup+12.7007 s]
/proc/loadavg: 1.41 1.93 2.98 5/194 15029
/proc/meminfo: memFree=30879072/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=67740 CPUtime=12.68 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 14303 0 0 0 1267 1 0 0 25 0 1 0 506316661 69365760 12745 33554432000 4194304 5523604 140736497401888 18446744073709551615 4610923 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 16935 12745 372 325 0 12749 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 76440

[startup+25.5012 s]
/proc/loadavg: 1.98 2.03 2.99 5/194 15029
/proc/meminfo: memFree=30863988/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=70780 CPUtime=25.48 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 15076 0 0 0 2547 1 0 0 25 0 1 0 506316661 72478720 13518 33554432000 4194304 5523604 140736497401888 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 17695 13518 372 325 0 13509 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 79480

[startup+51.1011 s]
/proc/loadavg: 2.67 2.19 3.02 5/194 15030
/proc/meminfo: memFree=30835532/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=77508 CPUtime=51.08 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 16635 0 0 0 5106 2 0 0 25 0 1 0 506316661 79368192 15077 33554432000 4194304 5523604 140736497401888 18446744073709551615 5229108 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 19377 15077 372 325 0 15191 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 86208

[startup+102.307 s]
/proc/loadavg: 3.47 2.48 3.07 5/194 15031
/proc/meminfo: memFree=30797440/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=86688 CPUtime=102.29 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 18732 0 0 0 10227 2 0 0 25 0 1 0 506316661 88768512 17174 33554432000 4194304 5523604 140736497401888 18446744073709551615 5333092 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 21672 17174 372 325 0 17486 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 95388

[startup+162.301 s]
/proc/loadavg: 3.80 2.75 3.13 5/194 15033
/proc/meminfo: memFree=30757864/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=94856 CPUtime=162.29 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 20706 0 0 0 16226 3 0 0 25 0 1 0 506316661 97132544 19148 33554432000 4194304 5523604 140736497401888 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 23714 19148 372 325 0 19528 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 103556

[startup+222.301 s]
/proc/loadavg: 3.93 2.98 3.18 5/194 15034
/proc/meminfo: memFree=30736908/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=98708 CPUtime=222.29 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 21730 0 0 0 22226 3 0 0 25 0 1 0 506316661 101076992 20172 33554432000 4194304 5523604 140736497401888 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 24677 20172 372 325 0 20491 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 107408

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

[startup+230.301 s]
/proc/loadavg: 3.94 3.01 3.19 5/194 15034
/proc/meminfo: memFree=30731820/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=100504 CPUtime=230.29 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 22175 0 0 0 23025 4 0 0 25 0 1 0 506316661 102916096 20617 33554432000 4194304 5523604 140736497401888 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 25126 20617 372 325 0 20940 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 109204

[startup+243.107 s]
/proc/loadavg: 3.95 3.06 3.20 5/194 15035
/proc/meminfo: memFree=30720036/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=103888 CPUtime=243.1 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 22813 0 0 0 24306 4 0 0 25 0 1 0 506316661 106381312 21255 33554432000 4194304 5523604 140736497401888 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 25972 21255 372 325 0 21786 0
Current children cumulated CPU time (s) 243.1
Current children cumulated vsize (KiB) 112588

[startup+249.501 s]
/proc/loadavg: 3.95 3.07 3.20 5/194 15035
/proc/meminfo: memFree=30714456/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=105160 CPUtime=249.49 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 23026 0 0 0 24945 4 0 0 25 0 1 0 506316661 107683840 21468 33554432000 4194304 5523604 140736497401888 18446744073709551615 5333190 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 26290 21468 372 325 0 22104 0
Current children cumulated CPU time (s) 249.49
Current children cumulated vsize (KiB) 113860

[startup+252.701 s]
/proc/loadavg: 3.95 3.07 3.20 5/194 15035
/proc/meminfo: memFree=30711852/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=105160 CPUtime=252.69 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 23026 0 0 0 25265 4 0 0 25 0 1 0 506316661 107683840 21468 33554432000 4194304 5523604 140736497401888 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 26290 21468 372 325 0 22104 0
Current children cumulated CPU time (s) 252.69
Current children cumulated vsize (KiB) 113860

[startup+254.301 s]
/proc/loadavg: 4.04 3.11 3.21 5/194 15035
/proc/meminfo: memFree=30710116/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=105160 CPUtime=254.29 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 23027 0 0 0 25425 4 0 0 25 0 1 0 506316661 107683840 21469 33554432000 4194304 5523604 140736497401888 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 26290 21469 372 325 0 22104 0
Current children cumulated CPU time (s) 254.29
Current children cumulated vsize (KiB) 113860

[startup+255.9 s]
/proc/loadavg: 4.04 3.11 3.21 5/194 15035
/proc/meminfo: memFree=30709248/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=105160 CPUtime=255.89 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 23027 0 0 0 25585 4 0 0 25 0 1 0 506316661 107683840 21469 33554432000 4194304 5523604 140736497401888 18446744073709551615 5332886 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 26290 21469 372 325 0 22104 0
Current children cumulated CPU time (s) 255.89
Current children cumulated vsize (KiB) 113860

[startup+256.307 s]
/proc/loadavg: 4.04 3.11 3.21 5/194 15035
/proc/meminfo: memFree=30708380/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=105160 CPUtime=256.29 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 23027 0 0 0 25625 4 0 0 25 0 1 0 506316661 107683840 21469 33554432000 4194304 5523604 140736497401888 18446744073709551615 5332776 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 26290 21469 372 325 0 22104 0
Current children cumulated CPU time (s) 256.29
Current children cumulated vsize (KiB) 113860

[startup+256.5 s]
/proc/loadavg: 4.04 3.11 3.21 5/194 15035
/proc/meminfo: memFree=30708380/32951124 swapFree=67111356/67111528
[pid=15004] ppid=15002 vsize=8700 CPUtime=0 cores=4,6
/proc/15004/stat : 15004 (rissAuto.sh) S 15002 15004 14405 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 506316660 8908800 252 33554432000 4194304 4922060 140735057650080 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15004/statm: 2175 252 211 178 0 68 0
[pid=15005] ppid=15004 vsize=105160 CPUtime=256.49 cores=4,6
/proc/15005/stat : 15005 (riss) R 15004 15004 14405 0 -1 4202496 23039 0 0 0 25645 4 0 0 18 0 1 0 506316661 107683840 21481 33554432000 4194304 5523604 140736497401888 18446744073709551615 270338033036 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15005/statm: 26290 21481 384 325 0 22104 0
Current children cumulated CPU time (s) 256.49
Current children cumulated vsize (KiB) 113860

Child status: 20
Real time (s): 256.519
CPU time (s): 256.518
CPU user time (s): 256.465
CPU system time (s): 0.052991
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 113860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.465
system time used= 0.052991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23394
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= 10
involuntary context switches= 333

runsolver used 0.475927 second user time and 0.929858 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-30 06:50:10
IDJOB=3289248
IDBENCH=83118
IDSOLVER=1600
FILE ID=node143/3289248-1304139010
RUNJOBID= node143-1304139010-14982
PBS_JOBID= 13170816
Free space on /tmp= 73492 MiB

SOLVER NAME= riss Auto
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom12.cnf
COMMAND LINE= DIR/rissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289248-1304139010/watcher-3289248-1304139010 -o /tmp/evaluation-result-3289248-1304139010/solver-3289248-1304139010 -C 2400 -W 1300 -M 7680  HOME/rissAuto.sh HOME HOME/instance-3289248-1304139010.cnf 463067979 2400 7680 2

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f0a59aeb3af8016fb8ec53aa337c4836
RANDOM SEED=463067979

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31125124 kB
Buffers:        262472 kB
Cached:        1182096 kB
SwapCached:        168 kB
Active:         365200 kB
Inactive:      1176060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31125124 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            4732 kB
Writeback:           0 kB
AnonPages:       96456 kB
Mapped:          15472 kB
Slab:           220968 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   241344 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= 73480 MiB
End job on node143 at 2011-04-30 06:54:27