Trace number 3288464

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 1.0UNSAT 565.904 565.887

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.343
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
Number of clauses of size 50
Number of clauses of size over 50

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: 7230
0.00/0.22	c parsetime: 206886us
0.00/0.22	c parsed 763101 clauses with 33320 variables
9.59/9.67	c init all components done
9.59/9.67	c ====================
9.59/9.67	c trail size: 0
565.70/565.76	c ====================
565.70/565.76	c implication/decision inf%(inf)
565.70/565.76	c decisions:           1463838
565.70/565.76	c last level:          0
565.70/565.76	c conflicts:           1158234
565.70/565.76	c restarts:            7681
565.70/565.76	c rejected_restarts    0
565.70/565.76	c removals:            20
565.70/565.76	c removed clauses:     747858
565.70/565.76	c oft clauses:         0
565.80/565.87	c solvetime: 556328720us (556s)
565.80/565.88	c memory usage (vsize): 86 MB
565.80/565.88	s UNSATISFIABLE
565.80/565.88	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-3288464-1304138763/watcher-3288464-1304138763 -o /tmp/evaluation-result-3288464-1304138763/solver-3288464-1304138763 -C 2400 -W 1300 -M 7680 HOME/riss.sh HOME HOME/instance-3288464-1304138763.cnf 1501802004 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: 2.03 2.76 3.04 4/184 7229
/proc/meminfo: memFree=30589464/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0

[startup+0.0875849 s]
/proc/loadavg: 2.03 2.76 3.04 4/184 7229
/proc/meminfo: memFree=30589464/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100581 s]
/proc/loadavg: 2.03 2.76 3.04 4/184 7229
/proc/meminfo: memFree=30589464/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300547 s]
/proc/loadavg: 2.03 2.76 3.04 4/184 7229
/proc/meminfo: memFree=30589464/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700493 s]
/proc/loadavg: 2.03 2.76 3.04 4/184 7229
/proc/meminfo: memFree=30589464/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50032 s]
/proc/loadavg: 2.19 2.78 3.05 5/190 7238
/proc/meminfo: memFree=30400112/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=87240 CPUtime=1.49 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 18773 0 0 0 146 3 0 0 25 0 1 0 525477124 89333760 16988 33554432000 4194304 5523604 140733297247456 18446744073709551615 4339338 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 21810 16988 327 325 0 17624 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95940

[startup+3.10105 s]
/proc/loadavg: 2.19 2.78 3.05 5/190 7238
/proc/meminfo: memFree=30258124/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=87240 CPUtime=3.09 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 18773 0 0 0 306 3 0 0 25 0 1 0 525477124 89333760 16988 33554432000 4194304 5523604 140733297247456 18446744073709551615 4339876 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 21810 16988 327 325 0 17624 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95940

[startup+6.30045 s]
/proc/loadavg: 2.19 2.78 3.05 5/194 7245
/proc/meminfo: memFree=30027376/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=88492 CPUtime=6.29 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 19078 0 0 0 626 3 0 0 25 0 1 0 525477124 90615808 17293 33554432000 4194304 5523604 140733297247456 18446744073709551615 4349408 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 22123 17293 328 325 0 17937 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97192

[startup+12.7003 s]
/proc/loadavg: 2.69 2.87 3.08 5/194 7245
/proc/meminfo: memFree=29648420/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=111576 CPUtime=12.69 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 24869 0 0 0 1266 3 0 0 25 0 1 0 525477124 114253824 22296 33554432000 4194304 5523604 140733297247456 18446744073709551615 5333190 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 27894 22296 372 325 0 23708 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120276

[startup+25.501 s]
/proc/loadavg: 2.89 2.91 3.09 5/194 7245
/proc/meminfo: memFree=29624008/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=114312 CPUtime=25.5 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 25529 0 0 0 2546 4 0 0 25 0 1 0 525477124 117055488 22956 33554432000 4194304 5523604 140733297247456 18446744073709551615 5333397 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 28578 22956 372 325 0 24392 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 123012

[startup+51.1003 s]
/proc/loadavg: 3.27 2.99 3.11 5/194 7246
/proc/meminfo: memFree=29446404/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=117488 CPUtime=51.09 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 26324 0 0 0 5105 4 0 0 25 0 1 0 525477124 120307712 23751 33554432000 4194304 5523604 140733297247456 18446744073709551615 5333142 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 29372 23751 372 325 0 25186 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 126188

[startup+102.307 s]
/proc/loadavg: 3.76 3.18 3.16 5/194 7247
/proc/meminfo: memFree=29429676/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=123612 CPUtime=102.29 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 27838 0 0 0 10225 4 0 0 25 0 1 0 525477124 126578688 25265 33554432000 4194304 5523604 140733297247456 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 30903 25265 372 325 0 26717 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 132312

