Trace number 3712065

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.05 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-105-100--soft-33-100-0.wbo
MD5SUM5089c419eb4145debb9fb5e7fd1214f5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark9.92949
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables10500
Total number of constraints205
Number of soft constraints132
Number of constraints which are clauses105
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 constraint100
Maximum length of a constraint105
Top cost 6845
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6844
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 106
Number of bits of the biggest sum of numbers7
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

0.09/0.13	c 2012-05-28T07:05:02+0200
0.09/0.13	c arch = x86_64
0.09/0.13	c os = linux
0.09/0.13	c compiler = ghc 7.4
0.09/0.13	c packages:
0.09/0.13	c   OptDir-0.0.1
0.09/0.13	c   array-0.4.0.0
0.09/0.13	c   base-4.5.0.0
0.09/0.13	c   bytestring-0.9.2.1
0.09/0.13	c   containers-0.4.2.1
0.09/0.13	c   deepseq-1.3.0.0
0.09/0.13	c   mtl-2.1.1
0.09/0.13	c   old_locale-1.0.0.4
0.09/0.13	c   parse_dimacs-1.2
0.09/0.13	c   parsec-3.1.2
0.09/0.13	c   queue-0.1.2
0.09/0.13	c   stm-2.3
0.09/0.13	c   time-1.4
0.09/0.13	c command line = ["--wbo","HOME/instance-3712065-1338181502.wbo"]
0.09/0.13	c #vars 10500
0.09/0.13	c #constraints 205
0.09/0.13	c Solving starts ...
14.29/14.34	c solving time = 14.204s
14.29/14.34	c #decision = 22666
14.29/14.34	c #conflict = 813
14.29/14.34	c #restart = 4
14.29/14.34	o 46
14.29/14.34	c Solving starts ...
14.98/15.07	c solving time = 0.724s
14.98/15.07	c #decision = 28115
14.98/15.07	c #conflict = 847
14.98/15.07	c #restart = 4
14.98/15.07	o 25
14.98/15.07	c Solving starts ...
21.18/21.25	c solving time = 6.177s
21.18/21.25	c #decision = 45375
21.18/21.25	c #conflict = 1129
21.18/21.25	c #restart = 6
21.18/21.25	o 22
21.18/21.25	c Solving starts ...
21.18/21.28	c solving time = 0.025s
21.18/21.28	c #decision = 50534
21.18/21.28	c #conflict = 1129
21.18/21.28	c #restart = 6
21.18/21.28	o 14
21.18/21.28	c Solving starts ...
21.28/21.31	c solving time = 0.024s
21.28/21.31	c #decision = 55677
21.28/21.31	c #conflict = 1129
21.28/21.31	c #restart = 6
21.28/21.31	o 3
21.28/21.32	c Solving starts ...
610.24/610.46	c learnt constraints deletion: 12474 -> 6237
1162.14/1162.46	c learnt constraints deletion: 12019 -> 6010

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-3712065-1338181502/watcher-3712065-1338181502 -o /tmp/evaluation-result-3712065-1338181502/solver-3712065-1338181502 -C 1800 -W 1900 -M 15500 HOME/toysat --wbo HOME/instance-3712065-1338181502.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.85 1.97 1.98 3/176 10021
/proc/meminfo: memFree=31369672/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 824 0 0 0 0 0 0 0 20 0 1 0 284274510 6356992 744 33554432000 4194304 8973514 140734502006784 140734029785528 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 1552 744 422 1167 0 333 0

[startup+0.0388069 s]
/proc/loadavg: 1.85 1.97 1.98 3/176 10021
/proc/meminfo: memFree=31369672/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=9280 CPUtime=0.03 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 1401 0 0 0 3 0 0 0 20 0 1 0 284274510 9502720 1321 33554432000 4194304 8973514 140734502006784 140734029785528 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 2320 1321 423 1167 0 1101 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9280

[startup+0.100227 s]
/proc/loadavg: 1.85 1.97 1.98 3/176 10021
/proc/meminfo: memFree=31369672/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=15424 CPUtime=0.09 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 2954 0 0 0 9 0 0 0 20 0 1 0 284274510 15794176 2874 33554432000 4194304 8973514 140734502006784 140734029785528 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 3856 2874 434 1167 0 2637 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15424

[startup+0.300242 s]
/proc/loadavg: 1.85 1.97 1.98 3/176 10021
/proc/meminfo: memFree=31369672/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=17472 CPUtime=0.29 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 3680 0 0 0 29 0 0 0 20 0 1 0 284274510 17891328 3600 33554432000 4194304 8973514 140734502006784 140734029785528 7841851 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 4368 3600 456 1167 0 3149 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17472

