Trace number 3420162

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) 5000.07 4999.92

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark518.252
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

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

running on 4 cores: 1,3,5,7

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.02 2.05 2.01 3/550 16849
/proc/meminfo: memFree=15865212/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=15468 CPUtime=0.01 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 516 0 0 0 1 0 0 0 25 0 1 0 770543026 15839232 427 33554432000 4194304 4291037 140736861235680 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16849/statm: 3867 427 254 24 0 501 0

[startup+0.0779399 s]
/proc/loadavg: 2.02 2.05 2.01 3/550 16849
/proc/meminfo: memFree=15865212/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=15948 CPUtime=0.07 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 676 0 0 0 7 0 0 0 25 0 1 0 770543026 16330752 583 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 3987 583 255 24 0 621 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15948

[startup+0.100935 s]
/proc/loadavg: 2.02 2.05 2.01 3/550 16849
/proc/meminfo: memFree=15865212/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=15948 CPUtime=0.09 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 682 0 0 0 9 0 0 0 25 0 1 0 770543026 16330752 589 33554432000 4194304 4291037 140736861235680 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 3987 589 255 24 0 621 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15948

[startup+0.300902 s]
/proc/loadavg: 2.02 2.05 2.01 3/550 16849
/proc/meminfo: memFree=15865212/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=16620 CPUtime=0.29 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 799 0 0 0 29 0 0 0 25 0 1 0 770543026 17018880 702 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 4155 702 255 24 0 789 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16620

[startup+0.700825 s]
/proc/loadavg: 2.02 2.05 2.01 3/550 16849
/proc/meminfo: memFree=15865212/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=17260 CPUtime=0.69 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 904 0 0 0 69 0 0 0 25 0 1 0 770543026 17674240 802 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 4315 802 255 24 0 949 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17260

[startup+1.50068 s]
/proc/loadavg: 2.02 2.05 2.01 3/551 16850
/proc/meminfo: memFree=15845140/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=17260 CPUtime=1.49 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 1023 0 0 0 149 0 0 0 25 0 1 0 770543026 17674240 913 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 4315 913 255 24 0 949 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17260

[startup+3.1004 s]
/proc/loadavg: 2.02 2.05 2.01 3/551 16850
/proc/meminfo: memFree=15842412/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=18516 CPUtime=3.09 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 1377 0 0 0 309 0 0 0 25 0 1 0 770543026 18960384 1254 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255586 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 4629 1254 255 24 0 1263 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18516

[startup+6.30081 s]
/proc/loadavg: 2.02 2.05 2.01 3/551 16850
/proc/meminfo: memFree=15839380/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=18992 CPUtime=6.29 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 1492 0 0 0 629 0 0 0 25 0 1 0 770543026 19447808 1362 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255564 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 4748 1362 255 24 0 1382 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18992

[startup+12.7006 s]
/proc/loadavg: 2.02 2.05 2.00 3/551 16850
/proc/meminfo: memFree=15835216/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=20020 CPUtime=12.69 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 1762 0 0 0 1269 0 0 0 25 0 1 0 770543026 20500480 1619 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 5005 1619 255 24 0 1639 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20020

[startup+25.5003 s]
/proc/loadavg: 2.01 2.04 2.00 3/551 16850
/proc/meminfo: memFree=15818996/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=23244 CPUtime=25.49 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 2227 0 0 0 2549 0 0 0 25 0 1 0 770543026 23801856 2070 33554432000 4194304 4291037 140736861235680 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 5811 2070 255 24 0 2445 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23244

[startup+51.1007 s]
/proc/loadavg: 2.01 2.04 2.00 3/551 16851
/proc/meminfo: memFree=15748604/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=24576 CPUtime=51.09 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 2803 0 0 0 5109 0 0 0 25 0 1 0 770543026 25165824 2632 33554432000 4194304 4291037 140736861235680 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 6144 2632 255 24 0 2778 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 24576

