Trace number 3711944

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
toysat 2012-05-17? (TO) 1800.02 1800.31

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap132_wcsp.wbo
MD5SUMf4b0099465ae664e0955235299f0c44e
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark8785136
Best CPU time to get the best result obtained on this benchmark1800.09
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2600
Total number of constraints5148
Number of soft constraints5048
Number of constraints which are clauses5048
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint50
Top cost 63756436
Min constraint cost 1
Max constraint cost 63756436
Sum of constraints costs 160674796300
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.89/2.90	c 2012-05-28T18:32:43+0200
2.89/2.90	c arch = x86_64
2.89/2.90	c os = linux
2.89/2.90	c compiler = ghc 7.4
2.89/2.90	c packages:
2.89/2.90	c   OptDir-0.0.1
2.89/2.90	c   array-0.4.0.0
2.89/2.90	c   base-4.5.0.0
2.89/2.90	c   bytestring-0.9.2.1
2.89/2.90	c   containers-0.4.2.1
2.89/2.90	c   deepseq-1.3.0.0
2.89/2.90	c   mtl-2.1.1
2.89/2.90	c   old_locale-1.0.0.4
2.89/2.90	c   parse_dimacs-1.2
2.89/2.90	c   parsec-3.1.2
2.89/2.90	c   queue-0.1.2
2.89/2.90	c   stm-2.3
2.89/2.90	c   time-1.4
2.89/2.90	c command line = ["--wbo","HOME/instance-3711944-1338222763.wbo"]
2.89/2.90	c #vars 2600
2.89/2.90	c #constraints 5148
2.89/2.90	c Solving starts ...
2.89/2.94	c solving time = 0.037s
2.89/2.94	c #decision = 2482
2.89/2.94	c #conflict = 0
2.89/2.94	c #restart = 0
2.89/2.94	o 8727874
2.89/2.95	c Solving starts ...
924.84/925.04	c learnt constraints deletion: 15745 -> 7873
1343.27/1343.54	c learnt constraints deletion: 17508 -> 8784
1744.51/1744.86	c learnt constraints deletion: 18678 -> 9373

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3711944-1338222763/watcher-3711944-1338222763 -o /tmp/evaluation-result-3711944-1338222763/solver-3711944-1338222763 -C 1800 -W 1900 -M 15500 HOME/toysat --wbo HOME/instance-3711944-1338222763.wbo 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 1.43 1.86 1.95 3/175 23406
/proc/meminfo: memFree=31308396/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=7232 CPUtime=0 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 848 0 0 0 0 0 0 0 20 0 1 0 288401093 7405568 768 33554432000 4194304 8973514 140735847226816 140736006846968 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 1808 768 422 1167 0 589 0

[startup+0.0548961 s]
/proc/loadavg: 1.43 1.86 1.95 3/175 23406
/proc/meminfo: memFree=31308396/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=9280 CPUtime=0.05 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 1597 0 0 0 5 0 0 0 20 0 1 0 288401093 9502720 1517 33554432000 4194304 8973514 140735847226816 140736006846968 4212523 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 2576 1525 428 1167 0 1357 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9280

[startup+0.100264 s]
/proc/loadavg: 1.43 1.86 1.95 3/175 23406
/proc/meminfo: memFree=31308396/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=13376 CPUtime=0.09 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 2521 0 0 0 9 0 0 0 20 0 1 0 288401093 13697024 2441 33554432000 4194304 8973514 140735847226816 140736006846968 6852880 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 3344 2441 438 1167 0 2125 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13376

[startup+0.300259 s]
/proc/loadavg: 1.43 1.86 1.95 3/175 23406
/proc/meminfo: memFree=31308396/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=20544 CPUtime=0.29 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 4227 0 0 0 28 1 0 0 20 0 1 0 288401093 21037056 4147 33554432000 4194304 8973514 140735847226816 140736006846968 4481608 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 5136 4147 445 1167 0 3917 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20544

[startup+0.700216 s]
/proc/loadavg: 1.43 1.86 1.95 3/175 23406
/proc/meminfo: memFree=31308396/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=20544 CPUtime=0.69 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 4227 0 0 0 68 1 0 0 20 0 1 0 288401093 21037056 4147 33554432000 4194304 8973514 140735847226816 140736006846968 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 5136 4147 445 1167 0 3917 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20544

