Trace number 3386320

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
SArTagnan 2011-05-15 (fixed)UNSAT 274.432 69.0221

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.37
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

274.40/69.00	
274.40/69.00	s UNSATISFIABLE
274.40/69.00	c createReplaced produced conflict

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: 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-3386320-1305577160/watcher-3386320-1305577160 -o /tmp/evaluation-result-3386320-1305577160/solver-3386320-1305577160 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386320-1305577160.cnf -threads=4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.16 1.03 1.03 3/496 23006
/proc/meminfo: memFree=24198240/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=34696 CPUtime=0.01 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 2741 0 0 0 1 0 0 0 21 0 1 0 669316970 35528704 2506 33554432000 4194304 4625164 140735555317424 18446744073709551615 270613110528 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23006/statm: 8674 2507 296 106 0 4177 0

[startup+0.038779 s]
/proc/loadavg: 1.16 1.03 1.03 3/496 23006
/proc/meminfo: memFree=24198240/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=36656 CPUtime=0.03 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 4001 0 0 0 3 0 0 0 21 0 1 0 669316970 37535744 2978 33554432000 4194304 4625164 140735555317424 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23006/statm: 9164 2979 296 106 0 4667 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36656

[startup+0.10077 s]
/proc/loadavg: 1.16 1.03 1.03 3/496 23006
/proc/meminfo: memFree=24198240/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=43052 CPUtime=0.09 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 7739 0 0 0 8 1 0 0 21 0 1 0 669316970 44085248 4743 33554432000 4194304 4625164 140735555317424 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23006/statm: 10763 4744 296 106 0 6266 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43052

[startup+0.300702 s]
/proc/loadavg: 1.16 1.03 1.03 3/496 23006
/proc/meminfo: memFree=24198240/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=322920 CPUtime=0.77 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 20974 0 0 0 75 2 0 0 23 0 4 0 669316970 330670080 16844 33554432000 4194304 4625164 140735555317424 18446744073709551615 4390603 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 80730 16844 336 106 0 76233 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 322920

[startup+0.700641 s]
/proc/loadavg: 1.16 1.03 1.03 3/496 23006
/proc/meminfo: memFree=24198240/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=322920 CPUtime=2.37 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 22638 0 0 0 235 2 0 0 25 0 4 0 669316970 330670080 17280 33554432000 4194304 4625164 140735555317424 18446744073709551615 4393628 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 80730 17280 342 106 0 76233 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 322920

[startup+1.50046 s]
/proc/loadavg: 1.16 1.03 1.03 9/506 23019
/proc/meminfo: memFree=23963956/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=322920 CPUtime=5.55 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 25834 0 0 0 552 3 0 0 25 0 4 0 669316970 330670080 17623 33554432000 4194304 4625164 140735555317424 18446744073709551615 4364757 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 80730 17623 342 106 0 76233 0
[pid=23006/tid=23008] ppid=23004 vsize=322920 CPUtime=1.33 cores=0,2,4,6
/proc/23006/task/23008/stat : 23008 (SArTagnan) R 23004 23006 22974 0 -1 4202560 1046 0 0 0 133 0 0 0 25 0 4 0 669316984 330670080 17623 33554432000 4194304 4625164 140735555317424 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23006/tid=23009] ppid=23004 vsize=322920 CPUtime=1.35 cores=0,2,4,6
/proc/23006/task/23009/stat : 23009 (SArTagnan) R 23004 23006 22974 0 -1 4202560 966 0 0 0 135 0 0 0 25 0 4 0 669316984 330670080 17623 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23006/tid=23010] ppid=23004 vsize=322920 CPUtime=1.35 cores=0,2,4,6
/proc/23006/task/23010/stat : 23010 (SArTagnan) R 23004 23006 22974 0 -1 4202560 5271 0 0 0 135 0 0 0 25 0 4 0 669316984 330670080 17623 33554432000 4194304 4625164 140735555317424 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 322920

