Trace number 3495271

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
OptimuS p100_sourceUNSAT 810.704 810.692

General information on the benchmark

Namemus/marques-silva/design-debugging/
c1_DD_s3_f1_e2_v1-bug-fourvec-gate-0.dimacs.seq.filtered.cnf
MD5SUM3800a872b5a10758adcd086f9b4696db
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.10583
Satisfiable
(Un)Satisfiability was proved
Number of variables391874
Number of clauses989885
Sum of the clauses size2188621
Maximum clause length4
Minimum clause length1
Number of clauses of size 125220
Number of clauses of size 2734113
Number of clauses of size 3227033
Number of clauses of size 43519
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

810.61/810.67	c - Reading the instance.. OK! Totally clauses:   989885; Vars:   391874; Time: 0.72
810.61/810.67	c - Unit propagation..     OK! Removed clauses:        0;                 Time: 0.01
810.61/810.67	c - Delete by resolution.. OK! Removed clauses:   666657;                 Time: 22.79
810.61/810.67	c   - Solving the original instance..
810.61/810.67	c     - OK - UNSAT! Continue to clause elimination..
810.61/810.67	c   - round:    1;   Skips in previous round:    0
810.61/810.67	c     - clauses done:  1%; among them skipped: 0.00%;
810.61/810.67	c     - clauses done: 10%; among them skipped: 0.00%;
810.61/810.67	c     - clauses done: 20%; among them skipped: 0.00%;
810.61/810.67	c     - clauses done: 30%; among them skipped: 0.00%;
810.61/810.67	c     - clauses done: 40%; among them skipped: 0.00%;
810.61/810.67	c     - clauses done: 50%; among them skipped: 0.00%;
810.61/810.67	c     - clauses done: 60%; among them skipped: 0.00%;
810.61/810.67	c     - clauses done: 70%; among them skipped: 0.00%;
810.61/810.67	c     - clauses done: 80%; among them skipped: 0.00%;
810.61/810.67	c     - clauses done: 90%; among them skipped: 0.00%;
810.61/810.67	c     - clauses done: 99%; among them skipped: 0.00%;
810.61/810.67	c - Finish! Unsat core size: 6 / 989885; Time: 810.25 s
810.61/810.67	c - ---------------------------------------------------------------------------
810.61/810.67	c - Statistics: |    unit   |    BCE    | sat-saved | sat-check | unsat-check |
810.61/810.67	c -             |       0   |  878791   |       5   |       1   |    8888     |
810.61/810.67	c - ---------------------------------------------------------------------------
810.61/810.67	s UNSATISFIABLE
810.61/810.67	v 66056 114034 228551 943900 944017 953585 0

Verifier Data

OK	6

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3495271-1307808638/watcher-3495271-1307808638 -o /tmp/evaluation-result-3495271-1307808638/solver-3495271-1307808638 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3495271-1307808638.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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: 4.00 3.66 2.85 4/189 9439
/proc/meminfo: memFree=31157716/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=23184 CPUtime=0 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 1444 0 0 0 0 0 0 0 22 0 1 0 892462391 23740416 1384 33554432000 4194304 4279399 140737271519456 18446744073709551615 4265489 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 5796 1391 223 21 0 2433 0

[startup+0.0310439 s]
/proc/loadavg: 4.00 3.66 2.85 4/189 9439
/proc/meminfo: memFree=31157716/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=48140 CPUtime=0.02 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 7007 0 0 0 2 0 0 0 22 0 1 0 892462391 49295360 6767 33554432000 4194304 4279399 140737271519456 18446744073709551615 4265489 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 12035 6771 224 21 0 8672 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 48140

[startup+0.101041 s]
/proc/loadavg: 4.00 3.66 2.85 4/189 9439
/proc/meminfo: memFree=31157716/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=74260 CPUtime=0.09 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 15009 0 0 0 8 1 0 0 22 0 1 0 892462391 76042240 13906 33554432000 4194304 4279399 140737271519456 18446744073709551615 4266297 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 18565 13912 224 21 0 15202 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 74260

[startup+0.300998 s]
/proc/loadavg: 4.00 3.66 2.85 4/189 9439
/proc/meminfo: memFree=31157716/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=161004 CPUtime=0.29 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 32682 0 0 0 26 3 0 0 23 0 1 0 892462391 164868096 30921 33554432000 4194304 4279399 140737271519456 18446744073709551615 4266252 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 40251 30924 224 21 0 36888 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 161004

