Trace number 3472611

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 Auto (1200 s timeout)UNSAT 613.681 613.671

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark57.5483
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c *****************************************************
0.00/0.02	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.02	c *   This program may be redistributed or modified   *
0.00/0.02	c * under the terms of the GNU General Public License *
0.00/0.02	c *****************************************************
0.00/0.02	c process id: 28814
0.00/0.02	c setup for 1200s
0.00/0.03	c parsetime: 8799us
0.00/0.03	c parsed 39143 clauses with 13240 variables
0.00/0.62	c init all components done
0.00/0.62	c ====================
0.00/0.62	c trail size: 83
613.50/613.54	c ====================
613.50/613.54	c implication/decision inf%(inf)
613.50/613.54	c decisions:           3310630
613.50/613.54	c last level:          0
613.50/613.54	c conflicts:           1219750
613.50/613.54	c restarts:            8062
613.50/613.54	c rejected_restarts    0
613.50/613.54	c removals:            20
613.50/613.54	c removed clauses:     744664
613.50/613.54	c oft clauses:         0
613.60/613.66	c solvetime: 613050689us (613s)
613.60/613.66	c memory usage (vsize): 51 MB
613.60/613.66	s UNSATISFIABLE
613.60/613.66	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: 977)

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-3472611-1307199918/watcher-3472611-1307199918 -o /tmp/evaluation-result-3472611-1307199918/solver-3472611-1307199918 -C 1200 -W 1300 -M 7680 HOME/rissAuto.sh HOME HOME/instance-3472611-1307199918.cnf 99702887 1200 7680 2 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.08 0.02 0.42 5/456 28813
/proc/meminfo: memFree=31771356/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0

[startup+0.0840139 s]
/proc/loadavg: 0.08 0.02 0.42 5/456 28813
/proc/meminfo: memFree=31771356/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101006 s]
/proc/loadavg: 0.08 0.02 0.42 5/456 28813
/proc/meminfo: memFree=31771356/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300973 s]
/proc/loadavg: 0.08 0.02 0.42 5/456 28813
/proc/meminfo: memFree=31771356/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700909 s]
/proc/loadavg: 0.08 0.02 0.42 5/456 28813
/proc/meminfo: memFree=31771356/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50075 s]
/proc/loadavg: 0.08 0.02 0.42 5/470 28836
/proc/meminfo: memFree=31498848/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=60448 CPUtime=1.49 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 12527 0 0 0 148 1 0 0 25 0 1 0 831589705 61898752 10659 33554432000 4194304 5523604 140735940629952 18446744073709551615 5333368 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 15112 10659 376 325 0 10926 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69148

[startup+3.10047 s]
/proc/loadavg: 0.08 0.02 0.42 5/470 28836
/proc/meminfo: memFree=31492276/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=61136 CPUtime=3.09 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 12708 0 0 0 308 1 0 0 25 0 1 0 831589705 62603264 10840 33554432000 4194304 5523604 140735940629952 18446744073709551615 5332154 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 15284 10840 376 325 0 11098 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69836

[startup+6.30088 s]
/proc/loadavg: 0.47 0.10 0.44 5/470 28836
/proc/meminfo: memFree=31474856/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=63428 CPUtime=6.29 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 13259 0 0 0 628 1 0 0 25 0 1 0 831589705 64950272 11391 33554432000 4194304 5523604 140735940629952 18446744073709551615 5333209 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 15857 11391 376 325 0 11671 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72128

[startup+12.7007 s]
/proc/loadavg: 0.76 0.16 0.46 5/470 28864
/proc/meminfo: memFree=31319112/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=67504 CPUtime=12.68 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 14258 0 0 0 1267 1 0 0 25 0 1 0 831589705 69124096 12390 33554432000 4194304 5523604 140735940629952 18446744073709551615 5332258 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 16876 12390 376 325 0 12690 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 76204

[startup+25.5004 s]
/proc/loadavg: 1.47 0.35 0.52 5/470 28864
/proc/meminfo: memFree=31256496/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=75904 CPUtime=25.48 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 16317 0 0 0 2546 2 0 0 25 0 1 0 831589705 77725696 14449 33554432000 4194304 5523604 140735940629952 18446744073709551615 5333272 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 18976 14449 376 325 0 14790 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84604

[startup+51.1007 s]
/proc/loadavg: 2.33 0.64 0.61 5/470 28865
/proc/meminfo: memFree=31187444/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=87688 CPUtime=51.09 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 19260 0 0 0 5105 4 0 0 25 0 1 0 831589705 89792512 17392 33554432000 4194304 5523604 140735940629952 18446744073709551615 5333190 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 21922 17392 376 325 0 17736 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96388

