Trace number 3288404

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
synit_sat 2011-03-03UNSAT 336.236 336.23

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c start  0 total 0
0.29/0.36	c Find Units :          0
0.29/0.36	c Find Invs  :          0
0.49/0.51	c Find Ands  :          0 AvgFaninNum: nan
0.49/0.53	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.56	c Find Ite   :          0
0.49/0.58	c UnDirect variable: 0
0.49/0.58	c UnDirect to Direct Gate: 0
0.49/0.58	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.49/0.58	c Break Cycle : 0
0.49/0.58	c Total Root : 0 Undef Var: 34510
0.49/0.59	c After covering, Total Root: 0 Leaf: 0
0.49/0.59	c Variable( cover/uncovered/unused ): 0 34510 0
0.49/0.59	c Unit Clauses: 0
0.49/0.59	c Binary Clauses( cover/uncovered ): 0 46856
0.49/0.59	c Clauses( cover/uncovered ): 0 597704
0.49/0.59	c Total Clauses( cover/uncovered ): 0 644560 0%
0.49/0.59	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
1.09/1.13	c Uncover Clauses avg size: 3.73168 max size: 4
1.09/1.14	c Final circuit: i/l/o/s   34510       0  644465    800352
1.09/1.14	c cover rate 0
1.09/1.14	c rocky end  1.13 total 1.13
2.20/2.24	c covering time  1.11 total 2.24
335.90/335.99	c solve time  333.76 total 336
335.90/335.99	s UNSATISFIABLE 

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-3288404-1303770348/watcher-3288404-1303770348 -o /tmp/evaluation-result-3288404-1303770348/solver-3288404-1303770348 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3288404-1303770348.cnf 1442108837 

running on 2 cores: 4,6

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: 4.78 4.19 4.00 3/187 1098
/proc/meminfo: memFree=10704540/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=26004 CPUtime=0 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 632 0 0 0 0 0 0 0 24 0 1 0 567265602 26628096 569 33554432000 4194304 4947581 140735411301600 18446744073709551615 215988286523 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/1098/statm: 6501 580 261 184 0 1376 0

[startup+0.015079 s]
/proc/loadavg: 4.78 4.19 4.00 3/187 1098
/proc/meminfo: memFree=10704540/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=33760 CPUtime=0 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 3161 0 0 0 0 0 0 0 24 0 1 0 567265602 34570240 3095 33554432000 4194304 4947581 140735411301600 18446744073709551615 4821946 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 8440 3095 376 184 0 3315 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 33760

[startup+0.101064 s]
/proc/loadavg: 4.78 4.19 4.00 3/187 1098
/proc/meminfo: memFree=10704540/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=48096 CPUtime=0.09 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 6866 0 0 0 8 1 0 0 24 0 1 0 567265602 49250304 6800 33554432000 4194304 4947581 140735411301600 18446744073709551615 4215412 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 12024 6801 376 184 0 6899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48096

[startup+0.301031 s]
/proc/loadavg: 4.78 4.19 4.00 3/187 1098
/proc/meminfo: memFree=10704540/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=95456 CPUtime=0.29 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 17821 0 0 0 27 2 0 0 25 0 1 0 567265602 97746944 17755 33554432000 4194304 4947581 140735411301600 18446744073709551615 4821852 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 23864 17755 376 184 0 18739 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95456

[startup+0.700959 s]
/proc/loadavg: 4.78 4.19 4.00 3/187 1098
/proc/meminfo: memFree=10704540/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=95452 CPUtime=0.69 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 17986 0 0 0 67 2 0 0 25 0 1 0 567265602 97742848 17920 33554432000 4194304 4947581 140735411301600 18446744073709551615 4760608 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 23863 17920 384 184 0 18738 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95452

[startup+1.50082 s]
/proc/loadavg: 5.12 4.27 4.03 4/188 1100
/proc/meminfo: memFree=10646688/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=206628 CPUtime=1.49 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 46947 0 0 0 143 6 0 0 25 0 1 0 567265602 211587072 46464 33554432000 4194304 4947581 140735411301600 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 51657 46467 408 184 0 46532 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 206628

[startup+3.10054 s]
/proc/loadavg: 5.12 4.27 4.03 4/188 1100
/proc/meminfo: memFree=10600932/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=561952 CPUtime=3.09 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 130357 0 0 0 295 14 0 0 25 0 1 0 567265602 575438848 129304 33554432000 4194304 4947581 140735411301600 18446744073709551615 4398566 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 140488 129304 431 184 0 135363 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 561952

