Trace number 3293204

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
riss AutoUNSAT 606.34 606.328

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0421
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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: 29627
0.00/0.01	c setup for 2400s
0.00/0.08	c parsetime: 67024us
0.00/0.08	c parsed 305160 clauses with 11313 variables
7.99/8.01	c init all components done
7.99/8.01	c ====================
7.99/8.01	c trail size: 9
606.20/606.20	c ====================
606.20/606.20	c implication/decision inf%(inf)
606.20/606.20	c decisions:           1654557
606.20/606.20	c last level:          0
606.20/606.20	c conflicts:           1221621
606.20/606.20	c restarts:            8096
606.20/606.20	c rejected_restarts    0
606.20/606.20	c removals:            20
606.20/606.20	c removed clauses:     747951
606.20/606.20	c oft clauses:         0
606.30/606.31	c solvetime: 598349447us (598s)
606.30/606.32	c memory usage (vsize): 72 MB
606.30/606.32	s UNSATISFIABLE
606.30/606.32	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-3293204-1304143548/watcher-3293204-1304143548 -o /tmp/evaluation-result-3293204-1304143548/solver-3293204-1304143548 -C 2400 -W 1300 -M 7680 HOME/rissAuto.sh HOME HOME/instance-3293204-1304143548.cnf 1168415853 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.62 3.68 3.93 5/192 29626
/proc/meminfo: memFree=30899456/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0

[startup+0.0843751 s]
/proc/loadavg: 2.62 3.68 3.93 5/192 29626
/proc/meminfo: memFree=30899456/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100372 s]
/proc/loadavg: 2.62 3.68 3.93 5/192 29626
/proc/meminfo: memFree=30899456/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300333 s]
/proc/loadavg: 2.62 3.68 3.93 5/192 29626
/proc/meminfo: memFree=30899456/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700276 s]
/proc/loadavg: 2.62 3.68 3.93 5/192 29626
/proc/meminfo: memFree=30899456/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50112 s]
/proc/loadavg: 2.62 3.68 3.93 5/194 29628
/proc/meminfo: memFree=30843648/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=60412 CPUtime=1.48 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 19323 0 0 0 146 2 0 0 19 0 1 0 506771088 61861888 10825 33554432000 4194304 5523604 140736426116448 18446744073709551615 212039352970 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 15103 10825 329 325 0 10917 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 69112

[startup+3.10084 s]
/proc/loadavg: 2.62 3.68 3.93 5/194 29628
/proc/meminfo: memFree=30833852/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=64504 CPUtime=3.09 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 20414 0 0 0 306 3 0 0 25 0 1 0 506771088 66052096 11916 33554432000 4194304 5523604 140736426116448 18446744073709551615 4339338 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 16126 11916 329 325 0 11940 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73204

[startup+6.30026 s]
/proc/loadavg: 2.73 3.69 3.93 5/194 29628
/proc/meminfo: memFree=30822948/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=67408 CPUtime=6.29 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 21168 0 0 0 626 3 0 0 25 0 1 0 506771088 69025792 12670 33554432000 4194304 5523604 140736426116448 18446744073709551615 4339338 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 16852 12670 330 325 0 12666 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76108

[startup+12.7011 s]
/proc/loadavg: 2.75 3.67 3.93 5/194 29739
/proc/meminfo: memFree=30764204/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=78764 CPUtime=12.69 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 28807 0 0 0 1265 4 0 0 25 0 1 0 506771088 80654336 15395 33554432000 4194304 5523604 140736426116448 18446744073709551615 5327335 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 19691 15395 374 325 0 15505 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87464

[startup+25.5008 s]
/proc/loadavg: 3.03 3.69 3.93 5/194 29740
/proc/meminfo: memFree=30745808/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=84788 CPUtime=25.49 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 30286 0 0 0 2545 4 0 0 25 0 1 0 506771088 86822912 16874 33554432000 4194304 5523604 140736426116448 18446744073709551615 5333095 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 21197 16874 374 325 0 17011 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93488

[startup+51.1003 s]
/proc/loadavg: 3.36 3.71 3.93 5/194 29740
/proc/meminfo: memFree=30719520/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=92868 CPUtime=51.09 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 32136 0 0 0 5104 5 0 0 25 0 1 0 506771088 95096832 18724 33554432000 4194304 5523604 140736426116448 18446744073709551615 5333099 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 23217 18724 374 325 0 19031 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 101568

