Trace number 3711924

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.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-1506_wcsp.wbo
MD5SUM8f6297577574dc4387b695354f571fd4
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark404565
Best CPU time to get the best result obtained on this benchmark1800.74
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3000
Total number of constraints25688
Number of soft constraints24748
Number of constraints which are clauses24748
Number of constraints which are cardinality constraints (but not clauses)940
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 522809
Min constraint cost 1
Max constraint cost 522809
Sum of constraints costs 12447559480
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

74.56/74.70	c 2012-05-28T21:53:26+0200
74.56/74.70	c arch = x86_64
74.56/74.70	c os = linux
74.56/74.70	c compiler = ghc 7.4
74.56/74.70	c packages:
74.56/74.70	c   OptDir-0.0.1
74.56/74.70	c   array-0.4.0.0
74.56/74.70	c   base-4.5.0.0
74.56/74.70	c   bytestring-0.9.2.1
74.56/74.70	c   containers-0.4.2.1
74.56/74.70	c   deepseq-1.3.0.0
74.56/74.70	c   mtl-2.1.1
74.56/74.70	c   old_locale-1.0.0.4
74.56/74.70	c   parse_dimacs-1.2
74.56/74.70	c   parsec-3.1.2
74.56/74.70	c   queue-0.1.2
74.56/74.70	c   stm-2.3
74.56/74.70	c   time-1.4
74.56/74.70	c command line = ["--wbo","HOME/instance-3711924-1338234806.wbo"]
74.56/74.70	c #vars 3000
74.56/74.70	c #constraints 25688
74.56/74.70	c Solving starts ...
107.77/107.82	c solving time = 33.114s
107.77/107.82	c #decision = 10272
107.77/107.82	c #conflict = 364
107.77/107.82	c #restart = 2
107.77/107.82	o 379560
107.77/107.83	c Solving starts ...
110.26/110.38	c solving time = 2.550s
110.26/110.38	c #decision = 10784
110.26/110.38	c #conflict = 364
110.26/110.38	c #restart = 2
110.26/110.39	o 379559
110.26/110.39	c Solving starts ...
112.86/112.99	c solving time = 2.594s
112.86/112.99	c #decision = 11292
112.86/112.99	c #conflict = 366
112.86/112.99	c #restart = 2
112.86/112.99	o 379558
112.86/112.99	c Solving starts ...

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-3711924-1338234806/watcher-3711924-1338234806 -o /tmp/evaluation-result-3711924-1338234806/solver-3711924-1338234806 -C 1800 -W 1900 -M 15500 HOME/toysat --wbo HOME/instance-3711924-1338234806.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: 2.10 2.05 2.01 3/176 7113
/proc/meminfo: memFree=30560484/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=7232 CPUtime=0 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 830 0 0 0 0 0 0 0 20 0 1 0 289605466 7405568 750 33554432000 4194304 8973514 140737184296704 140733774989304 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 1808 750 422 1167 0 589 0

[startup+0.013803 s]
/proc/loadavg: 2.10 2.05 2.01 3/176 7113
/proc/meminfo: memFree=30560484/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=7232 CPUtime=0.01 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 1070 0 0 0 1 0 0 0 20 0 1 0 289605466 7405568 990 33554432000 4194304 8973514 140737184296704 140733774989304 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 1808 990 424 1167 0 589 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7232

[startup+0.100268 s]
/proc/loadavg: 2.10 2.05 2.01 3/176 7113
/proc/meminfo: memFree=30560484/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=12352 CPUtime=0.09 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 2320 0 0 0 9 0 0 0 20 0 1 0 289605466 12648448 2240 33554432000 4194304 8973514 140737184296704 140737184295968 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 3088 2240 428 1167 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.300292 s]
/proc/loadavg: 2.10 2.05 2.01 3/176 7113
/proc/meminfo: memFree=30560484/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=25664 CPUtime=0.29 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 5694 0 0 0 28 1 0 0 20 0 1 0 289605466 26279936 5614 33554432000 4194304 8973514 140737184296704 140737184295968 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 6416 5614 428 1167 0 5197 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25664