[startup+102.318 s]
/proc/loadavg: 3.37 1.19 0.80 5/470 28895
/proc/meminfo: memFree=31230196/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=110944 CPUtime=102.3 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 24844 0 0 0 10224 6 0 0 25 0 1 0 831589705 113606656 22976 33554432000 4194304 5523604 140735940629952 18446744073709551615 4237045 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 27736 22976 376 325 0 23550 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 119644

[startup+162.301 s]
/proc/loadavg: 3.97 1.76 1.02 5/470 28896
/proc/meminfo: memFree=31193228/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=127524 CPUtime=162.29 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 29010 0 0 0 16220 9 0 0 25 0 1 0 831589705 130584576 27142 33554432000 4194304 5523604 140735940629952 18446744073709551615 5332818 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 31881 27142 376 325 0 27695 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 136224

[startup+222.301 s]
/proc/loadavg: 4.24 2.23 1.22 5/470 28926
/proc/meminfo: memFree=31254408/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=138252 CPUtime=222.29 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 31753 0 0 0 22218 11 0 0 25 0 1 0 831589705 141570048 29885 33554432000 4194304 5523604 140735940629952 18446744073709551615 5333190 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 34563 29885 376 325 0 30377 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 146952

[startup+282.301 s]
/proc/loadavg: 4.09 2.55 1.39 5/470 28927
/proc/meminfo: memFree=31214956/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=153776 CPUtime=282.29 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 35297 0 0 0 28217 12 0 0 25 0 1 0 831589705 157466624 33429 33554432000 4194304 5523604 140735940629952 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 38444 33429 376 325 0 34258 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 162476

[startup+342.301 s]
/proc/loadavg: 4.03 2.81 1.55 5/470 28929
/proc/meminfo: memFree=31199188/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=155056 CPUtime=342.3 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 35582 0 0 0 34217 13 0 0 25 0 1 0 831589705 158777344 33714 33554432000 4194304 5523604 140735940629952 18446744073709551615 4219732 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 38764 33714 376 325 0 34578 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 163756

[startup+402.301 s]
/proc/loadavg: 4.01 3.02 1.70 5/470 28931
/proc/meminfo: memFree=31149320/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=175384 CPUtime=402.29 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 40655 0 0 0 40214 15 0 0 25 0 1 0 831589705 179593216 38787 33554432000 4194304 5523604 140735940629952 18446744073709551615 4219982 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 43846 38787 376 325 0 39660 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 184084

[startup+462.301 s]
/proc/loadavg: 4.15 3.24 1.86 5/470 28932
/proc/meminfo: memFree=31128700/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=186220 CPUtime=462.29 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 43180 0 0 0 46213 16 0 0 25 0 1 0 831589705 190689280 41312 33554432000 4194304 5523604 140735940629952 18446744073709551615 5332729 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 46555 41312 376 325 0 42369 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 194920

[startup+522.301 s]
/proc/loadavg: 4.09 3.39 1.99 5/470 28934
/proc/meminfo: memFree=31103392/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=186220 CPUtime=522.29 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 43207 0 0 0 52213 16 0 0 25 0 1 0 831589705 190689280 41339 33554432000 4194304 5523604 140735940629952 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 46555 41339 376 325 0 42369 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 194920

[startup+582.301 s]
/proc/loadavg: 4.03 3.50 2.12 5/470 28935
/proc/meminfo: memFree=31090728/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=187520 CPUtime=582.3 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 43537 0 0 0 58213 17 0 0 25 0 1 0 831589705 192020480 41669 33554432000 4194304 5523604 140735940629952 18446744073709551615 5333428 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 46880 41669 376 325 0 42694 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 196220

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

[startup+588.701 s]
/proc/loadavg: 4.03 3.51 2.13 5/470 28936
/proc/meminfo: memFree=31090728/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=187520 CPUtime=588.7 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 43550 0 0 0 58853 17 0 0 25 0 1 0 831589705 192020480 41682 33554432000 4194304 5523604 140735940629952 18446744073709551615 5332154 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 46880 41682 376 325 0 42694 0
Current children cumulated CPU time (s) 588.7
Current children cumulated vsize (KiB) 196220

[startup+601.501 s]
/proc/loadavg: 4.02 3.53 2.16 5/470 28936
/proc/meminfo: memFree=31086884/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=187520 CPUtime=601.5 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 43603 0 0 0 60133 17 0 0 25 0 1 0 831589705 192020480 41735 33554432000 4194304 5523604 140735940629952 18446744073709551615 5333190 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 46880 41735 376 325 0 42694 0
Current children cumulated CPU time (s) 601.5
Current children cumulated vsize (KiB) 196220

