Trace number 3287795

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 87.2757 22.0292

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtswvrod6x8p1-tseitin.cnf
MD5SUMd07ba7628d2c2e21fb72ee99fe24c054
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.18721
Satisfiable
(Un)Satisfiability was proved
Number of variables160244
Number of clauses479591
Sum of the clauses size1119043
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2319726
Number of clauses of size 3159863
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

87.20/22.02	
87.20/22.02	s UNSATISFIABLE
87.20/22.02	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-3287795-1304071690/watcher-3287795-1304071690 -o /tmp/evaluation-result-3287795-1304071690/solver-3287795-1304071690 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3287795-1304071690.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: 7.63 7.72 7.87 5/180 22642
/proc/meminfo: memFree=12246128/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=21000 CPUtime=0 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 983 0 0 0 0 0 0 0 25 0 1 0 597399654 21504000 920 33554432000 4194304 4623224 140734057485792 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/22642/statm: 5250 922 290 105 0 754 0

[startup+0.101074 s]
/proc/loadavg: 7.63 7.72 7.87 5/180 22642
/proc/meminfo: memFree=12246128/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=54288 CPUtime=0.09 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 9694 0 0 0 8 1 0 0 25 0 1 0 597399654 55590912 5920 33554432000 4194304 4623224 140734057485792 18446744073709551615 216735178496 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/22642/statm: 13572 5920 297 105 0 9076 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54288

[startup+0.201057 s]
/proc/loadavg: 7.63 7.72 7.87 5/180 22642
/proc/meminfo: memFree=12246128/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=63380 CPUtime=0.19 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 15334 0 0 0 17 2 0 0 25 0 1 0 597399654 64901120 8771 33554432000 4194304 4623224 140734057485792 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/22642/statm: 15845 8772 297 105 0 11349 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 63380

[startup+0.301005 s]
/proc/loadavg: 7.63 7.72 7.87 5/180 22642
/proc/meminfo: memFree=12246128/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=309100 CPUtime=0.49 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 37194 0 0 0 45 4 0 0 25 0 4 0 597399654 316518400 28254 33554432000 4194304 4623224 140734057485792 18446744073709551615 4368728 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22642/statm: 77275 28254 333 105 0 72779 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 309100

[startup+0.700938 s]
/proc/loadavg: 7.63 7.72 7.87 5/180 22642
/proc/meminfo: memFree=12246128/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=374636 CPUtime=2.1 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 38599 0 0 0 205 5 0 0 25 0 4 0 597399654 383627264 29570 33554432000 4194304 4623224 140734057485792 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22642/statm: 93659 29570 335 105 0 89163 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 374636

[startup+1.5008 s]
/proc/loadavg: 7.66 7.72 7.87 9/184 22646
/proc/meminfo: memFree=12124212/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=374636 CPUtime=5.29 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 39657 0 0 0 524 5 0 0 25 0 4 0 597399654 383627264 29892 33554432000 4194304 4623224 140734057485792 18446744073709551615 4412592 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22642/statm: 93659 29892 335 105 0 89163 0
[pid=22642/tid=22644] ppid=22640 vsize=374636 CPUtime=1.26 cores=1,3,5,7
/proc/22642/task/22644/stat : 22644 (SArTagnan) R 22640 22642 22146 0 -1 4202560 2943 0 0 0 126 0 0 0 25 0 4 0 597399678 383627264 29892 33554432000 4194304 4623224 140734057485792 18446744073709551615 4363755 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22642/tid=22645] ppid=22640 vsize=374636 CPUtime=1.25 cores=1,3,5,7
/proc/22642/task/22645/stat : 22645 (SArTagnan) R 22640 22642 22146 0 -1 4202560 2644 0 0 0 125 0 0 0 25 0 4 0 597399678 383627264 29892 33554432000 4194304 4623224 140734057485792 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22642/tid=22646] ppid=22640 vsize=374636 CPUtime=1.26 cores=1,3,5,7
/proc/22642/task/22646/stat : 22646 (SArTagnan) R 22640 22642 22146 0 -1 4202560 3606 0 0 0 126 0 0 0 25 0 4 0 597399678 383627264 29892 33554432000 4194304 4623224 140734057485792 18446744073709551615 4355430 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 374636

