Trace number 3282532

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 576.029 576.035

General information on the benchmark

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

Solver Data

0.00/0.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: 3476
0.00/0.01	c setup for 2400s
0.00/0.02	c parsetime: 8773us
0.00/0.02	c parsed 39143 clauses with 13240 variables
0.00/0.60	c init all components done
0.00/0.60	c ====================
0.00/0.60	c trail size: 83
575.88/575.92	c ====================
575.88/575.92	c implication/decision inf%(inf)
575.88/575.92	c decisions:           3137158
575.88/575.92	c last level:          0
575.88/575.92	c conflicts:           1164641
575.88/575.92	c restarts:            7698
575.88/575.92	c rejected_restarts    0
575.88/575.92	c removals:            20
575.88/575.92	c removed clauses:     744416
575.88/575.92	c oft clauses:         0
575.98/576.02	c solvetime: 575431055us (575s)
575.98/576.03	c memory usage (vsize): 51 MB
575.98/576.03	s UNSATISFIABLE
575.98/576.03	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-3282532-1304134619/watcher-3282532-1304134619 -o /tmp/evaluation-result-3282532-1304134619/solver-3282532-1304134619 -C 2400 -W 1300 -M 7680 HOME/rissAuto.sh HOME HOME/instance-3282532-1304134619.cnf 1236622266 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: 3.16 4.23 5.79 4/178 3475
/proc/meminfo: memFree=25170924/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0

[startup+0.036363 s]
/proc/loadavg: 3.16 4.23 5.79 4/178 3475
/proc/meminfo: memFree=25170924/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100362 s]
/proc/loadavg: 3.16 4.23 5.79 4/178 3475
/proc/meminfo: memFree=25170924/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300328 s]
/proc/loadavg: 3.16 4.23 5.79 4/178 3475
/proc/meminfo: memFree=25170924/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700242 s]
/proc/loadavg: 3.16 4.23 5.79 4/178 3475
/proc/meminfo: memFree=25170924/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5011 s]
/proc/loadavg: 3.16 4.23 5.79 5/194 3505
/proc/meminfo: memFree=24893324/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=60452 CPUtime=1.49 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 12553 0 0 0 148 1 0 0 25 0 1 0 505877758 61902848 10685 33554432000 4194304 5523604 140736915803120 18446744073709551615 5331581 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 15113 10685 375 325 0 10927 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69152

[startup+3.10082 s]
/proc/loadavg: 3.16 4.23 5.79 5/194 3505
/proc/meminfo: memFree=24880108/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=61252 CPUtime=3.09 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 12731 0 0 0 308 1 0 0 25 0 1 0 505877758 62722048 10863 33554432000 4194304 5523604 140736915803120 18446744073709551615 233509964672 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 15313 10863 375 325 0 11127 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69952

[startup+6.30025 s]
/proc/loadavg: 3.30 4.24 5.79 5/194 3505
/proc/meminfo: memFree=24860264/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=63084 CPUtime=6.29 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 13194 0 0 0 627 2 0 0 25 0 1 0 505877758 64598016 11326 33554432000 4194304 5523604 140736915803120 18446744073709551615 5318590 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 15771 11326 375 325 0 11585 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71784

[startup+12.7011 s]
/proc/loadavg: 3.36 4.24 5.78 5/194 3506
/proc/meminfo: memFree=24811156/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=66404 CPUtime=12.69 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 13971 0 0 0 1267 2 0 0 25 0 1 0 505877758 67997696 12103 33554432000 4194304 5523604 140736915803120 18446744073709551615 5333121 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 16601 12103 375 325 0 12415 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75104

[startup+25.5008 s]
/proc/loadavg: 3.50 4.22 5.75 5/194 3506
/proc/meminfo: memFree=24759544/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=74920 CPUtime=25.49 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 16068 0 0 0 2546 3 0 0 25 0 1 0 505877758 76718080 14200 33554432000 4194304 5523604 140736915803120 18446744073709551615 5333190 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 18730 14200 375 325 0 14544 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83620

[startup+51.1002 s]
/proc/loadavg: 3.67 4.20 5.70 5/194 3507
/proc/meminfo: memFree=24733196/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=88904 CPUtime=51.09 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 19600 0 0 0 5105 4 0 0 25 0 1 0 505877758 91037696 17732 33554432000 4194304 5523604 140736915803120 18446744073709551615 5333268 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 22226 17732 375 325 0 18040 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 97604

[startup+102.307 s]
/proc/loadavg: 3.85 4.17 5.61 5/194 3514
/proc/meminfo: memFree=24689524/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=107424 CPUtime=102.3 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 24064 0 0 0 10223 7 0 0 25 0 1 0 505877758 110002176 22196 33554432000 4194304 5523604 140736915803120 18446744073709551615 4236808 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 26856 22196 375 325 0 22670 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 116124