[startup+102.307 s]
/proc/loadavg: 3.72 3.75 3.93 5/194 29742
/proc/meminfo: memFree=30682784/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=99528 CPUtime=102.3 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 33604 0 0 0 10225 5 0 0 25 0 1 0 506771088 101916672 20192 33554432000 4194304 5523604 140736426116448 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 24882 20192 374 325 0 20696 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 108228

[startup+162.3 s]
/proc/loadavg: 3.89 3.80 3.93 5/194 29743
/proc/meminfo: memFree=30649380/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=106284 CPUtime=162.3 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 35272 0 0 0 16224 6 0 0 25 0 1 0 506771088 108834816 21860 33554432000 4194304 5523604 140736426116448 18446744073709551615 5333190 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 26571 21860 374 325 0 22385 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 114984

[startup+222.301 s]
/proc/loadavg: 4.03 3.85 3.93 5/194 29745
/proc/meminfo: memFree=30613248/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=116516 CPUtime=222.29 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 37369 0 0 0 22223 6 0 0 25 0 1 0 506771088 119312384 23957 33554432000 4194304 5523604 140736426116448 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 29129 23957 374 325 0 24943 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 125216

[startup+282.301 s]
/proc/loadavg: 4.01 3.87 3.93 5/194 29747
/proc/meminfo: memFree=30587144/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=116516 CPUtime=282.29 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 37423 0 0 0 28223 6 0 0 25 0 1 0 506771088 119312384 24011 33554432000 4194304 5523604 140736426116448 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 29129 24011 374 325 0 24943 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 125216

[startup+342.3 s]
/proc/loadavg: 4.00 3.89 3.93 5/194 29748
/proc/meminfo: memFree=30563296/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=122936 CPUtime=342.29 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 39001 0 0 0 34222 7 0 0 25 0 1 0 506771088 125886464 25589 33554432000 4194304 5523604 140736426116448 18446744073709551615 5332937 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 30734 25589 374 325 0 26548 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 131636

[startup+402.301 s]
/proc/loadavg: 4.04 3.92 3.94 5/194 29750
/proc/meminfo: memFree=30543304/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=127296 CPUtime=402.3 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 39965 0 0 0 40222 8 0 0 25 0 1 0 506771088 130351104 26553 33554432000 4194304 5523604 140736426116448 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 31824 26553 374 325 0 27638 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 135996

[startup+462.301 s]
/proc/loadavg: 4.07 3.95 3.94 5/194 29751
/proc/meminfo: memFree=30519700/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=127296 CPUtime=462.3 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 40006 0 0 0 46222 8 0 0 25 0 1 0 506771088 130351104 26594 33554432000 4194304 5523604 140736426116448 18446744073709551615 5333411 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 31824 26594 374 325 0 27638 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 135996

[startup+522.301 s]
/proc/loadavg: 4.02 3.96 3.94 5/194 29753
/proc/meminfo: memFree=30497336/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=127716 CPUtime=522.3 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 40260 0 0 0 52222 8 0 0 25 0 1 0 506771088 130781184 26848 33554432000 4194304 5523604 140736426116448 18446744073709551615 5333086 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 31929 26848 374 325 0 27743 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 136416

[startup+582.3 s]
/proc/loadavg: 4.01 3.96 3.94 5/194 29755
/proc/meminfo: memFree=30485128/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=133636 CPUtime=582.3 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 41666 0 0 0 58221 9 0 0 25 0 1 0 506771088 136843264 28254 33554432000 4194304 5523604 140736426116448 18446744073709551615 5333089 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 33409 28254 374 325 0 29223 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 142336

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

[startup+588.7 s]
/proc/loadavg: 4.01 3.96 3.94 5/194 29755
/proc/meminfo: memFree=30483128/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=134168 CPUtime=588.7 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 41785 0 0 0 58861 9 0 0 25 0 1 0 506771088 137388032 28373 33554432000 4194304 5523604 140736426116448 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 33542 28373 374 325 0 29356 0
Current children cumulated CPU time (s) 588.7
Current children cumulated vsize (KiB) 142868

[startup+595.107 s]
/proc/loadavg: 4.00 3.96 3.94 5/194 29755
/proc/meminfo: memFree=30481380/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=134564 CPUtime=595.11 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 41899 0 0 0 59502 9 0 0 25 0 1 0 506771088 137793536 28487 33554432000 4194304 5523604 140736426116448 18446744073709551615 5333307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 33641 28487 374 325 0 29455 0
Current children cumulated CPU time (s) 595.11
Current children cumulated vsize (KiB) 143264

