Trace number 3284207

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 86.0379 21.6476

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6861
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

85.89/21.63	
85.89/21.63	s UNSATISFIABLE
85.89/21.63	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-3284207-1304060389/watcher-3284207-1304060389 -o /tmp/evaluation-result-3284207-1304060389/solver-3284207-1304060389 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3284207-1304060389.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.33 6.80 6.09 6/180 28958
/proc/meminfo: memFree=14542144/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=27372 CPUtime=0 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 826 0 0 0 0 0 0 0 21 0 1 0 517637718 28028928 764 33554432000 4194304 4623224 140733513118032 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28958/statm: 6843 766 297 105 0 2347 0

[startup+0.0765409 s]
/proc/loadavg: 7.33 6.80 6.09 6/180 28958
/proc/meminfo: memFree=14542144/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=33072 CPUtime=0.06 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 4284 0 0 0 6 0 0 0 21 0 1 0 517637718 33865728 2179 33554432000 4194304 4623224 140733513118032 18446744073709551615 268272349893 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28958/statm: 8268 2180 297 105 0 3772 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33072

[startup+0.100534 s]
/proc/loadavg: 7.33 6.80 6.09 6/180 28958
/proc/meminfo: memFree=14542144/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=35368 CPUtime=0.09 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 5681 0 0 0 9 0 0 0 21 0 1 0 517637718 36216832 2631 33554432000 4194304 4623224 140733513118032 18446744073709551615 268272688896 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28958/statm: 8842 2631 297 105 0 4346 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35368

[startup+0.300504 s]
/proc/loadavg: 7.33 6.80 6.09 6/180 28958
/proc/meminfo: memFree=14542144/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=286396 CPUtime=0.8 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 14787 0 0 0 79 1 0 0 23 0 4 0 517637718 293269504 10541 33554432000 4194304 4623224 140733513118032 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28958/statm: 71599 10541 346 105 0 67103 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 286396

[startup+0.700432 s]
/proc/loadavg: 7.33 6.80 6.09 6/180 28958
/proc/meminfo: memFree=14542144/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=293452 CPUtime=2.41 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 21341 0 0 0 238 3 0 0 25 0 4 0 517637718 300494848 13831 33554432000 4194304 4623224 140733513118032 18446744073709551615 4366247 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28958/statm: 73363 13832 359 105 0 68867 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 293452

[startup+1.50029 s]
/proc/loadavg: 7.33 6.80 6.09 9/184 28962
/proc/meminfo: memFree=14479880/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=299472 CPUtime=5.6 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 27311 0 0 0 556 4 0 0 25 0 4 0 517637718 306659328 16870 33554432000 4194304 4623224 140733513118032 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28958/statm: 74868 16870 349 105 0 70372 0
[pid=28958/tid=28960] ppid=28956 vsize=299472 CPUtime=1.36 cores=0,2,4,6
/proc/28958/task/28960/stat : 28960 (SArTagnan) R 28956 28958 28847 0 -1 4202560 1906 0 0 0 136 0 0 0 25 0 4 0 517637730 306659328 16870 33554432000 4194304 4623224 140733513118032 18446744073709551615 4289945 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28958/tid=28961] ppid=28956 vsize=299472 CPUtime=1.37 cores=0,2,4,6
/proc/28958/task/28961/stat : 28961 (SArTagnan) R 28956 28958 28847 0 -1 4202560 2380 0 0 0 136 1 0 0 25 0 4 0 517637730 306659328 16870 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28958/tid=28962] ppid=28956 vsize=299472 CPUtime=1.36 cores=0,2,4,6
/proc/28958/task/28962/stat : 28962 (SArTagnan) R 28956 28958 28847 0 -1 4202560 3184 0 0 0 136 0 0 0 25 0 4 0 517637730 306659328 16870 33554432000 4194304 4623224 140733513118032 18446744073709551615 4552668 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 299472

[startup+3.10101 s]
/proc/loadavg: 7.33 6.80 6.09 9/184 28962
/proc/meminfo: memFree=14459664/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=311560 CPUtime=12 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 40806 0 0 0 1194 6 0 0 25 0 4 0 517637718 319037440 27365 33554432000 4194304 4623224 140733513118032 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28958/statm: 77890 27365 383 105 0 73394 0
[pid=28958/tid=28960] ppid=28956 vsize=311560 CPUtime=2.96 cores=0,2,4,6
/proc/28958/task/28960/stat : 28960 (SArTagnan) R 28956 28958 28847 0 -1 4202560 4327 0 0 0 296 0 0 0 25 0 4 0 517637730 319037440 27365 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28958/tid=28961] ppid=28956 vsize=311560 CPUtime=2.97 cores=0,2,4,6
/proc/28958/task/28961/stat : 28961 (SArTagnan) R 28956 28958 28847 0 -1 4202560 4938 0 0 0 296 1 0 0 25 0 4 0 517637730 319037440 27365 33554432000 4194304 4623224 140733513118032 18446744073709551615 4375276 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28958/tid=28962] ppid=28956 vsize=311560 CPUtime=2.95 cores=0,2,4,6
/proc/28958/task/28962/stat : 28962 (SArTagnan) R 28956 28958 28847 0 -1 4202560 4052 0 0 0 295 0 0 0 25 0 4 0 517637730 319037440 27365 33554432000 4194304 4623224 140733513118032 18446744073709551615 4289836 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 311560

