Trace number 3439153

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
SApperloT2010 2011-05-15 (fixed)UNSAT 2553.57 2553.53

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_406.cnf
MD5SUM906590ef62b3db2841b2d529fd1636f7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark698.091
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of clauses22241
Sum of the clauses size99837
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 268
Number of clauses of size 320324
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51849

Solver Data

2553.53/2553.50	c Solved by BasicSolver 
2553.53/2553.50	
2553.53/2553.50	s UNSATISFIABLE

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: 977)

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-3439153-1306907476/watcher-3439153-1306907476 -o /tmp/evaluation-result-3439153-1306907476/solver-3439153-1306907476 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439153-1306907476.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.08 2.06 1.94 2/561 15165
/proc/meminfo: memFree=3298816/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=14632 CPUtime=0.01 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 1019 0 0 0 1 0 0 0 25 0 1 0 802346265 14983168 958 33554432000 4194304 4394578 140736217100064 18446744073709551615 4267384 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 3658 960 253 49 0 799 0

[startup+0.11196 s]
/proc/loadavg: 2.08 2.06 1.94 2/561 15165
/proc/meminfo: memFree=3298816/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=14632 CPUtime=0.1 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 1041 0 0 0 10 0 0 0 25 0 1 0 802346265 14983168 980 33554432000 4194304 4394578 140736217100064 18446744073709551615 251814264727 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 3658 980 255 49 0 799 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14632

[startup+0.200947 s]
/proc/loadavg: 2.08 2.06 1.94 2/561 15165
/proc/meminfo: memFree=3298816/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=18384 CPUtime=0.19 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 2107 0 0 0 19 0 0 0 25 0 1 0 802346265 18825216 1958 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 4596 1958 266 49 0 1737 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18384

[startup+0.300942 s]
/proc/loadavg: 2.08 2.06 1.94 2/561 15165
/proc/meminfo: memFree=3298816/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=19072 CPUtime=0.29 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 2280 0 0 0 29 0 0 0 25 0 1 0 802346265 19529728 2131 33554432000 4194304 4394578 140736217100064 18446744073709551615 4338256 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 4768 2131 266 49 0 1909 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19072

[startup+0.700877 s]
/proc/loadavg: 2.08 2.06 1.94 2/561 15165
/proc/meminfo: memFree=3298816/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=21000 CPUtime=0.69 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 2742 0 0 0 69 0 0 0 25 0 1 0 802346265 21504000 2593 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 5250 2593 266 49 0 2391 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21000

[startup+1.50073 s]
/proc/loadavg: 2.08 2.06 1.94 3/562 15166
/proc/meminfo: memFree=3287284/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=22704 CPUtime=1.49 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 3098 0 0 0 149 0 0 0 25 0 1 0 802346265 23248896 2949 33554432000 4194304 4394578 140736217100064 18446744073709551615 4346566 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 5676 2949 266 49 0 2817 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22704

[startup+3.10046 s]
/proc/loadavg: 2.08 2.06 1.94 3/562 15166
/proc/meminfo: memFree=3283308/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=25872 CPUtime=3.09 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 3846 0 0 0 309 0 0 0 25 0 1 0 802346265 26492928 3697 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 6468 3697 266 49 0 3609 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25872

[startup+6.30081 s]
/proc/loadavg: 2.08 2.06 1.94 3/562 15166
/proc/meminfo: memFree=3278100/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=29032 CPUtime=6.29 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 4517 0 0 0 629 0 0 0 25 0 1 0 802346265 29728768 4368 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 7258 4368 266 49 0 4399 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29032

[startup+12.7008 s]
/proc/loadavg: 2.06 2.06 1.94 3/562 15166
/proc/meminfo: memFree=3269044/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=36452 CPUtime=12.69 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 6290 0 0 0 1268 1 0 0 25 0 1 0 802346265 37326848 6141 33554432000 4194304 4394578 140736217100064 18446744073709551615 4296777 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 9113 6141 266 49 0 6254 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36452

[startup+25.5007 s]
/proc/loadavg: 2.05 2.06 1.94 3/562 15166
/proc/meminfo: memFree=3260844/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=41816 CPUtime=25.49 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 7524 0 0 0 2548 1 0 0 25 0 1 0 802346265 42819584 7375 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 10454 7375 266 49 0 7595 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41816

