Trace number 3376840

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
QuteRSat 2011-05-12 (fixed)? (TO) 1300.01 1300.03

General information on the benchmark

NameSAT05/crafted/markstrom05/eulcbip/
eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
MD5SUM151ccdb2c52c7f525fde5dca388bb6e6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.083986
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses672
Sum of the clauses size2684
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4670
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 135 #clause: 672
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          1
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :         67 AvgFaninNum: 3
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 135
0.00/0.01	c UnDirect to Direct Gate: 42
0.00/0.01	c Forced Direct Gate: 42 Unuse unDirect Gate: 68
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 18 Undef Var: 93
0.00/0.01	c After covering, Total Root: 18 Leaf: 70
0.00/0.01	c Variable( cover/uncovered/unused ): 112 23 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 2 0
0.00/0.01	c Clauses( cover/uncovered ): 328 342
0.00/0.01	c Total Clauses( cover/uncovered ): 330 342 49.1071%
0.00/0.01	c Covered Ands: 0 Invs: 1 Xors: 41 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 4 max size: 4
0.00/0.01	c Final circuit: i/l/o/s      93       0     342       970
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.03	c TmMap: Set big and: 356
0.00/0.03	c TmMap: Origin: 1064 ClauseNum: 2910 --> New: 532 ClauseNum: 1962
0.00/0.03	c TmMap: Time: 0
0.00/0.03	c Try to Add: #clause: 1040 #xorclause: 0
0.00/0.03	c #var: 189 #clauses: 669 Solving... 
1299.97/1300.01	c Time Out !!
1299.97/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3376840-1305475939/watcher-3376840-1305475939 -o /tmp/evaluation-result-3376840-1305475939/solver-3376840-1305475939 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376840-1305475939.cnf 2043802760 

running on 2 cores: 0,2

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: 0.97 2.51 3.28 3/359 3893
/proc/meminfo: memFree=14633772/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=10844 CPUtime=0 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) S 3890 3893 2779 0 -1 4194304 99 0 0 0 0 0 0 0 22 0 1 0 640009762 11104256 55 33554432000 4194304 6014671 140734616585488 18446744073709551615 233505373831 0 2147483391 4096 0 18446744071699207358 0 0 17 0 0 0 0
/proc/3893/statm: 2711 55 42 445 0 68 0

[startup+0.0890769 s]
/proc/loadavg: 0.97 2.51 3.28 3/359 3893
/proc/meminfo: memFree=14633772/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=46712 CPUtime=0.07 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 3708 0 0 0 7 0 0 0 22 0 1 0 640009762 47833088 3645 33554432000 4194304 6014671 140734616585488 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 11678 3645 725 445 0 5223 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 46712

[startup+0.101089 s]
/proc/loadavg: 0.97 2.51 3.28 3/359 3893
/proc/meminfo: memFree=14633772/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=46712 CPUtime=0.08 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 3732 0 0 0 8 0 0 0 22 0 1 0 640009762 47833088 3669 33554432000 4194304 6014671 140734616585488 18446744073709551615 4378944 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 11678 3669 725 445 0 5223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46712

[startup+0.301068 s]
/proc/loadavg: 0.97 2.51 3.28 3/359 3893
/proc/meminfo: memFree=14633772/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=55196 CPUtime=0.28 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 4070 0 0 0 28 0 0 0 23 0 1 0 640009762 56520704 4007 33554432000 4194304 6014671 140734616585488 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 13799 4007 726 445 0 7344 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 55196

[startup+0.700989 s]
/proc/loadavg: 0.97 2.51 3.28 3/359 3893
/proc/meminfo: memFree=14633772/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=72788 CPUtime=0.68 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 4732 0 0 0 68 0 0 0 25 0 1 0 640009762 74534912 4669 33554432000 4194304 6014671 140734616585488 18446744073709551615 4423015 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 18197 4669 726 445 0 11742 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 72788