[startup+6.30044 s]
/proc/loadavg: 7.39 6.82 6.10 9/184 28963
/proc/meminfo: memFree=14368408/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=402852 CPUtime=24.77 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 80631 0 0 0 2464 13 0 0 25 0 4 0 517637718 412520448 49672 33554432000 4194304 4623224 140733513118032 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28958/statm: 100713 49672 534 105 0 96217 0
[pid=28958/tid=28960] ppid=28956 vsize=402852 CPUtime=6.16 cores=0,2,4,6
/proc/28958/task/28960/stat : 28960 (SArTagnan) R 28956 28958 28847 0 -1 4202560 11113 0 0 0 615 1 0 0 25 0 4 0 517637730 412520448 49672 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376832 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28958/tid=28961] ppid=28956 vsize=402852 CPUtime=6.16 cores=0,2,4,6
/proc/28958/task/28961/stat : 28961 (SArTagnan) R 28956 28958 28847 0 -1 4202560 11724 0 0 0 614 2 0 0 25 0 4 0 517637730 412520448 49672 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28958/tid=28962] ppid=28956 vsize=402852 CPUtime=6.13 cores=0,2,4,6
/proc/28958/task/28962/stat : 28962 (SArTagnan) R 28956 28958 28847 0 -1 4202560 7326 0 0 0 612 1 0 0 25 0 4 0 517637730 412520448 49672 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376832 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 402852

[startup+12.7003 s]
/proc/loadavg: 7.43 6.83 6.11 9/184 28963
/proc/meminfo: memFree=14270708/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=498932 CPUtime=50.33 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 125368 0 0 0 5012 21 0 0 25 0 4 0 517637718 510906368 65903 33554432000 4194304 4623224 140733513118032 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28958/statm: 124733 65903 599 105 0 120237 0
[pid=28958/tid=28960] ppid=28956 vsize=498932 CPUtime=12.56 cores=0,2,4,6
/proc/28958/task/28960/stat : 28960 (SArTagnan) R 28956 28958 28847 0 -1 4202560 16404 0 0 0 1254 2 0 0 25 0 4 0 517637730 510906368 65903 33554432000 4194304 4623224 140733513118032 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28958/tid=28961] ppid=28956 vsize=498932 CPUtime=12.56 cores=0,2,4,6
/proc/28958/task/28961/stat : 28961 (SArTagnan) R 28956 28958 28847 0 -1 4202560 18424 0 0 0 1253 3 0 0 25 0 4 0 517637730 510906368 65903 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28958/tid=28962] ppid=28956 vsize=498932 CPUtime=12.5 cores=0,2,4,6
/proc/28958/task/28962/stat : 28962 (SArTagnan) R 28956 28958 28847 0 -1 4202560 19841 0 0 0 1245 5 0 0 25 0 4 0 517637730 510906368 65903 33554432000 4194304 4623224 140733513118032 18446744073709551615 4363943 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 498932

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

[startup+15.9007 s]
/proc/loadavg: 7.48 6.85 6.12 9/184 28963
/proc/meminfo: memFree=14244544/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=498932 CPUtime=63.12 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 145710 0 0 0 6287 25 0 0 25 0 4 0 517637718 510906368 71128 33554432000 4194304 4623224 140733513118032 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28958/statm: 124733 71128 572 105 0 120237 0
[pid=28958/tid=28960] ppid=28956 vsize=498932 CPUtime=15.76 cores=0,2,4,6
/proc/28958/task/28960/stat : 28960 (SArTagnan) R 28956 28958 28847 0 -1 4202560 16858 0 0 0 1574 2 0 0 25 0 4 0 517637730 510906368 71128 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28958/tid=28961] ppid=28956 vsize=498932 CPUtime=15.76 cores=0,2,4,6
/proc/28958/task/28961/stat : 28961 (SArTagnan) R 28956 28958 28847 0 -1 4202560 18788 0 0 0 1573 3 0 0 25 0 4 0 517637730 510906368 71128 33554432000 4194304 4623224 140733513118032 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28958/tid=28962] ppid=28956 vsize=498932 CPUtime=15.68 cores=0,2,4,6
/proc/28958/task/28962/stat : 28962 (SArTagnan) R 28956 28958 28847 0 -1 4202560 37057 0 0 0 1560 8 0 0 25 0 4 0 517637730 510906368 71128 33554432000 4194304 4623224 140733513118032 18446744073709551615 4278641 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 63.12
Current children cumulated vsize (KiB) 498932

