Trace number 3309778

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
Lingeling 587? (TO) 5000.13 4999.94

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top26.cnf
MD5SUM7ecd2f8efd83504268f0a96fa44f6fe7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark847.939
Satisfiable
(Un)Satisfiability was proved
Number of variables76943
Number of clauses245006
Sum of the clauses size599044
Maximum clause length2921
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148643
Number of clauses of size 394790
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 51198

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: 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-3309778-1303994067/watcher-3309778-1303994067 -o /tmp/evaluation-result-3309778-1303994067/solver-3309778-1303994067 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3309778-1303994067.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.00 2.00 1.96 3/177 15090
/proc/meminfo: memFree=15286848/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=9336 CPUtime=0 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 915 0 0 0 0 0 0 0 21 0 1 0 511003829 9560064 858 33554432000 4194304 4409164 140736325375648 18446744073709551615 239476694784 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 2334 858 112 53 0 757 0

[startup+0.0776179 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 15090
/proc/meminfo: memFree=15286848/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=16656 CPUtime=0.07 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 2746 0 0 0 7 0 0 0 21 0 1 0 511003829 17055744 2689 33554432000 4194304 4409164 140736325375648 18446744073709551615 239476694784 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 4164 2689 113 53 0 2587 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16656

[startup+0.100601 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 15090
/proc/meminfo: memFree=15286848/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=20240 CPUtime=0.09 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 3642 0 0 0 9 0 0 0 21 0 1 0 511003829 20725760 3585 33554432000 4194304 4409164 140736325375648 18446744073709551615 239476694784 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 5060 3585 113 53 0 3483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20240

[startup+0.300561 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 15090
/proc/meminfo: memFree=15286848/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=25528 CPUtime=0.29 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 7705 0 0 0 29 0 0 0 22 0 1 0 511003829 26140672 4891 33554432000 4194304 4409164 140736325375648 18446744073709551615 4288280 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 6382 4891 129 53 0 4805 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25528

[startup+0.700499 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 15090
/proc/meminfo: memFree=15286848/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=25524 CPUtime=0.69 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 10382 0 0 0 69 0 0 0 24 0 1 0 511003829 26136576 4890 33554432000 4194304 4409164 140736325375648 18446744073709551615 4277952 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 6381 4890 129 53 0 4804 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25524

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 15091
/proc/meminfo: memFree=15266636/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=25724 CPUtime=1.49 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 14176 0 0 0 149 0 0 0 25 0 1 0 511003829 26341376 4943 33554432000 4194304 4409164 140736325375648 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 6431 4943 132 53 0 4854 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25724

[startup+3.10102 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 15091
/proc/meminfo: memFree=15265396/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=32448 CPUtime=3.09 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 15874 0 0 0 308 1 0 0 25 0 1 0 511003829 33226752 6634 33554432000 4194304 4409164 140736325375648 18446744073709551615 4251119 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 8112 6634 136 53 0 6535 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32448

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 15091
/proc/meminfo: memFree=15228260/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=32448 CPUtime=6.29 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 15874 0 0 0 628 1 0 0 25 0 1 0 511003829 33226752 6634 33554432000 4194304 4409164 140736325375648 18446744073709551615 4243318 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 8112 6634 136 53 0 6535 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32448

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 15091
/proc/meminfo: memFree=15228152/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=32960 CPUtime=12.69 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 16002 0 0 0 1268 1 0 0 25 0 1 0 511003829 33751040 6762 33554432000 4194304 4409164 140736325375648 18446744073709551615 4243783 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 8240 6762 136 53 0 6663 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32960

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 15092
/proc/meminfo: memFree=15228328/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=32960 CPUtime=25.49 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 16002 0 0 0 2548 1 0 0 25 0 1 0 511003829 33751040 6762 33554432000 4194304 4409164 140736325375648 18446744073709551615 4243768 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 8240 6762 136 53 0 6663 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32960

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 15092
/proc/meminfo: memFree=15232204/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=28680 CPUtime=51.09 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 16039 0 0 0 5098 11 0 0 25 0 1 0 511003829 29368320 5697 33554432000 4194304 4409164 140736325375648 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 7170 5697 141 53 0 5593 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 28680

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 1.97 3/178 15094
/proc/meminfo: memFree=15028688/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=37936 CPUtime=102.3 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 19443 0 0 0 10189 41 0 0 25 0 1 0 511003829 38846464 8037 33554432000 4194304 4409164 140736325375648 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 9484 8037 141 53 0 7907 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 37936

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 15095
/proc/meminfo: memFree=14911352/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=56924 CPUtime=162.3 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 30331 0 0 0 16145 85 0 0 25 0 1 0 511003829 58290176 12758 33554432000 4194304 4409164 140736325375648 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 14231 12758 141 53 0 12654 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 56924

[startup+222.301 s]
/proc/loadavg: 2.05 2.02 1.97 3/178 15097
/proc/meminfo: memFree=15271300/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=65984 CPUtime=222.3 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 42828 0 0 0 22107 123 0 0 25 0 1 0 511003829 67567616 15023 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358333 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 16496 15023 141 53 0 14919 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 65984

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 15099
/proc/meminfo: memFree=15205052/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=71448 CPUtime=282.3 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 55565 0 0 0 28070 160 0 0 25 0 1 0 511003829 73162752 16389 33554432000 4194304 4409164 140736325375648 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 17862 16389 141 53 0 16285 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 71448

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 15100
/proc/meminfo: memFree=15024228/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=77224 CPUtime=342.31 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 68319 0 0 0 34039 192 0 0 25 0 1 0 511003829 79077376 17833 33554432000 4194304 4409164 140736325375648 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 19306 17833 141 53 0 17729 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 77224

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15102
/proc/meminfo: memFree=14957844/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=78944 CPUtime=402.3 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 85359 0 0 0 40008 222 0 0 25 0 1 0 511003829 80838656 18263 33554432000 4194304 4409164 140736325375648 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 19736 18263 141 53 0 18159 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 78944

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15103
/proc/meminfo: memFree=14822668/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=68196 CPUtime=462.31 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 95996 0 0 0 45979 252 0 0 25 0 1 0 511003829 69832704 15576 33554432000 4194304 4409164 140736325375648 18446744073709551615 4359778 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 17049 15576 141 53 0 15472 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 68196

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15105
/proc/meminfo: memFree=15091340/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=67952 CPUtime=522.31 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 111720 0 0 0 51949 282 0 0 25 0 1 0 511003829 69582848 15515 33554432000 4194304 4409164 140736325375648 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 16988 15515 141 53 0 15411 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 67952

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15107
/proc/meminfo: memFree=14595188/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=97732 CPUtime=582.31 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 135401 0 0 0 57917 314 0 0 25 0 1 0 511003829 100077568 22960 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358614 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 24433 22960 141 53 0 22856 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 97732

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15239
/proc/meminfo: memFree=15348372/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=639220 CPUtime=4062.46 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 845394 0 0 0 405387 859 0 0 25 0 1 0 511003829 654561280 158332 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358526 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 159805 158332 141 53 0 158228 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 639220

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15241
/proc/meminfo: memFree=15332960/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=639220 CPUtime=4122.45 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 845394 0 0 0 411378 867 0 0 25 0 1 0 511003829 654561280 158332 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 159805 158332 141 53 0 158228 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 639220

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15243
/proc/meminfo: memFree=15301680/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=678432 CPUtime=4182.45 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 907720 0 0 0 417367 878 0 0 25 0 1 0 511003829 694714368 168135 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 169608 168135 141 53 0 168031 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 678432

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15244
/proc/meminfo: memFree=15174048/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=809504 CPUtime=4242.46 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 940488 0 0 0 423361 885 0 0 25 0 1 0 511003829 828932096 200903 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358614 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 202376 200903 141 53 0 200799 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 809504

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15246
/proc/meminfo: memFree=15183592/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=809504 CPUtime=4302.46 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 940488 0 0 0 429358 888 0 0 25 0 1 0 511003829 828932096 200903 33554432000 4194304 4409164 140736325375648 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 202376 200903 141 53 0 200799 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 809504

[startup+4362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 15247
/proc/meminfo: memFree=15156284/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=809504 CPUtime=4362.47 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 940488 0 0 0 435355 892 0 0 25 0 1 0 511003829 828932096 200903 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358614 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 202376 200903 141 53 0 200799 0
Current children cumulated CPU time (s) 4362.47
Current children cumulated vsize (KiB) 809504

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 15249
/proc/meminfo: memFree=15296620/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=678432 CPUtime=4422.46 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 940488 0 0 0 441350 896 0 0 25 0 1 0 511003829 694714368 168135 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 169608 168135 141 53 0 168031 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 678432

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15250
/proc/meminfo: memFree=15296092/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=678432 CPUtime=4482.47 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 940488 0 0 0 447348 899 0 0 25 0 1 0 511003829 694714368 168135 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358545 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 169608 168135 141 53 0 168031 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 678432

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15252
/proc/meminfo: memFree=15281056/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=678432 CPUtime=4542.47 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 940488 0 0 0 453345 902 0 0 25 0 1 0 511003829 694714368 168135 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 169608 168135 141 53 0 168031 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 678432

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15254
/proc/meminfo: memFree=15156296/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=809504 CPUtime=4602.47 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 973256 0 0 0 459338 909 0 0 25 0 1 0 511003829 828932096 200903 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358463 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 202376 200903 141 53 0 200799 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 809504

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15255
/proc/meminfo: memFree=15169912/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=809504 CPUtime=4662.48 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 973256 0 0 0 465335 913 0 0 25 0 1 0 511003829 828932096 200903 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 202376 200903 141 53 0 200799 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 809504

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15257
/proc/meminfo: memFree=15164060/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=809504 CPUtime=4722.49 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 973256 0 0 0 471333 916 0 0 25 0 1 0 511003829 828932096 200903 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 202376 200903 141 53 0 200799 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 809504

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15259
/proc/meminfo: memFree=15149400/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=809504 CPUtime=4782.48 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 973256 0 0 0 477327 921 0 0 25 0 1 0 511003829 828932096 200903 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358444 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 202376 200903 141 53 0 200799 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 809504

[startup+4842.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 15260
/proc/meminfo: memFree=15159396/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=809504 CPUtime=4842.49 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 973256 0 0 0 483325 924 0 0 25 0 1 0 511003829 828932096 200903 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358557 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 202376 200903 141 53 0 200799 0
Current children cumulated CPU time (s) 4842.49
Current children cumulated vsize (KiB) 809504

[startup+4902.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 15262
/proc/meminfo: memFree=15281640/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=678432 CPUtime=4902.48 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 973256 0 0 0 489320 928 0 0 25 0 1 0 511003829 694714368 168135 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 169608 168135 141 53 0 168031 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 678432

[startup+4962.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 15263
/proc/meminfo: memFree=15273188/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=678468 CPUtime=4962.48 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 973265 0 0 0 495312 936 0 0 25 0 1 0 511003829 694751232 168144 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 169617 168144 141 53 0 168040 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 678468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15264
/proc/meminfo: memFree=15284456/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=678468 CPUtime=5000.1 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 973265 0 0 0 499071 939 0 0 25 0 1 0 511003829 694751232 168144 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 169617 168144 141 53 0 168040 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 678468

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: 2.00 2.00 2.00 3/178 15264
/proc/meminfo: memFree=15284456/32950928 swapFree=67087032/67111528
[pid=15090] ppid=15088 vsize=678468 CPUtime=5000.1 cores=1,3,5,7
/proc/15090/stat : 15090 (lingeling) R 15088 15090 14579 0 -1 4202496 973265 0 0 0 499071 939 0 0 25 0 1 0 511003829 694751232 168144 33554432000 4194304 4409164 140736325375648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15090/statm: 169617 168144 141 53 0 168040 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 678468

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.13
CPU user time (s): 4990.71
CPU system time (s): 9.42057
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 809504

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

runsolver used 8.00678 second user time and 18.6002 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-28 14:34:28
IDJOB=3309778
IDBENCH=83103
IDSOLVER=1693
FILE ID=node148/3309778-1303994067
RUNJOBID= node148-1303987378-14598
PBS_JOBID= 13168727
Free space on /tmp= 71424 MiB

SOLVER NAME= Lingeling 587
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top26.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309778-1303994067/watcher-3309778-1303994067 -o /tmp/evaluation-result-3309778-1303994067/solver-3309778-1303994067 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3309778-1303994067.cnf

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

MD5SUM BENCH= 7ecd2f8efd83504268f0a96fa44f6fe7
RANDOM SEED=1319844176

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15287128 kB
Buffers:       2083260 kB
Cached:       14249976 kB
SwapCached:       5264 kB
Active:        7503824 kB
Inactive:      9590896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15287128 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:            4336 kB
Writeback:           0 kB
AnonPages:      757532 kB
Mapped:          14268 kB
Slab:           503884 kB
PageTables:       5764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   921932 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= 71428 MiB
End job on node148 at 2011-04-28 15:57:50