[startup+1.50085 s]
/proc/loadavg: 0.97 2.51 3.28 5/374 3922
/proc/meminfo: memFree=14495556/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=81776 CPUtime=1.49 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 7217 0 0 0 148 1 0 0 25 0 1 0 640009762 83738624 7152 33554432000 4194304 6014671 140734616585488 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 20444 7152 727 445 0 13989 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81776

[startup+3.10058 s]
/proc/loadavg: 0.97 2.51 3.28 5/374 3922
/proc/meminfo: memFree=14468772/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=90976 CPUtime=3.09 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 7993 0 0 0 308 1 0 0 25 0 1 0 640009762 93159424 7928 33554432000 4194304 6014671 140734616585488 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 22744 7928 727 445 0 16289 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90976

[startup+6.30101 s]
/proc/loadavg: 1.21 2.53 3.29 5/374 3949
/proc/meminfo: memFree=14476660/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=100296 CPUtime=6.29 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 10183 0 0 0 628 1 0 0 25 0 1 0 640009762 102703104 10118 33554432000 4194304 6014671 140734616585488 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 25074 10118 727 445 0 18619 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100296

[startup+12.7009 s]
/proc/loadavg: 1.44 2.56 3.29 5/374 3949
/proc/meminfo: memFree=14388248/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=119792 CPUtime=12.68 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 13890 0 0 0 1267 1 0 0 25 0 1 0 640009762 122667008 13825 33554432000 4194304 6014671 140734616585488 18446744073709551615 4423649 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 29948 13825 727 445 0 23493 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 119792

[startup+25.5006 s]
/proc/loadavg: 2.00 2.63 3.30 5/374 3949
/proc/meminfo: memFree=14337308/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=130044 CPUtime=25.48 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 16839 0 0 0 2546 2 0 0 25 0 1 0 640009762 133165056 16774 33554432000 4194304 6014671 140734616585488 18446744073709551615 4425072 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 32511 16774 727 445 0 26056 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 130044

[startup+51.101 s]
/proc/loadavg: 2.68 2.74 3.32 5/374 3950
/proc/meminfo: memFree=14275892/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=151636 CPUtime=51.08 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 22060 0 0 0 5105 3 0 0 25 0 1 0 640009762 155275264 21995 33554432000 4194304 6014671 140734616585488 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 37909 21995 737 445 0 31454 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 151636

[startup+102.314 s]
/proc/loadavg: 3.43 2.93 3.35 5/374 3951
/proc/meminfo: memFree=14205824/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=151636 CPUtime=102.3 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 26227 0 0 0 10226 4 0 0 25 0 1 0 640009762 155275264 26162 33554432000 4194304 6014671 140734616585488 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 37909 26162 737 445 0 31454 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 151636

[startup+162.301 s]
/proc/loadavg: 3.79 3.12 3.39 5/374 3953
/proc/meminfo: memFree=14136964/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=163884 CPUtime=162.28 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 31245 0 0 0 16223 5 0 0 25 0 1 0 640009762 167817216 31180 33554432000 4194304 6014671 140734616585488 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 40971 31180 737 445 0 34516 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 163884

[startup+222.3 s]
/proc/loadavg: 3.99 3.29 3.43 5/374 3955
/proc/meminfo: memFree=14096752/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=188992 CPUtime=222.28 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 38655 0 0 0 22221 7 0 0 25 0 1 0 640009762 193527808 38590 33554432000 4194304 6014671 140734616585488 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 47248 38590 737 445 0 40793 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 188992

[startup+282.301 s]
/proc/loadavg: 3.99 3.42 3.46 5/374 3956
/proc/meminfo: memFree=14058028/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=215500 CPUtime=282.28 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 42714 0 0 0 28220 8 0 0 25 0 1 0 640009762 220672000 42646 33554432000 4194304 6014671 140734616585488 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 53875 42646 737 445 0 47420 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 215500