[startup+0.700927 s]
/proc/loadavg: 4.00 3.66 2.85 4/189 9439
/proc/meminfo: memFree=31157716/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=287556 CPUtime=0.69 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 64267 0 0 0 61 8 0 0 25 0 1 0 892462391 294457344 62273 33554432000 4194304 4279399 140737271519456 18446744073709551615 210204308165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 71889 62274 239 21 0 68526 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 287556

[startup+1.5008 s]
/proc/loadavg: 4.08 3.68 2.86 5/190 9440
/proc/meminfo: memFree=30782508/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=375512 CPUtime=1.49 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 83775 0 0 0 138 11 0 0 25 0 1 0 892462391 384524288 81780 33554432000 4194304 4279399 140737271519456 18446744073709551615 4208940 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 93878 81780 251 21 0 90515 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 375512

[startup+3.10053 s]
/proc/loadavg: 4.08 3.68 2.86 5/190 9440
/proc/meminfo: memFree=30799200/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=376272 CPUtime=3.09 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 83934 0 0 0 298 11 0 0 25 0 1 0 892462391 385302528 81939 33554432000 4194304 4279399 140737271519456 18446744073709551615 4210048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 94068 81939 251 21 0 90705 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 376272

[startup+6.30099 s]
/proc/loadavg: 4.07 3.68 2.87 5/190 9440
/proc/meminfo: memFree=30759768/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=377620 CPUtime=6.29 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 84131 0 0 0 618 11 0 0 25 0 1 0 892462391 386682880 82136 33554432000 4194304 4279399 140737271519456 18446744073709551615 4208194 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 94405 82136 251 21 0 91042 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 377620

[startup+12.7009 s]
/proc/loadavg: 4.07 3.69 2.87 5/190 9441
/proc/meminfo: memFree=30765016/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=377620 CPUtime=12.69 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 84290 0 0 0 1258 11 0 0 25 0 1 0 892462391 386682880 82295 33554432000 4194304 4279399 140737271519456 18446744073709551615 4208301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 94405 82295 251 21 0 91042 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 377620

[startup+25.5008 s]
/proc/loadavg: 4.05 3.70 2.89 5/190 9441
/proc/meminfo: memFree=30762548/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=398004 CPUtime=25.49 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 90473 0 0 0 2537 12 0 0 25 0 1 0 892462391 407556096 87122 33554432000 4194304 4279399 140737271519456 18446744073709551615 4242004 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 99501 87122 259 21 0 96138 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 398004

[startup+51.1005 s]
/proc/loadavg: 4.11 3.74 2.93 5/190 9442
/proc/meminfo: memFree=30745888/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=398004 CPUtime=51.09 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 90473 0 0 0 5097 12 0 0 25 0 1 0 892462391 407556096 87122 33554432000 4194304 4279399 140737271519456 18446744073709551615 4227699 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 99501 87122 259 21 0 96138 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 398004

[startup+102.307 s]
/proc/loadavg: 4.05 3.78 2.98 5/190 9443
/proc/meminfo: memFree=30671444/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=398004 CPUtime=102.3 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 90473 0 0 0 10218 12 0 0 25 0 1 0 892462391 407556096 87122 33554432000 4194304 4279399 140737271519456 18446744073709551615 4208194 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 99501 87122 259 21 0 96138 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 398004

[startup+162.301 s]
/proc/loadavg: 4.02 3.82 3.04 5/190 9445
/proc/meminfo: memFree=30761404/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=398004 CPUtime=162.29 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 90473 0 0 0 16217 12 0 0 25 0 1 0 892462391 407556096 87122 33554432000 4194304 4279399 140737271519456 18446744073709551615 4260461 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 99501 87122 259 21 0 96138 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 398004

[startup+222.301 s]
/proc/loadavg: 4.00 3.85 3.10 5/190 9446
/proc/meminfo: memFree=30797924/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=398004 CPUtime=222.29 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 90473 0 0 0 22217 12 0 0 25 0 1 0 892462391 407556096 87122 33554432000 4194304 4279399 140737271519456 18446744073709551615 4242170 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 99501 87122 259 21 0 96138 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 398004

[startup+282.301 s]
/proc/loadavg: 4.00 3.87 3.15 5/190 9448
/proc/meminfo: memFree=30716644/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=398004 CPUtime=282.29 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 90473 0 0 0 28217 12 0 0 25 0 1 0 892462391 407556096 87122 33554432000 4194304 4279399 140737271519456 18446744073709551615 4208305 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 99501 87122 259 21 0 96138 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 398004

