Trace number 1776825

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
ttsth-5-0 2009-03-19 (16 threads)? (MO) 754.463 754.479

General information on the benchmark

Namemanol-pipe-g10nid.cnf
MD5SUMd46e452956bc993f202d3b06fd3e858e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark106.54
Satisfiable
(Un)Satisfiability was proved
Number of variables217725
Number of clauses646228
Sum of the clauses size1507864
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2430818
Number of clauses of size 3215409
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.78/0.85	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776825-1244940983.cnf 
0.78/0.85	c Using SATTIMEOUT of 10000
0.78/0.85	c Using SATRAM of 2047
0.78/0.85	c Size of subset node = 16
0.78/0.85	c Variables = 217725
0.78/0.85	c Clauses = 646228
0.78/0.85	c Literals = 1507864
0.78/0.85	c Reduced size:
0.78/0.85	c Variables = 217725
0.78/0.85	c Clauses = 646225
0.78/0.85	c Literals = 1507858
0.78/0.85	c a2
1.48/1.54	c a1
750.22/750.29	c Independent sub-problems = 1
750.22/750.29	c Sub-problem with 217724 variables and 646225 clauses
750.22/750.29	c using permutation method 4
750.22/750.29	c count = 1
750.22/750.29	c Ordering finished 750.040 seconds
750.22/750.29	c mapped 750.210 seconds
750.22/750.29	c permuted 750.220 seconds
750.22/750.29	c about to sort
750.42/750.41	c sorted

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1776825-1244940983/watcher-1776825-1244940983 -o /tmp/evaluation-result-1776825-1244940983/solver-1776825-1244940983 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776825-1244940983.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 12.66 5.67 2.81 2/184 20568
/proc/meminfo: memFree=19043064/36427776 swapFree=4436/8460
[pid=20568] ppid=20566 vsize=1540 CPUtime=0
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 283 0 0 0 0 0 0 0 20 0 1 0 653404720 1576960 239 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 385 240 75 177 0 207 0

[startup+0.098757 s]
/proc/loadavg: 12.66 5.67 2.81 2/184 20568
/proc/meminfo: memFree=19043064/36427776 swapFree=4436/8460
[pid=20568] ppid=20566 vsize=7628 CPUtime=0.08
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 1776 0 0 0 8 0 0 0 20 0 1 0 653404720 7811072 1732 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 1907 1734 75 177 0 1729 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7628

[startup+0.102747 s]
/proc/loadavg: 12.66 5.67 2.81 2/184 20568
/proc/meminfo: memFree=19043064/36427776 swapFree=4436/8460
[pid=20568] ppid=20566 vsize=7892 CPUtime=0.1
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 1842 0 0 0 10 0 0 0 20 0 1 0 653404720 8081408 1798 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134685432 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 1973 1799 75 177 0 1795 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7892

[startup+0.302729 s]
/proc/loadavg: 12.66 5.67 2.81 2/184 20568
/proc/meminfo: memFree=19043064/36427776 swapFree=4436/8460
[pid=20568] ppid=20566 vsize=21580 CPUtime=0.28
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 5160 0 0 0 26 2 0 0 20 0 1 0 653404720 22097920 5116 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 5395 5117 75 177 0 5217 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 21580

[startup+0.70278 s]
/proc/loadavg: 12.66 5.67 2.81 2/184 20568
/proc/meminfo: memFree=19043064/36427776 swapFree=4436/8460
[pid=20568] ppid=20566 vsize=47512 CPUtime=0.68
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 11304 0 0 0 62 6 0 0 20 0 1 0 653404720 48652288 11260 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134534215 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 11878 11260 75 177 0 11700 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47512

[startup+1.50284 s]
/proc/loadavg: 12.66 5.67 2.81 2/185 20569
/proc/meminfo: memFree=18961368/36427776 swapFree=4900/89592
[pid=20568] ppid=20566 vsize=92724 CPUtime=1.48
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 22608 0 0 0 138 10 0 0 20 0 1 0 653404720 94949376 22563 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134680311 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 23181 22563 76 177 0 23003 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 92724

[startup+3.10298 s]
/proc/loadavg: 12.66 5.67 2.81 2/185 20569
/proc/meminfo: memFree=18936380/36427776 swapFree=4620/114556
[pid=20568] ppid=20566 vsize=120472 CPUtime=3.08
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 33461 0 0 0 294 14 0 0 20 0 1 0 653404720 123363328 29340 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600972 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 30118 29340 77 177 0 29940 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 120472

