Trace number 3283333

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-03-24UNSAT 302.72 76.0828

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.9848
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

302.43/76.06	
302.43/76.06	s UNSATISFIABLE
302.43/76.06	c Conflict at level 0

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

running on 4 cores: 1,3,5,7

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: 3.69 4.28 5.76 2/174 10096
/proc/meminfo: memFree=26710576/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=21044 CPUtime=0 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 983 0 0 0 0 0 0 0 21 0 1 0 516436441 21549056 920 33554432000 4194304 4623224 140734602294112 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10096/statm: 5261 921 290 105 0 765 0

[startup+0.0530299 s]
/proc/loadavg: 3.69 4.28 5.76 2/174 10096
/proc/meminfo: memFree=26710576/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=55576 CPUtime=0.04 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 5475 0 0 0 4 0 0 0 21 0 1 0 516436441 56909824 4248 33554432000 4194304 4623224 140734602294112 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10096/statm: 13894 4249 297 105 0 9398 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 55576

[startup+0.10102 s]
/proc/loadavg: 3.69 4.28 5.76 2/174 10096
/proc/meminfo: memFree=26710576/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=59616 CPUtime=0.09 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 7666 0 0 0 9 0 0 0 21 0 1 0 516436441 61046784 4897 33554432000 4194304 4623224 140734602294112 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10096/statm: 14904 4898 297 105 0 10408 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59616

[startup+0.300987 s]
/proc/loadavg: 3.69 4.28 5.76 2/174 10096
/proc/meminfo: memFree=26710576/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=84996 CPUtime=0.29 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 15977 0 0 0 28 1 0 0 22 0 1 0 516436441 87035904 11821 33554432000 4194304 4623224 140734602294112 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10096/statm: 21249 11821 301 105 0 16753 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84996

[startup+0.700927 s]
/proc/loadavg: 3.69 4.28 5.76 2/174 10096
/proc/meminfo: memFree=26710576/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=420528 CPUtime=1.66 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 46765 0 0 0 161 5 0 0 24 0 4 0 516436441 430620672 35232 33554432000 4194304 4623224 140734602294112 18446744073709551615 4412783 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 105132 35232 335 105 0 100636 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 420528

[startup+1.50079 s]
/proc/loadavg: 3.69 4.28 5.76 9/184 10109
/proc/meminfo: memFree=26353040/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=420528 CPUtime=4.84 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 52064 0 0 0 479 5 0 0 25 0 4 0 516436441 430620672 35867 33554432000 4194304 4623224 140734602294112 18446744073709551615 4412468 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 105132 35867 335 105 0 100636 0
[pid=10096/tid=10104] ppid=10094 vsize=420528 CPUtime=1.11 cores=1,3,5,7
/proc/10096/task/10104/stat : 10104 (SArTagnan) R 10094 10096 9252 0 -1 4202560 3610 0 0 0 111 0 0 0 25 0 4 0 516436479 430620672 35867 33554432000 4194304 4623224 140734602294112 18446744073709551615 4330890 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=420528 CPUtime=1.1 cores=1,3,5,7
/proc/10096/task/10105/stat : 10105 (SArTagnan) R 10094 10096 9252 0 -1 4202560 4937 0 0 0 110 0 0 0 25 0 4 0 516436479 430620672 35867 33554432000 4194304 4623224 140734602294112 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=420528 CPUtime=1.11 cores=1,3,5,7
/proc/10096/task/10106/stat : 10106 (SArTagnan) R 10094 10096 9252 0 -1 4202560 6040 0 0 0 111 0 0 0 25 0 4 0 516436479 430620672 35867 33554432000 4194304 4623224 140734602294112 18446744073709551615 4289757 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 420528