[startup+342.301 s]
/proc/loadavg: 4.00 3.89 3.20 5/190 9449
/proc/meminfo: memFree=30661896/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=398004 CPUtime=342.29 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 90473 0 0 0 34217 12 0 0 25 0 1 0 892462391 407556096 87122 33554432000 4194304 4279399 140737271519456 18446744073709551615 4260832 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 99501 87122 259 21 0 96138 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 398004

[startup+402.301 s]
/proc/loadavg: 3.51 3.78 3.20 4/184 9475
/proc/meminfo: memFree=30809152/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=398004 CPUtime=402.29 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 90473 0 0 0 40217 12 0 0 25 0 1 0 892462391 407556096 87122 33554432000 4194304 4279399 140737271519456 18446744073709551615 4260461 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 99501 87122 259 21 0 96138 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 398004

[startup+462.3 s]
/proc/loadavg: 3.19 3.64 3.19 4/184 9477
/proc/meminfo: memFree=30779828/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=462.3 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93729 0 0 0 46217 13 0 0 25 0 1 0 892462391 419426304 90378 33554432000 4194304 4279399 140737271519456 18446744073709551615 4258912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90378 260 21 0 99036 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 409596

[startup+522.3 s]
/proc/loadavg: 3.07 3.52 3.17 4/184 9478
/proc/meminfo: memFree=30789920/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=522.3 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93737 0 0 0 52217 13 0 0 25 0 1 0 892462391 419426304 90386 33554432000 4194304 4279399 140737271519456 18446744073709551615 4207727 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90386 260 21 0 99036 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 409596

[startup+582.3 s]
/proc/loadavg: 3.02 3.42 3.16 4/184 9480
/proc/meminfo: memFree=30798432/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=582.3 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93743 0 0 0 58217 13 0 0 25 0 1 0 892462391 419426304 90392 33554432000 4194304 4279399 140737271519456 18446744073709551615 4206505 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90392 260 21 0 99036 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 409596

[startup+642.3 s]
/proc/loadavg: 3.05 3.36 3.16 4/184 9481
/proc/meminfo: memFree=30842776/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=642.3 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93745 0 0 0 64217 13 0 0 25 0 1 0 892462391 419426304 90394 33554432000 4194304 4279399 140737271519456 18446744073709551615 4208301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90394 260 21 0 99036 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 409596

[startup+702.3 s]
/proc/loadavg: 3.02 3.29 3.14 4/184 9483
/proc/meminfo: memFree=30809616/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=702.3 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93747 0 0 0 70217 13 0 0 25 0 1 0 892462391 419426304 90396 33554432000 4194304 4279399 140737271519456 18446744073709551615 4208268 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90396 260 21 0 99036 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 409596

[startup+762.307 s]
/proc/loadavg: 3.00 3.23 3.13 4/184 9485
/proc/meminfo: memFree=30734408/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=762.3 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93753 0 0 0 76217 13 0 0 25 0 1 0 892462391 419426304 90402 33554432000 4194304 4279399 140737271519456 18446744073709551615 4209532 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90402 260 21 0 99036 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 409596

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

[startup+767.9 s]
/proc/loadavg: 3.00 3.23 3.13 4/184 9485
/proc/meminfo: memFree=30811536/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=767.9 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93753 0 0 0 76777 13 0 0 25 0 1 0 892462391 419426304 90402 33554432000 4194304 4279399 140737271519456 18446744073709551615 4208194 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90402 260 21 0 99036 0
Current children cumulated CPU time (s) 767.9
Current children cumulated vsize (KiB) 409596

[startup+793.501 s]
/proc/loadavg: 3.00 3.21 3.13 4/184 9486
/proc/meminfo: memFree=30719748/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=793.5 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93754 0 0 0 79337 13 0 0 25 0 1 0 892462391 419426304 90403 33554432000 4194304 4279399 140737271519456 18446744073709551615 4208194 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90403 260 21 0 99036 0
Current children cumulated CPU time (s) 793.5
Current children cumulated vsize (KiB) 409596

[startup+799.901 s]
/proc/loadavg: 3.08 3.22 3.13 4/184 9486
/proc/meminfo: memFree=30747136/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=799.91 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93754 0 0 0 79977 14 0 0 25 0 1 0 892462391 419426304 90403 33554432000 4194304 4279399 140737271519456 18446744073709551615 4206505 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90403 260 21 0 99036 0
Current children cumulated CPU time (s) 799.91
Current children cumulated vsize (KiB) 409596