[startup+0.700302 s]
/proc/loadavg: 2.10 2.05 2.01 3/176 7113
/proc/meminfo: memFree=30560484/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=47168 CPUtime=0.69 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 11060 0 0 0 67 2 0 0 20 0 1 0 289605466 48300032 10980 33554432000 4194304 8973514 140737184296704 140737184295968 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 11792 10980 438 1167 0 10573 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47168

[startup+1.50019 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 7114
/proc/meminfo: memFree=30492640/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=73792 CPUtime=1.49 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 17507 0 0 0 146 3 0 0 20 0 1 0 289605466 75563008 17427 33554432000 4194304 8973514 140737184296704 140737184296200 6662671 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 18448 17427 445 1167 0 17229 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73792

[startup+3.1002 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 7114
/proc/meminfo: memFree=30492020/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=73792 CPUtime=3.09 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 17723 0 0 0 305 4 0 0 20 0 1 0 289605466 75563008 17643 33554432000 4194304 8973514 140737184296704 140737184296200 4481608 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 18448 17643 445 1167 0 17229 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73792

[startup+6.30024 s]
/proc/loadavg: 2.09 2.05 2.00 3/177 7114
/proc/meminfo: memFree=30482108/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=83008 CPUtime=6.29 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 20027 0 0 0 622 7 0 0 20 0 1 0 289605466 85000192 19947 33554432000 4194304 8973514 140737184296704 140737184296200 5372834 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 20752 19947 445 1167 0 19533 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83008

[startup+12.7002 s]
/proc/loadavg: 2.08 2.05 2.00 3/177 7114
/proc/meminfo: memFree=30474168/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=85056 CPUtime=12.69 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 20539 0 0 0 1260 9 0 0 20 0 1 0 289605466 87097344 20459 33554432000 4194304 8973514 140737184296704 140737184296200 4481178 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 21264 20459 445 1167 0 20045 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85056

[startup+25.5002 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 7114
/proc/meminfo: memFree=30462208/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=86080 CPUtime=25.49 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 20800 0 0 0 2536 13 0 0 20 0 1 0 289605466 88145920 20715 33554432000 4194304 8973514 140737184296704 140737184296200 5382792 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 21520 20715 445 1167 0 20301 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86080

[startup+51.1003 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 7114
/proc/meminfo: memFree=30472832/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=86080 CPUtime=51.07 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 20817 0 0 0 5086 21 0 0 20 0 1 0 289605466 88145920 20741 33554432000 4194304 8973514 140737184296704 140737184296200 4205079 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 21520 20741 445 1167 0 20301 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 86080

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 7115
/proc/meminfo: memFree=30455092/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=87104 CPUtime=102.27 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 21090 0 0 0 10191 36 0 0 20 0 1 0 289605466 89194496 21010 33554432000 4194304 8973514 140737184296704 140737184296200 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 21776 21010 458 1167 0 20557 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 87104

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 7115
/proc/meminfo: memFree=30452508/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=97344 CPUtime=162.25 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 23660 0 0 0 16167 58 0 0 20 0 1 0 289605466 99680256 23580 33554432000 4194304 8973514 140737184296704 140737184296200 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 24336 23580 468 1167 0 23117 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 97344

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 7115
/proc/meminfo: memFree=30421368/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=121920 CPUtime=222.24 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 29683 0 0 0 22144 80 0 0 20 0 1 0 289605466 124846080 29593 33554432000 4194304 8973514 140737184296704 140737184296200 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 30480 29593 468 1167 0 29261 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 121920

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 7115
/proc/meminfo: memFree=30352956/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=165952 CPUtime=282.22 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 40611 0 0 0 28125 97 0 0 20 0 1 0 289605466 169934848 40515 33554432000 4194304 8973514 140737184296704 140737184295968 6570468 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 41488 40515 468 1167 0 40269 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 165952

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 7115
/proc/meminfo: memFree=30348084/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=202816 CPUtime=342.22 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 49872 0 0 0 34111 111 0 0 20 0 1 0 289605466 207683584 49776 33554432000 4194304 8973514 140737184296704 140737184296200 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 50704 49776 468 1167 0 49485 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 202816

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7118
/proc/meminfo: memFree=30306352/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=239680 CPUtime=402.21 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 59260 0 0 0 40097 124 0 0 20 0 1 0 289605466 245432320 59164 33554432000 4194304 8973514 140737184296704 140737184295968 4436086 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 59920 59164 468 1167 0 58701 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 239680

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7142
/proc/meminfo: memFree=30256808/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=264256 CPUtime=462.16 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 65443 0 0 0 46082 134 0 0 20 0 1 0 289605466 270598144 65308 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 66064 65308 468 1167 0 64845 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 264256

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7142
/proc/meminfo: memFree=30263716/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=286784 CPUtime=522.14 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 71090 0 0 0 52072 142 0 0 20 0 1 0 289605466 293666816 70940 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 71696 70940 468 1167 0 70477 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 286784

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7142
/proc/meminfo: memFree=30204124/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=317504 CPUtime=582.13 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 78770 0 0 0 58061 152 0 0 20 0 1 0 289605466 325124096 78620 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 79376 78620 468 1167 0 78157 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 317504

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 7143
/proc/meminfo: memFree=30129016/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=392256 CPUtime=822.08 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 97492 0 0 0 82024 184 0 0 20 0 1 0 289605466 401670144 97308 33554432000 4194304 8973514 140737184296704 140737184295968 4436180 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 98064 97308 468 1167 0 96845 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 392256

[startup+882.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 7143
/proc/meminfo: memFree=30098940/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=432192 CPUtime=882.06 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 107483 0 0 0 88016 190 0 0 20 0 1 0 289605466 442564608 107292 33554432000 4194304 8973514 140737184296704 140737184296200 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 108048 107292 468 1167 0 106829 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 432192

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7143
/proc/meminfo: memFree=30076796/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=432192 CPUtime=942.06 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 107483 0 0 0 94010 196 0 0 20 0 1 0 289605466 442564608 107292 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 108048 107292 468 1167 0 106829 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 432192

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7146
/proc/meminfo: memFree=30063352/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=445504 CPUtime=1002.04 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 110811 0 0 0 100004 200 0 0 20 0 1 0 289605466 456196096 110620 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 111376 110620 468 1167 0 110157 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 445504

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7147
/proc/meminfo: memFree=30074292/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=459840 CPUtime=1062.04 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 114395 0 0 0 105996 208 0 0 20 0 1 0 289605466 470876160 114204 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 114960 114204 468 1167 0 113741 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 459840

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7147
/proc/meminfo: memFree=30045720/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=479296 CPUtime=1122.03 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 119259 0 0 0 111989 214 0 0 20 0 1 0 289605466 490799104 119068 33554432000 4194304 8973514 140737184296704 140737184295968 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 119824 119068 468 1167 0 118605 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 479296

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7147
/proc/meminfo: memFree=30035316/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=497728 CPUtime=1182.01 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 123867 0 0 0 117981 220 0 0 20 0 1 0 289605466 509673472 123676 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 124432 123676 468 1167 0 123213 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 497728

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7147
/proc/meminfo: memFree=30020380/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=513088 CPUtime=1242 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 127726 0 0 0 123974 226 0 0 20 0 1 0 289605466 525402112 127516 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 128272 127516 468 1167 0 127053 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 513088

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 7147
/proc/meminfo: memFree=29992340/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=528448 CPUtime=1301.99 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 131475 0 0 0 129970 229 0 0 20 0 1 0 289605466 541130752 131257 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 132112 131257 468 1167 0 130893 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 528448

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 7148
/proc/meminfo: memFree=29963560/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=540736 CPUtime=1361.98 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 134646 0 0 0 135964 234 0 0 20 0 1 0 289605466 553713664 134428 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 135184 134428 468 1167 0 133965 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 540736

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 7148
/proc/meminfo: memFree=29962836/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=558144 CPUtime=1421.97 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 138998 0 0 0 141957 240 0 0 20 0 1 0 289605466 571539456 138780 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 139536 138780 468 1167 0 138317 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 558144

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7148
/proc/meminfo: memFree=29916060/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=606272 CPUtime=1481.95 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 151031 0 0 0 147949 246 0 0 20 0 1 0 289605466 620822528 150813 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 151568 150813 468 1167 0 150349 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 606272

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 7148
/proc/meminfo: memFree=29926872/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=606272 CPUtime=1541.95 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 151031 0 0 0 153945 250 0 0 20 0 1 0 289605466 620822528 150813 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 151568 150813 468 1167 0 150349 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 606272

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 7151
/proc/meminfo: memFree=29922768/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=606272 CPUtime=1601.94 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 151031 0 0 0 159940 254 0 0 20 0 1 0 289605466 620822528 150813 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 151568 150813 468 1167 0 150349 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 606272

[startup+1662.3 s]
/proc/loadavg: 1.97 1.99 1.99 4/177 7191
/proc/meminfo: memFree=29960760/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=606272 CPUtime=1661.93 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 151031 0 0 0 165933 260 0 0 20 0 1 0 289605466 620822528 150813 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 151568 150813 468 1167 0 150349 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 606272

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 7191
/proc/meminfo: memFree=29955924/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=606272 CPUtime=1721.92 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 151031 0 0 0 171927 265 0 0 20 0 1 0 289605466 620822528 150813 33554432000 4194304 8973514 140737184296704 140737184295968 7681392 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 151568 150813 468 1167 0 150349 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 606272

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 7191
/proc/meminfo: memFree=29947164/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=606272 CPUtime=1781.9 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 151043 0 0 0 177922 268 0 0 20 0 1 0 289605466 620822528 150813 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 151568 150813 468 1167 0 150349 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 606272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 7191
/proc/meminfo: memFree=29955328/32873844 swapFree=6600/6600
[pid=7113] ppid=7111 vsize=606272 CPUtime=1800.01 cores=1,3,5,7
/proc/7113/stat : 7113 (toysat) R 7111 7113 6458 0 -1 4202496 151043 0 0 0 179731 270 0 0 20 0 1 0 289605466 620822528 150813 33554432000 4194304 8973514 140737184296704 140737184295968 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/7113/statm: 151568 150813 468 1167 0 150349 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 606272

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.02
CPU user time (s): 1797.32
CPU system time (s): 2.70359
CPU usage (%): 99.9784
Max. virtual memory (cumulated for all children) (KiB): 606272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.32
system time used= 2.70359
maximum resident set size= 603252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151043
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= 179
involuntary context switches= 1865

runsolver used 3.51047 second user time and 10.0445 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-28 21:53:26
IDJOB=3711924
IDBENCH=79608
IDSOLVER=2291
FILE ID=node140/3711924-1338234806
RUNJOBID= node140-1338229108-6475
PBS_JOBID= 14624641
Free space on /tmp= 71328 MiB

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

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

MD5SUM BENCH= 8f6297577574dc4387b695354f571fd4
RANDOM SEED=1357365195

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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	: 5331.91
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		: 2667.094
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	: 5331.91
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		: 2667.094
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	: 5331.91
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		: 2667.094
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	: 5331.92
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		: 2667.094
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	: 5331.88
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		: 2667.094
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	: 5331.90
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		: 2667.094
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30560376 kB
Buffers:          550688 kB
Cached:           787400 kB
SwapCached:         1516 kB
Active:          1105692 kB
Inactive:         318724 kB
Active(anon):      77344 kB
Inactive(anon):     8636 kB
Active(file):    1028348 kB
Inactive(file):   310088 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105308 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:         76728 kB
Mapped:            13456 kB
Shmem:                 8 kB
Slab:             744392 kB
SReclaimable:     186656 kB
SUnreclaim:       557736 kB
KernelStack:        1472 kB
PageTables:         4236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     201256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 71320 MiB
End job on node140 at 2012-05-28 22:23:29