[startup+0.700213 s]
/proc/loadavg: 1.85 1.97 1.98 3/176 10021
/proc/meminfo: memFree=31369672/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=18496 CPUtime=0.69 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 3936 0 0 0 69 0 0 0 20 0 1 0 284274510 18939904 3856 33554432000 4194304 8973514 140734502006784 140734502006280 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 4624 3856 456 1167 0 3405 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18496

[startup+1.50022 s]
/proc/loadavg: 1.85 1.97 1.98 3/177 10022
/proc/meminfo: memFree=31352620/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=21568 CPUtime=1.49 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 4704 0 0 0 148 1 0 0 20 0 1 0 284274510 22085632 4624 33554432000 4194304 8973514 140734502006784 140734502006280 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 5392 4624 456 1167 0 4173 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21568

[startup+3.10024 s]
/proc/loadavg: 1.85 1.97 1.98 3/177 10022
/proc/meminfo: memFree=31348652/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=23616 CPUtime=3.09 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 5216 0 0 0 307 2 0 0 20 0 1 0 284274510 24182784 5136 33554432000 4194304 8973514 140734502006784 140734502006280 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 5904 5136 456 1167 0 4685 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23616

[startup+6.30024 s]
/proc/loadavg: 1.86 1.97 1.98 3/177 10022
/proc/meminfo: memFree=31340600/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=26688 CPUtime=6.28 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 5984 0 0 0 625 3 0 0 20 0 1 0 284274510 27328512 5904 33554432000 4194304 8973514 140734502006784 140734502006280 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 6672 5904 456 1167 0 5453 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26688

[startup+12.7002 s]
/proc/loadavg: 1.87 1.97 1.98 3/177 10022
/proc/meminfo: memFree=31325412/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=32832 CPUtime=12.69 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 7292 0 0 0 1262 7 0 0 20 0 1 0 284274510 33619968 7212 33554432000 4194304 8973514 140734502006784 140734502006280 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 8208 7212 456 1167 0 6989 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32832

[startup+25.5002 s]
/proc/loadavg: 1.90 1.97 1.98 3/177 10022
/proc/meminfo: memFree=31303784/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=42048 CPUtime=25.48 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 9835 0 0 0 2536 12 0 0 20 0 1 0 284274510 43057152 9755 33554432000 4194304 8973514 140734502006784 140734502006280 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 10512 9755 467 1167 0 9293 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42048

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.98 3/177 10022
/proc/meminfo: memFree=31261036/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=60480 CPUtime=51.07 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 14374 0 0 0 5082 25 0 0 20 0 1 0 284274510 61931520 14284 33554432000 4194304 8973514 140734502006784 140734502006280 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 15120 14284 467 1167 0 13901 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60480

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.98 3/177 10022
/proc/meminfo: memFree=31198500/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=87104 CPUtime=102.26 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 20930 0 0 0 10179 47 0 0 20 0 1 0 284274510 89194496 20831 33554432000 4194304 8973514 140734502006784 140734502006280 7688742 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 21776 20831 467 1167 0 20557 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 87104

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/177 10023
/proc/meminfo: memFree=31154404/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=109632 CPUtime=162.23 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 26568 0 0 0 16157 66 0 0 20 0 1 0 284274510 112263168 26444 33554432000 4194304 8973514 140734502006784 140734502006048 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 27408 26444 467 1167 0 26189 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 109632

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/177 10023
/proc/meminfo: memFree=31187768/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=126016 CPUtime=222.22 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 30707 0 0 0 22140 82 0 0 20 0 1 0 284274510 129040384 30581 33554432000 4194304 8973514 140734502006784 140734502006048 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 31504 30581 467 1167 0 30285 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 126016

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/177 10023
/proc/meminfo: memFree=31139132/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=141376 CPUtime=282.2 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 34494 0 0 0 28125 95 0 0 20 0 1 0 284274510 144769024 34357 33554432000 4194304 8973514 140734502006784 140734502006048 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 35344 34357 467 1167 0 34125 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 141376

[startup+342.3 s]
/proc/loadavg: 2.12 2.00 1.99 3/178 10026
/proc/meminfo: memFree=31104280/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=154688 CPUtime=342.19 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 37863 0 0 0 34112 107 0 0 20 0 1 0 284274510 158400512 37726 33554432000 4194304 8973514 140734502006784 140734502006048 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 38672 37726 467 1167 0 37453 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 154688