[startup+3.10053 s]
/proc/loadavg: 4.04 4.34 5.77 9/184 10109
/proc/meminfo: memFree=26340888/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=424688 CPUtime=11.24 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 61734 0 0 0 1116 8 0 0 25 0 4 0 516436441 434880512 36356 33554432000 4194304 4623224 140734602294112 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 106172 36356 335 105 0 101676 0
[pid=10096/tid=10104] ppid=10094 vsize=424688 CPUtime=2.71 cores=1,3,5,7
/proc/10096/task/10104/stat : 10104 (SArTagnan) R 10094 10096 9252 0 -1 4202560 3691 0 0 0 271 0 0 0 25 0 4 0 516436479 434880512 36356 33554432000 4194304 4623224 140734602294112 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=424688 CPUtime=2.7 cores=1,3,5,7
/proc/10096/task/10105/stat : 10105 (SArTagnan) R 10094 10096 9252 0 -1 4202560 6310 0 0 0 270 0 0 0 25 0 4 0 516436479 434880512 36356 33554432000 4194304 4623224 140734602294112 18446744073709551615 4317201 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=424688 CPUtime=2.71 cores=1,3,5,7
/proc/10096/task/10106/stat : 10106 (SArTagnan) R 10094 10096 9252 0 -1 4202560 13937 0 0 0 268 3 0 0 25 0 4 0 516436479 434880512 36356 33554432000 4194304 4623224 140734602294112 18446744073709551615 4550297 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 424688

[startup+6.30099 s]
/proc/loadavg: 4.04 4.34 5.77 9/184 10109
/proc/meminfo: memFree=26325636/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=424688 CPUtime=24.02 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 77903 0 0 0 2391 11 0 0 25 0 4 0 516436441 434880512 39450 33554432000 4194304 4623224 140734602294112 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 106172 39450 335 105 0 101676 0
[pid=10096/tid=10104] ppid=10094 vsize=424688 CPUtime=5.91 cores=1,3,5,7
/proc/10096/task/10104/stat : 10104 (SArTagnan) R 10094 10096 9252 0 -1 4202560 3978 0 0 0 591 0 0 0 25 0 4 0 516436479 434880512 39450 33554432000 4194304 4623224 140734602294112 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=424688 CPUtime=5.88 cores=1,3,5,7
/proc/10096/task/10105/stat : 10105 (SArTagnan) R 10094 10096 9252 0 -1 4202560 12418 0 0 0 587 1 0 0 25 0 4 0 516436479 434880512 39450 33554432000 4194304 4623224 140734602294112 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=424688 CPUtime=5.91 cores=1,3,5,7
/proc/10096/task/10106/stat : 10106 (SArTagnan) R 10094 10096 9252 0 -1 4202560 23142 0 0 0 587 4 0 0 25 0 4 0 516436479 434880512 39450 33554432000 4194304 4623224 140734602294112 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.02
Current children cumulated vsize (KiB) 424688

[startup+12.7009 s]
/proc/loadavg: 4.73 4.48 5.80 9/184 10169
/proc/meminfo: memFree=26232640/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=447372 CPUtime=49.59 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 104915 0 0 0 4943 16 0 0 25 0 4 0 516436441 458108928 51097 33554432000 4194304 4623224 140734602294112 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 111843 51098 337 105 0 107347 0
[pid=10096/tid=10104] ppid=10094 vsize=447372 CPUtime=12.31 cores=1,3,5,7
/proc/10096/task/10104/stat : 10104 (SArTagnan) R 10094 10096 9252 0 -1 4202560 5560 0 0 0 1230 1 0 0 25 0 4 0 516436479 458108928 51098 33554432000 4194304 4623224 140734602294112 18446744073709551615 4461031 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=447372 CPUtime=12.25 cores=1,3,5,7
/proc/10096/task/10105/stat : 10105 (SArTagnan) R 10094 10096 9252 0 -1 4202560 18708 0 0 0 1222 3 0 0 25 0 4 0 516436479 458108928 51100 33554432000 4194304 4623224 140734602294112 18446744073709551615 4377679 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=447372 CPUtime=12.31 cores=1,3,5,7
/proc/10096/task/10106/stat : 10106 (SArTagnan) R 10094 10096 9252 0 -1 4202560 28338 0 0 0 1226 5 0 0 25 0 4 0 516436479 458108928 51100 33554432000 4194304 4623224 140734602294112 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 447372