[startup+342.301 s]
/proc/loadavg: 3.99 3.52 3.49 5/374 3958
/proc/meminfo: memFree=14038776/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=270020 CPUtime=342.28 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 46589 0 0 0 34219 9 0 0 25 0 1 0 640009762 276500480 46492 33554432000 4194304 6014671 140734616585488 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 67505 46492 737 445 0 61050 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 270020

[startup+402.301 s]
/proc/loadavg: 4.10 3.64 3.53 5/374 3959
/proc/meminfo: memFree=14025848/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=270020 CPUtime=402.28 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 47092 0 0 0 40218 10 0 0 25 0 1 0 640009762 276500480 46978 33554432000 4194304 6014671 140734616585488 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 67505 46978 737 445 0 61050 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 270020

[startup+462.3 s]
/proc/loadavg: 4.07 3.71 3.56 5/374 3961
/proc/meminfo: memFree=13965052/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=270020 CPUtime=462.28 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 47837 0 0 0 46217 11 0 0 25 0 1 0 640009762 276500480 47702 33554432000 4194304 6014671 140734616585488 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 67505 47702 737 445 0 61050 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 270020

[startup+522.3 s]
/proc/loadavg: 4.02 3.76 3.59 5/374 3963
/proc/meminfo: memFree=13950632/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=270020 CPUtime=522.28 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 47837 0 0 0 52217 11 0 0 25 0 1 0 640009762 276500480 47690 33554432000 4194304 6014671 140734616585488 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 67505 47690 737 445 0 61050 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 270020

[startup+582.301 s]
/proc/loadavg: 3.93 3.79 3.60 4/368 3981
/proc/meminfo: memFree=14089896/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=388752 CPUtime=582.27 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 49885 0 0 0 58216 11 0 0 25 0 1 0 640009762 398082048 49645 33554432000 4194304 6014671 140734616585488 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 97188 49645 737 445 0 90733 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 388752

[startup+642.301 s]
/proc/loadavg: 3.34 3.64 3.56 4/368 3983
/proc/meminfo: memFree=14084324/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=388752 CPUtime=642.28 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 50852 0 0 0 64216 12 0 0 25 0 1 0 640009762 398082048 50549 33554432000 4194304 6014671 140734616585488 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 97188 50549 737 445 0 90733 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 388752

[startup+702.301 s]
/proc/loadavg: 3.12 3.52 3.52 4/368 3984
/proc/meminfo: memFree=14078948/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=388752 CPUtime=702.27 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 51988 0 0 0 70215 12 0 0 25 0 1 0 640009762 398082048 51609 33554432000 4194304 6014671 140734616585488 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 97188 51609 737 445 0 90733 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 388752

[startup+762.314 s]
/proc/loadavg: 3.04 3.42 3.49 4/368 3988
/proc/meminfo: memFree=14072832/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=388752 CPUtime=762.29 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 51988 0 0 0 76217 12 0 0 25 0 1 0 640009762 398082048 51609 33554432000 4194304 6014671 140734616585488 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 97188 51609 737 445 0 90733 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 388752

[startup+822.301 s]
/proc/loadavg: 3.05 3.36 3.46 4/368 3991
/proc/meminfo: memFree=14051824/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=388752 CPUtime=822.28 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 55323 0 0 0 82214 14 0 0 25 0 1 0 640009762 398082048 54887 33554432000 4194304 6014671 140734616585488 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 97188 54887 737 445 0 90733 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 388752

[startup+882.301 s]
/proc/loadavg: 3.02 3.29 3.43 4/368 3992
/proc/meminfo: memFree=14007276/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=388752 CPUtime=882.28 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 55627 0 0 0 88214 14 0 0 25 0 1 0 640009762 398082048 55152 33554432000 4194304 6014671 140734616585488 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 97188 55152 767 445 0 90733 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 388752

[startup+942.301 s]
/proc/loadavg: 2.83 3.20 3.39 3/362 4011
/proc/meminfo: memFree=14202736/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=388752 CPUtime=942.28 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 55627 0 0 0 94214 14 0 0 25 0 1 0 640009762 398082048 55152 33554432000 4194304 6014671 140734616585488 18446744073709551615 4511796 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 97188 55152 767 445 0 90733 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 388752