[startup+402.3 s]
/proc/loadavg: 2.04 2.00 1.99 3/177 10026
/proc/meminfo: memFree=31068420/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=168000 CPUtime=402.18 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 41144 0 0 0 40099 119 0 0 20 0 1 0 284274510 172032000 40995 33554432000 4194304 8973514 140734502006784 140734502006048 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 42000 40995 467 1167 0 40781 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 168000

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/177 10027
/proc/meminfo: memFree=31046956/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=177216 CPUtime=462.17 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 43452 0 0 0 46085 132 0 0 20 0 1 0 284274510 181469184 43303 33554432000 4194304 8973514 140734502006784 140734502006048 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 44304 43303 467 1167 0 43085 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 177216

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 10027
/proc/meminfo: memFree=31030588/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=188480 CPUtime=522.16 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 46343 0 0 0 52073 143 0 0 20 0 1 0 284274510 193003520 46194 33554432000 4194304 8973514 140734502006784 140734502006048 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 47120 46194 467 1167 0 45901 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 188480

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 10027
/proc/meminfo: memFree=31004708/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=196672 CPUtime=582.14 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 48560 0 0 0 58061 153 0 0 20 0 1 0 284274510 201392128 48411 33554432000 4194304 8973514 140734502006784 140734502006048 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 49168 48411 467 1167 0 47949 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 196672

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 10028
/proc/meminfo: memFree=30951144/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=202816 CPUtime=822.1 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 50111 0 0 0 82012 198 0 0 20 0 1 0 284274510 207683584 49948 33554432000 4194304 8973514 140734502006784 140734502006048 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 50704 49948 468 1167 0 49485 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 202816

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 10028
/proc/meminfo: memFree=30938888/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=212032 CPUtime=882.09 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 52358 0 0 0 88001 208 0 0 20 0 1 0 284274510 217120768 52191 33554432000 4194304 8973514 140734502006784 140734502006048 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 53008 52191 468 1167 0 51789 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 212032

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 10031
/proc/meminfo: memFree=30933672/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=217152 CPUtime=942.08 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 53699 0 0 0 93989 219 0 0 20 0 1 0 284274510 222363648 53532 33554432000 4194304 8973514 140734502006784 140734502006048 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 54288 53532 468 1167 0 53069 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 217152

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 10031
/proc/meminfo: memFree=30921528/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=230464 CPUtime=1002.07 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 56820 0 0 0 99978 229 0 0 20 0 1 0 284274510 235995136 56653 33554432000 4194304 8973514 140734502006784 140734502006048 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 57616 56653 468 1167 0 56397 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 230464

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 10032
/proc/meminfo: memFree=30913840/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=237632 CPUtime=1062.06 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 58735 0 0 0 105966 240 0 0 20 0 1 0 284274510 243335168 58568 33554432000 4194304 8973514 140734502006784 140734502006048 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 59408 58568 468 1167 0 58189 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 237632

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 10032
/proc/meminfo: memFree=30906372/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=244800 CPUtime=1122.04 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 60625 0 0 0 111955 249 0 0 20 0 1 0 284274510 250675200 60444 33554432000 4194304 8973514 140734502006784 140734502006048 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 61200 60444 468 1167 0 59981 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 244800

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 10032
/proc/meminfo: memFree=30899852/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=251968 CPUtime=1182.03 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 62183 0 0 0 117945 258 0 0 20 0 1 0 284274510 258015232 62002 33554432000 4194304 8973514 140734502006784 140734502006048 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 62992 62002 468 1167 0 61773 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 251968

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 10032
/proc/meminfo: memFree=30898488/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=251968 CPUtime=1242.03 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 62417 0 0 0 123935 268 0 0 20 0 1 0 284274510 258015232 62236 33554432000 4194304 8973514 140734502006784 140734502006048 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 62992 62236 468 1167 0 61773 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 251968

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 10032
/proc/meminfo: memFree=30898984/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=251968 CPUtime=1302.03 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 62417 0 0 0 129925 278 0 0 20 0 1 0 284274510 258015232 62236 33554432000 4194304 8973514 140734502006784 140734502006048 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 62992 62236 468 1167 0 61773 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 251968