[startup+3.10052 s]
/proc/loadavg: 7.66 7.72 7.87 9/184 22646
/proc/meminfo: memFree=12126336/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=375552 CPUtime=11.68 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 42276 0 0 0 1163 5 0 0 25 0 4 0 597399654 384565248 31264 33554432000 4194304 4623224 140734057485792 18446744073709551615 4412459 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22642/statm: 93888 31264 335 105 0 89392 0
[pid=22642/tid=22644] ppid=22640 vsize=375552 CPUtime=2.86 cores=1,3,5,7
/proc/22642/task/22644/stat : 22644 (SArTagnan) R 22640 22642 22146 0 -1 4202560 3013 0 0 0 286 0 0 0 25 0 4 0 597399678 384565248 31264 33554432000 4194304 4623224 140734057485792 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22642/tid=22645] ppid=22640 vsize=375552 CPUtime=2.85 cores=1,3,5,7
/proc/22642/task/22645/stat : 22645 (SArTagnan) R 22640 22642 22146 0 -1 4202560 2705 0 0 0 285 0 0 0 25 0 4 0 597399678 384565248 31264 33554432000 4194304 4623224 140734057485792 18446744073709551615 4377358 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22642/tid=22646] ppid=22640 vsize=375552 CPUtime=2.85 cores=1,3,5,7
/proc/22642/task/22646/stat : 22646 (SArTagnan) R 22640 22642 22146 0 -1 4202560 5914 0 0 0 285 0 0 0 25 0 4 0 597399678 384565248 31264 33554432000 4194304 4623224 140734057485792 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (KiB) 375552

[startup+6.30096 s]
/proc/loadavg: 7.68 7.72 7.87 9/184 22646
/proc/meminfo: memFree=12111704/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=381556 CPUtime=24.46 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 55447 0 0 0 2439 7 0 0 25 0 4 0 597399654 390713344 32337 33554432000 4194304 4623224 140734057485792 18446744073709551615 4507293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22642/statm: 95389 32337 343 105 0 90893 0
[pid=22642/tid=22644] ppid=22640 vsize=381556 CPUtime=6.06 cores=1,3,5,7
/proc/22642/task/22644/stat : 22644 (SArTagnan) R 22640 22642 22146 0 -1 4202560 3159 0 0 0 606 0 0 0 25 0 4 0 597399678 390713344 32337 33554432000 4194304 4623224 140734057485792 18446744073709551615 4376832 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22642/tid=22645] ppid=22640 vsize=381556 CPUtime=6.03 cores=1,3,5,7
/proc/22642/task/22645/stat : 22645 (SArTagnan) R 22640 22642 22146 0 -1 4202560 2796 0 0 0 603 0 0 0 25 0 4 0 597399678 390713344 32337 33554432000 4194304 4623224 140734057485792 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22642/tid=22646] ppid=22640 vsize=381556 CPUtime=6.06 cores=1,3,5,7
/proc/22642/task/22646/stat : 22646 (SArTagnan) R 22640 22642 22146 0 -1 4202560 15611 0 0 0 604 2 0 0 25 0 4 0 597399678 390713344 32337 33554432000 4194304 4623224 140734057485792 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 381556