[startup+3.10117 s]
/proc/loadavg: 1.16 1.03 1.03 10/506 23019
/proc/meminfo: memFree=23945972/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=520244 CPUtime=11.91 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 160401 0 0 0 1168 23 0 0 18 0 4 0 669316970 532729856 74873 33554432000 4194304 4625164 140735555317424 18446744073709551615 4278683 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 130061 74873 343 106 0 125564 0
[pid=23006/tid=23008] ppid=23004 vsize=520244 CPUtime=2.91 cores=0,2,4,6
/proc/23006/task/23008/stat : 23008 (SArTagnan) R 23004 23006 22974 0 -1 4202560 24770 0 0 0 287 4 0 0 18 0 4 0 669316984 532729856 74873 33554432000 4194304 4625164 140735555317424 18446744073709551615 270612768978 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=23006/tid=23009] ppid=23004 vsize=520244 CPUtime=2.94 cores=0,2,4,6
/proc/23006/task/23009/stat : 23009 (SArTagnan) R 23004 23006 22974 0 -1 4202560 25854 0 0 0 291 3 0 0 25 0 4 0 669316984 532729856 74873 33554432000 4194304 4625164 140735555317424 18446744073709551615 4469147 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23006/tid=23010] ppid=23004 vsize=520244 CPUtime=2.95 cores=0,2,4,6
/proc/23006/task/23010/stat : 23010 (SArTagnan) R 23004 23006 22974 0 -1 4202560 34848 0 0 0 290 5 0 0 18 0 4 0 669316984 532729856 74873 33554432000 4194304 4625164 140735555317424 18446744073709551615 4276376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 520244

[startup+6.30061 s]
/proc/loadavg: 1.87 1.18 1.08 10/506 23019
/proc/meminfo: memFree=23708640/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=520244 CPUtime=24.63 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 163617 0 0 0 2439 24 0 0 25 0 4 0 669316970 532729856 75448 33554432000 4194304 4625164 140735555317424 18446744073709551615 4511950 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 130061 75448 347 106 0 125564 0
[pid=23006/tid=23008] ppid=23004 vsize=520244 CPUtime=6.09 cores=0,2,4,6
/proc/23006/task/23008/stat : 23008 (SArTagnan) R 23004 23006 22974 0 -1 4202560 25199 0 0 0 605 4 0 0 25 0 4 0 669316984 532729856 75448 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23006/tid=23009] ppid=23004 vsize=520244 CPUtime=6.14 cores=0,2,4,6
/proc/23006/task/23009/stat : 23009 (SArTagnan) R 23004 23006 22974 0 -1 4202560 26119 0 0 0 611 3 0 0 25 0 4 0 669316984 532729856 75448 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23006/tid=23010] ppid=23004 vsize=520244 CPUtime=6.09 cores=0,2,4,6
/proc/23006/task/23010/stat : 23010 (SArTagnan) R 23004 23006 22974 0 -1 4202560 36011 0 0 0 604 5 0 0 25 0 4 0 669316984 532729856 75448 33554432000 4194304 4625164 140735555317424 18446744073709551615 4334542 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 520244

[startup+12.7005 s]
/proc/loadavg: 2.44 1.31 1.12 10/506 23019
/proc/meminfo: memFree=23194572/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=559848 CPUtime=50.13 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 207869 0 0 0 4982 31 0 0 25 0 4 0 669316970 573284352 79587 33554432000 4194304 4625164 140735555317424 18446744073709551615 4511941 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 139962 79587 347 106 0 135465 0
[pid=23006/tid=23008] ppid=23004 vsize=559848 CPUtime=12.49 cores=0,2,4,6
/proc/23006/task/23008/stat : 23008 (SArTagnan) R 23004 23006 22974 0 -1 4202560 31731 0 0 0 1244 5 0 0 25 0 4 0 669316984 573284352 79587 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23006/tid=23009] ppid=23004 vsize=559848 CPUtime=12.54 cores=0,2,4,6
/proc/23006/task/23009/stat : 23009 (SArTagnan) R 23004 23006 22974 0 -1 4202560 32765 0 0 0 1250 4 0 0 25 0 4 0 669316984 573284352 79587 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23006/tid=23010] ppid=23004 vsize=559848 CPUtime=12.39 cores=0,2,4,6
/proc/23006/task/23010/stat : 23010 (SArTagnan) R 23004 23006 22974 0 -1 4202560 59981 0 0 0 1230 9 0 0 25 0 4 0 669316984 573284352 79587 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.13
Current children cumulated vsize (KiB) 559848