[startup+51.1003 s]
/proc/loadavg: 2.04 2.05 1.94 3/562 15167
/proc/meminfo: memFree=3243584/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=53108 CPUtime=51.09 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 10032 0 0 0 5107 2 0 0 25 0 1 0 802346265 54382592 9883 33554432000 4194304 4394578 140736217100064 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 13277 9883 266 49 0 10418 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 53108

[startup+102.301 s]
/proc/loadavg: 2.01 2.04 1.94 3/562 15168
/proc/meminfo: memFree=3210328/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=76260 CPUtime=102.3 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 15580 0 0 0 10227 3 0 0 25 0 1 0 802346265 78090240 15431 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 19065 15431 266 49 0 16206 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 76260

[startup+162.301 s]
/proc/loadavg: 2.13 2.06 1.95 3/562 15170
/proc/meminfo: memFree=3171348/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=97360 CPUtime=162.29 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 20686 0 0 0 16224 5 0 0 25 0 1 0 802346265 99696640 20537 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 24340 20537 266 49 0 21481 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97360

[startup+222.322 s]
/proc/loadavg: 2.15 2.08 1.96 3/562 15172
/proc/meminfo: memFree=3150972/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=118080 CPUtime=222.31 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 25842 0 0 0 22225 6 0 0 25 0 1 0 802346265 120913920 25693 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 29520 25693 266 49 0 26661 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 118080

[startup+282.301 s]
/proc/loadavg: 2.11 2.08 1.97 3/562 15173
/proc/meminfo: memFree=3123156/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=138916 CPUtime=282.29 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 31017 0 0 0 28222 7 0 0 25 0 1 0 802346265 142249984 30868 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298933 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 34729 30868 266 49 0 31870 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 138916

[startup+342.3 s]
/proc/loadavg: 2.04 2.06 1.97 3/562 15175
/proc/meminfo: memFree=3057024/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=176000 CPUtime=342.3 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 40227 0 0 0 34221 9 0 0 25 0 1 0 802346265 180224000 40078 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 44000 40078 266 49 0 41141 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 176000

[startup+402.3 s]
/proc/loadavg: 2.12 2.08 1.98 3/562 15176
/proc/meminfo: memFree=3005512/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=210296 CPUtime=402.3 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 48798 0 0 0 40219 11 0 0 25 0 1 0 802346265 215343104 48649 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 52574 48649 266 49 0 49715 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 210296

[startup+462.3 s]
/proc/loadavg: 2.08 2.08 1.99 3/562 15178
/proc/meminfo: memFree=2965052/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=245308 CPUtime=462.29 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 57505 0 0 0 46217 12 0 0 25 0 1 0 802346265 251195392 57356 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 61327 57356 266 49 0 58468 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 245308

[startup+522.301 s]
/proc/loadavg: 2.03 2.06 1.99 3/562 15179
/proc/meminfo: memFree=2943296/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=254460 CPUtime=522.29 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 59789 0 0 0 52217 12 0 0 25 0 1 0 802346265 260567040 59640 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298335 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 63615 59640 266 49 0 60756 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 254460

[startup+582.301 s]
/proc/loadavg: 2.01 2.05 1.99 3/562 15181
/proc/meminfo: memFree=2919948/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=262268 CPUtime=582.3 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 61704 0 0 0 58217 13 0 0 25 0 1 0 802346265 268562432 61555 33554432000 4194304 4394578 140736217100064 18446744073709551615 4338294 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 65567 61555 266 49 0 62708 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 262268

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=2372236/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=674356 CPUtime=1962.32 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 164424 0 0 0 196197 35 0 0 25 0 1 0 802346265 690540544 164275 33554432000 4194304 4394578 140736217100064 18446744073709551615 4338240 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 168589 164275 266 49 0 165730 0
Current children cumulated CPU time (s) 1962.32
Current children cumulated vsize (KiB) 674356

