Trace number 3288418

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 577.541 577.526

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
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: 7223
0.00/0.20	c parsetime: 189806us
0.00/0.20	c parsed 701694 clauses with 34510 variables
8.59/8.62	c init all components done
8.59/8.62	c ====================
8.59/8.62	c trail size: 0
577.31/577.40	c ====================
577.31/577.40	c implication/decision inf%(inf)
577.31/577.40	c decisions:           1487911
577.31/577.40	c last level:          0
577.31/577.40	c conflicts:           1175607
577.31/577.40	c restarts:            7797
577.31/577.40	c rejected_restarts    0
577.31/577.40	c removals:            20
577.31/577.40	c removed clauses:     747826
577.31/577.40	c oft clauses:         0
577.51/577.51	c solvetime: 569006720us (569s)
577.51/577.52	c memory usage (vsize): 86 MB
577.51/577.52	s UNSATISFIABLE
577.51/577.52	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-3288418-1304138763/watcher-3288418-1304138763 -o /tmp/evaluation-result-3288418-1304138763/solver-3288418-1304138763 -C 2400 -W 1300 -M 7680 HOME/riss.sh HOME HOME/instance-3288418-1304138763.cnf 1501802004 2400 7680 2 

running on 2 cores: 1,3

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/180 7222
/proc/meminfo: memFree=30630516/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0

[startup+0.078059 s]
/proc/loadavg: 2.03 2.76 3.04 4/180 7222
/proc/meminfo: memFree=30630516/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101058 s]
/proc/loadavg: 2.03 2.76 3.04 4/180 7222
/proc/meminfo: memFree=30630516/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301023 s]
/proc/loadavg: 2.03 2.76 3.04 4/180 7222
/proc/meminfo: memFree=30630516/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700947 s]
/proc/loadavg: 2.03 2.76 3.04 4/180 7222
/proc/meminfo: memFree=30630516/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5008 s]
/proc/loadavg: 2.19 2.78 3.05 5/190 7238
/proc/meminfo: memFree=30405428/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=87000 CPUtime=1.48 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 18540 0 0 0 146 2 0 0 25 0 1 0 525477113 89088000 16727 33554432000 4194304 5523604 140734804205056 18446744073709551615 4339888 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 21750 16727 327 325 0 17564 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 95700

[startup+3.10051 s]
/proc/loadavg: 2.19 2.78 3.05 5/190 7238
/proc/meminfo: memFree=30261936/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=87000 CPUtime=3.08 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 18548 0 0 0 306 2 0 0 25 0 1 0 525477113 89088000 16735 33554432000 4194304 5523604 140734804205056 18446744073709551615 18446744073699066034 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 21750 16735 327 325 0 17564 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 95700

[startup+6.30092 s]
/proc/loadavg: 2.19 2.78 3.05 5/194 7245
/proc/meminfo: memFree=30028740/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=87856 CPUtime=6.29 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 18783 0 0 0 626 3 0 0 25 0 1 0 525477113 89964544 16970 33554432000 4194304 5523604 140734804205056 18446744073709551615 4339864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 21964 16970 328 325 0 17778 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96556

[startup+12.7008 s]
/proc/loadavg: 2.69 2.87 3.08 5/194 7245
/proc/meminfo: memFree=29648668/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=110256 CPUtime=12.69 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 24387 0 0 0 1266 3 0 0 25 0 1 0 525477113 112902144 21758 33554432000 4194304 5523604 140734804205056 18446744073709551615 4252828 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 27564 21758 372 325 0 23378 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118956

[startup+25.5004 s]
/proc/loadavg: 2.89 2.91 3.09 5/194 7245
/proc/meminfo: memFree=29624256/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=112636 CPUtime=25.49 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 25000 0 0 0 2546 3 0 0 25 0 1 0 525477113 115339264 22371 33554432000 4194304 5523604 140734804205056 18446744073709551615 5333175 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 28159 22371 372 325 0 23973 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121336

[startup+51.1007 s]
/proc/loadavg: 3.27 2.99 3.11 5/194 7246
/proc/meminfo: memFree=29446528/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=116528 CPUtime=51.09 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 25941 0 0 0 5105 4 0 0 25 0 1 0 525477113 119324672 23312 33554432000 4194304 5523604 140734804205056 18446744073709551615 5333209 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 29132 23312 372 325 0 24946 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 125228