[startup+806.307 s]
/proc/loadavg: 3.07 3.22 3.13 4/184 9486
/proc/meminfo: memFree=30692700/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=806.31 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93755 0 0 0 80617 14 0 0 25 0 1 0 892462391 419426304 90404 33554432000 4194304 4279399 140737271519456 18446744073709551615 4241926 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90404 260 21 0 99036 0
Current children cumulated CPU time (s) 806.31
Current children cumulated vsize (KiB) 409596

[startup+807.901 s]
/proc/loadavg: 3.07 3.22 3.13 4/184 9486
/proc/meminfo: memFree=30884156/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=807.91 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93755 0 0 0 80777 14 0 0 25 0 1 0 892462391 419426304 90404 33554432000 4194304 4279399 140737271519456 18446744073709551615 4260532 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90404 260 21 0 99036 0
Current children cumulated CPU time (s) 807.91
Current children cumulated vsize (KiB) 409596

[startup+809.5 s]
/proc/loadavg: 3.07 3.22 3.13 4/184 9486
/proc/meminfo: memFree=30718988/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=809.51 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93759 0 0 0 80937 14 0 0 25 0 1 0 892462391 419426304 90408 33554432000 4194304 4279399 140737271519456 18446744073709551615 4209637 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90408 260 21 0 99036 0
Current children cumulated CPU time (s) 809.51
Current children cumulated vsize (KiB) 409596

[startup+810.301 s]
/proc/loadavg: 3.07 3.22 3.13 4/184 9486
/proc/meminfo: memFree=30718988/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=810.31 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93759 0 0 0 81017 14 0 0 25 0 1 0 892462391 419426304 90408 33554432000 4194304 4279399 140737271519456 18446744073709551615 4208301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90408 260 21 0 99036 0
Current children cumulated CPU time (s) 810.31
Current children cumulated vsize (KiB) 409596

[startup+810.501 s]
/proc/loadavg: 3.07 3.22 3.13 4/184 9486
/proc/meminfo: memFree=30718988/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=810.51 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93759 0 0 0 81037 14 0 0 25 0 1 0 892462391 419426304 90408 33554432000 4194304 4279399 140737271519456 18446744073709551615 4206505 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90408 260 21 0 99036 0
Current children cumulated CPU time (s) 810.51
Current children cumulated vsize (KiB) 409596

[startup+810.601 s]
/proc/loadavg: 3.06 3.21 3.13 4/184 9486
/proc/meminfo: memFree=30786928/32951124 swapFree=67054524/67111528
[pid=9439] ppid=9437 vsize=409596 CPUtime=810.61 cores=1,3
/proc/9439/stat : 9439 (OptimuS_release) R 9437 9439 16678 0 -1 4202496 93759 0 0 0 81047 14 0 0 25 0 1 0 892462391 419426304 90408 33554432000 4194304 4279399 140737271519456 18446744073709551615 4209637 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9439/statm: 102399 90408 260 21 0 99036 0
Current children cumulated CPU time (s) 810.61
Current children cumulated vsize (KiB) 409596

Child status: 20
Real time (s): 810.692
CPU time (s): 810.704
CPU user time (s): 810.546
CPU system time (s): 0.157975
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 409596

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

runsolver used 1.2868 second user time and 3.14252 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-11 18:10:39
IDJOB=3495271
IDBENCH=89395
IDSOLVER=1987
FILE ID=node130/3495271-1307808638
RUNJOBID= node130-1307807996-9240
PBS_JOBID= 13551018
Free space on /tmp= 73936 MiB

SOLVER NAME= OptimuS p100_source
BENCH NAME= SAT11/mus/marques-silva/design-debugging/c1_DD_s3_f1_e2_v1-bug-fourvec-gate-0.dimacs.seq.filtered.cnf
COMMAND LINE= OptimuS_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495271-1307808638/watcher-3495271-1307808638 -o /tmp/evaluation-result-3495271-1307808638/solver-3495271-1307808638 -C 1800 -W 1850 -M 7680  OptimuS_release HOME/instance-3495271-1307808638.cnf

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

MD5SUM BENCH= 3800a872b5a10758adcd086f9b4696db
RANDOM SEED=2122357448

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31158012 kB
Buffers:        283184 kB
Cached:        1051356 kB
SwapCached:      10548 kB
Active:         777172 kB
Inactive:       819668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31158012 kB
SwapTotal:    67111528 kB
SwapFree:     67054524 kB
Dirty:           17828 kB
Writeback:           0 kB
AnonPages:      259948 kB
Mapped:          13092 kB
Slab:           129008 kB
PageTables:       6020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   500424 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= 73932 MiB
End job on node130 at 2011-06-11 18:24:10