Trace number 3300229

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
clasp 2.0-R4092-indust? (TO) 1300.05 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom14.cnf
MD5SUM7af4cc1b94644f101ccf5f2373fdbfea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark321.647
Satisfiable
(Un)Satisfiability was proved
Number of variables22886
Number of clauses76038
Sum of the clauses size193162
Maximum clause length786
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 240006
Number of clauses of size 335619
Number of clauses of size 4104
Number of clauses of size 512
Number of clauses of size over 5296

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...827316/instance-3300229-1303827316.cnf
0.19/0.20	c Solving...
1300.03/1300.00	
1300.03/1300.00	*** INTERRUPTED! ***
1300.03/1300.00	s UNKNOWN
1300.03/1300.00	
1300.03/1300.00	c INTERRUPTED   : 1
1300.03/1300.00	c Models        : 0+    
1300.03/1300.00	c Time          : 1300.004s (Solving: 1299.80s 1st Model: 0.00s Unsat: 0.00s)
1300.03/1300.00	c CPU Time      : 1300.030s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3300229-1303827316/watcher-3300229-1303827316 -o /tmp/evaluation-result-3300229-1303827316/solver-3300229-1303827316 -C 2400 -W 1300 -M 7680 HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 HOME/instance-3300229-1303827316.cnf 

running on 2 cores: 4,6

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: 4.09 4.97 6.27 4/189 20966
/proc/meminfo: memFree=23815472/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=16896 CPUtime=0 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 1733 0 0 0 0 0 0 0 25 0 1 0 572962288 17301504 1494 33554432000 4194304 4929204 140733289885584 18446744073709551615 260905054917 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 4224 1498 330 180 0 1234 0

[startup+0.0442021 s]
/proc/loadavg: 4.09 4.97 6.27 4/189 20966
/proc/meminfo: memFree=23815472/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=24084 CPUtime=0.03 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 3957 0 0 0 3 0 0 0 25 0 1 0 572962288 24662016 3203 33554432000 4194304 4929204 140733289885584 18446744073709551615 4590307 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 6021 3203 338 180 0 3031 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24084

[startup+0.100241 s]
/proc/loadavg: 4.09 4.97 6.27 4/189 20966
/proc/meminfo: memFree=23815472/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=25536 CPUtime=0.09 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 4338 0 0 0 9 0 0 0 25 0 1 0 572962288 26148864 3584 33554432000 4194304 4929204 140733289885584 18446744073709551615 4574975 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 6384 3584 342 180 0 3394 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25536

[startup+0.300262 s]
/proc/loadavg: 4.09 4.97 6.27 4/189 20966
/proc/meminfo: memFree=23815472/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=25704 CPUtime=0.29 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 4822 0 0 0 29 0 0 0 25 0 1 0 572962288 26320896 3704 33554432000 4194304 4929204 140733289885584 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 6426 3704 367 180 0 3436 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25704

[startup+0.701184 s]
/proc/loadavg: 4.09 4.97 6.27 4/189 20966
/proc/meminfo: memFree=23815472/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=25704 CPUtime=0.69 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 4822 0 0 0 69 0 0 0 25 0 1 0 572962288 26320896 3704 33554432000 4194304 4929204 140733289885584 18446744073709551615 4638684 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 6426 3704 367 180 0 3436 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25704

[startup+1.501 s]
/proc/loadavg: 4.09 4.97 6.27 5/190 20967
/proc/meminfo: memFree=23800708/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=25704 CPUtime=1.49 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 4822 0 0 0 149 0 0 0 25 0 1 0 572962288 26320896 3704 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 6426 3704 367 180 0 3436 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25704

[startup+3.10064 s]
/proc/loadavg: 4.09 4.97 6.27 5/190 20967
/proc/meminfo: memFree=23798848/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=26368 CPUtime=3.09 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 5016 0 0 0 309 0 0 0 25 0 1 0 572962288 27000832 3898 33554432000 4194304 4929204 140733289885584 18446744073709551615 4632980 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 6592 3898 367 180 0 3602 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26368

[startup+6.3011 s]
/proc/loadavg: 4.08 4.95 6.26 5/190 20967
/proc/meminfo: memFree=23796844/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=27500 CPUtime=6.3 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 5279 0 0 0 629 1 0 0 25 0 1 0 572962288 28160000 4161 33554432000 4194304 4929204 140733289885584 18446744073709551615 4632659 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 6875 4161 372 180 0 3885 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 27500

[startup+12.7009 s]
/proc/loadavg: 4.07 4.94 6.24 5/190 20967
/proc/meminfo: memFree=23789232/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=31292 CPUtime=12.69 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 6222 0 0 0 1268 1 0 0 25 0 1 0 572962288 32043008 5104 33554432000 4194304 4929204 140733289885584 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 7823 5104 373 180 0 4833 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31292