[startup+601.501 s]
/proc/loadavg: 4.00 3.96 3.94 5/194 29755
/proc/meminfo: memFree=30479892/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=134984 CPUtime=601.5 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 42003 0 0 0 60141 9 0 0 25 0 1 0 506771088 138223616 28591 33554432000 4194304 5523604 140736426116448 18446744073709551615 5332937 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 33746 28591 374 325 0 29560 0
Current children cumulated CPU time (s) 601.5
Current children cumulated vsize (KiB) 143684

[startup+604.7 s]
/proc/loadavg: 4.00 3.96 3.94 5/194 29755
/proc/meminfo: memFree=30479144/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=135116 CPUtime=604.7 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 42041 0 0 0 60461 9 0 0 25 0 1 0 506771088 138358784 28629 33554432000 4194304 5523604 140736426116448 18446744073709551615 5333564 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 33779 28629 374 325 0 29593 0
Current children cumulated CPU time (s) 604.7
Current children cumulated vsize (KiB) 143816

[startup+605.501 s]
/proc/loadavg: 4.00 3.96 3.94 5/194 29755
/proc/meminfo: memFree=30478896/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=135116 CPUtime=605.5 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 42057 0 0 0 60541 9 0 0 25 0 1 0 506771088 138358784 28645 33554432000 4194304 5523604 140736426116448 18446744073709551615 5332916 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 33779 28645 374 325 0 29593 0
Current children cumulated CPU time (s) 605.5
Current children cumulated vsize (KiB) 143816

[startup+605.901 s]
/proc/loadavg: 4.00 3.96 3.94 5/194 29755
/proc/meminfo: memFree=30478896/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=135116 CPUtime=605.9 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 42069 0 0 0 60581 9 0 0 25 0 1 0 506771088 138358784 28657 33554432000 4194304 5523604 140736426116448 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 33779 28657 374 325 0 29593 0
Current children cumulated CPU time (s) 605.9
Current children cumulated vsize (KiB) 143816

[startup+606.301 s]
/proc/loadavg: 4.00 3.96 3.94 5/194 29755
/proc/meminfo: memFree=30478524/32951124 swapFree=67106388/67111528
[pid=29626] ppid=29624 vsize=8700 CPUtime=0 cores=1,3
/proc/29626/stat : 29626 (rissAuto.sh) S 29624 29626 29029 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 506771088 8908800 251 33554432000 4194304 4922060 140734255000640 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29626/statm: 2175 251 211 178 0 68 0
[pid=29627] ppid=29626 vsize=135116 CPUtime=606.3 cores=1,3
/proc/29627/stat : 29627 (riss) R 29626 29626 29029 0 -1 4202496 42081 0 0 0 60621 9 0 0 25 0 1 0 506771088 138358784 28669 33554432000 4194304 5523604 140736426116448 18446744073709551615 212039304143 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29627/statm: 33779 28669 386 325 0 29593 0
Current children cumulated CPU time (s) 606.3
Current children cumulated vsize (KiB) 143816

Child status: 20
Real time (s): 606.328
CPU time (s): 606.34
CPU user time (s): 606.238
CPU system time (s): 0.101984
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 143816

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

runsolver used 0.954854 second user time and 2.35764 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 08:05:48
IDJOB=3293204
IDBENCH=88066
IDSOLVER=1600
FILE ID=node146/3293204-1304143548
RUNJOBID= node146-1304143548-29583
PBS_JOBID= 13170845
Free space on /tmp= 73340 MiB

SOLVER NAME= riss Auto
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= DIR/rissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293204-1304143548/watcher-3293204-1304143548 -o /tmp/evaluation-result-3293204-1304143548/solver-3293204-1304143548 -C 2400 -W 1300 -M 7680  HOME/rissAuto.sh HOME HOME/instance-3293204-1304143548.cnf 1168415853 2400 7680 2

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=1168415853

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.75
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.830
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:      30899736 kB
Buffers:        413312 kB
Cached:        1100160 kB
SwapCached:        668 kB
Active:         224900 kB
Inactive:      1452316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30899736 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:           12580 kB
Writeback:           0 kB
AnonPages:      163152 kB
Mapped:          15108 kB
Slab:           309944 kB
PageTables:       5504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   352300 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= 73332 MiB
End job on node146 at 2011-04-30 08:15:55