[startup+12.7008 s]
/proc/loadavg: 7.71 7.73 7.87 9/184 22646
/proc/meminfo: memFree=12099328/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=395540 CPUtime=50.03 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 91158 0 0 0 4989 14 0 0 25 0 4 0 597399654 405032960 34105 33554432000 4194304 4623224 140734057485792 18446744073709551615 4506903 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22642/statm: 98885 34105 343 105 0 94389 0
[pid=22642/tid=22644] ppid=22640 vsize=395540 CPUtime=12.46 cores=1,3,5,7
/proc/22642/task/22644/stat : 22644 (SArTagnan) R 22640 22642 22146 0 -1 4202560 4647 0 0 0 1246 0 0 0 25 0 4 0 597399678 405032960 34105 33554432000 4194304 4623224 140734057485792 18446744073709551615 4376917 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22642/tid=22645] ppid=22640 vsize=395540 CPUtime=12.39 cores=1,3,5,7
/proc/22642/task/22645/stat : 22645 (SArTagnan) R 22640 22642 22146 0 -1 4202560 4416 0 0 0 1239 0 0 0 25 0 4 0 597399678 405032960 34105 33554432000 4194304 4623224 140734057485792 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22642/tid=22646] ppid=22640 vsize=395540 CPUtime=12.46 cores=1,3,5,7
/proc/22642/task/22646/stat : 22646 (SArTagnan) R 22640 22642 22146 0 -1 4202560 47307 0 0 0 1238 8 0 0 25 0 4 0 597399678 405032960 34105 33554432000 4194304 4623224 140734057485792 18446744073709551615 4551050 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.03
Current children cumulated vsize (KiB) 395540

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

[startup+12.8008 s]
/proc/loadavg: 7.71 7.73 7.87 9/184 22646
/proc/meminfo: memFree=12099328/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=395540 CPUtime=50.42 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 91802 0 0 0 5028 14 0 0 25 0 4 0 597399654 405032960 34749 33554432000 4194304 4623224 140734057485792 18446744073709551615 4507243 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22642/statm: 98885 34749 343 105 0 94389 0
[pid=22642/tid=22644] ppid=22640 vsize=395540 CPUtime=12.56 cores=1,3,5,7
/proc/22642/task/22644/stat : 22644 (SArTagnan) R 22640 22642 22146 0 -1 4202560 4650 0 0 0 1256 0 0 0 25 0 4 0 597399678 405032960 34749 33554432000 4194304 4623224 140734057485792 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22642/tid=22645] ppid=22640 vsize=395540 CPUtime=12.49 cores=1,3,5,7
/proc/22642/task/22645/stat : 22645 (SArTagnan) R 22640 22642 22146 0 -1 4202560 4418 0 0 0 1249 0 0 0 25 0 4 0 597399678 405032960 34749 33554432000 4194304 4623224 140734057485792 18446744073709551615 4289917 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22642/tid=22646] ppid=22640 vsize=395540 CPUtime=12.56 cores=1,3,5,7
/proc/22642/task/22646/stat : 22646 (SArTagnan) R 22640 22642 22146 0 -1 4202560 47943 0 0 0 1248 8 0 0 25 0 4 0 597399678 405032960 34749 33554432000 4194304 4623224 140734057485792 18446744073709551615 4289917 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 395540

[startup+16.0003 s]
/proc/loadavg: 7.73 7.73 7.87 9/184 22646
/proc/meminfo: memFree=12099820/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=395540 CPUtime=63.21 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 106502 0 0 0 6304 17 0 0 25 0 4 0 597399654 405032960 35417 33554432000 4194304 4623224 140734057485792 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22642/statm: 98885 35417 343 105 0 94389 0
[pid=22642/tid=22644] ppid=22640 vsize=395540 CPUtime=15.76 cores=1,3,5,7
/proc/22642/task/22644/stat : 22644 (SArTagnan) R 22640 22642 22146 0 -1 4202560 4810 0 0 0 1576 0 0 0 25 0 4 0 597399678 405032960 35417 33554432000 4194304 4623224 140734057485792 18446744073709551615 4289849 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22642/tid=22645] ppid=22640 vsize=395540 CPUtime=15.67 cores=1,3,5,7
/proc/22642/task/22645/stat : 22645 (SArTagnan) R 22640 22642 22146 0 -1 4202560 4576 0 0 0 1567 0 0 0 25 0 4 0 597399678 405032960 35417 33554432000 4194304 4623224 140734057485792 18446744073709551615 4289942 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22642/tid=22646] ppid=22640 vsize=395540 CPUtime=15.76 cores=1,3,5,7
/proc/22642/task/22646/stat : 22646 (SArTagnan) R 22640 22642 22146 0 -1 4202560 62161 0 0 0 1566 10 0 0 25 0 4 0 597399678 405032960 35417 33554432000 4194304 4623224 140734057485792 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 63.21
Current children cumulated vsize (KiB) 395540