[startup+102.307 s]
/proc/loadavg: 3.76 3.18 3.16 5/194 7247
/proc/meminfo: memFree=29429676/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=121960 CPUtime=102.29 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 27280 0 0 0 10225 4 0 0 25 0 1 0 525477113 124887040 24651 33554432000 4194304 5523604 140734804205056 18446744073709551615 5332903 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 30490 24651 372 325 0 26304 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 130660

[startup+162.3 s]
/proc/loadavg: 3.91 3.32 3.21 5/194 7249
/proc/meminfo: memFree=29415872/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=126424 CPUtime=162.3 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 28293 0 0 0 16225 5 0 0 25 0 1 0 525477113 129458176 25664 33554432000 4194304 5523604 140734804205056 18446744073709551615 5331970 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 31606 25664 372 325 0 27420 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 135124

[startup+222.3 s]
/proc/loadavg: 3.97 3.44 3.26 5/194 7251
/proc/meminfo: memFree=29399464/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=131384 CPUtime=222.29 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 29552 0 0 0 22224 5 0 0 25 0 1 0 525477113 134537216 26923 33554432000 4194304 5523604 140734804205056 18446744073709551615 5333190 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 32846 26923 372 325 0 28660 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 140084

[startup+282.3 s]
/proc/loadavg: 3.98 3.54 3.30 5/194 7252
/proc/meminfo: memFree=29381928/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=139716 CPUtime=282.3 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 31365 0 0 0 28224 6 0 0 25 0 1 0 525477113 143069184 28736 33554432000 4194304 5523604 140734804205056 18446744073709551615 4252804 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 34929 28736 372 325 0 30743 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 148416

[startup+342.3 s]
/proc/loadavg: 3.99 3.62 3.34 5/194 7282
/proc/meminfo: memFree=29534884/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=139716 CPUtime=342.3 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 31376 0 0 0 34224 6 0 0 25 0 1 0 525477113 143069184 28747 33554432000 4194304 5523604 140734804205056 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 34929 28747 372 325 0 30743 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 148416

[startup+402.301 s]
/proc/loadavg: 3.99 3.69 3.38 5/194 7283
/proc/meminfo: memFree=29492688/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=153776 CPUtime=402.3 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 34936 0 0 0 40223 7 0 0 25 0 1 0 525477113 157466624 32307 33554432000 4194304 5523604 140734804205056 18446744073709551615 5332258 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 38444 32307 373 325 0 34258 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 162476

[startup+462.301 s]
/proc/loadavg: 3.99 3.74 3.42 5/194 7285
/proc/meminfo: memFree=29473668/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=156804 CPUtime=462.3 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 35671 0 0 0 46223 7 0 0 25 0 1 0 525477113 160567296 33042 33554432000 4194304 5523604 140734804205056 18446744073709551615 5333172 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 39201 33042 373 325 0 35015 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 165504

[startup+522.301 s]
/proc/loadavg: 4.03 3.80 3.46 5/194 7287
/proc/meminfo: memFree=29465564/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=156804 CPUtime=522.3 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 35708 0 0 0 52223 7 0 0 25 0 1 0 525477113 160567296 33079 33554432000 4194304 5523604 140734804205056 18446744073709551615 5333209 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 39201 33079 373 325 0 35015 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 165504

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

[startup+537.501 s]
/proc/loadavg: 4.02 3.81 3.46 5/194 7287
/proc/meminfo: memFree=29458476/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=156952 CPUtime=537.5 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 35769 0 0 0 53743 7 0 0 25 0 1 0 525477113 160718848 33140 33554432000 4194304 5523604 140734804205056 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 39238 33140 373 325 0 35052 0
Current children cumulated CPU time (s) 537.5
Current children cumulated vsize (KiB) 165652

[startup+563.101 s]
/proc/loadavg: 4.01 3.82 3.48 5/194 7288
/proc/meminfo: memFree=29448780/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=159220 CPUtime=563.11 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 36350 0 0 0 56303 8 0 0 25 0 1 0 525477113 163041280 33721 33554432000 4194304 5523604 140734804205056 18446744073709551615 5332870 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 39805 33721 373 325 0 35619 0
Current children cumulated CPU time (s) 563.11
Current children cumulated vsize (KiB) 167920