[startup+1002.3 s]
/proc/loadavg: 2.34 2.99 3.30 3/362 4012
/proc/meminfo: memFree=14184112/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=388752 CPUtime=1002.27 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 59659 0 0 0 100212 15 0 0 25 0 1 0 640009762 398082048 59153 33554432000 4194304 6014671 140734616585488 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 97188 59153 767 445 0 90733 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 388752

[startup+1062.3 s]
/proc/loadavg: 2.12 2.81 3.22 3/362 4014
/proc/meminfo: memFree=14135092/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=452948 CPUtime=1062.27 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 71256 0 0 0 106208 19 0 0 25 0 1 0 640009762 463818752 70667 33554432000 4194304 6014671 140734616585488 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 113237 70667 757 445 0 106782 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 452948

[startup+1122.3 s]
/proc/loadavg: 2.04 2.66 3.14 3/362 4016
/proc/meminfo: memFree=14123152/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=452948 CPUtime=1122.27 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 73679 0 0 0 112208 19 0 0 25 0 1 0 640009762 463818752 73051 33554432000 4194304 6014671 140734616585488 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 113237 73051 757 445 0 106782 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 452948

[startup+1182.3 s]
/proc/loadavg: 2.01 2.54 3.07 3/362 4017
/proc/meminfo: memFree=14094212/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=452948 CPUtime=1182.27 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 80453 0 0 0 118206 21 0 0 25 0 1 0 640009762 463818752 79779 33554432000 4194304 6014671 140734616585488 18446744073709551615 4369396 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 113237 79779 757 445 0 106782 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 452948

[startup+1242.3 s]
/proc/loadavg: 2.00 2.44 3.00 3/362 4019
/proc/meminfo: memFree=14072852/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=452948 CPUtime=1242.27 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 85643 0 0 0 124205 22 0 0 25 0 1 0 640009762 463818752 84969 33554432000 4194304 6014671 140734616585488 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 113237 84969 757 445 0 106782 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 452948



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.51 2.23 2.89 2/356 4037
/proc/meminfo: memFree=14293204/32951124 swapFree=67111348/67111528
[pid=3893] ppid=3890 vsize=452948 CPUtime=1299.97 cores=0,2
/proc/3893/stat : 3893 (qutersat_releas) R 3890 3893 2779 0 -1 4202496 85656 0 0 0 129975 22 0 0 25 0 1 0 640009762 463818752 84886 33554432000 4194304 6014671 140734616585488 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3893/statm: 113237 84886 757 445 0 106782 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 452948

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.01
CPU user time (s): 1299.76
CPU system time (s): 0.245962
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 452948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.76
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85660
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= 12
involuntary context switches= 3017

runsolver used 4.88826 second user time and 10.4214 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 18:12:19
IDJOB=3376840
IDBENCH=85780
IDSOLVER=1856
FILE ID=node145/3376840-1305475939
RUNJOBID= node145-1305475939-3879
PBS_JOBID= 13325308
Free space on /tmp= 73668 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/markstrom05/eulcbip/eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376840-1305475939/watcher-3376840-1305475939 -o /tmp/evaluation-result-3376840-1305475939/solver-3376840-1305475939 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376840-1305475939.cnf 2043802760

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

MD5SUM BENCH= 151ccdb2c52c7f525fde5dca388bb6e6
RANDOM SEED=2043802760

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:      14633944 kB
Buffers:        323728 kB
Cached:        8556180 kB
SwapCached:          0 kB
Active:       11126732 kB
Inactive:      6823016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14633944 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1688 kB
Writeback:           0 kB
AnonPages:     9069700 kB
Mapped:          27984 kB
Slab:           258804 kB
PageTables:      42572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83672836 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= 73664 MiB
End job on node145 at 2011-05-15 18:34:01