[startup+25.5002 s]
/proc/loadavg: 3.89 1.69 1.24 10/506 23020
/proc/meminfo: memFree=22983776/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=572284 CPUtime=101.1 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 276539 0 0 0 10068 42 0 0 25 0 4 0 669316970 586018816 84119 33554432000 4194304 4625164 140735555317424 18446744073709551615 4512193 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 143071 84119 347 106 0 138574 0
[pid=23006/tid=23008] ppid=23004 vsize=572284 CPUtime=25.29 cores=0,2,4,6
/proc/23006/task/23008/stat : 23008 (SArTagnan) R 23004 23006 22974 0 -1 4202560 32438 0 0 0 2524 5 0 0 25 0 4 0 669316984 586018816 84119 33554432000 4194304 4625164 140735555317424 18446744073709551615 4353037 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23006/tid=23009] ppid=23004 vsize=572284 CPUtime=25.34 cores=0,2,4,6
/proc/23006/task/23009/stat : 23009 (SArTagnan) R 23004 23006 22974 0 -1 4202560 33876 0 0 0 2530 4 0 0 25 0 4 0 669316984 586018816 84119 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23006/tid=23010] ppid=23004 vsize=572284 CPUtime=24.97 cores=0,2,4,6
/proc/23006/task/23010/stat : 23010 (SArTagnan) R 23004 23006 22974 0 -1 4202560 118657 0 0 0 2478 19 0 0 25 0 4 0 669316984 586018816 84119 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 572284

[startup+51.1007 s]
/proc/loadavg: 5.63 2.27 1.45 10/506 23020
/proc/meminfo: memFree=22882776/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=597268 CPUtime=203.08 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 406119 0 0 0 20245 63 0 0 25 0 4 0 669316970 611602432 93446 33554432000 4194304 4625164 140735555317424 18446744073709551615 4512193 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 149317 93446 347 106 0 144820 0
[pid=23006/tid=23008] ppid=23004 vsize=597268 CPUtime=50.89 cores=0,2,4,6
/proc/23006/task/23008/stat : 23008 (SArTagnan) R 23004 23006 22974 0 -1 4202560 33473 0 0 0 5083 6 0 0 25 0 4 0 669316984 611602432 93446 33554432000 4194304 4625164 140735555317424 18446744073709551615 4339680 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23006/tid=23009] ppid=23004 vsize=597268 CPUtime=50.93 cores=0,2,4,6
/proc/23006/task/23009/stat : 23009 (SArTagnan) R 23004 23006 22974 0 -1 4202560 35527 0 0 0 5088 5 0 0 25 0 4 0 669316984 611602432 93446 33554432000 4194304 4625164 140735555317424 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23006/tid=23010] ppid=23004 vsize=597268 CPUtime=50.15 cores=0,2,4,6
/proc/23006/task/23010/stat : 23010 (SArTagnan) R 23004 23006 22974 0 -1 4202560 233748 0 0 0 4978 37 0 0 25 0 4 0 669316984 611602432 93446 33554432000 4194304 4625164 140735555317424 18446744073709551615 4334163 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.08
Current children cumulated vsize (KiB) 597268

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