[startup+19.1012 s]
/proc/loadavg: 7.48 6.85 6.12 9/184 28963
/proc/meminfo: memFree=14202628/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=558360 CPUtime=75.9 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 184973 0 0 0 7559 31 0 0 25 0 4 0 517637718 571760640 80727 33554432000 4194304 4623224 140733513118032 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28958/statm: 139590 80727 701 105 0 135094 0
[pid=28958/tid=28960] ppid=28956 vsize=558360 CPUtime=18.96 cores=0,2,4,6
/proc/28958/task/28960/stat : 28960 (SArTagnan) R 28956 28958 28847 0 -1 4202560 17339 0 0 0 1894 2 0 0 25 0 4 0 517637730 571760640 80727 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28958/tid=28961] ppid=28956 vsize=558360 CPUtime=18.97 cores=0,2,4,6
/proc/28958/task/28961/stat : 28961 (SArTagnan) R 28956 28958 28847 0 -1 4202560 20268 0 0 0 1893 4 0 0 25 0 4 0 517637730 571760640 80727 33554432000 4194304 4623224 140733513118032 18446744073709551615 4330860 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28958/tid=28962] ppid=28956 vsize=558360 CPUtime=18.86 cores=0,2,4,6
/proc/28958/task/28962/stat : 28962 (SArTagnan) R 28956 28958 28847 0 -1 4202560 51998 0 0 0 1876 10 0 0 25 0 4 0 517637730 571760640 80727 33554432000 4194304 4623224 140733513118032 18446744073709551615 4366033 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 75.9
Current children cumulated vsize (KiB) 558360

[startup+20.7009 s]
/proc/loadavg: 7.52 6.87 6.13 9/184 28963
/proc/meminfo: memFree=14194672/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=554916 CPUtime=82.3 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 191643 0 0 0 8198 32 0 0 25 0 4 0 517637718 568233984 83507 33554432000 4194304 4623224 140733513118032 18446744073709551615 4510059 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28958/statm: 138729 83507 680 105 0 134233 0
[pid=28958/tid=28960] ppid=28956 vsize=554916 CPUtime=20.56 cores=0,2,4,6
/proc/28958/task/28960/stat : 28960 (SArTagnan) R 28956 28958 28847 0 -1 4202560 18510 0 0 0 2054 2 0 0 25 0 4 0 517637730 568233984 83507 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28958/tid=28961] ppid=28956 vsize=554916 CPUtime=20.57 cores=0,2,4,6
/proc/28958/task/28961/stat : 28961 (SArTagnan) R 28956 28958 28847 0 -1 4202560 20728 0 0 0 2053 4 0 0 25 0 4 0 517637730 568233984 83507 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376735 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28958/tid=28962] ppid=28956 vsize=554916 CPUtime=20.46 cores=0,2,4,6
/proc/28958/task/28962/stat : 28962 (SArTagnan) R 28956 28958 28847 0 -1 4202560 55162 0 0 0 2035 11 0 0 25 0 4 0 517637730 568233984 83507 33554432000 4194304 4623224 140733513118032 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 82.3
Current children cumulated vsize (KiB) 554916

[startup+21.1008 s]
/proc/loadavg: 7.52 6.87 6.13 9/184 28963
/proc/meminfo: memFree=14184752/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=551472 CPUtime=83.89 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 195490 0 0 0 8357 32 0 0 25 0 4 0 517637718 564707328 84600 33554432000 4194304 4623224 140733513118032 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28958/statm: 137868 84600 621 105 0 133372 0
[pid=28958/tid=28960] ppid=28956 vsize=551472 CPUtime=20.96 cores=0,2,4,6
/proc/28958/task/28960/stat : 28960 (SArTagnan) R 28956 28958 28847 0 -1 4202560 19698 0 0 0 2094 2 0 0 25 0 4 0 517637730 564707328 84600 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28958/tid=28961] ppid=28956 vsize=551472 CPUtime=20.97 cores=0,2,4,6
/proc/28958/task/28961/stat : 28961 (SArTagnan) R 28956 28958 28847 0 -1 4202560 20782 0 0 0 2093 4 0 0 25 0 4 0 517637730 564707328 84600 33554432000 4194304 4623224 140733513118032 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28958/tid=28962] ppid=28956 vsize=551472 CPUtime=20.85 cores=0,2,4,6
/proc/28958/task/28962/stat : 28962 (SArTagnan) R 28956 28958 28847 0 -1 4202560 57341 0 0 0 2074 11 0 0 25 0 4 0 517637730 564707328 84600 33554432000 4194304 4623224 140733513118032 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 83.89
Current children cumulated vsize (KiB) 551472