[startup+569.501 s]
/proc/loadavg: 4.01 3.83 3.48 5/194 7316
/proc/meminfo: memFree=29565452/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=159880 CPUtime=569.51 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 36544 0 0 0 56943 8 0 0 25 0 1 0 525477113 163717120 33915 33554432000 4194304 5523604 140734804205056 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 39970 33915 373 325 0 35784 0
Current children cumulated CPU time (s) 569.51
Current children cumulated vsize (KiB) 168580

[startup+572.7 s]
/proc/loadavg: 4.01 3.83 3.48 5/194 7316
/proc/meminfo: memFree=29563096/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=160280 CPUtime=572.7 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 36646 0 0 0 57262 8 0 0 25 0 1 0 525477113 164126720 34017 33554432000 4194304 5523604 140734804205056 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 40070 34017 373 325 0 35884 0
Current children cumulated CPU time (s) 572.7
Current children cumulated vsize (KiB) 168980

[startup+575.901 s]
/proc/loadavg: 4.01 3.83 3.48 5/194 7316
/proc/meminfo: memFree=29561580/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=160676 CPUtime=575.91 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 36747 0 0 0 57583 8 0 0 25 0 1 0 525477113 164532224 34118 33554432000 4194304 5523604 140734804205056 18446744073709551615 5333099 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 40169 34118 373 325 0 35983 0
Current children cumulated CPU time (s) 575.91
Current children cumulated vsize (KiB) 169376

[startup+576.701 s]
/proc/loadavg: 4.01 3.83 3.48 5/194 7316
/proc/meminfo: memFree=29560588/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=160808 CPUtime=576.71 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 36772 0 0 0 57663 8 0 0 25 0 1 0 525477113 164667392 34143 33554432000 4194304 5523604 140734804205056 18446744073709551615 222921177584 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 40202 34143 373 325 0 36016 0
Current children cumulated CPU time (s) 576.71
Current children cumulated vsize (KiB) 169508

[startup+577.101 s]
/proc/loadavg: 4.01 3.83 3.48 5/194 7316
/proc/meminfo: memFree=29560588/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=160808 CPUtime=577.11 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 36783 0 0 0 57703 8 0 0 25 0 1 0 525477113 164667392 34154 33554432000 4194304 5523604 140734804205056 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 40202 34154 373 325 0 36016 0
Current children cumulated CPU time (s) 577.11
Current children cumulated vsize (KiB) 169508

[startup+577.507 s]
/proc/loadavg: 4.01 3.83 3.48 5/194 7316
/proc/meminfo: memFree=29559604/32951124 swapFree=67110188/67111528
[pid=7222] ppid=7220 vsize=8700 CPUtime=0 cores=1,3
/proc/7222/stat : 7222 (riss.sh) S 7220 7222 6712 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 525477113 8908800 251 33554432000 4194304 4922060 140733601206576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7222/statm: 2175 251 211 178 0 68 0
[pid=7223] ppid=7222 vsize=160808 CPUtime=577.51 cores=1,3
/proc/7223/stat : 7223 (riss) R 7222 7222 6712 0 -1 4202496 36804 0 0 0 57743 8 0 0 25 0 1 0 525477113 164667392 34175 33554432000 4194304 5523604 140734804205056 18446744073709551615 222921432417 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7223/statm: 40202 34175 386 325 0 36016 0
Current children cumulated CPU time (s) 577.51
Current children cumulated vsize (KiB) 169508

Child status: 20
Real time (s): 577.526
CPU time (s): 577.541
CPU user time (s): 577.45
CPU system time (s): 0.090986
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 169508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 577.45
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37158
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= 850

runsolver used 0.895863 second user time and 2.26066 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-30 06:46:04
IDJOB=3288418
IDBENCH=82496
IDSOLVER=1598
FILE ID=node109/3288418-1304138763
RUNJOBID= node109-1304138763-7200
PBS_JOBID= 13170817
Free space on /tmp= 72968 MiB

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

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
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:      30631284 kB
Buffers:        771360 kB
Cached:        1084036 kB
SwapCached:        712 kB
Active:         184368 kB
Inactive:      1745840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30631284 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           64864 kB
Writeback:           0 kB
AnonPages:       73920 kB
Mapped:          14400 kB
Slab:           326304 kB
PageTables:       5508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   203948 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= 72884 MiB
End job on node109 at 2011-04-30 06:55:41