[startup+25.5005 s]
/proc/loadavg: 4.06 4.89 6.21 5/190 20968
/proc/meminfo: memFree=23785632/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=33492 CPUtime=25.49 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 6761 0 0 0 2548 1 0 0 25 0 1 0 572962288 34295808 5643 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 8373 5643 373 180 0 5383 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33492

[startup+51.1009 s]
/proc/loadavg: 4.04 4.82 6.15 5/190 20968
/proc/meminfo: memFree=23770948/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=40284 CPUtime=51.09 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 8415 0 0 0 5108 1 0 0 25 0 1 0 572962288 41250816 7297 33554432000 4194304 4929204 140733289885584 18446744073709551615 4658514 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 10071 7297 373 180 0 7081 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 40284

[startup+102.307 s]
/proc/loadavg: 4.01 4.69 6.03 5/190 20970
/proc/meminfo: memFree=23742416/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=52380 CPUtime=102.3 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 11379 0 0 0 10228 2 0 0 25 0 1 0 572962288 53637120 10261 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 13095 10261 373 180 0 10105 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 52380

[startup+162.301 s]
/proc/loadavg: 4.00 4.56 5.90 5/190 20971
/proc/meminfo: memFree=23709392/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=58632 CPUtime=162.29 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 12891 0 0 0 16227 2 0 0 25 0 1 0 572962288 60039168 11773 33554432000 4194304 4929204 140733289885584 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 14658 11773 373 180 0 11668 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 58632

[startup+222.301 s]
/proc/loadavg: 4.07 4.47 5.79 5/190 20973
/proc/meminfo: memFree=23694368/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=64604 CPUtime=222.29 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 14304 0 0 0 22226 3 0 0 25 0 1 0 572962288 66154496 13186 33554432000 4194304 4929204 140733289885584 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 16151 13186 373 180 0 13161 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 64604

[startup+282.301 s]
/proc/loadavg: 4.02 4.38 5.67 5/190 20975
/proc/meminfo: memFree=23678212/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=71100 CPUtime=282.3 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 15876 0 0 0 28226 4 0 0 25 0 1 0 572962288 72806400 14758 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 17775 14758 373 180 0 14785 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 71100

[startup+342.301 s]
/proc/loadavg: 4.01 4.31 5.56 5/190 20976
/proc/meminfo: memFree=23673740/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=72260 CPUtime=342.3 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 16146 0 0 0 34226 4 0 0 25 0 1 0 572962288 73994240 15028 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633011 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 18065 15028 373 180 0 15075 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 72260

[startup+402.301 s]
/proc/loadavg: 4.00 4.25 5.46 5/190 20978
/proc/meminfo: memFree=23659324/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=72892 CPUtime=402.3 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 16288 0 0 0 40226 4 0 0 25 0 1 0 572962288 74641408 15170 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 18223 15170 373 180 0 15233 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 72892

[startup+462.301 s]
/proc/loadavg: 4.00 4.20 5.37 5/190 21006
/proc/meminfo: memFree=23618528/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=76240 CPUtime=462.3 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 17111 0 0 0 46225 5 0 0 25 0 1 0 572962288 78069760 15993 33554432000 4194304 4929204 140733289885584 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 19060 15993 373 180 0 16070 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 76240

[startup+522.301 s]
/proc/loadavg: 4.04 4.18 5.29 5/190 21008
/proc/meminfo: memFree=23599928/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=76448 CPUtime=522.3 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 17167 0 0 0 52225 5 0 0 25 0 1 0 572962288 78282752 16049 33554432000 4194304 4929204 140733289885584 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 19112 16049 373 180 0 16122 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 76448

[startup+582.301 s]
/proc/loadavg: 4.01 4.14 5.20 5/190 21010
/proc/meminfo: memFree=23578812/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=76964 CPUtime=582.3 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 17312 0 0 0 58225 5 0 0 25 0 1 0 572962288 78811136 16194 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 19241 16194 373 180 0 16251 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 76964

[startup+642.301 s]
/proc/loadavg: 4.00 4.11 5.12 5/190 21011
/proc/meminfo: memFree=23560436/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=81504 CPUtime=642.32 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 18391 0 0 0 64226 6 0 0 25 0 1 0 572962288 83460096 17273 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 20376 17273 373 180 0 17386 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 81504

[startup+702.301 s]
/proc/loadavg: 4.00 4.09 5.05 5/190 21013
/proc/meminfo: memFree=23545528/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=84444 CPUtime=702.31 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 19076 0 0 0 70225 6 0 0 25 0 1 0 572962288 86470656 17958 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 21111 17958 373 180 0 18121 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 84444

[startup+762.307 s]
/proc/loadavg: 4.00 4.07 4.98 5/190 21014
/proc/meminfo: memFree=23514760/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=84444 CPUtime=762.32 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 19094 0 0 0 76226 6 0 0 25 0 1 0 572962288 86470656 17976 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 21111 17976 373 180 0 18121 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 84444