[startup+1.50025 s]
/proc/loadavg: 1.48 1.86 1.95 3/179 23410
/proc/meminfo: memFree=31282664/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=20544 CPUtime=1.49 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 4227 0 0 0 148 1 0 0 20 0 1 0 288401093 21037056 4147 33554432000 4194304 8973514 140735847226816 140735847226312 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 5136 4147 445 1167 0 3917 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20544

[startup+3.1003 s]
/proc/loadavg: 1.48 1.86 1.95 3/179 23410
/proc/meminfo: memFree=31278200/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=25664 CPUtime=3.09 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 5740 0 0 0 308 1 0 0 20 0 1 0 288401093 26279936 5660 33554432000 4194304 8973514 140735847226816 140735847226312 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 6416 5660 469 1167 0 5197 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25664

[startup+6.30028 s]
/proc/loadavg: 1.48 1.86 1.95 3/179 23410
/proc/meminfo: memFree=31273116/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=26688 CPUtime=6.29 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 5996 0 0 0 626 3 0 0 20 0 1 0 288401093 27328512 5916 33554432000 4194304 8973514 140735847226816 140735847226080 7688844 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 6672 5916 469 1167 0 5453 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26688

[startup+12.7003 s]
/proc/loadavg: 1.56 1.86 1.95 3/179 23410
/proc/meminfo: memFree=31270712/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=26688 CPUtime=12.69 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 5998 0 0 0 1264 5 0 0 20 0 1 0 288401093 27328512 5921 33554432000 4194304 8973514 140735847226816 140735847226080 7732906 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 6672 5921 469 1167 0 5453 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26688

[startup+25.5003 s]
/proc/loadavg: 1.62 1.87 1.95 3/179 23410
/proc/meminfo: memFree=31269340/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=26688 CPUtime=25.48 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 6003 0 0 0 2539 9 0 0 20 0 1 0 288401093 27328512 5922 33554432000 4194304 8973514 140735847226816 140735847226312 7732850 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 6672 5922 469 1167 0 5453 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26688

[startup+51.1003 s]
/proc/loadavg: 1.81 1.89 1.96 3/179 23410
/proc/meminfo: memFree=31264368/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=27712 CPUtime=51.08 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 6259 0 0 0 5090 18 0 0 20 0 1 0 288401093 28377088 6178 33554432000 4194304 8973514 140735847226816 140735847226080 6816909 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 6928 6178 469 1167 0 5709 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27712

[startup+102.308 s]
/proc/loadavg: 1.92 1.91 1.96 3/179 23410
/proc/meminfo: memFree=31258100/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=28736 CPUtime=102.27 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 6515 0 0 0 10192 35 0 0 20 0 1 0 288401093 29425664 6434 33554432000 4194304 8973514 140735847226816 140735847226080 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 7184 6434 469 1167 0 5965 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 28736

[startup+162.3 s]
/proc/loadavg: 1.97 1.92 1.96 3/179 23410
/proc/meminfo: memFree=31250652/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=30784 CPUtime=162.26 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 7028 0 0 0 16168 58 0 0 20 0 1 0 288401093 31522816 6946 33554432000 4194304 8973514 140735847226816 140735847226080 4416288 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 7696 6946 469 1167 0 6477 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 30784

[startup+222.3 s]
/proc/loadavg: 1.99 1.93 1.96 3/179 23410
/proc/meminfo: memFree=31244508/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=31808 CPUtime=222.24 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 7284 0 0 0 22146 78 0 0 20 0 1 0 288401093 32571392 7202 33554432000 4194304 8973514 140735847226816 140735847226080 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 7952 7202 469 1167 0 6733 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 31808

[startup+282.3 s]
/proc/loadavg: 2.08 1.97 1.97 3/179 23410
/proc/meminfo: memFree=31241404/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=34880 CPUtime=282.24 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 8052 0 0 0 28122 102 0 0 20 0 1 0 288401093 35717120 7970 33554432000 4194304 8973514 140735847226816 140735847224768 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 8720 7970 469 1167 0 7501 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 34880

[startup+342.3 s]
/proc/loadavg: 2.03 1.97 1.97 3/179 23411
/proc/meminfo: memFree=31237244/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=37952 CPUtime=342.22 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 8822 0 0 0 34096 126 0 0 20 0 1 0 288401093 38862848 8738 33554432000 4194304 8973514 140735847226816 140735847226312 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 9488 8738 469 1167 0 8269 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 37952

[startup+402.3 s]
/proc/loadavg: 2.01 1.97 1.97 3/179 23411
/proc/meminfo: memFree=31233460/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=40000 CPUtime=402.21 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 9334 0 0 0 40074 147 0 0 20 0 1 0 288401093 40960000 9250 33554432000 4194304 8973514 140735847226816 140735847226312 7732355 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 10000 9250 469 1167 0 8781 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 40000