[startup+19.2007 s]
/proc/loadavg: 7.73 7.73 7.87 9/184 22647
/proc/meminfo: memFree=12094740/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=399296 CPUtime=75.99 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 123500 0 0 0 7580 19 0 0 25 0 4 0 597399654 408879104 35571 33554432000 4194304 4623224 140734057485792 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22642/statm: 99824 35571 343 105 0 95328 0
[pid=22642/tid=22644] ppid=22640 vsize=399296 CPUtime=18.96 cores=1,3,5,7
/proc/22642/task/22644/stat : 22644 (SArTagnan) R 22640 22642 22146 0 -1 4202560 4907 0 0 0 1896 0 0 0 25 0 4 0 597399678 408879104 35571 33554432000 4194304 4623224 140734057485792 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22642/tid=22645] ppid=22640 vsize=399296 CPUtime=18.85 cores=1,3,5,7
/proc/22642/task/22645/stat : 22645 (SArTagnan) R 22640 22642 22146 0 -1 4202560 4695 0 0 0 1885 0 0 0 25 0 4 0 597399678 408879104 35572 33554432000 4194304 4623224 140734057485792 18446744073709551615 4461031 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22642/tid=22646] ppid=22640 vsize=399296 CPUtime=18.96 cores=1,3,5,7
/proc/22642/task/22646/stat : 22646 (SArTagnan) R 22640 22642 22146 0 -1 4202560 76954 0 0 0 1884 12 0 0 25 0 4 0 597399678 408879104 35572 33554432000 4194304 4623224 140734057485792 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 75.99
Current children cumulated vsize (KiB) 399296

[startup+20.8004 s]
/proc/loadavg: 7.73 7.73 7.87 9/184 22647
/proc/meminfo: memFree=12089532/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=399296 CPUtime=82.38 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 129554 0 0 0 8218 20 0 0 25 0 4 0 597399654 408879104 35366 33554432000 4194304 4623224 140734057485792 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22642/statm: 99824 35366 343 105 0 95328 0
[pid=22642/tid=22644] ppid=22640 vsize=399296 CPUtime=20.55 cores=1,3,5,7
/proc/22642/task/22644/stat : 22644 (SArTagnan) R 22640 22642 22146 0 -1 4202560 4973 0 0 0 2055 0 0 0 25 0 4 0 597399678 408879104 35366 33554432000 4194304 4623224 140734057485792 18446744073709551615 4377410 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22642/tid=22645] ppid=22640 vsize=399296 CPUtime=20.45 cores=1,3,5,7
/proc/22642/task/22645/stat : 22645 (SArTagnan) R 22640 22642 22146 0 -1 4202560 4721 0 0 0 2045 0 0 0 25 0 4 0 597399678 408879104 35366 33554432000 4194304 4623224 140734057485792 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22642/tid=22646] ppid=22640 vsize=399296 CPUtime=20.56 cores=1,3,5,7
/proc/22642/task/22646/stat : 22646 (SArTagnan) R 22640 22642 22146 0 -1 4202560 82864 0 0 0 2043 13 0 0 25 0 4 0 597399678 408879104 35366 33554432000 4194304 4623224 140734057485792 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 82.38
Current children cumulated vsize (KiB) 399296

[startup+21.6003 s]
/proc/loadavg: 7.75 7.74 7.87 9/184 22647
/proc/meminfo: memFree=12086184/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=400572 CPUtime=85.58 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 130796 0 0 0 8537 21 0 0 25 0 4 0 597399654 410185728 35922 33554432000 4194304 4623224 140734057485792 18446744073709551615 4412575 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22642/statm: 100143 35922 343 105 0 95647 0
[pid=22642/tid=22644] ppid=22640 vsize=400572 CPUtime=21.35 cores=1,3,5,7
/proc/22642/task/22644/stat : 22644 (SArTagnan) R 22640 22642 22146 0 -1 4202560 5025 0 0 0 2135 0 0 0 25 0 4 0 597399678 410185728 35922 33554432000 4194304 4623224 140734057485792 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22642/tid=22645] ppid=22640 vsize=400572 CPUtime=21.24 cores=1,3,5,7
/proc/22642/task/22645/stat : 22645 (SArTagnan) R 22640 22642 22146 0 -1 4202560 4781 0 0 0 2124 0 0 0 25 0 4 0 597399678 410185728 35922 33554432000 4194304 4623224 140734057485792 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22642/tid=22646] ppid=22640 vsize=400572 CPUtime=21.35 cores=1,3,5,7
/proc/22642/task/22646/stat : 22646 (SArTagnan) R 22640 22642 22146 0 -1 4202560 83876 0 0 0 2122 13 0 0 25 0 4 0 597399678 410185728 35922 33554432000 4194304 4623224 140734057485792 18446744073709551615 4354455 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 85.58
Current children cumulated vsize (KiB) 400572

