Trace number 3362665

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
minisat hack reference: minisat 2.2.0? (TO) 1300.04 1300.07

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark603.823
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3362665-1305306846/watcher-3362665-1305306846 -o /tmp/evaluation-result-3362665-1305306846/solver-3362665-1305306846 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362665-1305306846.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.85 3.94 3.96 5/329 8377
/proc/meminfo: memFree=28255684/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=19884 CPUtime=0 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 758 0 0 0 0 0 0 0 23 0 1 0 642283932 20361216 699 33554432000 4194304 4291037 140736458941152 18446744073709551615 4276320 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 4971 699 216 24 0 1605 0

[startup+0.019912 s]
/proc/loadavg: 3.85 3.94 3.96 5/329 8377
/proc/meminfo: memFree=28255684/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=21004 CPUtime=0.01 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 1011 0 0 0 1 0 0 0 23 0 1 0 642283932 21508096 952 33554432000 4194304 4291037 140736458941152 18446744073709551615 4261171 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 5251 952 216 24 0 1885 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21004

[startup+0.1009 s]
/proc/loadavg: 3.85 3.94 3.96 5/329 8377
/proc/meminfo: memFree=28255684/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=29472 CPUtime=0.09 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 3519 0 0 0 9 0 0 0 23 0 1 0 642283932 30179328 3228 33554432000 4194304 4291037 140736458941152 18446744073709551615 4277998 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 7368 3228 216 24 0 4002 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29472

[startup+0.300864 s]
/proc/loadavg: 3.85 3.94 3.96 5/329 8377
/proc/meminfo: memFree=28255684/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=67836 CPUtime=0.29 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 14301 0 0 0 28 1 0 0 24 0 1 0 642283932 69464064 12616 33554432000 4194304 4291037 140736458941152 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 16959 12618 216 24 0 13593 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67836

[startup+0.700795 s]
/proc/loadavg: 3.85 3.94 3.96 5/329 8377
/proc/meminfo: memFree=28255684/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=165496 CPUtime=0.69 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 43369 0 0 0 64 5 0 0 25 0 1 0 642283932 169467904 33341 33554432000 4194304 4291037 140736458941152 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 41374 33343 216 24 0 38008 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 165496

[startup+1.96257 s]
/proc/loadavg: 3.85 3.94 3.96 5/329 8377
/proc/meminfo: memFree=28255684/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=440488 CPUtime=1.95 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 133560 0 0 0 179 16 0 0 25 0 1 0 642283932 451059712 97083 33554432000 4194304 4291037 140736458941152 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 110122 97084 216 24 0 106756 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 440488

[startup+3.10048 s]
/proc/loadavg: 3.85 3.94 3.96 6/330 8378
/proc/meminfo: memFree=27831100/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=532856 CPUtime=3.09 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 165068 0 0 0 289 20 0 0 25 0 1 0 642283932 545644544 122066 33554432000 4194304 4291037 140736458941152 18446744073709551615 4230144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 133214 122066 238 24 0 129848 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 532856

[startup+6.30085 s]
/proc/loadavg: 3.86 3.94 3.96 6/330 8379
/proc/meminfo: memFree=27755112/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=532856 CPUtime=6.29 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 165068 0 0 0 609 20 0 0 25 0 1 0 642283932 545644544 122066 33554432000 4194304 4291037 140736458941152 18446744073709551615 4229944 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 133214 122066 238 24 0 129848 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 532856

[startup+12.7007 s]
/proc/loadavg: 3.88 3.94 3.96 6/330 8379
/proc/meminfo: memFree=27833288/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=484084 CPUtime=12.69 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 190576 0 0 0 1245 24 0 0 25 0 1 0 642283932 495702016 98599 33554432000 4194304 4291037 140736458941152 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 121021 98599 258 24 0 117655 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 484084

[startup+25.5004 s]
/proc/loadavg: 3.90 3.94 3.96 6/330 8379
/proc/meminfo: memFree=27809868/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=433996 CPUtime=25.49 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 210318 0 0 0 2523 26 0 0 25 0 1 0 642283932 444411904 95496 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 108499 95496 259 24 0 105133 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 433996

[startup+51.1009 s]
/proc/loadavg: 3.93 3.95 3.96 6/330 8380
/proc/meminfo: memFree=27728404/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=484084 CPUtime=51.09 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 215255 0 0 0 5081 28 0 0 25 0 1 0 642283932 495702016 100427 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248574 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 121021 100427 259 24 0 117655 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 484084