[startup+57.5005 s]
/proc/loadavg: 5.90 2.38 1.49 10/506 23021
/proc/meminfo: memFree=22873844/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=597268 CPUtime=228.57 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 420706 0 0 0 22791 66 0 0 25 0 4 0 669316970 611602432 93791 33554432000 4194304 4625164 140735555317424 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 149317 93791 347 106 0 144820 0
[pid=23006/tid=23008] ppid=23004 vsize=597268 CPUtime=57.29 cores=0,2,4,6
/proc/23006/task/23008/stat : 23008 (SArTagnan) R 23004 23006 22974 0 -1 4202560 33857 0 0 0 5723 6 0 0 25 0 4 0 669316984 611602432 93791 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23006/tid=23009] ppid=23004 vsize=597268 CPUtime=57.33 cores=0,2,4,6
/proc/23006/task/23009/stat : 23009 (SArTagnan) R 23004 23006 22974 0 -1 4202560 35950 0 0 0 5728 5 0 0 25 0 4 0 669316984 611602432 93791 33554432000 4194304 4625164 140735555317424 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23006/tid=23010] ppid=23004 vsize=597268 CPUtime=56.44 cores=0,2,4,6
/proc/23006/task/23010/stat : 23010 (SArTagnan) R 23004 23006 22974 0 -1 4202560 246930 0 0 0 5605 39 0 0 25 0 4 0 669316984 611602432 93791 33554432000 4194304 4625164 140735555317424 18446744073709551615 4552452 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 228.57
Current children cumulated vsize (KiB) 597268

[startup+63.9004 s]
/proc/loadavg: 6.15 2.49 1.53 10/506 23021
/proc/meminfo: memFree=22837996/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=612976 CPUtime=254.06 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 428820 0 0 0 25339 67 0 0 25 0 4 0 669316970 627687424 95698 33554432000 4194304 4625164 140735555317424 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 153244 95698 347 106 0 148747 0
[pid=23006/tid=23008] ppid=23004 vsize=612976 CPUtime=63.69 cores=0,2,4,6
/proc/23006/task/23008/stat : 23008 (SArTagnan) R 23004 23006 22974 0 -1 4202560 34178 0 0 0 6363 6 0 0 25 0 4 0 669316984 627687424 95698 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351925 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23006/tid=23009] ppid=23004 vsize=612976 CPUtime=63.73 cores=0,2,4,6
/proc/23006/task/23009/stat : 23009 (SArTagnan) R 23004 23006 22974 0 -1 4202560 36061 0 0 0 6368 5 0 0 25 0 4 0 669316984 627687424 95698 33554432000 4194304 4625164 140735555317424 18446744073709551615 4339680 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23006/tid=23010] ppid=23004 vsize=612976 CPUtime=62.73 cores=0,2,4,6
/proc/23006/task/23010/stat : 23010 (SArTagnan) R 23004 23006 22974 0 -1 4202560 254093 0 0 0 6233 40 0 0 25 0 4 0 669316984 627687424 95698 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 254.06
Current children cumulated vsize (KiB) 612976

[startup+67.1189 s]
/proc/loadavg: 6.38 2.60 1.57 10/506 23021
/proc/meminfo: memFree=22848040/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=614780 CPUtime=266.88 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 429820 0 0 0 26621 67 0 0 25 0 4 0 669316970 629534720 96678 33554432000 4194304 4625164 140735555317424 18446744073709551615 4512763 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 153695 96678 347 106 0 149198 0
[pid=23006/tid=23008] ppid=23004 vsize=614780 CPUtime=66.91 cores=0,2,4,6
/proc/23006/task/23008/stat : 23008 (SArTagnan) R 23004 23006 22974 0 -1 4202560 34318 0 0 0 6685 6 0 0 25 0 4 0 669316984 629534720 96678 33554432000 4194304 4625164 140735555317424 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23006/tid=23009] ppid=23004 vsize=614780 CPUtime=66.95 cores=0,2,4,6
/proc/23006/task/23009/stat : 23009 (SArTagnan) R 23004 23006 22974 0 -1 4202560 36154 0 0 0 6690 5 0 0 25 0 4 0 669316984 629534720 96678 33554432000 4194304 4625164 140735555317424 18446744073709551615 4352218 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23006/tid=23010] ppid=23004 vsize=614780 CPUtime=65.89 cores=0,2,4,6
/proc/23006/task/23010/stat : 23010 (SArTagnan) R 23004 23006 22974 0 -1 4202560 254537 0 0 0 6549 40 0 0 25 0 4 0 669316984 629534720 96678 33554432000 4194304 4625164 140735555317424 18446744073709551615 4557107 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 266.88
Current children cumulated vsize (KiB) 614780

