Trace number 3386316

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 362.015 91.0792

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

361.74/91.06	
361.74/91.06	s UNSATISFIABLE
361.74/91.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: 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-3386316-1305577790/watcher-3386316-1305577790 -o /tmp/evaluation-result-3386316-1305577790/solver-3386316-1305577790 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386316-1305577790.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: 7.88 8.07 8.18 6/376 5129
/proc/meminfo: memFree=26582640/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=51244 CPUtime=0 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 3339 0 0 0 0 0 0 0 25 0 1 0 669379513 52473856 3278 33554432000 4194304 4625164 140735644368784 18446744073709551615 230809165568 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5129/statm: 12811 3278 295 106 0 8314 0

[startup+0.101443 s]
/proc/loadavg: 7.88 8.07 8.18 6/376 5129
/proc/meminfo: memFree=26582640/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=59620 CPUtime=0.09 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 7676 0 0 0 9 0 0 0 25 0 1 0 669379513 61050880 4909 33554432000 4194304 4625164 140735644368784 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5129/statm: 14905 4909 296 106 0 10408 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59620

[startup+0.200422 s]
/proc/loadavg: 7.88 8.07 8.18 6/376 5129
/proc/meminfo: memFree=26582640/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=77588 CPUtime=0.19 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 12047 0 0 0 18 1 0 0 25 0 1 0 669379513 79450112 7893 33554432000 4194304 4625164 140735644368784 18446744073709551615 230809208967 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5129/statm: 18010 7893 296 106 0 13513 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 77588

[startup+0.300409 s]
/proc/loadavg: 7.88 8.07 8.18 6/376 5129
/proc/meminfo: memFree=26582640/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=85000 CPUtime=0.29 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 15880 0 0 0 28 1 0 0 25 0 1 0 669379513 87040000 11726 33554432000 4194304 4625164 140735644368784 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5129/statm: 21250 11728 299 106 0 16753 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85000

[startup+0.700294 s]
/proc/loadavg: 7.88 8.07 8.18 6/376 5129
/proc/meminfo: memFree=26582640/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=412196 CPUtime=1.63 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 41842 0 0 0 159 4 0 0 25 0 4 0 669379513 422088704 35306 33554432000 4194304 4625164 140735644368784 18446744073709551615 4390615 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 103049 35306 335 106 0 98552 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 412196

[startup+1.50115 s]
/proc/loadavg: 7.88 8.07 8.18 9/380 5133
/proc/meminfo: memFree=26445708/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=412196 CPUtime=4.82 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 41842 0 0 0 478 4 0 0 25 0 4 0 669379513 422088704 35306 33554432000 4194304 4625164 140735644368784 18446744073709551615 4390900 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 103049 35306 335 106 0 98552 0
[pid=5129/tid=5131] ppid=5127 vsize=412196 CPUtime=1.11 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 1100 0 0 0 111 0 0 0 25 0 4 0 669379551 422088704 35306 33554432000 4194304 4625164 140735644368784 18446744073709551615 4478048 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=412196 CPUtime=1.11 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 1367 0 0 0 111 0 0 0 25 0 4 0 669379551 422088704 35306 33554432000 4194304 4625164 140735644368784 18446744073709551615 4479599 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=412196 CPUtime=1.11 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 1367 0 0 0 111 0 0 0 25 0 4 0 669379551 422088704 35306 33554432000 4194304 4625164 140735644368784 18446744073709551615 4477984 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 412196