[startup+102.312 s]
/proc/loadavg: 3.97 3.95 3.96 6/330 8381
/proc/meminfo: memFree=27552072/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=565472 CPUtime=102.3 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 227407 0 0 0 10200 30 0 0 25 0 1 0 642283932 579043328 112567 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 141368 112567 259 24 0 138002 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 565472

[startup+162.301 s]
/proc/loadavg: 4.04 3.97 3.96 6/330 8383
/proc/meminfo: memFree=27315332/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=565472 CPUtime=162.28 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 242197 0 0 0 16196 32 0 0 25 0 1 0 642283932 579043328 127343 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 141368 127343 259 24 0 138002 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 565472

[startup+222.3 s]
/proc/loadavg: 4.01 3.97 3.96 6/330 8384
/proc/meminfo: memFree=27140952/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=697732 CPUtime=222.29 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 258006 0 0 0 22194 35 0 0 25 0 1 0 642283932 714477568 143137 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 174433 143137 259 24 0 171067 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 697732

[startup+282.301 s]
/proc/loadavg: 4.05 3.99 3.97 6/330 8386
/proc/meminfo: memFree=26971036/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=697732 CPUtime=282.28 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 269818 0 0 0 28191 37 0 0 25 0 1 0 642283932 714477568 154941 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248396 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 174433 154941 259 24 0 171067 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 697732

[startup+342.3 s]
/proc/loadavg: 4.12 4.02 3.98 6/330 8387
/proc/meminfo: memFree=26758704/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=912656 CPUtime=342.29 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 287024 0 0 0 34188 41 0 0 25 0 1 0 642283932 934559744 172134 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248396 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 228164 172134 259 24 0 224798 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 912656

[startup+402.3 s]
/proc/loadavg: 4.04 4.01 3.98 6/330 8389
/proc/meminfo: memFree=26599648/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=912656 CPUtime=402.29 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 304392 0 0 0 40184 45 0 0 25 0 1 0 642283932 934559744 189492 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248591 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 228164 189492 259 24 0 224798 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 912656

[startup+462.301 s]
/proc/loadavg: 4.01 4.01 3.98 6/330 8391
/proc/meminfo: memFree=26438488/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=912656 CPUtime=462.29 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 321666 0 0 0 46181 48 0 0 25 0 1 0 642283932 934559744 206752 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 228164 206752 259 24 0 224798 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 912656

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.98 6/330 8392
/proc/meminfo: memFree=26294448/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1261904 CPUtime=522.28 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 336086 0 0 0 52178 50 0 0 25 0 1 0 642283932 1292189696 221167 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 315476 221167 259 24 0 312110 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 1261904

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.98 6/330 8394
/proc/meminfo: memFree=26173048/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1261904 CPUtime=582.28 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 343744 0 0 0 58176 52 0 0 25 0 1 0 642283932 1292189696 228822 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 315476 228822 259 24 0 312110 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 1261904

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.98 6/330 8395
/proc/meminfo: memFree=26044828/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1261904 CPUtime=642.29 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 353897 0 0 0 64175 54 0 0 25 0 1 0 642283932 1292189696 238969 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248363 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 315476 238969 259 24 0 312110 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 1261904

[startup+702.3 s]
/proc/loadavg: 4.07 4.02 3.98 6/330 8397
/proc/meminfo: memFree=25857288/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1261904 CPUtime=702.28 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 364324 0 0 0 70172 56 0 0 25 0 1 0 642283932 1292189696 249391 33554432000 4194304 4291037 140736458941152 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 315476 249391 259 24 0 312110 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 1261904

[startup+762.312 s]
/proc/loadavg: 4.02 4.01 3.98 7/330 8399
/proc/meminfo: memFree=25656208/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1261904 CPUtime=762.29 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 378727 0 0 0 76171 58 0 0 25 0 1 0 642283932 1292189696 263790 33554432000 4194304 4291037 140736458941152 18446744073709551615 4251664 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 315476 263790 259 24 0 312110 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 1261904

[startup+822.301 s]
/proc/loadavg: 4.07 4.02 3.99 5/330 8400
/proc/meminfo: memFree=25438880/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1261904 CPUtime=822.28 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 390870 0 0 0 82168 60 0 0 25 0 1 0 642283932 1292189696 275922 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 315476 275922 259 24 0 312110 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 1261904