[startup+607.901 s]
/proc/loadavg: 4.02 3.54 2.17 5/470 28936
/proc/meminfo: memFree=31084648/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=187520 CPUtime=607.9 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 43616 0 0 0 60773 17 0 0 25 0 1 0 831589705 192020480 41748 33554432000 4194304 5523604 140735940629952 18446744073709551615 5333103 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 46880 41748 376 325 0 42694 0
Current children cumulated CPU time (s) 607.9
Current children cumulated vsize (KiB) 196220

[startup+611.101 s]
/proc/loadavg: 4.02 3.55 2.18 5/470 28936
/proc/meminfo: memFree=31083408/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=187520 CPUtime=611.1 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 43650 0 0 0 61093 17 0 0 25 0 1 0 831589705 192020480 41782 33554432000 4194304 5523604 140735940629952 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 46880 41782 376 325 0 42694 0
Current children cumulated CPU time (s) 611.1
Current children cumulated vsize (KiB) 196220

[startup+612.719 s]
/proc/loadavg: 4.02 3.55 2.18 5/470 28936
/proc/meminfo: memFree=31081796/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=188048 CPUtime=612.72 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 43769 0 0 0 61255 17 0 0 25 0 1 0 831589705 192561152 41901 33554432000 4194304 5523604 140735940629952 18446744073709551615 5332154 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 47012 41901 376 325 0 42826 0
Current children cumulated CPU time (s) 612.72
Current children cumulated vsize (KiB) 196748

[startup+613.101 s]
/proc/loadavg: 4.02 3.55 2.18 5/470 28936
/proc/meminfo: memFree=31081796/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=188048 CPUtime=613.1 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 43786 0 0 0 61293 17 0 0 25 0 1 0 831589705 192561152 41918 33554432000 4194304 5523604 140735940629952 18446744073709551615 5333268 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 47012 41918 376 325 0 42826 0
Current children cumulated CPU time (s) 613.1
Current children cumulated vsize (KiB) 196748

[startup+613.5 s]
/proc/loadavg: 4.02 3.55 2.18 5/470 28936
/proc/meminfo: memFree=31081796/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=188180 CPUtime=613.5 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 43802 0 0 0 61333 17 0 0 25 0 1 0 831589705 192696320 41934 33554432000 4194304 5523604 140735940629952 18446744073709551615 4219880 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 47045 41934 376 325 0 42859 0
Current children cumulated CPU time (s) 613.5
Current children cumulated vsize (KiB) 196880

[startup+613.6 s]
/proc/loadavg: 4.02 3.55 2.18 5/470 28936
/proc/meminfo: memFree=31081796/32951124 swapFree=55639044/67111528
[pid=28813] ppid=28811 vsize=8700 CPUtime=0 cores=1,3
/proc/28813/stat : 28813 (rissAuto.sh) S 28811 28813 28771 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 831589705 8908800 251 33554432000 4194304 4922060 140734627846896 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28813/statm: 2175 251 211 178 0 68 0
[pid=28814] ppid=28813 vsize=188180 CPUtime=613.6 cores=1,3
/proc/28814/stat : 28814 (riss) R 28813 28813 28771 0 -1 4202496 43815 0 0 0 61343 17 0 0 25 0 1 0 831589705 192696320 41947 33554432000 4194304 5523604 140735940629952 18446744073709551615 271550194666 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28814/statm: 47045 41947 388 325 0 42859 0
Current children cumulated CPU time (s) 613.6
Current children cumulated vsize (KiB) 196880

Child status: 20
Real time (s): 613.671
CPU time (s): 613.681
CPU user time (s): 613.497
CPU system time (s): 0.183972
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 196880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 613.497
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44169
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= 9
involuntary context switches= 1882

runsolver used 2.79357 second user time and 6.71498 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-04 17:05:18
IDJOB=3472611
IDBENCH=70818
IDSOLVER=1962
FILE ID=node133/3472611-1307199918
RUNJOBID= node133-1307199918-28791
PBS_JOBID= 13509016
Free space on /tmp= 73976 MiB

SOLVER NAME= riss Auto (1200 s timeout)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.cnf
COMMAND LINE= DIR/rissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3472611-1307199918/watcher-3472611-1307199918 -o /tmp/evaluation-result-3472611-1307199918/solver-3472611-1307199918 -C 1200 -W 1300 -M 7680  HOME/rissAuto.sh HOME HOME/instance-3472611-1307199918.cnf 99702887 1200 7680 2

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=99702887

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.834
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:      31772980 kB
Buffers:        331624 kB
Cached:         545216 kB
SwapCached:      10584 kB
Active:         404852 kB
Inactive:       497172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31772980 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:            8940 kB
Writeback:           0 kB
AnonPages:       22408 kB
Mapped:          11916 kB
Slab:           153060 kB
PageTables:      53808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114892516 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73956 MiB
End job on node133 at 2011-06-04 17:15:32