[startup+1362.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/177 10033
/proc/meminfo: memFree=30898736/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=251968 CPUtime=1362.01 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 62417 0 0 0 135914 287 0 0 20 0 1 0 284274510 258015232 62236 33554432000 4194304 8973514 140734502006784 140734502006048 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 62992 62236 468 1167 0 61773 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 251968

[startup+1422.31 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 10033
/proc/meminfo: memFree=30898604/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=251968 CPUtime=1422 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 62417 0 0 0 141904 296 0 0 20 0 1 0 284274510 258015232 62236 33554432000 4194304 8973514 140734502006784 140734502004992 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 62992 62236 468 1167 0 61773 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 251968

[startup+1482.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 10033
/proc/meminfo: memFree=30898852/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=251968 CPUtime=1481.99 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 62417 0 0 0 147895 304 0 0 20 0 1 0 284274510 258015232 62236 33554432000 4194304 8973514 140734502006784 140734502006048 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 62992 62236 468 1167 0 61773 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 251968

[startup+1542.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/178 10036
/proc/meminfo: memFree=30894380/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=257088 CPUtime=1541.98 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 63563 0 0 0 153886 312 0 0 20 0 1 0 284274510 263258112 63382 33554432000 4194304 8973514 140734502006784 140734502006048 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 64272 63382 468 1167 0 63053 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 257088

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 10036
/proc/meminfo: memFree=30887196/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=264256 CPUtime=1601.97 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 65393 0 0 0 159876 321 0 0 20 0 1 0 284274510 270598144 65212 33554432000 4194304 8973514 140734502006784 140734502006048 7681399 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 66064 65212 468 1167 0 64845 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 264256

[startup+1662.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 10037
/proc/meminfo: memFree=30878144/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=271424 CPUtime=1661.96 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 67104 0 0 0 165866 330 0 0 20 0 1 0 284274510 277938176 66923 33554432000 4194304 8973514 140734502006784 140734502006048 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 67856 66923 468 1167 0 66637 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 271424

[startup+1722.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/177 10037
/proc/meminfo: memFree=30843456/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=279616 CPUtime=1721.95 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 69289 0 0 0 171857 338 0 0 20 0 1 0 284274510 286326784 69100 33554432000 4194304 8973514 140734502006784 140734502006048 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 69904 69100 468 1167 0 68685 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 279616

[startup+1782.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/177 10037
/proc/meminfo: memFree=30837256/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=284736 CPUtime=1781.94 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 70531 0 0 0 177846 348 0 0 20 0 1 0 284274510 291569664 70342 33554432000 4194304 8973514 140734502006784 140734502006048 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 71184 70342 468 1167 0 69965 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 284736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.05 2.00 2/175 10038
/proc/meminfo: memFree=31093528/32873844 swapFree=7632/7632
[pid=10021] ppid=10019 vsize=287808 CPUtime=1800.04 cores=1,3,5,7
/proc/10021/stat : 10021 (toysat) R 10019 10021 7805 0 -1 4202496 71185 0 0 0 179655 349 0 0 20 0 1 0 284274510 294715392 70996 33554432000 4194304 8973514 140734502006784 140734502006048 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/10021/statm: 71952 70996 468 1167 0 70733 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 287808

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.05
CPU user time (s): 1796.55
CPU system time (s): 3.50047
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 287808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.55
system time used= 3.50047
maximum resident set size= 283984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71185
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= 112
involuntary context switches= 1846

runsolver used 3.23251 second user time and 9.11261 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-28 07:05:02
IDJOB=3712065
IDBENCH=78726
IDSOLVER=2291
FILE ID=node141/3712065-1338181502
RUNJOBID= node141-1338174290-9575
PBS_JOBID= 14624547
Free space on /tmp= 71536 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-105-100--soft-33-100-0.wbo
COMMAND LINE= HOME/toysat --wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3712065-1338181502/watcher-3712065-1338181502 -o /tmp/evaluation-result-3712065-1338181502/solver-3712065-1338181502 -C 1800 -W 1900 -M 15500  HOME/toysat --wbo HOME/instance-3712065-1338181502.wbo

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

MD5SUM BENCH= 5089c419eb4145debb9fb5e7fd1214f5
RANDOM SEED=1058884456

node141.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.744
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.48
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.744
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		: 2666.744
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.93
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.744
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.92
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.744
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		: 2666.744
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.91
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.744
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.92
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.744
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:        31370200 kB
Buffers:          273932 kB
Cached:           371520 kB
SwapCached:          220 kB
Active:           210552 kB
Inactive:         454932 kB
Active(anon):      10008 kB
Inactive(anon):    11292 kB
Active(file):     200544 kB
Inactive(file):   443640 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108636 kB
Dirty:             14776 kB
Writeback:             0 kB
AnonPages:         26372 kB
Mapped:            12448 kB
Shmem:               172 kB
Slab:             697548 kB
SReclaimable:     139692 kB
SUnreclaim:       557856 kB
KernelStack:        1432 kB
PageTables:         3980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     134020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71528 MiB
End job on node141 at 2012-05-28 07:35:04