[startup+3.10086 s]
/proc/loadavg: 7.88 8.07 8.18 9/380 5133
/proc/meminfo: memFree=26437648/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=416364 CPUtime=11.2 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 46477 0 0 0 1115 5 0 0 25 0 4 0 669379513 426356736 35727 33554432000 4194304 4625164 140735644368784 18446744073709551615 4278640 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 104091 35727 336 106 0 99594 0
[pid=5129/tid=5131] ppid=5127 vsize=416364 CPUtime=2.7 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 1100 0 0 0 270 0 0 0 25 0 4 0 669379551 426356736 35727 33554432000 4194304 4625164 140735644368784 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=416364 CPUtime=2.71 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 6002 0 0 0 270 1 0 0 25 0 4 0 669379551 426356736 35727 33554432000 4194304 4625164 140735644368784 18446744073709551615 4463787 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=416364 CPUtime=2.71 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 1367 0 0 0 271 0 0 0 25 0 4 0 669379551 426356736 35727 33554432000 4194304 4625164 140735644368784 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.2
Current children cumulated vsize (KiB) 416364

[startup+6.30027 s]
/proc/loadavg: 7.89 8.07 8.17 9/380 5134
/proc/meminfo: memFree=26423856/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=425892 CPUtime=23.96 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 60094 0 0 0 2388 8 0 0 25 0 4 0 669379513 436113408 38588 33554432000 4194304 4625164 140735644368784 18446744073709551615 4390688 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 106473 38588 336 106 0 101976 0
[pid=5129/tid=5131] ppid=5127 vsize=425892 CPUtime=5.9 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 4116 0 0 0 589 1 0 0 25 0 4 0 669379551 436113408 38588 33554432000 4194304 4625164 140735644368784 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=425892 CPUtime=5.9 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 7111 0 0 0 588 2 0 0 25 0 4 0 669379551 436113408 38588 33554432000 4194304 4625164 140735644368784 18446744073709551615 4352186 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=425892 CPUtime=5.9 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 10560 0 0 0 590 0 0 0 25 0 4 0 669379551 436113408 38588 33554432000 4194304 4625164 140735644368784 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.96
Current children cumulated vsize (KiB) 425892

[startup+12.7011 s]
/proc/loadavg: 7.90 8.07 8.17 9/380 5134
/proc/meminfo: memFree=26382492/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=432132 CPUtime=49.48 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 101033 0 0 0 4933 15 0 0 25 0 4 0 669379513 442503168 46515 33554432000 4194304 4625164 140735644368784 18446744073709551615 4390879 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 108033 46515 338 106 0 103536 0
[pid=5129/tid=5131] ppid=5127 vsize=432132 CPUtime=12.29 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 6157 0 0 0 1228 1 0 0 25 0 4 0 669379551 442503168 46515 33554432000 4194304 4625164 140735644368784 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=432132 CPUtime=12.3 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 15538 0 0 0 1227 3 0 0 25 0 4 0 669379551 442503168 46515 33554432000 4194304 4625164 140735644368784 18446744073709551615 4317250 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=432132 CPUtime=12.31 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 34785 0 0 0 1227 4 0 0 25 0 4 0 669379551 442503168 46515 33554432000 4194304 4625164 140735644368784 18446744073709551615 4554582 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.48
Current children cumulated vsize (KiB) 432132

[startup+25.5007 s]
/proc/loadavg: 7.99 8.08 8.18 9/380 5134
/proc/meminfo: memFree=26331524/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=448104 CPUtime=100.51 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 159324 0 0 0 10027 24 0 0 25 0 4 0 669379513 458858496 56453 33554432000 4194304 4625164 140735644368784 18446744073709551615 4390900 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 112026 56453 337 106 0 107529 0
[pid=5129/tid=5131] ppid=5127 vsize=448104 CPUtime=25.1 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 12891 0 0 0 2507 3 0 0 25 0 4 0 669379551 458858496 56453 33554432000 4194304 4625164 140735644368784 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=448104 CPUtime=25.1 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 27761 0 0 0 2504 6 0 0 25 0 4 0 669379551 458858496 56453 33554432000 4194304 4625164 140735644368784 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=448104 CPUtime=25.1 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 69610 0 0 0 2502 8 0 0 25 0 4 0 669379551 458858496 56453 33554432000 4194304 4625164 140735644368784 18446744073709551615 4334204 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.51
Current children cumulated vsize (KiB) 448104