[startup+882.3 s]
/proc/loadavg: 4.09 4.03 4.00 7/330 8402
/proc/meminfo: memFree=25244272/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1262884 CPUtime=882.28 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 407317 0 0 0 88165 63 0 0 25 0 1 0 642283932 1293193216 292354 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248574 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 315721 292354 259 24 0 312355 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 1262884

[startup+942.301 s]
/proc/loadavg: 4.06 4.04 4.00 7/330 8403
/proc/meminfo: memFree=25008496/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1830412 CPUtime=942.28 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 422003 0 0 0 94161 67 0 0 25 0 1 0 642283932 1874341888 307034 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248591 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 457603 307034 259 24 0 454237 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 1830412

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/330 8405
/proc/meminfo: memFree=24808328/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1830412 CPUtime=1002.28 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 433229 0 0 0 100158 70 0 0 25 0 1 0 642283932 1874341888 318250 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 457603 318250 259 24 0 454237 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 1830412

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 4.00 6/330 8407
/proc/meminfo: memFree=24635332/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1830412 CPUtime=1062.27 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 447194 0 0 0 106155 72 0 0 25 0 1 0 642283932 1874341888 332203 33554432000 4194304 4291037 140736458941152 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 457603 332203 259 24 0 454237 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 1830412

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 4.00 6/330 8408
/proc/meminfo: memFree=24455636/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1830412 CPUtime=1122.28 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 461543 0 0 0 112153 75 0 0 25 0 1 0 642283932 1874341888 346543 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 457603 346543 259 24 0 454237 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 1830412

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/330 8410
/proc/meminfo: memFree=24305764/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1830412 CPUtime=1182.28 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 473565 0 0 0 118150 78 0 0 25 0 1 0 642283932 1874341888 358554 33554432000 4194304 4291037 140736458941152 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 457603 358554 259 24 0 454237 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 1830412

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.00 6/330 8411
/proc/meminfo: memFree=24138444/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1830412 CPUtime=1242.27 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 484441 0 0 0 124146 81 0 0 25 0 1 0 642283932 1874341888 369419 33554432000 4194304 4291037 140736458941152 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/8377/statm: 457603 369419 259 24 0 454237 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 1830412



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.97 3.99 4/328 8470
/proc/meminfo: memFree=26989108/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1830412 CPUtime=1299.97 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 497992 0 0 0 129914 83 0 0 25 0 1 0 642283932 1874341888 382965 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8377/statm: 457603 382965 259 24 0 454237 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 1830412

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1300 s]
/proc/loadavg: 3.84 3.97 3.99 4/328 8470
/proc/meminfo: memFree=26989108/32950928 swapFree=60199044/67111528
[pid=8377] ppid=8375 vsize=1830412 CPUtime=1299.97 cores=0,2
/proc/8377/stat : 8377 (minisat_release) R 8375 8377 8100 0 -1 4202496 497992 0 0 0 129914 83 0 0 25 0 1 0 642283932 1874341888 382965 33554432000 4194304 4291037 140736458941152 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8377/statm: 457603 382965 259 24 0 454237 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 1830412

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.07
CPU time (s): 1300.04
CPU user time (s): 1299.15
CPU system time (s): 0.895863
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 1830412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.15
system time used= 0.895863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 497992
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= 5
involuntary context switches= 4956

runsolver used 3.84841 second user time and 9.16461 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-13 19:14:11
IDJOB=3362665
IDBENCH=82371
IDSOLVER=1840
FILE ID=node122/3362665-1305306846
RUNJOBID= node122-1305306816-8118
PBS_JOBID= 13321482
Free space on /tmp= 43688 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362665-1305306846/watcher-3362665-1305306846 -o /tmp/evaluation-result-3362665-1305306846/solver-3362665-1305306846 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362665-1305306846.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=1782096187

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:      28255840 kB
Buffers:        210676 kB
Cached:        2917856 kB
SwapCached:      50072 kB
Active:        1227840 kB
Inactive:      3261244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28255840 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:          209752 kB
Writeback:           0 kB
AnonPages:     1321260 kB
Mapped:          14292 kB
Slab:           109104 kB
PageTables:      33260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52869108 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= 43720 MiB
End job on node122 at 2011-05-13 19:35:53