Trace number 3291039

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
CryptoMiniSat Strange-Night-1-st? (TO) 1300.08 1300.05

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00N23.cnf
MD5SUM1a1f0dddf727883e0973677dd00e9269
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2210893
Sum of the clauses size20370578
Maximum clause length105
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 241189
Number of clauses of size 336730
Number of clauses of size 432798
Number of clauses of size 5188784
Number of clauses of size over 51911364

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3291039-1303785753.cnf'
0.00/0.00	c -- header says num vars:          15364
0.00/0.00	c -- header says num clauses:     2210893
1.10/1.13	c -- clauses added:            0 learnts,      2210893 normals,            0 xors
1.10/1.13	c -- vars added      15364
1.10/1.14	c Parsing time:  1.04 s
1.10/1.14	c  N st     0         0     15364   2169520     39444         0  20327211         0   no data   no data  --
1.39/1.43	c asymm  cl-useful: 0/4577/2168587 lits-rem:0 time: 0.22
6.49/6.51	c Flit:    20 Blit:      0 bXBeca:    0 bXProp:  136 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T:  4.78
8.89/8.96	c Replacing      136 vars Replaced  1510727 lits Time:     2.45 s 
9.79/9.80	c bin-w-bin subsume rem          706 bins  time:  0.00 s
10.70/10.77	c subs with bin:     6661  lits-rem:       241  v-fix:    0  time:  0.97 s
10.70/10.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2881 time:  0.02 s
10.80/10.82	c Removed useless bin:       0  fixed:     0  props:   3.91M  time:  0.03 s

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-3291039-1303785753/watcher-3291039-1303785753 -o /tmp/evaluation-result-3291039-1303785753/solver-3291039-1303785753 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3291039-1303785753.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.99 3.93 3.75 5/189 11363
/proc/meminfo: memFree=14155600/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=30616 CPUtime=0 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 967 0 0 0 0 0 0 0 23 0 1 0 490174396 31350784 906 33554432000 4194304 4650387 140735989787072 18446744073709551615 4373864 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 7654 907 328 112 0 2619 0

[startup+0.078938 s]
/proc/loadavg: 3.99 3.93 3.75 5/189 11363
/proc/meminfo: memFree=14155600/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=31620 CPUtime=0.07 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 2514 0 0 0 7 0 0 0 23 0 1 0 490174396 32378880 2453 33554432000 4194304 4650387 140735989787072 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 7905 2454 329 112 0 2870 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31620

[startup+0.100935 s]
/proc/loadavg: 3.99 3.93 3.75 5/189 11363
/proc/meminfo: memFree=14155600/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=32048 CPUtime=0.09 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 3001 0 0 0 9 0 0 0 23 0 1 0 490174396 32817152 2940 33554432000 4194304 4650387 140735989787072 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 8012 2941 329 112 0 2977 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32048

[startup+0.300959 s]
/proc/loadavg: 3.99 3.93 3.75 5/189 11363
/proc/meminfo: memFree=14155600/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=82708 CPUtime=0.29 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 11706 0 0 0 28 1 0 0 25 0 1 0 490174396 84692992 11434 33554432000 4194304 4650387 140735989787072 18446744073709551615 4514684 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 20677 11436 330 112 0 15642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82708

[startup+0.700831 s]
/proc/loadavg: 3.99 3.93 3.75 5/189 11363
/proc/meminfo: memFree=14155600/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=176076 CPUtime=0.69 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 27246 0 0 0 65 4 0 0 25 0 1 0 490174396 180301824 26974 33554432000 4194304 4650387 140735989787072 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 44019 26975 330 112 0 38984 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 176076

[startup+1.50069 s]
/proc/loadavg: 3.99 3.93 3.75 5/190 11364
/proc/meminfo: memFree=13997640/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=446608 CPUtime=1.48 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 67087 0 0 0 136 12 0 0 25 0 1 0 490174396 457326592 58666 33554432000 4194304 4650387 140735989787072 18446744073709551615 4514393 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 111652 58674 349 112 0 106617 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 446608

[startup+3.10641 s]
/proc/loadavg: 4.23 3.98 3.77 5/190 11364
/proc/meminfo: memFree=13923112/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=329536 CPUtime=3.1 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 98451 0 0 0 293 17 0 0 25 0 1 0 490174396 337444864 57540 33554432000 4194304 4650387 140735989787072 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 82384 57540 353 112 0 77349 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 329536