[startup+6.30098 s]
/proc/loadavg: 5.51 4.36 4.06 4/188 1101
/proc/meminfo: memFree=10497276/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=784456 CPUtime=6.29 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 183818 0 0 0 607 22 0 0 25 0 1 0 567265602 803282944 182765 33554432000 4194304 4947581 140735411301600 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 196114 182765 435 184 0 190989 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 784456

[startup+12.7009 s]
/proc/loadavg: 5.79 4.44 4.09 4/188 1101
/proc/meminfo: memFree=10675272/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1141168 CPUtime=12.69 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 270041 0 0 0 1236 33 0 0 25 0 1 0 567265602 1168556032 268988 33554432000 4194304 4947581 140735411301600 18446744073709551615 4700977 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 285292 268988 449 184 0 280167 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1141168

[startup+25.5006 s]
/proc/loadavg: 6.26 4.61 4.15 4/189 1102
/proc/meminfo: memFree=11131160/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1801636 CPUtime=25.49 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 454033 0 0 0 2497 52 0 0 25 0 1 0 567265602 1844875264 431170 33554432000 4194304 4947581 140735411301600 18446744073709551615 4722700 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 450409 431170 467 184 0 445284 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1801636

[startup+51.1001 s]
/proc/loadavg: 6.17 4.72 4.20 4/189 1103
/proc/meminfo: memFree=13129200/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1948968 CPUtime=51.09 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 486533 0 0 0 5054 55 0 0 25 0 1 0 567265602 1995743232 462177 33554432000 4194304 4947581 140735411301600 18446744073709551615 4346074 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 487242 462177 467 184 0 482117 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1948968

[startup+102.307 s]
/proc/loadavg: 5.10 4.66 4.20 5/190 1115
/proc/meminfo: memFree=12483188/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1948968 CPUtime=102.3 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 487684 0 0 0 10174 56 0 0 25 0 1 0 567265602 1995743232 463328 33554432000 4194304 4947581 140735411301600 18446744073709551615 4398560 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 487242 463328 467 184 0 482117 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1948968

[startup+162.301 s]
/proc/loadavg: 4.40 4.54 4.18 5/190 1117
/proc/meminfo: memFree=12431008/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1948968 CPUtime=162.29 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 488545 0 0 0 16173 56 0 0 25 0 1 0 567265602 1995743232 464189 33554432000 4194304 4947581 140735411301600 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 487242 464189 467 184 0 482117 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1948968

[startup+222.3 s]
/proc/loadavg: 4.23 4.46 4.18 5/190 1145
/proc/meminfo: memFree=12633048/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1948968 CPUtime=222.29 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 489753 0 0 0 22173 56 0 0 25 0 1 0 567265602 1995743232 465397 33554432000 4194304 4947581 140735411301600 18446744073709551615 4354423 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 487242 465397 467 184 0 482117 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1948968

[startup+282.301 s]
/proc/loadavg: 4.08 4.37 4.17 5/190 1147
/proc/meminfo: memFree=11742800/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1948968 CPUtime=282.3 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 490544 0 0 0 28173 57 0 0 25 0 1 0 567265602 1995743232 466188 33554432000 4194304 4947581 140735411301600 18446744073709551615 4399348 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 487242 466188 467 184 0 482117 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1948968

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

[startup+307.1 s]
/proc/loadavg: 4.05 4.34 4.16 5/190 1148
/proc/meminfo: memFree=11698680/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1948968 CPUtime=307.1 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 490993 0 0 0 30653 57 0 0 25 0 1 0 567265602 1995743232 466637 33554432000 4194304 4947581 140735411301600 18446744073709551615 4353152 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 487242 466637 467 184 0 482117 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 1948968

[startup+319.901 s]
/proc/loadavg: 4.04 4.33 4.16 5/190 1148
/proc/meminfo: memFree=11615612/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1960936 CPUtime=319.89 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 492519 0 0 0 31932 57 0 0 25 0 1 0 567265602 2007998464 468163 33554432000 4194304 4947581 140735411301600 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 490234 468163 467 184 0 485109 0
Current children cumulated CPU time (s) 319.89
Current children cumulated vsize (KiB) 1960936