[startup+51.1011 s]
/proc/loadavg: 7.99 8.07 8.17 9/380 5135
/proc/meminfo: memFree=26224144/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=496604 CPUtime=202.61 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 226766 0 0 0 20226 35 0 0 25 0 4 0 669379513 508522496 76329 33554432000 4194304 4625164 140735644368784 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 124151 76329 337 106 0 119654 0
[pid=5129/tid=5131] ppid=5127 vsize=496604 CPUtime=50.69 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 19790 0 0 0 5065 4 0 0 25 0 4 0 669379551 508522496 76329 33554432000 4194304 4625164 140735644368784 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=496604 CPUtime=50.7 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 36753 0 0 0 5063 7 0 0 25 0 4 0 669379551 508522496 76329 33554432000 4194304 4625164 140735644368784 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=496604 CPUtime=50.7 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 109422 0 0 0 5056 14 0 0 25 0 4 0 669379551 508522496 76329 33554432000 4194304 4625164 140735644368784 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.61
Current children cumulated vsize (KiB) 496604

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

[startup+51.201 s]
/proc/loadavg: 7.99 8.07 8.17 9/380 5135
/proc/meminfo: memFree=26224144/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=496604 CPUtime=203.01 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 227266 0 0 0 20266 35 0 0 25 0 4 0 669379513 508522496 76766 33554432000 4194304 4625164 140735644368784 18446744073709551615 4390615 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 124151 76766 337 106 0 119654 0
[pid=5129/tid=5131] ppid=5127 vsize=496604 CPUtime=50.79 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 19793 0 0 0 5075 4 0 0 25 0 4 0 669379551 508522496 76766 33554432000 4194304 4625164 140735644368784 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=496604 CPUtime=50.8 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 36754 0 0 0 5073 7 0 0 25 0 4 0 669379551 508522496 76766 33554432000 4194304 4625164 140735644368784 18446744073709551615 4317270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=496604 CPUtime=50.81 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 109914 0 0 0 5066 15 0 0 25 0 4 0 669379551 508522496 76766 33554432000 4194304 4625164 140735644368784 18446744073709551615 230808824050 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.01
Current children cumulated vsize (KiB) 496604

[startup+76.8003 s]
/proc/loadavg: 8.07 8.08 8.17 9/380 5135
/proc/meminfo: memFree=26151724/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=515028 CPUtime=305.11 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 285773 0 0 0 30465 46 0 0 25 0 4 0 669379513 527388672 90811 33554432000 4194304 4625164 140735644368784 18446744073709551615 4390864 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 128757 90811 353 106 0 124260 0
[pid=5129/tid=5131] ppid=5127 vsize=515028 CPUtime=76.39 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 27746 0 0 0 7633 6 0 0 25 0 4 0 669379551 527388672 90811 33554432000 4194304 4625164 140735644368784 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=515028 CPUtime=76.39 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 44615 0 0 0 7631 8 0 0 25 0 4 0 669379551 527388672 90811 33554432000 4194304 4625164 140735644368784 18446744073709551615 4352831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=515028 CPUtime=76.41 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 145728 0 0 0 7620 21 0 0 25 0 4 0 669379551 527388672 90811 33554432000 4194304 4625164 140735644368784 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 305.11
Current children cumulated vsize (KiB) 515028

[startup+83.2012 s]
/proc/loadavg: 8.06 8.08 8.17 9/380 5136
/proc/meminfo: memFree=26136968/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=527352 CPUtime=330.63 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 305496 0 0 0 33014 49 0 0 25 0 4 0 669379513 540008448 93909 33554432000 4194304 4625164 140735644368784 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 131838 93909 353 106 0 127341 0
[pid=5129/tid=5131] ppid=5127 vsize=527352 CPUtime=82.79 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 28527 0 0 0 8273 6 0 0 25 0 4 0 669379551 540008448 93909 33554432000 4194304 4625164 140735644368784 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=527352 CPUtime=82.8 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 45908 0 0 0 8271 9 0 0 25 0 4 0 669379551 540008448 93909 33554432000 4194304 4625164 140735644368784 18446744073709551615 4352145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=527352 CPUtime=82.81 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 156596 0 0 0 8258 23 0 0 25 0 4 0 669379551 540008448 93909 33554432000 4194304 4625164 140735644368784 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 330.63
Current children cumulated vsize (KiB) 527352