[startup+22.0002 s]
/proc/loadavg: 7.75 7.74 7.87 9/184 22647
/proc/meminfo: memFree=12087920/32951124 swapFree=67102140/67111528
[pid=22642] ppid=22640 vsize=400572 CPUtime=87.2 cores=1,3,5,7
/proc/22642/stat : 22642 (SArTagnan) R 22640 22642 22146 0 -1 4202496 130870 0 0 0 8699 21 0 0 25 0 4 0 597399654 410185728 35996 33554432000 4194304 4623224 140734057485792 18446744073709551615 4412542 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22642/statm: 100143 35996 343 105 0 95647 0
[pid=22642/tid=22644] ppid=22640 vsize=400572 CPUtime=21.76 cores=1,3,5,7
/proc/22642/task/22644/stat : 22644 (SArTagnan) R 22640 22642 22146 0 -1 4202560 5049 0 0 0 2176 0 0 0 25 0 4 0 597399678 410185728 35996 33554432000 4194304 4623224 140734057485792 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22642/tid=22645] ppid=22640 vsize=400572 CPUtime=21.64 cores=1,3,5,7
/proc/22642/task/22645/stat : 22645 (SArTagnan) R 22640 22642 22146 0 -1 4202560 4781 0 0 0 2164 0 0 0 25 0 4 0 597399678 410185728 35996 33554432000 4194304 4623224 140734057485792 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22642/tid=22646] ppid=22640 vsize=400572 CPUtime=21.76 cores=1,3,5,7
/proc/22642/task/22646/stat : 22646 (SArTagnan) R 22640 22642 22146 0 -1 4202560 83901 0 0 0 2163 13 0 0 25 0 4 0 597399678 410185728 35996 33554432000 4194304 4623224 140734057485792 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 87.2
Current children cumulated vsize (KiB) 400572

Child status: 20
Real time (s): 22.0292
CPU time (s): 87.2757
CPU user time (s): 87.0588
CPU system time (s): 0.216967
CPU usage (%): 396.183
Max. virtual memory (cumulated for all children) (KiB): 400572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.0588
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130883
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= 86
involuntary context switches= 585

runsolver used 0.036994 second user time and 0.088986 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 12:08:10
IDJOB=3287795
IDBENCH=82474
IDSOLVER=1656
FILE ID=node119/3287795-1304071690
RUNJOBID= node119-1304071597-22497
PBS_JOBID= 13170477
Free space on /tmp= 71804 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtswvrod6x8p1-tseitin.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287795-1304071690/watcher-3287795-1304071690 -o /tmp/evaluation-result-3287795-1304071690/solver-3287795-1304071690 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3287795-1304071690.cnf -threads=4

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

MD5SUM BENCH= d07ba7628d2c2e21fb72ee99fe24c054
RANDOM SEED=190248598

node119.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.815
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.63
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.815
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.815
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.815
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.83
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.815
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.67
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.815
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.815
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.74
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.815
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:      12247524 kB
Buffers:       2233768 kB
Cached:       17312400 kB
SwapCached:       5504 kB
Active:        8469568 kB
Inactive:     11649448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12247524 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            8900 kB
Writeback:           0 kB
AnonPages:      569772 kB
Mapped:          15312 kB
Slab:           521388 kB
PageTables:       5664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   893176 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= 71804 MiB
End job on node119 at 2011-04-29 12:08:32