Trace number 3724518

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-06-01? (TO) 1800.11 1800.51

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.09/0.18	c 2012-06-02T14:35:35+0200
0.09/0.18	c arch = x86_64
0.09/0.18	c os = linux
0.09/0.18	c compiler = ghc 7.4
0.09/0.18	c packages:
0.09/0.18	c   OptDir-0.0.1
0.09/0.18	c   array-0.4.0.0
0.09/0.18	c   base-4.5.0.0
0.09/0.18	c   bytestring-0.9.2.1
0.09/0.18	c   containers-0.4.2.1
0.09/0.18	c   deepseq-1.3.0.0
0.09/0.18	c   mtl-2.1.1
0.09/0.18	c   old_locale-1.0.0.4
0.09/0.18	c   parse_dimacs-1.2
0.09/0.18	c   parsec-3.1.2
0.09/0.18	c   queue-0.1.2
0.09/0.18	c   stm-2.3
0.09/0.18	c   time-1.4
0.09/0.18	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3724518-1338640535.opb"]
0.09/0.18	c #vars 400
0.09/0.18	c #constraints 602
0.09/0.18	c Solving starts ...
105.74/105.81	c learnt constraints deletion: 32538 -> 16271
181.62/181.77	c learnt constraints deletion: 35395 -> 17699
269.70/269.84	c learnt constraints deletion: 38389 -> 19195
375.98/376.16	c learnt constraints deletion: 41584 -> 20792
480.24/480.42	c learnt constraints deletion: 41297 -> 20651
592.42/592.65	c learnt constraints deletion: 45701 -> 22851
705.60/705.86	c learnt constraints deletion: 45364 -> 22685
788.98/789.23	c learnt constraints deletion: 45514 -> 22763
919.56/919.85	c learnt constraints deletion: 49432 -> 24717
1027.53/1027.80	c learnt constraints deletion: 49957 -> 24981
1143.73/1144.05	c learnt constraints deletion: 49890 -> 24948
1274.80/1275.12	c learnt constraints deletion: 49270 -> 24640
1398.45/1398.80	c learnt constraints deletion: 53721 -> 26864
1508.85/1509.24	c learnt constraints deletion: 53602 -> 26811
1614.42/1614.89	c learnt constraints deletion: 53936 -> 26981
1709.10/1709.55	c learnt constraints deletion: 53862 -> 26951
1783.29/1783.74	c learnt constraints deletion: 54386 -> 27238

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-3724518-1338640535/watcher-3724518-1338640535 -o /tmp/evaluation-result-3724518-1338640535/solver-3724518-1338640535 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724518-1338640535.opb 

running on 4 cores: 0,2,4,6

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.00 2.00 2.00 3/176 32560
/proc/meminfo: memFree=28341792/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=6224 CPUtime=0 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 812 0 0 0 0 0 0 0 20 0 1 0 330177828 6373376 732 33554432000 4194304 8989770 140734426540016 140735526279432 4208870 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/32560/statm: 1556 732 428 1171 0 333 0