[startup+6.30084 s]
/proc/loadavg: 4.23 3.98 3.77 5/190 11364
/proc/meminfo: memFree=13905296/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=344796 CPUtime=6.3 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 102070 0 0 0 613 17 0 0 25 0 1 0 490174396 353071104 61159 33554432000 4194304 4650387 140735989787072 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 86199 61159 353 112 0 81164 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 344796

[startup+12.7007 s]
/proc/loadavg: 4.22 3.98 3.77 5/190 11364
/proc/meminfo: memFree=13398144/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=895660 CPUtime=12.69 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 231414 0 0 0 1238 31 0 0 25 0 1 0 490174396 917155840 190503 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 223915 190503 378 112 0 218880 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 895660

[startup+25.5005 s]
/proc/loadavg: 4.23 4.00 3.78 5/190 11365
/proc/meminfo: memFree=13387616/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=895660 CPUtime=25.49 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 231414 0 0 0 2518 31 0 0 25 0 1 0 490174396 917155840 190503 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 223915 190503 378 112 0 218880 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 895660

[startup+51.1009 s]
/proc/loadavg: 4.15 4.00 3.78 5/190 11446
/proc/meminfo: memFree=13393448/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=895660 CPUtime=51.09 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 231414 0 0 0 5078 31 0 0 25 0 1 0 490174396 917155840 190503 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 223915 190503 378 112 0 218880 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 895660

[startup+102.301 s]
/proc/loadavg: 4.06 4.00 3.79 5/190 11448
/proc/meminfo: memFree=13400300/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=895660 CPUtime=102.29 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 231414 0 0 0 10198 31 0 0 25 0 1 0 490174396 917155840 190503 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 223915 190503 378 112 0 218880 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 895660

[startup+162.3 s]
/proc/loadavg: 4.10 4.01 3.81 5/190 11449
/proc/meminfo: memFree=13385760/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=162.3 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236827 0 0 0 16198 32 0 0 25 0 1 0 490174396 932528128 190406 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190406 370 112 0 222633 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 910672

[startup+222.301 s]
/proc/loadavg: 4.03 4.01 3.82 5/190 11451
/proc/meminfo: memFree=13390068/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=222.3 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236827 0 0 0 22198 32 0 0 25 0 1 0 490174396 932528128 190406 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190406 370 112 0 222633 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 910672

[startup+282.3 s]
/proc/loadavg: 4.01 4.00 3.83 5/190 11452
/proc/meminfo: memFree=13364544/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=282.3 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236832 0 0 0 28198 32 0 0 25 0 1 0 490174396 932528128 190411 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190411 370 112 0 222633 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 910672

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 11454
/proc/meminfo: memFree=13365992/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=342.3 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236832 0 0 0 34198 32 0 0 25 0 1 0 490174396 932528128 190411 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190411 370 112 0 222633 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 910672

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 11456
/proc/meminfo: memFree=13355040/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=402.31 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236833 0 0 0 40199 32 0 0 25 0 1 0 490174396 932528128 190412 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190412 370 112 0 222633 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 910672

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 11457
/proc/meminfo: memFree=13340724/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=462.3 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236834 0 0 0 46198 32 0 0 25 0 1 0 490174396 932528128 190413 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190413 370 112 0 222633 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 910672