[startup+67.9007 s]
/proc/loadavg: 6.38 2.60 1.57 10/506 23021
/proc/meminfo: memFree=22848040/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=614780 CPUtime=270.01 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 430185 0 0 0 26934 67 0 0 25 0 4 0 669316970 629534720 97002 33554432000 4194304 4625164 140735555317424 18446744073709551615 4390426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 153695 97002 347 106 0 149198 0
[pid=23006/tid=23008] ppid=23004 vsize=614780 CPUtime=67.69 cores=0,2,4,6
/proc/23006/task/23008/stat : 23008 (SArTagnan) R 23004 23006 22974 0 -1 4202560 34374 0 0 0 6763 6 0 0 25 0 4 0 669316984 629534720 97002 33554432000 4194304 4625164 140735555317424 18446744073709551615 4469186 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23006/tid=23009] ppid=23004 vsize=614780 CPUtime=67.73 cores=0,2,4,6
/proc/23006/task/23009/stat : 23009 (SArTagnan) R 23004 23006 22974 0 -1 4202560 36232 0 0 0 6768 5 0 0 25 0 4 0 669316984 629534720 97002 33554432000 4194304 4625164 140735555317424 18446744073709551615 4339660 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23006/tid=23010] ppid=23004 vsize=614780 CPUtime=66.67 cores=0,2,4,6
/proc/23006/task/23010/stat : 23010 (SArTagnan) R 23004 23006 22974 0 -1 4202560 254547 0 0 0 6627 40 0 0 25 0 4 0 669316984 629534720 97002 33554432000 4194304 4625164 140735555317424 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 270.01
Current children cumulated vsize (KiB) 614780

[startup+68.7006 s]
/proc/loadavg: 6.38 2.60 1.57 10/506 23021
/proc/meminfo: memFree=22819520/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=614780 CPUtime=273.19 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 430797 0 0 0 27252 67 0 0 25 0 4 0 669316970 629534720 97587 33554432000 4194304 4625164 140735555317424 18446744073709551615 4512736 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 153695 97587 347 106 0 149198 0
[pid=23006/tid=23008] ppid=23004 vsize=614780 CPUtime=68.49 cores=0,2,4,6
/proc/23006/task/23008/stat : 23008 (SArTagnan) R 23004 23006 22974 0 -1 4202560 34404 0 0 0 6843 6 0 0 25 0 4 0 669316984 629534720 97587 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23006/tid=23009] ppid=23004 vsize=614780 CPUtime=68.53 cores=0,2,4,6
/proc/23006/task/23009/stat : 23009 (SArTagnan) R 23004 23006 22974 0 -1 4202560 36275 0 0 0 6848 5 0 0 25 0 4 0 669316984 629534720 97587 33554432000 4194304 4625164 140735555317424 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23006/tid=23010] ppid=23004 vsize=614780 CPUtime=67.45 cores=0,2,4,6
/proc/23006/task/23010/stat : 23010 (SArTagnan) R 23004 23006 22974 0 -1 4202560 254556 0 0 0 6705 40 0 0 25 0 4 0 669316984 629534720 97587 33554432000 4194304 4625164 140735555317424 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 273.19
Current children cumulated vsize (KiB) 614780

[startup+68.9005 s]
/proc/loadavg: 6.38 2.60 1.57 10/506 23021
/proc/meminfo: memFree=22819520/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=614780 CPUtime=274 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 431010 0 0 0 27332 68 0 0 25 0 4 0 669316970 629534720 97788 33554432000 4194304 4625164 140735555317424 18446744073709551615 4511866 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 153695 97788 347 106 0 149198 0
[pid=23006/tid=23008] ppid=23004 vsize=614780 CPUtime=68.69 cores=0,2,4,6
/proc/23006/task/23008/stat : 23008 (SArTagnan) R 23004 23006 22974 0 -1 4202560 34435 0 0 0 6863 6 0 0 25 0 4 0 669316984 629534720 97788 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23006/tid=23009] ppid=23004 vsize=614780 CPUtime=68.73 cores=0,2,4,6
/proc/23006/task/23009/stat : 23009 (SArTagnan) R 23004 23006 22974 0 -1 4202560 36293 0 0 0 6868 5 0 0 25 0 4 0 669316984 629534720 97788 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23006/tid=23010] ppid=23004 vsize=614780 CPUtime=67.65 cores=0,2,4,6
/proc/23006/task/23010/stat : 23010 (SArTagnan) R 23004 23006 22974 0 -1 4202560 254562 0 0 0 6725 40 0 0 25 0 4 0 669316984 629534720 97788 33554432000 4194304 4625164 140735555317424 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 274
Current children cumulated vsize (KiB) 614780