[startup+162.301 s]
/proc/loadavg: 3.91 3.32 3.21 5/194 7249
/proc/meminfo: memFree=29415872/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=127812 CPUtime=162.3 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 28769 0 0 0 16225 5 0 0 25 0 1 0 525477124 130879488 26196 33554432000 4194304 5523604 140733297247456 18446744073709551615 5333139 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 31953 26196 372 325 0 27767 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 136512

[startup+222.301 s]
/proc/loadavg: 3.97 3.44 3.26 5/194 7251
/proc/meminfo: memFree=29399340/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=132844 CPUtime=222.3 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 30053 0 0 0 22225 5 0 0 25 0 1 0 525477124 136032256 27480 33554432000 4194304 5523604 140733297247456 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 33211 27480 372 325 0 29025 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 141544

[startup+282.301 s]
/proc/loadavg: 3.98 3.54 3.30 5/194 7252
/proc/meminfo: memFree=29381928/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=139360 CPUtime=282.3 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 31504 0 0 0 28224 6 0 0 25 0 1 0 525477124 142704640 28931 33554432000 4194304 5523604 140733297247456 18446744073709551615 222921437893 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 34840 28931 372 325 0 30654 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 148060

[startup+342.301 s]
/proc/loadavg: 3.99 3.62 3.34 5/194 7282
/proc/meminfo: memFree=29534760/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=141176 CPUtime=342.3 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 31858 0 0 0 34224 6 0 0 25 0 1 0 525477124 144564224 29285 33554432000 4194304 5523604 140733297247456 18446744073709551615 5332776 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 35294 29285 372 325 0 31108 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 149876

[startup+402.301 s]
/proc/loadavg: 3.99 3.69 3.38 5/194 7283
/proc/meminfo: memFree=29492564/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=153820 CPUtime=402.3 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 35044 0 0 0 40223 7 0 0 25 0 1 0 525477124 157511680 32471 33554432000 4194304 5523604 140733297247456 18446744073709551615 5333190 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 38455 32471 373 325 0 34269 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 162520

[startup+462.301 s]
/proc/loadavg: 3.99 3.74 3.42 5/194 7285
/proc/meminfo: memFree=29473668/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=158064 CPUtime=462.3 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 36095 0 0 0 46222 8 0 0 25 0 1 0 525477124 161857536 33522 33554432000 4194304 5523604 140733297247456 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 39516 33522 373 325 0 35330 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 166764

[startup+522.301 s]
/proc/loadavg: 4.03 3.80 3.46 5/194 7287
/proc/meminfo: memFree=29465564/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=158508 CPUtime=522.31 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 36258 0 0 0 52223 8 0 0 25 0 1 0 525477124 162312192 33685 33554432000 4194304 5523604 140733297247456 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 39627 33685 373 325 0 35441 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 167208

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

[startup+537.5 s]
/proc/loadavg: 4.02 3.81 3.46 5/194 7287
/proc/meminfo: memFree=29458352/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=158788 CPUtime=537.51 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 36300 0 0 0 53743 8 0 0 25 0 1 0 525477124 162598912 33727 33554432000 4194304 5523604 140733297247456 18446744073709551615 4219774 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 39697 33727 373 325 0 35511 0
Current children cumulated CPU time (s) 537.51
Current children cumulated vsize (KiB) 167488

[startup+550.301 s]
/proc/loadavg: 4.02 3.82 3.47 5/194 7287
/proc/meminfo: memFree=29452144/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=159460 CPUtime=550.31 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 36466 0 0 0 55023 8 0 0 25 0 1 0 525477124 163287040 33893 33554432000 4194304 5523604 140733297247456 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 39865 33893 373 325 0 35679 0
Current children cumulated CPU time (s) 550.31
Current children cumulated vsize (KiB) 168160

[startup+556.701 s]
/proc/loadavg: 4.02 3.82 3.47 5/194 7287
/proc/meminfo: memFree=29450404/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=160260 CPUtime=556.7 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 36689 0 0 0 55662 8 0 0 25 0 1 0 525477124 164106240 34116 33554432000 4194304 5523604 140733297247456 18446744073709551615 5333287 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 40065 34116 373 325 0 35879 0
Current children cumulated CPU time (s) 556.7
Current children cumulated vsize (KiB) 168960

[startup+559.907 s]
/proc/loadavg: 4.02 3.82 3.47 5/194 7288
/proc/meminfo: memFree=29449408/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=160668 CPUtime=559.91 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 36798 0 0 0 55983 8 0 0 25 0 1 0 525477124 164524032 34225 33554432000 4194304 5523604 140733297247456 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 40167 34225 373 325 0 35981 0
Current children cumulated CPU time (s) 559.91
Current children cumulated vsize (KiB) 169368