[startup+21.5007 s]
/proc/loadavg: 7.52 6.87 6.13 9/184 28963
/proc/meminfo: memFree=14184752/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=552000 CPUtime=85.49 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 199063 0 0 0 8516 33 0 0 25 0 4 0 517637718 565248000 85486 33554432000 4194304 4623224 140733513118032 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28958/statm: 138000 85486 580 105 0 133504 0
[pid=28958/tid=28960] ppid=28956 vsize=552000 CPUtime=21.36 cores=0,2,4,6
/proc/28958/task/28960/stat : 28960 (SArTagnan) R 28956 28958 28847 0 -1 4202560 19782 0 0 0 2134 2 0 0 25 0 4 0 517637730 565248000 85486 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376492 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28958/tid=28961] ppid=28956 vsize=552000 CPUtime=21.37 cores=0,2,4,6
/proc/28958/task/28961/stat : 28961 (SArTagnan) R 28956 28958 28847 0 -1 4202560 20788 0 0 0 2133 4 0 0 25 0 4 0 517637730 565248000 85486 33554432000 4194304 4623224 140733513118032 18446744073709551615 4377885 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28958/tid=28962] ppid=28956 vsize=552000 CPUtime=21.25 cores=0,2,4,6
/proc/28958/task/28962/stat : 28962 (SArTagnan) R 28956 28958 28847 0 -1 4202560 59551 0 0 0 2114 11 0 0 25 0 4 0 517637730 565248000 85486 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 85.49
Current children cumulated vsize (KiB) 552000

[startup+21.6007 s]
/proc/loadavg: 7.52 6.87 6.13 9/184 28963
/proc/meminfo: memFree=14184752/32950928 swapFree=67111528/67111528
[pid=28958] ppid=28956 vsize=552132 CPUtime=85.89 cores=0,2,4,6
/proc/28958/stat : 28958 (SArTagnan) R 28956 28958 28847 0 -1 4202496 199173 0 0 0 8556 33 0 0 25 0 4 0 517637718 565383168 85592 33554432000 4194304 4623224 140733513118032 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28958/statm: 138033 85592 580 105 0 133537 0
[pid=28958/tid=28960] ppid=28956 vsize=552132 CPUtime=21.46 cores=0,2,4,6
/proc/28958/task/28960/stat : 28960 (SArTagnan) R 28956 28958 28847 0 -1 4202560 19791 0 0 0 2144 2 0 0 25 0 4 0 517637730 565383168 85592 33554432000 4194304 4623224 140733513118032 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28958/tid=28961] ppid=28956 vsize=552132 CPUtime=21.47 cores=0,2,4,6
/proc/28958/task/28961/stat : 28961 (SArTagnan) R 28956 28958 28847 0 -1 4202560 20788 0 0 0 2143 4 0 0 25 0 4 0 517637730 565383168 85592 33554432000 4194304 4623224 140733513118032 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=28958/tid=28962] ppid=28956 vsize=552132 CPUtime=21.35 cores=0,2,4,6
/proc/28958/task/28962/stat : 28962 (SArTagnan) R 28956 28958 28847 0 -1 4202560 59551 0 0 0 2124 11 0 0 25 0 4 0 517637730 565383168 85592 33554432000 4194304 4623224 140733513118032 18446744073709551615 4546788 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 85.89
Current children cumulated vsize (KiB) 552132

Child status: 20
Real time (s): 21.6476
CPU time (s): 86.0379
CPU user time (s): 85.691
CPU system time (s): 0.346947
CPU usage (%): 397.448
Max. virtual memory (cumulated for all children) (KiB): 561804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.691
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199539
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= 816
involuntary context switches= 341

runsolver used 0.027995 second user time and 0.091986 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 08:59:49
IDJOB=3284207
IDBENCH=71718
IDSOLVER=1656
FILE ID=node122/3284207-1304060389
RUNJOBID= node122-1304059984-28865
PBS_JOBID= 13170447
Free space on /tmp= 71656 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284207-1304060389/watcher-3284207-1304060389 -o /tmp/evaluation-result-3284207-1304060389/solver-3284207-1304060389 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3284207-1304060389.cnf -threads=4

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=449027124

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14543052 kB
Buffers:       1734708 kB
Cached:       14612268 kB
SwapCached:          0 kB
Active:        6987984 kB
Inactive:     10853096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14543052 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5984 kB
Writeback:           0 kB
AnonPages:     1493588 kB
Mapped:          15648 kB
Slab:           501696 kB
PageTables:       7436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1928340 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= 71656 MiB
End job on node122 at 2011-04-29 09:00:11