[startup+25.5008 s]
/proc/loadavg: 5.23 4.59 5.82 9/184 10170
/proc/meminfo: memFree=26065840/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=474088 CPUtime=100.71 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 162921 0 0 0 10045 26 0 0 25 0 4 0 516436441 485466112 61461 33554432000 4194304 4623224 140734602294112 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 118522 61461 335 105 0 114026 0
[pid=10096/tid=10104] ppid=10094 vsize=474088 CPUtime=25.11 cores=1,3,5,7
/proc/10096/task/10104/stat : 10104 (SArTagnan) R 10094 10096 9252 0 -1 4202560 12625 0 0 0 2509 2 0 0 25 0 4 0 516436479 485466112 61461 33554432000 4194304 4623224 140734602294112 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=474088 CPUtime=24.97 cores=1,3,5,7
/proc/10096/task/10105/stat : 10105 (SArTagnan) R 10094 10096 9252 0 -1 4202560 33494 0 0 0 2491 6 0 0 25 0 4 0 516436479 485466112 61461 33554432000 4194304 4623224 140734602294112 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=474088 CPUtime=25.12 cores=1,3,5,7
/proc/10096/task/10106/stat : 10106 (SArTagnan) R 10094 10096 9252 0 -1 4202560 56808 0 0 0 2502 10 0 0 25 0 4 0 516436479 485466112 61461 33554432000 4194304 4623224 140734602294112 18446744073709551615 4545674 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.71
Current children cumulated vsize (KiB) 474088

[startup+51.1005 s]
/proc/loadavg: 6.17 4.87 5.88 9/184 10170
/proc/meminfo: memFree=25665928/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=477396 CPUtime=202.98 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 234324 0 0 0 20258 40 0 0 25 0 4 0 516436441 488853504 80149 33554432000 4194304 4623224 140734602294112 18446744073709551615 4412493 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 119349 80149 351 105 0 114853 0
[pid=10096/tid=10104] ppid=10094 vsize=477396 CPUtime=50.71 cores=1,3,5,7
/proc/10096/task/10104/stat : 10104 (SArTagnan) R 10094 10096 9252 0 -1 4202560 19523 0 0 0 5067 4 0 0 25 0 4 0 516436479 488853504 80149 33554432000 4194304 4623224 140734602294112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=477396 CPUtime=50.43 cores=1,3,5,7
/proc/10096/task/10105/stat : 10105 (SArTagnan) R 10094 10096 9252 0 -1 4202560 40929 0 0 0 5036 7 0 0 25 0 4 0 516436479 488853504 80149 33554432000 4194304 4623224 140734602294112 18446744073709551615 4289942 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=477396 CPUtime=50.71 cores=1,3,5,7
/proc/10096/task/10106/stat : 10106 (SArTagnan) R 10094 10096 9252 0 -1 4202560 102656 0 0 0 5053 18 0 0 25 0 4 0 516436479 488853504 80149 33554432000 4194304 4623224 140734602294112 18446744073709551615 4552737 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.98
Current children cumulated vsize (KiB) 477396

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