[startup+162.3 s]
/proc/loadavg: 3.94 4.14 5.50 5/194 3516
/proc/meminfo: memFree=24639508/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=129808 CPUtime=162.29 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 29652 0 0 0 16219 10 0 0 25 0 1 0 505877758 132923392 27784 33554432000 4194304 5523604 140736915803120 18446744073709551615 5333115 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 32452 27784 375 325 0 28266 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138508

[startup+222.301 s]
/proc/loadavg: 3.98 4.11 5.41 5/194 3517
/proc/meminfo: memFree=24578348/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=152724 CPUtime=222.29 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 35229 0 0 0 22216 13 0 0 25 0 1 0 505877758 156389376 33361 33554432000 4194304 5523604 140736915803120 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 38181 33361 375 325 0 33995 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 161424

[startup+282.301 s]
/proc/loadavg: 4.04 4.10 5.32 5/194 3519
/proc/meminfo: memFree=24561180/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=160724 CPUtime=282.29 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 37112 0 0 0 28215 14 0 0 25 0 1 0 505877758 164581376 35244 33554432000 4194304 5523604 140736915803120 18446744073709551615 5333086 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 40181 35244 375 325 0 35995 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 169424

[startup+342.301 s]
/proc/loadavg: 4.01 4.08 5.24 5/194 3520
/proc/meminfo: memFree=24495268/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=162160 CPUtime=342.29 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 37538 0 0 0 34215 14 0 0 25 0 1 0 505877758 166051840 35670 33554432000 4194304 5523604 140736915803120 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 40540 35670 375 325 0 36354 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 170860

[startup+402.3 s]
/proc/loadavg: 4.00 4.06 5.16 5/194 3522
/proc/meminfo: memFree=24470668/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=184528 CPUtime=402.28 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 42972 0 0 0 40210 18 0 0 25 0 1 0 505877758 188956672 41104 33554432000 4194304 5523604 140736915803120 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 46132 41104 375 325 0 41946 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 193228

[startup+462.301 s]
/proc/loadavg: 4.00 4.05 5.08 5/194 3524
/proc/meminfo: memFree=24447804/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=184528 CPUtime=462.29 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 42980 0 0 0 46211 18 0 0 25 0 1 0 505877758 188956672 41112 33554432000 4194304 5523604 140736915803120 18446744073709551615 5332776 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 46132 41112 375 325 0 41946 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 193228

[startup+522.301 s]
/proc/loadavg: 4.00 4.04 5.01 5/194 3525
/proc/meminfo: memFree=24392580/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=184884 CPUtime=522.28 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 43131 0 0 0 52210 18 0 0 25 0 1 0 505877758 189321216 41263 33554432000 4194304 5523604 140736915803120 18446744073709551615 4219858 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 46221 41263 375 325 0 42035 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 193584

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

[startup+537.501 s]
/proc/loadavg: 4.08 4.05 5.00 5/194 3526
/proc/meminfo: memFree=24382148/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=184884 CPUtime=537.48 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 43148 0 0 0 53730 18 0 0 25 0 1 0 505877758 189321216 41280 33554432000 4194304 5523604 140736915803120 18446744073709551615 5332776 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 46221 41280 375 325 0 42035 0
Current children cumulated CPU time (s) 537.48
Current children cumulated vsize (KiB) 193584

[startup+563.1 s]
/proc/loadavg: 4.05 4.05 4.97 5/194 3526
/proc/meminfo: memFree=24377528/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=186356 CPUtime=563.09 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 43400 0 0 0 56291 18 0 0 25 0 1 0 505877758 190828544 41532 33554432000 4194304 5523604 140736915803120 18446744073709551615 5332916 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 46589 41532 375 325 0 42403 0
Current children cumulated CPU time (s) 563.09
Current children cumulated vsize (KiB) 195056

[startup+569.5 s]
/proc/loadavg: 4.13 4.06 4.97 5/194 3526
/proc/meminfo: memFree=24376908/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=186356 CPUtime=569.48 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 43421 0 0 0 56930 18 0 0 25 0 1 0 505877758 190828544 41553 33554432000 4194304 5523604 140736915803120 18446744073709551615 5330063 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 46589 41553 375 325 0 42403 0
Current children cumulated CPU time (s) 569.48
Current children cumulated vsize (KiB) 195056