[startup+102.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 16852
/proc/meminfo: memFree=15666252/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=27656 CPUtime=102.31 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 3718 0 0 0 10231 0 0 0 25 0 1 0 770543026 28319744 3523 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 6914 3523 255 24 0 3548 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 27656

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 16854
/proc/meminfo: memFree=15592468/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=31044 CPUtime=162.3 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 4292 0 0 0 16230 0 0 0 25 0 1 0 770543026 31789056 4080 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 7761 4080 255 24 0 4395 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 31044

[startup+222.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/551 16855
/proc/meminfo: memFree=15493740/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=32824 CPUtime=222.3 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 4610 0 0 0 22230 0 0 0 25 0 1 0 770543026 33611776 4387 33554432000 4194304 4291037 140736861235680 18446744073709551615 4248998 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 8206 4387 255 24 0 4840 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 32824

[startup+282.301 s]
/proc/loadavg: 2.22 2.08 2.02 3/551 16857
/proc/meminfo: memFree=15422416/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=32824 CPUtime=282.3 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 5059 0 0 0 28230 0 0 0 25 0 1 0 770543026 33611776 4820 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 8206 4820 255 24 0 4840 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 32824

[startup+342.301 s]
/proc/loadavg: 2.13 2.08 2.02 3/551 16859
/proc/meminfo: memFree=15714180/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=34556 CPUtime=342.3 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 5504 0 0 0 34230 0 0 0 25 0 1 0 770543026 35385344 5253 33554432000 4194304 4291037 140736861235680 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 8639 5253 255 24 0 5273 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 34556

[startup+402.301 s]
/proc/loadavg: 2.05 2.07 2.01 3/551 16860
/proc/meminfo: memFree=15624132/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=34556 CPUtime=402.3 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 5504 0 0 0 40230 0 0 0 25 0 1 0 770543026 35385344 5253 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 8639 5253 255 24 0 5273 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 34556

[startup+462.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/551 16862
/proc/meminfo: memFree=15543756/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=34556 CPUtime=462.3 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 5532 0 0 0 46230 0 0 0 25 0 1 0 770543026 35385344 5281 33554432000 4194304 4291037 140736861235680 18446744073709551615 4262394 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 8639 5281 255 24 0 5273 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 34556

[startup+522.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/551 16863
/proc/meminfo: memFree=15466484/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=37488 CPUtime=522.31 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 5709 0 0 0 52231 0 0 0 25 0 1 0 770543026 38387712 5453 33554432000 4194304 4291037 140736861235680 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 9372 5453 255 24 0 6006 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 37488

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 16865
/proc/meminfo: memFree=15330804/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=37488 CPUtime=582.31 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 5803 0 0 0 58231 0 0 0 25 0 1 0 770543026 38387712 5546 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 9372 5546 255 24 0 6006 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 37488

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 16970
/proc/meminfo: memFree=14932192/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=54156 CPUtime=4062.43 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 21611 0 0 0 406240 3 0 0 25 0 1 0 770543026 55455744 10186 33554432000 4194304 4291037 140736861235680 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 13539 10186 256 24 0 10173 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 54156

[startup+4122.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/551 16971
/proc/meminfo: memFree=14869440/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=54156 CPUtime=4122.41 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 21611 0 0 0 412238 3 0 0 25 0 1 0 770543026 55455744 10186 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 13539 10186 256 24 0 10173 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 54156

[startup+4182.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/551 16973
/proc/meminfo: memFree=14808056/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=54156 CPUtime=4182.42 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 21611 0 0 0 418239 3 0 0 25 0 1 0 770543026 55455744 10186 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 13539 10186 256 24 0 10173 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 54156

[startup+4242.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/551 16975
/proc/meminfo: memFree=15650008/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=54156 CPUtime=4242.42 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 21611 0 0 0 424239 3 0 0 25 0 1 0 770543026 55455744 10186 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 13539 10186 256 24 0 10173 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 54156

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 16976
/proc/meminfo: memFree=15507148/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=54156 CPUtime=4302.42 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 21611 0 0 0 430239 3 0 0 25 0 1 0 770543026 55455744 10186 33554432000 4194304 4291037 140736861235680 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 13539 10186 256 24 0 10173 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 54156

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/551 16978
/proc/meminfo: memFree=15444640/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=54156 CPUtime=4362.42 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 21611 0 0 0 436239 3 0 0 25 0 1 0 770543026 55455744 10186 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 13539 10186 256 24 0 10173 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 54156

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 16979
/proc/meminfo: memFree=15374444/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=57088 CPUtime=4422.42 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 23324 0 0 0 442239 3 0 0 25 0 1 0 770543026 58458112 10440 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 14272 10440 256 24 0 10906 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 57088

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 16981
/proc/meminfo: memFree=15304992/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=57088 CPUtime=4482.42 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 23324 0 0 0 448239 3 0 0 25 0 1 0 770543026 58458112 10440 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 14272 10440 256 24 0 10906 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 57088

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 16983
/proc/meminfo: memFree=15243352/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=57088 CPUtime=4542.43 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 23325 0 0 0 454240 3 0 0 25 0 1 0 770543026 58458112 10441 33554432000 4194304 4291037 140736861235680 18446744073709551615 4262387 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 14272 10441 256 24 0 10906 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 57088

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 16984
/proc/meminfo: memFree=15173524/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=57088 CPUtime=4602.45 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 23325 0 0 0 460242 3 0 0 25 0 1 0 770543026 58458112 10441 33554432000 4194304 4291037 140736861235680 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 14272 10441 256 24 0 10906 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 57088

[startup+4662.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/551 16986
/proc/meminfo: memFree=15104076/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=57088 CPUtime=4662.43 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 23349 0 0 0 466240 3 0 0 25 0 1 0 770543026 58458112 10465 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 14272 10465 256 24 0 10906 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 57088

[startup+4722.32 s]
/proc/loadavg: 2.17 2.07 2.02 3/551 16987
/proc/meminfo: memFree=15041068/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=57088 CPUtime=4722.45 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 23417 0 0 0 472242 3 0 0 25 0 1 0 770543026 58458112 10531 33554432000 4194304 4291037 140736861235680 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 14272 10531 256 24 0 10906 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 57088

[startup+4782.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/551 16989
/proc/meminfo: memFree=14982288/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=57088 CPUtime=4782.43 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 23428 0 0 0 478240 3 0 0 25 0 1 0 770543026 58458112 10542 33554432000 4194304 4291037 140736861235680 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 14272 10542 256 24 0 10906 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 57088

[startup+4842.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/551 16991
/proc/meminfo: memFree=15550684/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=57088 CPUtime=4842.44 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 23428 0 0 0 484241 3 0 0 25 0 1 0 770543026 58458112 10542 33554432000 4194304 4291037 140736861235680 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 14272 10542 256 24 0 10906 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 57088

[startup+4902.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/551 16992
/proc/meminfo: memFree=15447016/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=57088 CPUtime=4902.44 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 23428 0 0 0 490241 3 0 0 25 0 1 0 770543026 58458112 10542 33554432000 4194304 4291037 140736861235680 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 14272 10542 256 24 0 10906 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 57088

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 16994
/proc/meminfo: memFree=15370372/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=57088 CPUtime=4962.44 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 23428 0 0 0 496241 3 0 0 25 0 1 0 770543026 58458112 10542 33554432000 4194304 4291037 140736861235680 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 14272 10542 256 24 0 10906 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 57088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.92 2.01 1.99 2/549 16996
/proc/meminfo: memFree=15909040/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=57088 CPUtime=5000.06 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 23429 0 0 0 500003 3 0 0 25 0 1 0 770543026 58458112 10543 33554432000 4194304 4291037 140736861235680 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 14272 10543 256 24 0 10906 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 57088

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

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

[startup+4999.9 s]
/proc/loadavg: 1.92 2.01 1.99 2/549 16996
/proc/meminfo: memFree=15909040/32951124 swapFree=54323904/67111528
[pid=16849] ppid=16847 vsize=57088 CPUtime=5000.06 cores=1,3,5,7
/proc/16849/stat : 16849 (minisat_release) R 16847 16849 16220 0 -1 4202496 23429 0 0 0 500003 3 0 0 25 0 1 0 770543026 58458112 10543 33554432000 4194304 4291037 140736861235680 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16849/statm: 14272 10543 256 24 0 10906 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 57088

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.07
CPU user time (s): 5000.03
CPU system time (s): 0.034994
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 58636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.03
system time used= 0.034994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23429
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= 13368

runsolver used 25.6821 second user time and 64.3332 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-28 15:30:26
IDJOB=3420162
IDBENCH=84808
IDSOLVER=1912
FILE ID=node106/3420162-1306589426
RUNJOBID= node106-1306579399-16239
PBS_JOBID= 13471574
Free space on /tmp= 73456 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420162-1306589426/watcher-3420162-1306589426 -o /tmp/evaluation-result-3420162-1306589426/solver-3420162-1306589426 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3420162-1306589426.cnf

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=1911749865

node106.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.830
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.66
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.830
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	: 5226.20
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.830
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.830
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.82
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.830
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.74
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.830
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.830
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15865616 kB
Buffers:        351260 kB
Cached:       10684624 kB
SwapCached:      24016 kB
Active:        6703104 kB
Inactive:     10073708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15865616 kB
SwapTotal:    67111528 kB
SwapFree:     54323904 kB
Dirty:           16152 kB
Writeback:           0 kB
AnonPages:     5725092 kB
Mapped:          26164 kB
Slab:           160572 kB
PageTables:      78212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167640408 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= 73468 MiB
End job on node106 at 2011-05-28 16:53:48