[startup+63.9003 s]
/proc/loadavg: 6.65 5.04 5.92 9/184 10170
/proc/meminfo: memFree=25057712/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=479788 CPUtime=254.11 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 257826 0 0 0 25366 45 0 0 25 0 4 0 516436441 491302912 87261 33554432000 4194304 4623224 140734602294112 18446744073709551615 4278643 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 119947 87261 335 105 0 115451 0
[pid=10096/tid=10104] ppid=10094 vsize=479788 CPUtime=63.51 cores=1,3,5,7
/proc/10096/task/10104/stat : 10104 (SArTagnan) R 10094 10096 9252 0 -1 4202560 21104 0 0 0 6347 4 0 0 25 0 4 0 516436479 491302912 87261 33554432000 4194304 4623224 140734602294112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=479788 CPUtime=63.17 cores=1,3,5,7
/proc/10096/task/10105/stat : 10105 (SArTagnan) R 10094 10096 9252 0 -1 4202560 43747 0 0 0 6309 8 0 0 25 0 4 0 516436479 491302912 87261 33554432000 4194304 4623224 140734602294112 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=479788 CPUtime=63.51 cores=1,3,5,7
/proc/10096/task/10106/stat : 10106 (SArTagnan) R 10094 10096 9252 0 -1 4202560 120312 0 0 0 6329 22 0 0 25 0 4 0 516436479 491302912 87261 33554432000 4194304 4623224 140734602294112 18446744073709551615 4377457 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 254.11
Current children cumulated vsize (KiB) 479788

[startup+70.3002 s]
/proc/loadavg: 6.76 5.08 5.93 9/184 10170
/proc/meminfo: memFree=24595236/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=545324 CPUtime=279.69 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 271504 0 0 0 27922 47 0 0 25 0 4 0 516436441 558411776 91153 33554432000 4194304 4623224 140734602294112 18446744073709551615 4412535 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 136331 91153 491 105 0 131835 0
[pid=10096/tid=10104] ppid=10094 vsize=545324 CPUtime=69.91 cores=1,3,5,7
/proc/10096/task/10104/stat : 10104 (SArTagnan) R 10094 10096 9252 0 -1 4202560 21195 0 0 0 6987 4 0 0 25 0 4 0 516436479 558411776 91153 33554432000 4194304 4623224 140734602294112 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=545324 CPUtime=69.54 cores=1,3,5,7
/proc/10096/task/10105/stat : 10105 (SArTagnan) R 10094 10096 9252 0 -1 4202560 43828 0 0 0 6946 8 0 0 25 0 4 0 516436479 558411776 91153 33554432000 4194304 4623224 140734602294112 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=545324 CPUtime=69.92 cores=1,3,5,7
/proc/10096/task/10106/stat : 10106 (SArTagnan) R 10094 10096 9252 0 -1 4202560 130074 0 0 0 6969 23 0 0 25 0 4 0 516436479 558411776 91153 33554432000 4194304 4623224 140734602294112 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 279.69
Current children cumulated vsize (KiB) 545324

[startup+73.5007 s]
/proc/loadavg: 6.86 5.13 5.94 9/184 10170
/proc/meminfo: memFree=24296024/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=545324 CPUtime=292.45 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 277264 0 0 0 29198 47 0 0 25 0 4 0 516436441 558411776 91416 33554432000 4194304 4623224 140734602294112 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 136331 91416 491 105 0 131835 0
[pid=10096/tid=10104] ppid=10094 vsize=545324 CPUtime=73.11 cores=1,3,5,7
/proc/10096/task/10104/stat : 10104 (SArTagnan) R 10094 10096 9252 0 -1 4202560 21212 0 0 0 7307 4 0 0 25 0 4 0 516436479 558411776 91416 33554432000 4194304 4623224 140734602294112 18446744073709551615 4461031 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=545324 CPUtime=72.72 cores=1,3,5,7
/proc/10096/task/10105/stat : 10105 (SArTagnan) R 10094 10096 9252 0 -1 4202560 43851 0 0 0 7264 8 0 0 25 0 4 0 516436479 558411776 91416 33554432000 4194304 4623224 140734602294112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=545324 CPUtime=73.11 cores=1,3,5,7
/proc/10096/task/10106/stat : 10106 (SArTagnan) R 10094 10096 9252 0 -1 4202560 135752 0 0 0 7287 24 0 0 25 0 4 0 516436479 558411776 91416 33554432000 4194304 4623224 140734602294112 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 292.45
Current children cumulated vsize (KiB) 545324