[startup+572.701 s]
/proc/loadavg: 4.12 4.06 4.97 5/194 3527
/proc/meminfo: memFree=24376412/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=186356 CPUtime=572.68 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 43425 0 0 0 57250 18 0 0 25 0 1 0 505877758 190828544 41557 33554432000 4194304 5523604 140736915803120 18446744073709551615 5333209 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 46589 41557 375 325 0 42403 0
Current children cumulated CPU time (s) 572.68
Current children cumulated vsize (KiB) 195056

[startup+574.3 s]
/proc/loadavg: 4.12 4.06 4.97 5/194 3527
/proc/meminfo: memFree=24376288/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=186356 CPUtime=574.28 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 43427 0 0 0 57410 18 0 0 25 0 1 0 505877758 190828544 41559 33554432000 4194304 5523604 140736915803120 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 46589 41559 375 325 0 42403 0
Current children cumulated CPU time (s) 574.28
Current children cumulated vsize (KiB) 195056

[startup+575.1 s]
/proc/loadavg: 4.12 4.06 4.97 5/194 3527
/proc/meminfo: memFree=24376288/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=186356 CPUtime=575.08 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 43428 0 0 0 57490 18 0 0 25 0 1 0 505877758 190828544 41560 33554432000 4194304 5523604 140736915803120 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 46589 41560 375 325 0 42403 0
Current children cumulated CPU time (s) 575.08
Current children cumulated vsize (KiB) 195056

[startup+575.5 s]
/proc/loadavg: 4.11 4.06 4.96 5/194 3527
/proc/meminfo: memFree=24376040/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=186356 CPUtime=575.48 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 43428 0 0 0 57530 18 0 0 25 0 1 0 505877758 190828544 41560 33554432000 4194304 5523604 140736915803120 18446744073709551615 5333330 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 46589 41560 375 325 0 42403 0
Current children cumulated CPU time (s) 575.48
Current children cumulated vsize (KiB) 195056

[startup+575.901 s]
/proc/loadavg: 4.11 4.06 4.96 5/194 3527
/proc/meminfo: memFree=24376040/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=186356 CPUtime=575.88 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 43428 0 0 0 57570 18 0 0 25 0 1 0 505877758 190828544 41560 33554432000 4194304 5523604 140736915803120 18446744073709551615 5333200 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 46589 41560 375 325 0 42403 0
Current children cumulated CPU time (s) 575.88
Current children cumulated vsize (KiB) 195056

[startup+576.001 s]
/proc/loadavg: 4.11 4.06 4.96 5/194 3527
/proc/meminfo: memFree=24376040/32951124 swapFree=67111524/67111528
[pid=3475] ppid=3473 vsize=8700 CPUtime=0 cores=1,3
/proc/3475/stat : 3475 (rissAuto.sh) S 3473 3475 3435 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 505877757 8908800 251 33554432000 4194304 4922060 140735541837856 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3475/statm: 2175 251 211 178 0 68 0
[pid=3476] ppid=3475 vsize=186356 CPUtime=575.98 cores=1,3
/proc/3476/stat : 3476 (riss) R 3475 3475 3435 0 -1 4202496 43441 0 0 0 57580 18 0 0 25 0 1 0 505877758 190828544 41573 33554432000 4194304 5523604 140736915803120 18446744073709551615 233509952865 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3476/statm: 46589 41573 387 325 0 42403 0
Current children cumulated CPU time (s) 575.98
Current children cumulated vsize (KiB) 195056

Child status: 20
Real time (s): 576.035
CPU time (s): 576.029
CPU user time (s): 575.831
CPU system time (s): 0.197969
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 195056

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

runsolver used 0.912861 second user time and 2.23266 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-30 05:36:59
IDJOB=3282532
IDBENCH=70818
IDSOLVER=1600
FILE ID=node145/3282532-1304134619
RUNJOBID= node145-1304134619-3457
PBS_JOBID= 13170815
Free space on /tmp= 73028 MiB

SOLVER NAME= riss Auto
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.cnf
COMMAND LINE= DIR/rissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282532-1304134619/watcher-3282532-1304134619 -o /tmp/evaluation-result-3282532-1304134619/solver-3282532-1304134619 -C 2400 -W 1300 -M 7680  HOME/rissAuto.sh HOME HOME/instance-3282532-1304134619.cnf 1236622266 2400 7680 2

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=1236622266

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25171700 kB
Buffers:       1282036 kB
Cached:        5894960 kB
SwapCached:          4 kB
Active:         823404 kB
Inactive:      6424944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25171700 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4440 kB
Writeback:          12 kB
AnonPages:       72092 kB
Mapped:          13972 kB
Slab:           465972 kB
PageTables:       4484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193260 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= 73008 MiB
End job on node145 at 2011-04-30 05:46:35