[startup+326.301 s]
/proc/loadavg: 4.04 4.32 4.16 5/190 1148
/proc/meminfo: memFree=11611896/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1960936 CPUtime=326.29 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 492997 0 0 0 32572 57 0 0 25 0 1 0 567265602 2007998464 468641 33554432000 4194304 4947581 140735411301600 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 490234 468641 467 184 0 485109 0
Current children cumulated CPU time (s) 326.29
Current children cumulated vsize (KiB) 1960936

[startup+332.701 s]
/proc/loadavg: 4.03 4.31 4.16 5/190 1148
/proc/meminfo: memFree=11610064/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1960936 CPUtime=332.7 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 493198 0 0 0 33212 58 0 0 25 0 1 0 567265602 2007998464 468842 33554432000 4194304 4947581 140735411301600 18446744073709551615 4399961 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 490234 468842 467 184 0 485109 0
Current children cumulated CPU time (s) 332.7
Current children cumulated vsize (KiB) 1960936

[startup+334.301 s]
/proc/loadavg: 4.03 4.31 4.16 5/190 1148
/proc/meminfo: memFree=11609816/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1960936 CPUtime=334.3 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 493198 0 0 0 33372 58 0 0 25 0 1 0 567265602 2007998464 468842 33554432000 4194304 4947581 140735411301600 18446744073709551615 4398595 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 490234 468842 467 184 0 485109 0
Current children cumulated CPU time (s) 334.3
Current children cumulated vsize (KiB) 1960936

[startup+335.101 s]
/proc/loadavg: 4.03 4.31 4.16 5/190 1148
/proc/meminfo: memFree=11609816/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1960936 CPUtime=335.1 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 493198 0 0 0 33452 58 0 0 25 0 1 0 567265602 2007998464 468842 33554432000 4194304 4947581 140735411301600 18446744073709551615 4399359 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 490234 468842 467 184 0 485109 0
Current children cumulated CPU time (s) 335.1
Current children cumulated vsize (KiB) 1960936

[startup+335.9 s]
/proc/loadavg: 4.03 4.31 4.15 5/190 1148
/proc/meminfo: memFree=11609444/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1960936 CPUtime=335.9 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 493198 0 0 0 33532 58 0 0 25 0 1 0 567265602 2007998464 468842 33554432000 4194304 4947581 140735411301600 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 490234 468842 467 184 0 485109 0
Current children cumulated CPU time (s) 335.9
Current children cumulated vsize (KiB) 1960936

[startup+336.1 s]
/proc/loadavg: 4.03 4.31 4.15 5/190 1148
/proc/meminfo: memFree=11609444/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=1960936 CPUtime=336.1 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202496 493198 0 0 0 33552 58 0 0 25 0 1 0 567265602 2007998464 468842 33554432000 4194304 4947581 140735411301600 18446744073709551615 4849998 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/1098/statm: 490234 468842 467 184 0 485109 0
Current children cumulated CPU time (s) 336.1
Current children cumulated vsize (KiB) 1960936

[startup+336.2 s]
/proc/loadavg: 4.03 4.31 4.15 5/190 1148
/proc/meminfo: memFree=11609444/32950940 swapFree=67111528/67111528
[pid=1098] ppid=1096 vsize=0 CPUtime=336.2 cores=4,6
/proc/1098/stat : 1098 (synit_sat) R 1096 1098 452 0 -1 4202500 493203 0 0 0 33558 62 0 0 25 0 1 0 567265602 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 4 0 0 0
/proc/1098/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 336.2
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 336.23
CPU time (s): 336.236
CPU user time (s): 335.581
CPU system time (s): 0.6549
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1960936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 335.581
system time used= 0.6549
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493203
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= 13
involuntary context switches= 486

runsolver used 0.526919 second user time and 1.3098 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-26 00:25:48
IDJOB=3288404
IDBENCH=82496
IDSOLVER=1571
FILE ID=node117/3288404-1303770348
RUNJOBID= node117-1303768887-481
PBS_JOBID= 13157164
Free space on /tmp= 64448 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288404-1303770348/watcher-3288404-1303770348 -o /tmp/evaluation-result-3288404-1303770348/solver-3288404-1303770348 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3288404-1303770348.cnf 1442108837

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=1442108837

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      10704696 kB
Buffers:       2330080 kB
Cached:       16509728 kB
SwapCached:          0 kB
Active:        8867340 kB
Inactive:     12561460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      10704696 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:         5277100 kB
Writeback:           0 kB
AnonPages:     2588540 kB
Mapped:          16508 kB
Slab:           746476 kB
PageTables:      10272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  3161572 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= 71452 MiB
End job on node117 at 2011-04-26 00:31:25