[startup+75.1004 s]
/proc/loadavg: 6.86 5.13 5.94 9/184 10171
/proc/meminfo: memFree=24126888/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=545324 CPUtime=298.84 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 279424 0 0 0 29836 48 0 0 25 0 4 0 516436441 558411776 91366 33554432000 4194304 4623224 140734602294112 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 136331 91366 491 105 0 131835 0
[pid=10096/tid=10104] ppid=10094 vsize=545324 CPUtime=74.71 cores=1,3,5,7
/proc/10096/task/10104/stat : 10104 (SArTagnan) R 10094 10096 9252 0 -1 4202560 21273 0 0 0 7467 4 0 0 25 0 4 0 516436479 558411776 91366 33554432000 4194304 4623224 140734602294112 18446744073709551615 4289878 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=545324 CPUtime=74.3 cores=1,3,5,7
/proc/10096/task/10105/stat : 10105 (SArTagnan) R 10094 10096 9252 0 -1 4202560 43853 0 0 0 7422 8 0 0 25 0 4 0 516436479 558411776 91366 33554432000 4194304 4623224 140734602294112 18446744073709551615 4317190 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=545324 CPUtime=74.71 cores=1,3,5,7
/proc/10096/task/10106/stat : 10106 (SArTagnan) R 10094 10096 9252 0 -1 4202560 137805 0 0 0 7447 24 0 0 25 0 4 0 516436479 558411776 91366 33554432000 4194304 4623224 140734602294112 18446744073709551615 4550506 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 298.84
Current children cumulated vsize (KiB) 545324

[startup+75.5004 s]
/proc/loadavg: 6.86 5.13 5.94 9/184 10171
/proc/meminfo: memFree=24126888/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=545324 CPUtime=300.44 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 279816 0 0 0 29996 48 0 0 25 0 4 0 516436441 558411776 91573 33554432000 4194304 4623224 140734602294112 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 136331 91573 491 105 0 131835 0
[pid=10096/tid=10104] ppid=10094 vsize=545324 CPUtime=75.11 cores=1,3,5,7
/proc/10096/task/10104/stat : 10104 (SArTagnan) R 10094 10096 9252 0 -1 4202560 21290 0 0 0 7507 4 0 0 25 0 4 0 516436479 558411776 91573 33554432000 4194304 4623224 140734602294112 18446744073709551615 4462608 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=545324 CPUtime=74.7 cores=1,3,5,7
/proc/10096/task/10105/stat : 10105 (SArTagnan) R 10094 10096 9252 0 -1 4202560 43853 0 0 0 7462 8 0 0 25 0 4 0 516436479 558411776 91573 33554432000 4194304 4623224 140734602294112 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=545324 CPUtime=75.11 cores=1,3,5,7
/proc/10096/task/10106/stat : 10106 (SArTagnan) R 10094 10096 9252 0 -1 4202560 138179 0 0 0 7487 24 0 0 25 0 4 0 516436479 558411776 91573 33554432000 4194304 4623224 140734602294112 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 300.44
Current children cumulated vsize (KiB) 545324

[startup+75.9063 s]
/proc/loadavg: 6.86 5.13 5.94 9/184 10171
/proc/meminfo: memFree=24023844/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=545324 CPUtime=302.06 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 280588 0 0 0 30158 48 0 0 25 0 4 0 516436441 558411776 91591 33554432000 4194304 4623224 140734602294112 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 136331 91591 491 105 0 131835 0
[pid=10096/tid=10104] ppid=10094 vsize=545324 CPUtime=75.51 cores=1,3,5,7
/proc/10096/task/10104/stat : 10104 (SArTagnan) R 10094 10096 9252 0 -1 4202560 21293 0 0 0 7547 4 0 0 25 0 4 0 516436479 558411776 91591 33554432000 4194304 4623224 140734602294112 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=545324 CPUtime=75.1 cores=1,3,5,7
/proc/10096/task/10105/stat : 10105 (SArTagnan) R 10094 10096 9252 0 -1 4202560 43858 0 0 0 7502 8 0 0 25 0 4 0 516436479 558411776 91591 33554432000 4194304 4623224 140734602294112 18446744073709551615 4317157 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=545324 CPUtime=75.51 cores=1,3,5,7
/proc/10096/task/10106/stat : 10106 (SArTagnan) R 10094 10096 9252 0 -1 4202560 138939 0 0 0 7527 24 0 0 25 0 4 0 516436479 558411776 91591 33554432000 4194304 4623224 140734602294112 18446744073709551615 4366349 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 302.06
Current children cumulated vsize (KiB) 545324