[startup+462.3 s]
/proc/loadavg: 2.00 1.97 1.97 3/180 23414
/proc/meminfo: memFree=31227680/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=43072 CPUtime=462.2 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 10102 0 0 0 46054 166 0 0 20 0 1 0 288401093 44105728 10018 33554432000 4194304 8973514 140735847226816 140735847226312 4209357 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 10768 10018 469 1167 0 9549 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 43072

[startup+522.3 s]
/proc/loadavg: 2.00 1.97 1.97 3/179 23414
/proc/meminfo: memFree=31224956/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=46144 CPUtime=522.2 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 10871 0 0 0 52031 189 0 0 20 0 1 0 288401093 47251456 10786 33554432000 4194304 8973514 140735847226816 140735847226312 4427828 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 11536 10786 469 1167 0 10317 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 46144

[startup+582.3 s]
/proc/loadavg: 2.00 1.97 1.97 3/179 23414
/proc/meminfo: memFree=31222040/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=49216 CPUtime=582.19 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 11640 0 0 0 58007 212 0 0 20 0 1 0 288401093 50397184 11554 33554432000 4194304 8973514 140735847226816 140735847226312 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 12304 11554 469 1167 0 11085 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 49216

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/179 23415
/proc/meminfo: memFree=31205844/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=64576 CPUtime=882.14 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 15483 0 0 0 87905 309 0 0 20 0 1 0 288401093 66125824 15394 33554432000 4194304 8973514 140735847226816 140735847226312 4416036 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 16144 15394 469 1167 0 14925 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 64576

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23416
/proc/meminfo: memFree=31202676/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=67648 CPUtime=942.13 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 16252 0 0 0 93884 329 0 0 20 0 1 0 288401093 69271552 16163 33554432000 4194304 8973514 140735847226816 140735847226312 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 16912 16163 470 1167 0 15693 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 67648

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23416
/proc/meminfo: memFree=31202800/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=67648 CPUtime=1002.12 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 16252 0 0 0 99863 349 0 0 20 0 1 0 288401093 69271552 16163 33554432000 4194304 8973514 140735847226816 140735847226312 4209168 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 16912 16163 470 1167 0 15693 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 67648

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 23419
/proc/meminfo: memFree=31202668/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=67648 CPUtime=1062.11 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 16252 0 0 0 105840 371 0 0 20 0 1 0 288401093 69271552 16163 33554432000 4194304 8973514 140735847226816 140735847226080 4214368 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 16912 16163 470 1167 0 15693 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 67648

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23419
/proc/meminfo: memFree=31202800/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=67648 CPUtime=1122.1 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 16252 0 0 0 111821 389 0 0 20 0 1 0 288401093 69271552 16163 33554432000 4194304 8973514 140735847226816 140735847226312 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 16912 16163 470 1167 0 15693 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 67648

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23419
/proc/meminfo: memFree=31202924/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=67648 CPUtime=1182.09 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 16252 0 0 0 117798 411 0 0 20 0 1 0 288401093 69271552 16163 33554432000 4194304 8973514 140735847226816 140735847226080 7732991 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 16912 16163 470 1167 0 15693 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 67648

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23420
/proc/meminfo: memFree=31199700/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=70720 CPUtime=1242.08 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 17020 0 0 0 123777 431 0 0 20 0 1 0 288401093 72417280 16931 33554432000 4194304 8973514 140735847226816 140735847226312 7400260 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 17680 16931 470 1167 0 16461 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 70720

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23420
/proc/meminfo: memFree=31193184/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=74816 CPUtime=1302.08 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 18044 0 0 0 129758 450 0 0 20 0 1 0 288401093 76611584 17955 33554432000 4194304 8973514 140735847226816 140735847226312 6816905 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 18704 17955 470 1167 0 17485 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 74816

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23420
/proc/meminfo: memFree=31191196/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=76864 CPUtime=1362.07 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 18558 0 0 0 135735 472 0 0 20 0 1 0 288401093 78708736 18467 33554432000 4194304 8973514 140735847226816 140735847226312 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 19216 18467 470 1167 0 17997 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 76864

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23420
/proc/meminfo: memFree=31187968/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=79936 CPUtime=1422.06 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 19326 0 0 0 141715 491 0 0 20 0 1 0 288401093 81854464 19235 33554432000 4194304 8973514 140735847226816 140735847226080 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 19984 19235 470 1167 0 18765 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 79936

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23420
/proc/meminfo: memFree=31185860/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=81984 CPUtime=1482.05 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 19838 0 0 0 147694 511 0 0 20 0 1 0 288401093 83951616 19747 33554432000 4194304 8973514 140735847226816 140735847226080 4214025 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 20496 19747 470 1167 0 19277 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 81984

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23421
/proc/meminfo: memFree=31186168/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=81984 CPUtime=1542.04 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 19839 0 0 0 153672 532 0 0 20 0 1 0 288401093 83951616 19747 33554432000 4194304 8973514 140735847226816 140735847226080 7716760 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 20496 19747 470 1167 0 19277 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 81984

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23421
/proc/meminfo: memFree=31182076/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=81984 CPUtime=1602.03 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 19839 0 0 0 159652 551 0 0 20 0 1 0 288401093 83951616 19747 33554432000 4194304 8973514 140735847226816 140735847226312 4208816 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 20496 19747 470 1167 0 19277 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 81984

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 23424
/proc/meminfo: memFree=31179704/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=86080 CPUtime=1662.02 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 20863 0 0 0 165628 574 0 0 20 0 1 0 288401093 88145920 20771 33554432000 4194304 8973514 140735847226816 140735847226080 4208846 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 21520 20771 470 1167 0 20301 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 86080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 23447
/proc/meminfo: memFree=31176660/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=89152 CPUtime=1722.01 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 21632 0 0 0 171608 593 0 0 20 0 1 0 288401093 91291648 21539 33554432000 4194304 8973514 140735847226816 140735847226080 4204292 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 22288 21539 470 1167 0 21069 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 89152

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23447
/proc/meminfo: memFree=31174312/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=91200 CPUtime=1782 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 22144 0 0 0 177586 614 0 0 20 0 1 0 288401093 93388800 22051 33554432000 4194304 8973514 140735847226816 140735847226312 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 22800 22051 470 1167 0 21581 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 91200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23447
/proc/meminfo: memFree=31174248/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=91200 CPUtime=1800.01 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 22144 0 0 0 179379 622 0 0 20 0 1 0 288401093 93388800 22051 33554432000 4194304 8973514 140735847226816 140735847226080 4214379 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 22800 22051 470 1167 0 21581 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 91200

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

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 23447
/proc/meminfo: memFree=31174248/32873844 swapFree=7616/7616
[pid=23405] ppid=23402 vsize=91200 CPUtime=1800.01 cores=1,3,5,7
/proc/23405/stat : 23405 (toysat) R 23402 23405 23365 0 -1 4202496 22144 0 0 0 179379 622 0 0 20 0 1 0 288401093 93388800 22051 33554432000 4194304 8973514 140735847226816 140735847226080 4214379 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 22800 22051 470 1167 0 21581 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 91200

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1793.79
CPU system time (s): 6.22405
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 91200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.79
system time used= 6.22405
maximum resident set size= 88204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22144
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= 22
involuntary context switches= 1849