[startup+563.101 s]
/proc/loadavg: 4.01 3.82 3.48 5/194 7288
/proc/meminfo: memFree=29448656/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=161064 CPUtime=563.11 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 36900 0 0 0 56303 8 0 0 25 0 1 0 525477124 164929536 34327 33554432000 4194304 5523604 140733297247456 18446744073709551615 5333268 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 40266 34327 373 325 0 36080 0
Current children cumulated CPU time (s) 563.11
Current children cumulated vsize (KiB) 169764

[startup+564.7 s]
/proc/loadavg: 4.01 3.82 3.48 5/194 7288
/proc/meminfo: memFree=29448532/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=161196 CPUtime=564.7 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 36934 0 0 0 56462 8 0 0 25 0 1 0 525477124 165064704 34361 33554432000 4194304 5523604 140733297247456 18446744073709551615 5333209 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 40299 34361 373 325 0 36113 0
Current children cumulated CPU time (s) 564.7
Current children cumulated vsize (KiB) 169896

[startup+565.501 s]
/proc/loadavg: 4.01 3.82 3.48 5/194 7288
/proc/meminfo: memFree=29448160/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=161328 CPUtime=565.5 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 36955 0 0 0 56542 8 0 0 25 0 1 0 525477124 165199872 34382 33554432000 4194304 5523604 140733297247456 18446744073709551615 5333268 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 40332 34382 373 325 0 36146 0
Current children cumulated CPU time (s) 565.5
Current children cumulated vsize (KiB) 170028

[startup+565.701 s]
/proc/loadavg: 4.01 3.82 3.48 5/194 7288
/proc/meminfo: memFree=29448160/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=161328 CPUtime=565.7 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 36960 0 0 0 56562 8 0 0 25 0 1 0 525477124 165199872 34387 33554432000 4194304 5523604 140733297247456 18446744073709551615 5333282 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 40332 34387 373 325 0 36146 0
Current children cumulated CPU time (s) 565.7
Current children cumulated vsize (KiB) 170028

[startup+565.801 s]
/proc/loadavg: 4.01 3.82 3.48 5/194 7288
/proc/meminfo: memFree=29448160/32951124 swapFree=67110188/67111528
[pid=7229] ppid=7227 vsize=8700 CPUtime=0 cores=4,6
/proc/7229/stat : 7229 (riss.sh) S 7227 7229 6712 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 525477124 8908800 251 33554432000 4194304 4922060 140733847637072 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7229/statm: 2175 251 211 178 0 68 0
[pid=7230] ppid=7229 vsize=161328 CPUtime=565.8 cores=4,6
/proc/7230/stat : 7230 (riss) R 7229 7229 6712 0 -1 4202496 36975 0 0 0 56572 8 0 0 25 0 1 0 525477124 165199872 34402 33554432000 4194304 5523604 140733297247456 18446744073709551615 222921432987 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7230/statm: 40332 34402 386 325 0 36146 0
Current children cumulated CPU time (s) 565.8
Current children cumulated vsize (KiB) 170028

Child status: 20
Real time (s): 565.887
CPU time (s): 565.904
CPU user time (s): 565.808
CPU system time (s): 0.095985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 170028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 565.808
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37328
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= 8
involuntary context switches= 1241

runsolver used 1.01885 second user time and 2.07168 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-30 06:46:04
IDJOB=3288464
IDBENCH=82497
IDSOLVER=1598
FILE ID=node109/3288464-1304138763
RUNJOBID= node109-1304138763-7199
PBS_JOBID= 13170817
Free space on /tmp= 72960 MiB

SOLVER NAME= riss 1.0
BENCH NAME= SAT11/application/manthey/traffic/traffic_f_unknown.cnf
COMMAND LINE= DIR/riss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288464-1304138763/watcher-3288464-1304138763 -o /tmp/evaluation-result-3288464-1304138763/solver-3288464-1304138763 -C 2400 -W 1300 -M 7680  HOME/riss.sh HOME HOME/instance-3288464-1304138763.cnf 1501802004 2400 7680 2

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=1501802004

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.809
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.75
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30589744 kB
Buffers:        771372 kB
Cached:        1094112 kB
SwapCached:        712 kB
Active:         234604 kB
Inactive:      1736552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30589744 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           74564 kB
Writeback:           0 kB
AnonPages:      103408 kB
Mapped:          14788 kB
Slab:           326824 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   257100 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= 72868 MiB
End job on node109 at 2011-04-30 06:55:30