[startup+822.301 s]
/proc/loadavg: 4.00 4.06 4.92 5/190 21016
/proc/meminfo: memFree=23492784/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=84872 CPUtime=822.31 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 19183 0 0 0 82225 6 0 0 25 0 1 0 572962288 86908928 18065 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 21218 18065 373 180 0 18228 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 84872

[startup+882.301 s]
/proc/loadavg: 4.00 4.04 4.86 5/190 21018
/proc/meminfo: memFree=23481600/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=86364 CPUtime=882.31 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 19517 0 0 0 88225 6 0 0 25 0 1 0 572962288 88436736 18399 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 21591 18399 373 180 0 18601 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 86364

[startup+942.301 s]
/proc/loadavg: 4.00 4.03 4.80 5/190 21019
/proc/meminfo: memFree=23462716/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=86364 CPUtime=942.31 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 19517 0 0 0 94225 6 0 0 25 0 1 0 572962288 88436736 18399 33554432000 4194304 4929204 140733289885584 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 21591 18399 373 180 0 18601 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 86364

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 4.75 5/190 21021
/proc/meminfo: memFree=23452872/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=86364 CPUtime=1002.32 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 19518 0 0 0 100226 6 0 0 25 0 1 0 572962288 88436736 18400 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633734 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 21591 18400 373 180 0 18601 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 86364

[startup+1062.3 s]
/proc/loadavg: 4.08 4.04 4.70 5/190 21022
/proc/meminfo: memFree=23437224/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=88532 CPUtime=1062.33 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 20002 0 0 0 106226 7 0 0 25 0 1 0 572962288 90656768 18884 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 22133 18884 373 180 0 19143 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 88532

[startup+1122.3 s]
/proc/loadavg: 4.03 4.03 4.66 5/190 21024
/proc/meminfo: memFree=23415232/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=88784 CPUtime=1122.33 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 20071 0 0 0 112226 7 0 0 25 0 1 0 572962288 90914816 18953 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 22196 18953 373 180 0 19206 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 88784

[startup+1182.3 s]
/proc/loadavg: 3.97 4.00 4.61 5/190 21082
/proc/meminfo: memFree=23717684/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=89132 CPUtime=1182.33 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 20167 0 0 0 118226 7 0 0 25 0 1 0 572962288 91271168 19049 33554432000 4194304 4929204 140733289885584 18446744073709551615 4638662 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 22283 19049 373 180 0 19293 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 89132

[startup+1242.3 s]
/proc/loadavg: 3.99 4.00 4.57 5/190 21083
/proc/meminfo: memFree=23695464/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=89428 CPUtime=1242.33 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 20242 0 0 0 124226 7 0 0 25 0 1 0 572962288 91574272 19124 33554432000 4194304 4929204 140733289885584 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 22357 19124 373 180 0 19367 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 89428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.03 4.54 5/190 21085
/proc/meminfo: memFree=23677196/32950928 swapFree=67071984/67111528
[pid=20966] ppid=20964 vsize=89640 CPUtime=1300.03 cores=4,6
/proc/20966/stat : 20966 (clasp) R 20964 20966 20874 0 -1 4202496 20295 0 0 0 129996 7 0 0 25 0 1 0 572962288 91791360 19177 33554432000 4194304 4929204 140733289885584 18446744073709551615 4627867 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20966/statm: 22410 19177 373 180 0 19420 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 89640

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

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.97
CPU system time (s): 0.081987
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 89640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20307
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= 9
involuntary context switches= 1924

runsolver used 2.03369 second user time and 5.07023 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-26 16:15:16
IDJOB=3300229
IDBENCH=83125
IDSOLVER=1684
FILE ID=node116/3300229-1303827316
RUNJOBID= node116-1303827141-20893
PBS_JOBID= 13160805
Free space on /tmp= 72592 MiB

SOLVER NAME= clasp 2.0-R4092-indust
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom14.cnf
COMMAND LINE= HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3300229-1303827316/watcher-3300229-1303827316 -o /tmp/evaluation-result-3300229-1303827316/solver-3300229-1303827316 -C 2400 -W 1300 -M 7680  HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 HOME/instance-3300229-1303827316.cnf

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

MD5SUM BENCH= 7af4cc1b94644f101ccf5f2373fdbfea
RANDOM SEED=743488875

node116.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.826
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.65
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.826
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.15
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.826
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.826
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.75
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.826
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.77
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.826
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.826
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23815620 kB
Buffers:       1880480 kB
Cached:        6610432 kB
SwapCached:       9732 kB
Active:        4002720 kB
Inactive:      4711336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23815620 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            2044 kB
Writeback:           0 kB
AnonPages:      216932 kB
Mapped:          15256 kB
Slab:           357564 kB
PageTables:       5388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   434636 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= 72588 MiB
End job on node116 at 2011-04-26 16:36:58