[startup+86.4006 s]
/proc/loadavg: 8.06 8.08 8.17 9/380 5136
/proc/meminfo: memFree=26126052/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=527352 CPUtime=343.39 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 317039 0 0 0 34288 51 0 0 25 0 4 0 669379513 540008448 95294 33554432000 4194304 4625164 140735644368784 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 131838 95294 353 106 0 127341 0
[pid=5129/tid=5131] ppid=5127 vsize=527352 CPUtime=85.99 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 29492 0 0 0 8593 6 0 0 25 0 4 0 669379551 540008448 95294 33554432000 4194304 4625164 140735644368784 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=527352 CPUtime=86 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 46151 0 0 0 8591 9 0 0 25 0 4 0 669379551 540008448 95294 33554432000 4194304 4625164 140735644368784 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=527352 CPUtime=86.01 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 166820 0 0 0 8577 24 0 0 25 0 4 0 669379551 540008448 95294 33554432000 4194304 4625164 140735644368784 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 343.39
Current children cumulated vsize (KiB) 527352

[startup+89.601 s]
/proc/loadavg: 8.05 8.08 8.17 9/380 5136
/proc/meminfo: memFree=26119596/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=527352 CPUtime=356.16 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 325661 0 0 0 35563 53 0 0 25 0 4 0 669379513 540008448 96038 33554432000 4194304 4625164 140735644368784 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 131838 96039 353 106 0 127341 0
[pid=5129/tid=5131] ppid=5127 vsize=527352 CPUtime=89.2 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 29917 0 0 0 8913 7 0 0 25 0 4 0 669379551 540008448 96039 33554432000 4194304 4625164 140735644368784 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=527352 CPUtime=89.2 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 46296 0 0 0 8911 9 0 0 25 0 4 0 669379551 540008448 96039 33554432000 4194304 4625164 140735644368784 18446744073709551615 4469375 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=527352 CPUtime=89.21 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 174609 0 0 0 8896 25 0 0 25 0 4 0 669379551 540008448 96039 33554432000 4194304 4625164 140735644368784 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 356.16
Current children cumulated vsize (KiB) 527352

[startup+90.4008 s]
/proc/loadavg: 8.05 8.08 8.17 9/380 5136
/proc/meminfo: memFree=26117860/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=527352 CPUtime=359.34 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 326029 0 0 0 35881 53 0 0 25 0 4 0 669379513 540008448 96211 33554432000 4194304 4625164 140735644368784 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 131838 96211 337 106 0 127341 0
[pid=5129/tid=5131] ppid=5127 vsize=527352 CPUtime=90 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 29954 0 0 0 8993 7 0 0 25 0 4 0 669379551 540008448 96211 33554432000 4194304 4625164 140735644368784 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=527352 CPUtime=90 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 46529 0 0 0 8991 9 0 0 25 0 4 0 669379551 540008448 96211 33554432000 4194304 4625164 140735644368784 18446744073709551615 4317344 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=527352 CPUtime=90.01 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 174655 0 0 0 8976 25 0 0 25 0 4 0 669379551 540008448 96211 33554432000 4194304 4625164 140735644368784 18446744073709551615 4288693 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 359.34
Current children cumulated vsize (KiB) 527352