[startup+76.0003 s]
/proc/loadavg: 6.86 5.13 5.94 9/184 10171
/proc/meminfo: memFree=24023844/32950928 swapFree=67111524/67111528
[pid=10096] ppid=10094 vsize=545324 CPUtime=302.43 cores=1,3,5,7
/proc/10096/stat : 10096 (SArTagnan) R 10094 10096 9252 0 -1 4202496 280590 0 0 0 30195 48 0 0 25 0 4 0 516436441 558411776 91238 33554432000 4194304 4623224 140734602294112 18446744073709551615 4412507 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10096/statm: 136331 91238 491 105 0 131835 0
[pid=10096/tid=10104] ppid=10094 vsize=545324 CPUtime=75.61 cores=1,3,5,7
/proc/10096/task/10104/stat : 10104 (SArTagnan) R 10094 10096 9252 0 -1 4202560 21295 0 0 0 7557 4 0 0 25 0 4 0 516436479 558411776 91238 33554432000 4194304 4623224 140734602294112 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10096/tid=10105] ppid=10094 vsize=545324 CPUtime=75.2 cores=1,3,5,7
/proc/10096/task/10105/stat : 10105 (SArTagnan) R 10094 10096 9252 0 -1 4202560 43858 0 0 0 7512 8 0 0 25 0 4 0 516436479 558411776 91238 33554432000 4194304 4623224 140734602294112 18446744073709551615 4317150 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10096/tid=10106] ppid=10094 vsize=545324 CPUtime=75.61 cores=1,3,5,7
/proc/10096/task/10106/stat : 10106 (SArTagnan) R 10094 10096 9252 0 -1 4202560 138939 0 0 0 7537 24 0 0 25 0 4 0 516436479 558411776 91238 33554432000 4194304 4623224 140734602294112 18446744073709551615 4545903 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 302.43
Current children cumulated vsize (KiB) 545324

Child status: 20
Real time (s): 76.0828
CPU time (s): 302.72
CPU user time (s): 302.211
CPU system time (s): 0.508922
CPU usage (%): 397.882
Max. virtual memory (cumulated for all children) (KiB): 545324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.211
system time used= 0.508922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280884
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= 161
involuntary context switches= 2056

runsolver used 0.111982 second user time and 0.306953 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 05:39:37
IDJOB=3283333
IDBENCH=71019
IDSOLVER=1656
FILE ID=node126/3283333-1304048377
RUNJOBID= node126-1304048377-10082
PBS_JOBID= 13170390
Free space on /tmp= 71572 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283333-1304048377/watcher-3283333-1304048377 -o /tmp/evaluation-result-3283333-1304048377/solver-3283333-1304048377 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3283333-1304048377.cnf -threads=4

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=414088215

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26710856 kB
Buffers:       1407308 kB
Cached:        4220136 kB
SwapCached:          4 kB
Active:         207964 kB
Inactive:      5487768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26710856 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           29980 kB
Writeback:           0 kB
AnonPages:       67888 kB
Mapped:          14500 kB
Slab:           480516 kB
PageTables:       4312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189696 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= 71556 MiB
End job on node126 at 2011-04-29 05:40:54