[startup+2022.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/562 15231
/proc/meminfo: memFree=2353968/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=692420 CPUtime=2022.32 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 168917 0 0 0 202196 36 0 0 25 0 1 0 802346265 709038080 168768 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 173105 168768 266 49 0 170246 0
Current children cumulated CPU time (s) 2022.32
Current children cumulated vsize (KiB) 692420

[startup+2082.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/562 15233
/proc/meminfo: memFree=2314616/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=714480 CPUtime=2082.34 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 174438 0 0 0 208197 37 0 0 25 0 1 0 802346265 731627520 174289 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 178620 174289 266 49 0 175761 0
Current children cumulated CPU time (s) 2082.34
Current children cumulated vsize (KiB) 714480

[startup+2142.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/562 15235
/proc/meminfo: memFree=2286556/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=739820 CPUtime=2142.32 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 180767 0 0 0 214194 38 0 0 25 0 1 0 802346265 757575680 180618 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 184955 180618 266 49 0 182096 0
Current children cumulated CPU time (s) 2142.32
Current children cumulated vsize (KiB) 739820

[startup+2202.32 s]
/proc/loadavg: 2.09 2.07 2.01 3/562 15236
/proc/meminfo: memFree=2254284/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=766792 CPUtime=2202.34 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 187466 0 0 0 220195 39 0 0 25 0 1 0 802346265 785195008 187317 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 191698 187317 266 49 0 188839 0
Current children cumulated CPU time (s) 2202.34
Current children cumulated vsize (KiB) 766792

[startup+2262.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/562 15238
/proc/meminfo: memFree=2232048/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=788576 CPUtime=2262.33 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 192896 0 0 0 226192 41 0 0 25 0 1 0 802346265 807501824 192747 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197144 192747 266 49 0 194285 0
Current children cumulated CPU time (s) 2262.33
Current children cumulated vsize (KiB) 788576

[startup+2322.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/562 15240
/proc/meminfo: memFree=2215888/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=789536 CPUtime=2322.33 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 193099 0 0 0 232192 41 0 0 25 0 1 0 802346265 808484864 192950 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197384 192950 266 49 0 194525 0
Current children cumulated CPU time (s) 2322.33
Current children cumulated vsize (KiB) 789536

[startup+2382.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/562 15241
/proc/meminfo: memFree=2213368/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=790188 CPUtime=2382.33 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 193222 0 0 0 238192 41 0 0 25 0 1 0 802346265 809152512 193073 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197547 193073 266 49 0 194688 0
Current children cumulated CPU time (s) 2382.33
Current children cumulated vsize (KiB) 790188

[startup+2442.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/562 15243
/proc/meminfo: memFree=2212700/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=790448 CPUtime=2442.33 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 193274 0 0 0 244192 41 0 0 25 0 1 0 802346265 809418752 193125 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197612 193125 266 49 0 194753 0
Current children cumulated CPU time (s) 2442.33
Current children cumulated vsize (KiB) 790448

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 15244
/proc/meminfo: memFree=2201380/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=790968 CPUtime=2502.33 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 193351 0 0 0 250192 41 0 0 25 0 1 0 802346265 809951232 193202 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197742 193202 266 49 0 194883 0
Current children cumulated CPU time (s) 2502.33
Current children cumulated vsize (KiB) 790968

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

[startup+2508.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 15245
/proc/meminfo: memFree=2201248/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=790968 CPUtime=2508.83 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 193351 0 0 0 250842 41 0 0 25 0 1 0 802346265 809951232 193202 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197742 193202 266 49 0 194883 0
Current children cumulated CPU time (s) 2508.83
Current children cumulated vsize (KiB) 790968

[startup+2534.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 15245
/proc/meminfo: memFree=2201592/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=791228 CPUtime=2534.45 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 193394 0 0 0 253404 41 0 0 25 0 1 0 802346265 810217472 193245 33554432000 4194304 4394578 140736217100064 18446744073709551615 4327600 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197807 193245 266 49 0 194948 0
Current children cumulated CPU time (s) 2534.45
Current children cumulated vsize (KiB) 791228

[startup+2547.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 15245
/proc/meminfo: memFree=2201592/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=791228 CPUtime=2547.23 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 193394 0 0 0 254682 41 0 0 25 0 1 0 802346265 810217472 193245 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197807 193245 266 49 0 194948 0
Current children cumulated CPU time (s) 2547.23
Current children cumulated vsize (KiB) 791228

[startup+2550.4 s]
/proc/loadavg: 2.16 2.05 2.01 2/560 15247
/proc/meminfo: memFree=3210844/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=791228 CPUtime=2550.43 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 193394 0 0 0 255002 41 0 0 25 0 1 0 802346265 810217472 193245 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298896 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197807 193245 266 49 0 194948 0
Current children cumulated CPU time (s) 2550.43
Current children cumulated vsize (KiB) 791228

[startup+2552 s]
/proc/loadavg: 2.15 2.05 2.01 3/562 15274
/proc/meminfo: memFree=3202484/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=791228 CPUtime=2552.05 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 193394 0 0 0 255164 41 0 0 25 0 1 0 802346265 810217472 193245 33554432000 4194304 4394578 140736217100064 18446744073709551615 4313429 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197807 193245 266 49 0 194948 0
Current children cumulated CPU time (s) 2552.05
Current children cumulated vsize (KiB) 791228

[startup+2552.8 s]
/proc/loadavg: 2.15 2.05 2.01 3/562 15274
/proc/meminfo: memFree=3202484/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=791228 CPUtime=2552.83 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 193394 0 0 0 255242 41 0 0 25 0 1 0 802346265 810217472 193245 33554432000 4194304 4394578 140736217100064 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197807 193245 266 49 0 194948 0
Current children cumulated CPU time (s) 2552.83
Current children cumulated vsize (KiB) 791228

[startup+2553.22 s]
/proc/loadavg: 2.15 2.05 2.01 3/562 15274
/proc/meminfo: memFree=3201244/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=791228 CPUtime=2553.25 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 193394 0 0 0 255284 41 0 0 25 0 1 0 802346265 810217472 193245 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197807 193245 266 49 0 194948 0
Current children cumulated CPU time (s) 2553.25
Current children cumulated vsize (KiB) 791228

[startup+2553.4 s]
/proc/loadavg: 2.15 2.05 2.01 3/562 15274
/proc/meminfo: memFree=3201244/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=791228 CPUtime=2553.43 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 193394 0 0 0 255302 41 0 0 25 0 1 0 802346265 810217472 193245 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197807 193245 266 49 0 194948 0
Current children cumulated CPU time (s) 2553.43
Current children cumulated vsize (KiB) 791228

[startup+2553.5 s]
/proc/loadavg: 2.15 2.05 2.01 3/562 15274
/proc/meminfo: memFree=3201244/32950928 swapFree=41528364/67111528
[pid=15165] ppid=15163 vsize=791228 CPUtime=2553.53 cores=0,2,4,6
/proc/15165/stat : 15165 (SApperloT2010) R 15163 15165 13470 0 -1 4202496 193394 0 0 0 255312 41 0 0 25 0 1 0 802346265 810217472 193245 33554432000 4194304 4394578 140736217100064 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15165/statm: 197807 193245 266 49 0 194948 0
Current children cumulated CPU time (s) 2553.53
Current children cumulated vsize (KiB) 791228

Child status: 20
Real time (s): 2553.53
CPU time (s): 2553.57
CPU user time (s): 2553.13
CPU system time (s): 0.441932
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 791228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2553.13
system time used= 0.441932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193406
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= 8
involuntary context switches= 2762

runsolver used 14.7058 second user time and 31.7392 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-01 07:51:16
IDJOB=3439153
IDBENCH=83298
IDSOLVER=1933
FILE ID=node126/3439153-1306907476
RUNJOBID= node126-1306905025-14971
PBS_JOBID= 13488450
Free space on /tmp= 3480 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_406.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439153-1306907476/watcher-3439153-1306907476 -o /tmp/evaluation-result-3439153-1306907476/solver-3439153-1306907476 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439153-1306907476.cnf

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

MD5SUM BENCH= 906590ef62b3db2841b2d529fd1636f7
RANDOM SEED=1127440183

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3299096 kB
Buffers:        121124 kB
Cached:       26116224 kB
SwapCached:      15072 kB
Active:       15157100 kB
Inactive:     13528492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3299096 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:             820 kB
Writeback:           0 kB
AnonPages:     2445588 kB
Mapped:          23876 kB
Slab:           794416 kB
PageTables:     101308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 177104532 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= 3480 MiB
End job on node126 at 2011-06-01 08:33:49