[startup+0.023105 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32560
/proc/meminfo: memFree=28341792/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=8272 CPUtime=0.01 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 1128 0 0 0 1 0 0 0 20 0 1 0 330177828 8470528 1048 33554432000 4194304 8989770 140734426540016 140735526279432 7953280 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/32560/statm: 2068 1048 430 1171 0 845 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8272

[startup+0.100221 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32560
/proc/meminfo: memFree=28341792/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=13392 CPUtime=0.09 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 2636 0 0 0 9 0 0 0 20 0 1 0 330177828 13713408 2556 33554432000 4194304 8989770 140734426540016 140735526279432 4208852 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/32560/statm: 3604 2565 442 1171 0 2381 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.300235 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32560
/proc/meminfo: memFree=28341792/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=33872 CPUtime=0.29 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 7555 0 0 0 28 1 0 0 20 0 1 0 330177828 34684928 7475 33554432000 4194304 8989770 140734426540016 140735526279432 7732216 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/32560/statm: 8468 7475 459 1171 0 7245 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33872

[startup+0.700238 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32560
/proc/meminfo: memFree=28341792/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=33872 CPUtime=0.69 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 7778 0 0 0 68 1 0 0 20 0 1 0 330177828 34684928 7698 33554432000 4194304 8989770 140734426540016 140734426539512 4209234 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/32560/statm: 8468 7698 459 1171 0 7245 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33872

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32561
/proc/meminfo: memFree=28311892/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=35920 CPUtime=1.49 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 8290 0 0 0 148 1 0 0 20 0 1 0 330177828 36782080 8210 33554432000 4194304 8989770 140734426540016 140734426539512 7696016 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/32560/statm: 8980 8210 459 1171 0 7757 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35920

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32561
/proc/meminfo: memFree=28307692/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=42064 CPUtime=3.09 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 9826 0 0 0 307 2 0 0 20 0 1 0 330177828 43073536 9746 33554432000 4194304 8989770 140734426540016 140734426539512 4204641 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 10516 9746 459 1171 0 9293 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42064

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32561
/proc/meminfo: memFree=28298648/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=50256 CPUtime=6.29 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 11874 0 0 0 626 3 0 0 20 0 1 0 330177828 51462144 11794 33554432000 4194304 8989770 140734426540016 140734426539512 4457520 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 12564 11794 459 1171 0 11341 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50256

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32561
/proc/meminfo: memFree=28283700/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=64592 CPUtime=12.69 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 15459 0 0 0 1264 5 0 0 20 0 1 0 330177828 66142208 15378 33554432000 4194304 8989770 140734426540016 140734426539512 7732797 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 16148 15378 459 1171 0 14925 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64592

[startup+25.5003 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 32600
/proc/meminfo: memFree=28434000/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=92240 CPUtime=25.48 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 22371 0 0 0 2539 9 0 0 20 0 1 0 330177828 94453760 22290 33554432000 4194304 8989770 140734426540016 140734426539512 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 23060 22290 459 1171 0 21837 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 92240

[startup+51.1003 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 32600
/proc/meminfo: memFree=28367008/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=143440 CPUtime=51.06 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 34952 0 0 0 5089 17 0 0 20 0 1 0 330177828 146882560 34851 33554432000 4194304 8989770 140734426540016 140734426539512 6857960 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 35860 34851 459 1171 0 34637 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 143440

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 32600
/proc/meminfo: memFree=28280624/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=217168 CPUtime=102.24 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 53639 0 0 0 10195 29 0 0 20 0 1 0 330177828 222380032 53522 33554432000 4194304 8989770 140734426540016 140734426539512 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 54292 53522 459 1171 0 53069 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 217168

[startup+162.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 32638
/proc/meminfo: memFree=28242956/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=262224 CPUtime=162.22 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 64919 0 0 0 16178 44 0 0 20 0 1 0 330177828 268517376 64790 33554432000 4194304 8989770 140734426540016 140734426539512 4437631 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 65556 64790 461 1171 0 64333 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 262224

[startup+222.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/177 32638
/proc/meminfo: memFree=28206212/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=282704 CPUtime=222.21 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 70039 0 0 0 22166 55 0 0 20 0 1 0 330177828 289488896 69910 33554432000 4194304 8989770 140734426540016 140734426539512 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 70676 69910 461 1171 0 69453 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 282704

[startup+282.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/178 32642
/proc/meminfo: memFree=28182644/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=290896 CPUtime=282.2 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 72087 0 0 0 28154 66 0 0 20 0 1 0 330177828 297877504 71958 33554432000 4194304 8989770 140734426540016 140734426539280 4208823 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 72724 71958 461 1171 0 71501 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 290896

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 32642
/proc/meminfo: memFree=28097868/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=353360 CPUtime=342.18 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 87711 0 0 0 34139 79 0 0 20 0 1 0 330177828 361840640 87574 33554432000 4194304 8989770 140734426540016 140734426539512 4438244 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 88340 87574 461 1171 0 87117 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 353360

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 32642
/proc/meminfo: memFree=28085496/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=358480 CPUtime=402.15 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 89022 0 0 0 40126 89 0 0 20 0 1 0 330177828 367083520 88854 33554432000 4194304 8989770 140734426540016 140734426539512 5400360 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 89620 88854 461 1171 0 88397 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 358480

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32642
/proc/meminfo: memFree=28064768/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=370768 CPUtime=462.14 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 92094 0 0 0 46114 100 0 0 20 0 1 0 330177828 379666432 91926 33554432000 4194304 8989770 140734426540016 140734426537984 4554293 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 92692 91926 461 1171 0 91469 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 370768

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32642
/proc/meminfo: memFree=28089688/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=336976 CPUtime=522.13 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 94398 0 0 0 52103 110 0 0 20 0 1 0 330177828 345063424 83478 33554432000 4194304 8989770 140734426540016 140734426539512 4438168 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 84244 83478 461 1171 0 83021 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 336976

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32643
/proc/meminfo: memFree=28074932/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=341072 CPUtime=582.13 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 95422 0 0 0 58093 120 0 0 20 0 1 0 330177828 349257728 84502 33554432000 4194304 8989770 140734426540016 140734426539512 4208857 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 85268 84502 461 1171 0 84045 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 341072

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 32685
/proc/meminfo: memFree=28179892/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=349264 CPUtime=882.06 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 112330 0 0 0 88037 169 0 0 20 0 1 0 330177828 357646336 86550 33554432000 4194304 8989770 140734426540016 140734426539512 4451620 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 87316 86550 461 1171 0 86093 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 349264

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32685
/proc/meminfo: memFree=28156416/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=369744 CPUtime=942.05 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 121802 0 0 0 94024 181 0 0 20 0 1 0 330177828 378617856 91670 33554432000 4194304 8989770 140734426540016 140734426539512 4437812 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 92436 91670 461 1171 0 91213 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 369744

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32685
/proc/meminfo: memFree=28155448/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=369744 CPUtime=1002.04 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 121810 0 0 0 100013 191 0 0 20 0 1 0 330177828 378617856 91670 33554432000 4194304 8989770 140734426540016 140734426539280 4451817 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 92436 91670 461 1171 0 91213 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 369744

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32685
/proc/meminfo: memFree=28139632/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=388176 CPUtime=1062.03 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 126418 0 0 0 106002 201 0 0 20 0 1 0 330177828 397492224 96278 33554432000 4194304 8989770 140734426540016 140734426539512 6586472 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 97044 96278 461 1171 0 95821 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 388176

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32685
/proc/meminfo: memFree=28073044/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=451664 CPUtime=1122.02 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 142290 0 0 0 111990 212 0 0 20 0 1 0 330177828 462503936 112150 33554432000 4194304 8989770 140734426540016 140734426539280 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 112916 112150 461 1171 0 111693 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 451664

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32686
/proc/meminfo: memFree=28220380/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=304208 CPUtime=1182.01 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 147922 0 0 0 117977 224 0 0 20 0 1 0 330177828 311508992 75286 33554432000 4194304 8989770 140734426540016 140734426539512 4213723 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 76052 75286 461 1171 0 74829 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 304208

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32686
/proc/meminfo: memFree=28197128/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=326736 CPUtime=1242 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 153555 0 0 0 123967 233 0 0 20 0 1 0 330177828 334577664 80918 33554432000 4194304 8989770 140734426540016 140734426539512 5383826 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 81684 80918 461 1171 0 80461 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 326736

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32686
/proc/meminfo: memFree=28184648/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=336976 CPUtime=1301.98 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 160490 0 0 0 129953 245 0 0 20 0 1 0 330177828 345063424 83478 33554432000 4194304 8989770 140734426540016 140734426539512 4437696 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 84244 83478 461 1171 0 83021 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 336976

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32686
/proc/meminfo: memFree=28184968/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=336976 CPUtime=1361.96 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 160492 0 0 0 135940 256 0 0 20 0 1 0 330177828 345063424 83478 33554432000 4194304 8989770 140734426540016 140734426539512 4452345 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 84244 83478 461 1171 0 83021 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 336976

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32686
/proc/meminfo: memFree=28152736/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=369744 CPUtime=1421.96 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 171244 0 0 0 141928 268 0 0 20 0 1 0 330177828 378617856 91670 33554432000 4194304 8989770 140734426540016 140734426539512 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 92436 91670 461 1171 0 91213 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 369744

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 32690
/proc/meminfo: memFree=28151480/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=369744 CPUtime=1481.94 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 171244 0 0 0 147916 278 0 0 20 0 1 0 330177828 378617856 91670 33554432000 4194304 8989770 140734426540016 140734426539280 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 92436 91670 461 1171 0 91213 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 369744

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 32713
/proc/meminfo: memFree=28143676/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=376912 CPUtime=1541.93 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 173036 0 0 0 153906 287 0 0 20 0 1 0 330177828 385957888 93462 33554432000 4194304 8989770 140734426540016 140734426539280 6578317 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 94228 93462 461 1171 0 93005 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 376912

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32713
/proc/meminfo: memFree=28143572/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=376912 CPUtime=1601.91 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 173048 0 0 0 159892 299 0 0 20 0 1 0 330177828 385957888 93462 33554432000 4194304 8989770 140734426540016 140734426539512 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 94228 93462 461 1171 0 93005 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 376912

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32713
/proc/meminfo: memFree=28136564/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=384080 CPUtime=1661.9 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 174840 0 0 0 165879 311 0 0 20 0 1 0 330177828 393297920 95254 33554432000 4194304 8989770 140734426540016 140734426539512 4213608 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 96020 95254 461 1171 0 94797 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 384080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32713
/proc/meminfo: memFree=28193172/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=320592 CPUtime=1721.89 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 175352 0 0 0 171867 322 0 0 20 0 1 0 330177828 328286208 79382 33554432000 4194304 8989770 140734426540016 140734426539512 4213444 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 80148 79382 461 1171 0 78925 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 320592

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32714
/proc/meminfo: memFree=28140348/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=370768 CPUtime=1781.89 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 187896 0 0 0 177853 336 0 0 20 0 1 0 330177828 379666432 91926 33554432000 4194304 8989770 140734426540016 140734426539280 7857787 0 2 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 92692 91926 461 1171 0 91469 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 370768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 32714
/proc/meminfo: memFree=28259980/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=250960 CPUtime=1800.09 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 187896 0 0 0 179669 340 0 0 20 0 1 0 330177828 256983040 61974 33554432000 4194304 8989770 140734426540016 140734426537984 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 62740 61974 461 1171 0 61517 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 250960

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

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

[startup+1800.5 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 32714
/proc/meminfo: memFree=28259980/32873844 swapFree=7632/7632
[pid=32560] ppid=32558 vsize=250960 CPUtime=1800.09 cores=0,2,4,6
/proc/32560/stat : 32560 (toysat) R 32558 32560 31928 0 -1 4202496 187896 0 0 0 179669 340 0 0 20 0 1 0 330177828 256983040 61974 33554432000 4194304 8989770 140734426540016 140734426537984 7953280 0 0 0 34082818 0 0 0 17 2 0 0 0 0 0
/proc/32560/statm: 62740 61974 461 1171 0 61517 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 250960

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1796.7
CPU system time (s): 3.41048
CPU usage (%): 99.9775
Max. virtual memory (cumulated for all children) (KiB): 474192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.7
system time used= 3.41048
maximum resident set size= 471128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187896
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= 149
involuntary context switches= 1941

runsolver used 3.3005 second user time and 9.33458 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-02 14:35:35
IDJOB=3724518
IDBENCH=48359
IDSOLVER=2308
FILE ID=node141/3724518-1338640535
RUNJOBID= node141-1338631507-31944
PBS_JOBID= 14636439
Free space on /tmp= 70736 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3724518-1338640535/watcher-3724518-1338640535 -o /tmp/evaluation-result-3724518-1338640535/solver-3724518-1338640535 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3724518-1338640535.opb

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=63388183

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:        28342056 kB
Buffers:          371076 kB
Cached:          3038292 kB
SwapCached:          216 kB
Active:          1404052 kB
Inactive:        2248888 kB
Active(anon):     234684 kB
Inactive(anon):    11300 kB
Active(file):    1169368 kB
Inactive(file):  2237588 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              7392 kB
Writeback:             0 kB
AnonPages:        250520 kB
Mapped:            12500 kB
Shmem:               172 kB
Slab:             737564 kB
SReclaimable:     180124 kB
SUnreclaim:       557440 kB
KernelStack:        1456 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     358020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 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= 70728 MiB
End job on node141 at 2012-06-02 15:05:38