[startup+69.0005 s]
/proc/loadavg: 6.38 2.60 1.57 10/506 23021
/proc/meminfo: memFree=22819520/32951124 swapFree=60609076/67111528
[pid=23006] ppid=23004 vsize=614780 CPUtime=274.4 cores=0,2,4,6
/proc/23006/stat : 23006 (SArTagnan) R 23004 23006 22974 0 -1 4202496 431420 0 0 0 27372 68 0 0 25 0 4 0 669316970 629534720 98183 33554432000 4194304 4625164 140735555317424 18446744073709551615 4278435 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23006/statm: 153695 98183 347 106 0 149198 0
[pid=23006/tid=23008] ppid=23004 vsize=614780 CPUtime=68.79 cores=0,2,4,6
/proc/23006/task/23008/stat : 23008 (SArTagnan) R 23004 23006 22974 0 -1 4202560 34436 0 0 0 6873 6 0 0 25 0 4 0 669316984 629534720 98184 33554432000 4194304 4625164 140735555317424 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=23006/tid=23009] ppid=23004 vsize=614780 CPUtime=68.83 cores=0,2,4,6
/proc/23006/task/23009/stat : 23009 (SArTagnan) R 23004 23006 22974 0 -1 4202560 36295 0 0 0 6878 5 0 0 25 0 4 0 669316984 629534720 98184 33554432000 4194304 4625164 140735555317424 18446744073709551615 270612768993 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=23006/tid=23010] ppid=23004 vsize=614780 CPUtime=67.75 cores=0,2,4,6
/proc/23006/task/23010/stat : 23010 (SArTagnan) R 23004 23006 22974 0 -1 4202560 254562 0 0 0 6735 40 0 0 25 0 4 0 669316984 629534720 98184 33554432000 4194304 4625164 140735555317424 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 274.4
Current children cumulated vsize (KiB) 614780

Child status: 20
Real time (s): 69.0221
CPU time (s): 274.432
CPU user time (s): 273.733
CPU system time (s): 0.698893
CPU usage (%): 397.601
Max. virtual memory (cumulated for all children) (KiB): 614780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 273.733
system time used= 0.698893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 431476
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= 2394
involuntary context switches= 2028

runsolver used 0.316951 second user time and 0.818875 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-16 22:19:20
IDJOB=3386320
IDBENCH=69599
IDSOLVER=1871
FILE ID=node108/3386320-1305577160
RUNJOBID= node108-1305577160-22992
PBS_JOBID= 13350217
Free space on /tmp= 73444 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386320-1305577160/watcher-3386320-1305577160 -o /tmp/evaluation-result-3386320-1305577160/solver-3386320-1305577160 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386320-1305577160.cnf -threads=4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=1069561051

node108.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.820
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.64
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.820
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	: 5226.15
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.820
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.82
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.820
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.77
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.820
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.820
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.75
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24198636 kB
Buffers:         66704 kB
Cached:         704964 kB
SwapCached:      25796 kB
Active:        1204908 kB
Inactive:      7328800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24198636 kB
SwapTotal:    67111528 kB
SwapFree:     60609076 kB
Dirty:            9860 kB
Writeback:           0 kB
AnonPages:     7745308 kB
Mapped:          28024 kB
Slab:            82108 kB
PageTables:      65256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134806388 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= 73432 MiB
End job on node108 at 2011-05-16 22:20:29