[startup+6.30322 s]
/proc/loadavg: 11.73 5.59 2.80 2/185 20569
/proc/meminfo: memFree=18924044/36427776 swapFree=4620/126548
[pid=20568] ppid=20566 vsize=120800 CPUtime=6.3
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 33538 0 0 0 614 16 0 0 20 0 1 0 653404720 123699200 29417 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600972 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 30200 29417 77 177 0 30022 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 120800

[startup+12.7037 s]
/proc/loadavg: 10.87 5.51 2.79 2/185 20569
/proc/meminfo: memFree=18923348/36427776 swapFree=4620/127288
[pid=20568] ppid=20566 vsize=121520 CPUtime=12.7
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 33683 0 0 0 1254 16 0 0 20 0 1 0 653404720 124436480 29562 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134555272 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 30380 29562 77 177 0 30202 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 121520

[startup+25.5008 s]
/proc/loadavg: 8.68 5.29 2.76 2/185 20569
/proc/meminfo: memFree=18922356/36427776 swapFree=4620/128352
[pid=20568] ppid=20566 vsize=122632 CPUtime=25.5
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 33945 0 0 0 2534 16 0 0 20 0 1 0 653404720 125575168 29824 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600972 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 30658 29824 77 177 0 30480 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 122632

[startup+51.1029 s]
/proc/loadavg: 6.06 4.95 2.71 2/185 20569
/proc/meminfo: memFree=18920372/36427776 swapFree=4620/130528
[pid=20568] ppid=20566 vsize=124856 CPUtime=51.1
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 34432 0 0 0 5094 16 0 0 20 0 1 0 653404720 127852544 30311 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600960 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 31214 30311 77 177 0 31036 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 124856

[startup+102.311 s]
/proc/loadavg: 3.19 4.34 2.62 2/185 20569
/proc/meminfo: memFree=18918884/36427776 swapFree=4620/131744
[pid=20568] ppid=20566 vsize=126044 CPUtime=102.31
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 34775 0 0 0 10215 16 0 0 20 0 1 0 653404720 129069056 30654 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600975 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 31511 30654 77 177 0 31333 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 126044

[startup+162.304 s]
/proc/loadavg: 1.80 3.73 2.52 2/185 20569
/proc/meminfo: memFree=18918264/36427776 swapFree=4620/132676
[pid=20568] ppid=20566 vsize=126308 CPUtime=162.31
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 34851 0 0 0 16215 16 0 0 20 0 1 0 653404720 129339392 30730 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600966 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 31577 30730 77 177 0 31399 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 126308

[startup+222.305 s]
/proc/loadavg: 1.29 3.23 2.42 2/185 20574
/proc/meminfo: memFree=18917768/36427776 swapFree=4620/132656
[pid=20568] ppid=20566 vsize=126440 CPUtime=222.31
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 34906 0 0 0 22215 16 0 0 20 0 1 0 653404720 129474560 30785 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600975 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 31610 30785 77 177 0 31432 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 126440

[startup+282.302 s]
/proc/loadavg: 1.17 2.83 2.33 2/185 20574
/proc/meminfo: memFree=18917644/36427776 swapFree=4620/132860
[pid=20568] ppid=20566 vsize=126572 CPUtime=282.3
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 34958 0 0 0 28214 16 0 0 20 0 1 0 653404720 129609728 30837 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600975 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 31643 30837 77 177 0 31465 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 126572

[startup+342.303 s]
/proc/loadavg: 1.06 2.50 2.25 2/185 20574
/proc/meminfo: memFree=18917396/36427776 swapFree=4620/133028
[pid=20568] ppid=20566 vsize=126704 CPUtime=342.3
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 35001 0 0 0 34214 16 0 0 20 0 1 0 653404720 129744896 30880 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600972 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 31676 30880 77 177 0 31498 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 126704

[startup+402.304 s]
/proc/loadavg: 1.02 2.22 2.17 2/185 20574
/proc/meminfo: memFree=18917272/36427776 swapFree=4620/133204
[pid=20568] ppid=20566 vsize=126836 CPUtime=402.3
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 35046 0 0 0 40214 16 0 0 20 0 1 0 653404720 129880064 30925 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600975 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 31709 30925 77 177 0 31531 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 126836