[startup+90.8008 s]
/proc/loadavg: 8.05 8.08 8.17 9/380 5136
/proc/meminfo: memFree=26117860/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=527352 CPUtime=360.94 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 326266 0 0 0 36041 53 0 0 25 0 4 0 669379513 540008448 96425 33554432000 4194304 4625164 140735644368784 18446744073709551615 4390638 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 131838 96425 337 106 0 127341 0
[pid=5129/tid=5131] ppid=5127 vsize=527352 CPUtime=90.4 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 30003 0 0 0 9033 7 0 0 25 0 4 0 669379551 540008448 96425 33554432000 4194304 4625164 140735644368784 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=527352 CPUtime=90.4 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 46670 0 0 0 9031 9 0 0 25 0 4 0 669379551 540008448 96425 33554432000 4194304 4625164 140735644368784 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=527352 CPUtime=90.41 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 174673 0 0 0 9016 25 0 0 25 0 4 0 669379551 540008448 96425 33554432000 4194304 4625164 140735644368784 18446744073709551615 4352800 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 360.94
Current children cumulated vsize (KiB) 527352

[startup+91.0007 s]
/proc/loadavg: 8.05 8.08 8.17 9/380 5136
/proc/meminfo: memFree=26117860/32951124 swapFree=37160408/67111528
[pid=5129] ppid=5127 vsize=527352 CPUtime=361.74 cores=0,2,4,6
/proc/5129/stat : 5129 (SArTagnan) R 5127 5129 5006 0 -1 4202496 326376 0 0 0 36121 53 0 0 25 0 4 0 669379513 540008448 96517 33554432000 4194304 4625164 140735644368784 18446744073709551615 4289289 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5129/statm: 131838 96517 337 106 0 127341 0
[pid=5129/tid=5131] ppid=5127 vsize=527352 CPUtime=90.6 cores=0,2,4,6
/proc/5129/task/5131/stat : 5131 (SArTagnan) R 5127 5129 5006 0 -1 4202560 30030 0 0 0 9053 7 0 0 25 0 4 0 669379551 540008448 96517 33554432000 4194304 4625164 140735644368784 18446744073709551615 4481855 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5129/tid=5132] ppid=5127 vsize=527352 CPUtime=90.6 cores=0,2,4,6
/proc/5129/task/5132/stat : 5132 (SArTagnan) R 5127 5129 5006 0 -1 4202560 46729 0 0 0 9051 9 0 0 25 0 4 0 669379551 540008448 96517 33554432000 4194304 4625164 140735644368784 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5129/tid=5133] ppid=5127 vsize=527352 CPUtime=90.61 cores=0,2,4,6
/proc/5129/task/5133/stat : 5133 (SArTagnan) R 5127 5129 5006 0 -1 4202560 174678 0 0 0 9036 25 0 0 25 0 4 0 669379551 540008448 96517 33554432000 4194304 4625164 140735644368784 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 361.74
Current children cumulated vsize (KiB) 527352

Child status: 20
Real time (s): 91.0792
CPU time (s): 362.015
CPU user time (s): 361.464
CPU system time (s): 0.550916
CPU usage (%): 397.473
Max. virtual memory (cumulated for all children) (KiB): 531464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 361.464
system time used= 0.550916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327113
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= 93
involuntary context switches= 1747

runsolver used 0.296954 second user time and 0.797878 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-16 22:29:51
IDJOB=3386316
IDBENCH=71019
IDSOLVER=1871
FILE ID=node104/3386316-1305577790
RUNJOBID= node104-1305576965-5024
PBS_JOBID= 13350212
Free space on /tmp= 73248 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
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-3386316-1305577790/watcher-3386316-1305577790 -o /tmp/evaluation-result-3386316-1305577790/solver-3386316-1305577790 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386316-1305577790.cnf -threads=4

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=775865654

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26582796 kB
Buffers:        299908 kB
Cached:        2640116 kB
SwapCached:     152312 kB
Active:        2631060 kB
Inactive:      3453252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26582796 kB
SwapTotal:    67111528 kB
SwapFree:     37160408 kB
Dirty:           15596 kB
Writeback:           4 kB
AnonPages:     3004648 kB
Mapped:          11336 kB
Slab:           128552 kB
PageTables:      92012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89347484 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= 73244 MiB
End job on node104 at 2011-05-16 22:31:22