[startup+522.307 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 11486
/proc/meminfo: memFree=13385788/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=522.31 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236836 0 0 0 52199 32 0 0 25 0 1 0 490174396 932528128 190415 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190415 370 112 0 222633 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 910672

[startup+582.3 s]
/proc/loadavg: 4.13 4.03 3.87 5/190 11514
/proc/meminfo: memFree=13460696/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=582.31 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236837 0 0 0 58199 32 0 0 25 0 1 0 490174396 932528128 190416 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476279 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190416 370 112 0 222633 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 910672

[startup+642.301 s]
/proc/loadavg: 4.04 4.02 3.87 5/190 11516
/proc/meminfo: memFree=13443560/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=642.31 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236837 0 0 0 64199 32 0 0 25 0 1 0 490174396 932528128 190416 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476279 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190416 370 112 0 222633 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 910672

[startup+702.3 s]
/proc/loadavg: 4.02 4.02 3.88 5/190 11518
/proc/meminfo: memFree=13439948/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=702.31 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236837 0 0 0 70199 32 0 0 25 0 1 0 490174396 932528128 190416 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190416 370 112 0 222633 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 910672

[startup+762.301 s]
/proc/loadavg: 4.00 4.01 3.88 5/190 11519
/proc/meminfo: memFree=13391612/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=762.31 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236837 0 0 0 76199 32 0 0 25 0 1 0 490174396 932528128 190416 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190416 370 112 0 222633 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 910672

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.89 5/190 11521
/proc/meminfo: memFree=13395496/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=822.31 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236837 0 0 0 82199 32 0 0 25 0 1 0 490174396 932528128 190416 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190416 370 112 0 222633 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 910672

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 11522
/proc/meminfo: memFree=13396824/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=882.31 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236837 0 0 0 88199 32 0 0 25 0 1 0 490174396 932528128 190416 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190416 370 112 0 222633 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 910672

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 11524
/proc/meminfo: memFree=13397920/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=942.32 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236837 0 0 0 94200 32 0 0 25 0 1 0 490174396 932528128 190416 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190416 370 112 0 222633 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 910672

[startup+1002.3 s]
/proc/loadavg: 3.78 3.95 3.89 4/184 11544
/proc/meminfo: memFree=13493240/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=1002.32 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236837 0 0 0 100200 32 0 0 25 0 1 0 490174396 932528128 190416 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190416 370 112 0 222633 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 910672

[startup+1062.3 s]
/proc/loadavg: 2.89 3.68 3.80 3/178 11563
/proc/meminfo: memFree=13702648/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=1062.32 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236850 0 0 0 106200 32 0 0 25 0 1 0 490174396 932528128 190429 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476265 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190429 370 112 0 222633 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 910672

[startup+1122.3 s]
/proc/loadavg: 2.35 3.39 3.70 3/178 11574
/proc/meminfo: memFree=13700576/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=1122.32 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236851 0 0 0 112200 32 0 0 25 0 1 0 490174396 932528128 190430 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190430 370 112 0 222633 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 910672

[startup+1182.31 s]
/proc/loadavg: 2.12 3.12 3.58 3/178 11575
/proc/meminfo: memFree=13687288/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=1182.33 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236852 0 0 0 118201 32 0 0 25 0 1 0 490174396 932528128 190431 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190431 370 112 0 222633 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 910672

[startup+1242.3 s]
/proc/loadavg: 2.12 2.94 3.49 3/178 11577
/proc/meminfo: memFree=13684908/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=1242.32 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236854 0 0 0 124200 32 0 0 25 0 1 0 490174396 932528128 190433 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190433 370 112 0 222633 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 910672



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 2.04 2.77 3.39 3/178 11582
/proc/meminfo: memFree=13683892/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=1300.04 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236856 0 0 0 129972 32 0 0 25 0 1 0 490174396 932528128 190435 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190435 370 112 0 222633 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 910672

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

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

[startup+1300.01 s]
/proc/loadavg: 2.04 2.77 3.39 3/178 11582
/proc/meminfo: memFree=13683892/32950928 swapFree=67111528/67111528
[pid=11363] ppid=11361 vsize=910672 CPUtime=1300.04 cores=1,3
/proc/11363/stat : 11363 (strangenight1-s) R 11361 11363 10378 0 -1 4202496 236856 0 0 0 129972 32 0 0 25 0 1 0 490174396 932528128 190435 33554432000 4194304 4650387 140735989787072 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11363/statm: 227668 190435 370 112 0 222633 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 910672

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 1300.08
CPU user time (s): 1299.72
CPU system time (s): 0.356945
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 910672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.72
system time used= 0.356945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236856
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= 12
involuntary context switches= 3232

runsolver used 2.03269 second user time and 4.96624 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-26 04:42:36
IDJOB=3291039
IDBENCH=83466
IDSOLVER=1589
FILE ID=node120/3291039-1303785753
RUNJOBID= node120-1303785444-11180
PBS_JOBID= 13157233
Free space on /tmp= 72292 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00N23.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291039-1303785753/watcher-3291039-1303785753 -o /tmp/evaluation-result-3291039-1303785753/solver-3291039-1303785753 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3291039-1303785753.cnf

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

MD5SUM BENCH= 1a1f0dddf727883e0973677dd00e9269
RANDOM SEED=633817926

node120.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.809
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.61
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.809
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.07
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.809
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.82
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.809
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.809
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.78
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.809
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.809
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.809
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:      14155756 kB
Buffers:       2470368 kB
Cached:       15308244 kB
SwapCached:          0 kB
Active:       10898952 kB
Inactive:      7322228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14155756 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          120356 kB
Writeback:           0 kB
AnonPages:      441832 kB
Mapped:          16544 kB
Slab:           508620 kB
PageTables:       6168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   676068 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= 72316 MiB
End job on node120 at 2011-04-26 05:04:18