[startup+462.301 s]
/proc/loadavg: 1.01 2.00 2.09 2/185 20574
/proc/meminfo: memFree=18917148/36427776 swapFree=4620/133360
[pid=20568] ppid=20566 vsize=126968 CPUtime=462.3
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 35086 0 0 0 46214 16 0 0 20 0 1 0 653404720 130015232 30965 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600975 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 31742 30965 77 177 0 31564 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 126968

[startup+522.306 s]
/proc/loadavg: 1.00 1.81 2.02 2/185 20579
/proc/meminfo: memFree=18917272/36427776 swapFree=4620/133528
[pid=20568] ppid=20566 vsize=127100 CPUtime=522.31
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 35127 0 0 0 52215 16 0 0 20 0 1 0 653404720 130150400 31006 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600972 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 31775 31006 77 177 0 31597 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 127100

[startup+582.303 s]
/proc/loadavg: 1.00 1.66 1.95 2/185 20579
/proc/meminfo: memFree=18917148/36427776 swapFree=4620/133652
[pid=20568] ppid=20566 vsize=128512 CPUtime=582.31
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 35159 0 0 0 58215 16 0 0 20 0 1 0 653404720 131596288 31038 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600966 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 32128 31038 77 177 0 31950 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 128512

[startup+642.303 s]
/proc/loadavg: 1.00 1.54 1.89 2/185 20579
/proc/meminfo: memFree=18917024/36427776 swapFree=4620/133776
[pid=20568] ppid=20566 vsize=128644 CPUtime=642.32
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 35189 0 0 0 64216 16 0 0 20 0 1 0 653404720 131731456 31068 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600966 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 32161 31068 77 177 0 31983 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 128644

[startup+702.3 s]
/proc/loadavg: 1.00 1.44 1.83 2/185 20579
/proc/meminfo: memFree=18916900/36427776 swapFree=4620/133896
[pid=20568] ppid=20566 vsize=128776 CPUtime=702.31
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 35220 0 0 0 70215 16 0 0 20 0 1 0 653404720 131866624 31099 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134600975 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 32194 31099 77 177 0 32016 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 128776



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+754.301 s]
/proc/loadavg: 1.05 1.38 1.79 2/185 20579
/proc/meminfo: memFree=16919540/36427776 swapFree=4664/2127268
[pid=20568] ppid=20566 vsize=2127580 CPUtime=754.27
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4202496 535388 0 0 0 75235 192 0 0 20 0 1 0 653404720 2178641920 530635 18446744073709551615 134512640 135237372 4293254448 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 531895 530639 88 177 0 531717 0
Current children cumulated CPU time (s) 754.27
Current children cumulated vsize (KiB) 2127580

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

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

[startup+754.413 s]
/proc/loadavg: 1.05 1.38 1.79 2/185 20579
/proc/meminfo: memFree=16919540/36427776 swapFree=4664/2127268
[pid=20568] ppid=20566 vsize=0 CPUtime=754.37
/proc/20568/stat : 20568 (ttsth-5-0) R 20566 20568 15497 0 -1 4203524 535410 0 0 0 75235 202 0 0 20 0 1 0 653404720 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/20568/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 754.37
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 754.479
CPU time (s): 754.463
CPU user time (s): 752.323
CPU system time (s): 2.14013
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 2127580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 752.323
system time used= 2.14013
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 535410
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= 1
involuntary context switches= 1159

runsolver used 1.90412 second user time and 4.62429 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 02:56:23
IDJOB=1776825
IDBENCH=69595
IDSOLVER=634
FILE ID=xenhost3-49/1776825-1244940983
PBS_JOBID=
Free space on /tmp= 7014 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-g10nid.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776825-1244940983/watcher-1776825-1244940983 -o /tmp/evaluation-result-1776825-1244940983/solver-1776825-1244940983 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1776825-1244940983.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 16

MD5SUM BENCH= d46e452956bc993f202d3b06fd3e858e
RANDOM SEED= 1106913963

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      19043064 kB
Buffers:        477148 kB
Cached:       14126608 kB
SwapCached:          0 kB
Active:        4123544 kB
Inactive:     10489212 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           11996 kB
Writeback:           0 kB
AnonPages:        8460 kB
Mapped:           3772 kB
Slab:           719032 kB
SReclaimable:   692148 kB
SUnreclaim:      26884 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7014 MiB
End job on xenhost3-49 at 2009-06-14 03:09:00