runsolver used 2.79157 second user time and 11.9552 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-28 18:32:43
IDJOB=3711944
IDBENCH=79507
IDSOLVER=2291
FILE ID=node135/3711944-1338222763
RUNJOBID= node135-1338222763-23382
PBS_JOBID= 14624622
Free space on /tmp= 71644 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap132_wcsp.wbo
COMMAND LINE= HOME/toysat --wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711944-1338222763/watcher-3711944-1338222763 -o /tmp/evaluation-result-3711944-1338222763/solver-3711944-1338222763 -C 1800 -W 1900 -M 15500  HOME/toysat --wbo HOME/instance-3711944-1338222763.wbo

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

MD5SUM BENCH= f4b0099465ae664e0955235299f0c44e
RANDOM SEED=628664134

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5238.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31309560 kB
Buffers:          324772 kB
Cached:           410344 kB
SwapCached:         1720 kB
Active:           562748 kB
Inactive:         183824 kB
Active(anon):       2420 kB
Inactive(anon):    12012 kB
Active(file):     560328 kB
Inactive(file):   171812 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:             14776 kB
Writeback:             0 kB
AnonPages:         18172 kB
Mapped:            10968 kB
Shmem:               132 kB
Slab:             676008 kB
SReclaimable:     117832 kB
SUnreclaim:       558176 kB
KernelStack:        1408 kB
PageTables:         3948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71628 MiB
End job on node135 at 2012-05-28 19:02:45