Trace number 4102129

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02UNSAT 0.962853 0.964515

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-ssa6288-047.opb
MD5SUM74304bad8e53580b77abf30e0c0ba7f6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.164974
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables20820
Total number of constraints44648
Number of constraints which are clauses44648
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint6
Number of terms in the objective function 20820
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 20820
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 20820
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T08:00:47+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4102129-1466229647.opb"]
0.00/0.01	c use --random-gen="3579576368 3684558790 3216152199 2002331668 2008494036 1051146815 1420992953 1203646902 1116535812 488837466 3263828643 4096356404 1622597879 3046497499 1484533877 4102258731 2506741407 1417262525 19381837 4205611108 2831229028 4208903904 2426015287 809327273 3152437958 3708242310 4028315254 277850960 2769665216 3758289914 2170789911 4156930223 3117013740 4291869731 1897385807 692026472 1329147036 1534954308 3204373241 305946921 2032534121 1004589150 1263576919 1547011908 2892169077 2131819965 418070826 2761321369 3342356558 565982253 921374206 3123418479 104704196 1834618300 1668851377 78797599 2166845553 1143050049 2227289679 4108923351 454658529 3746340625 2745345426 3791148626 2301884135 2398876712 2572134778 345989854 625267500 4036762613 2908890611 3077084388 2154992338 2133775735 3221687182 3501119662 3448571364 1981297393 270861601 2813731808 520344846 1947998842 1395857146 1185723403 3085368846 185602997 1840371577 2687997834 2397224957 3828113114 1915850195 3939578531 342727484 2197244020 2605158895 337982044 1767098198 1903426533 2621910443 4002645861 103832903 3822480018 3722339212 978484278 2898383711 599414757 2798645470 1912071936 1817937049 3930099686 4250991052 2198952447 3346745458 2127132465 2927220238 1715205536 3317210922 1419054939 124670289 1294554914 718758597 253924442 2530366281 3216932740 613712042 3092593758 4167361819 3783875793 2777056448 4276367138 3943680641 3491967790 4292247117 168955644 2533803963 1369677860 34864197 3469734777 3654471818 1699858418 2260016549 3468092561 2960719368 1775199098 98056167 1367362859 3863934212 4168199262 3014770081 2368441505 2712315969 1138647677 3380639422 1022206589 1464725411 3909387562 3660007585 195531981 668463023 1561449677 1467421210 2932184301 2929094026 2328791053 2797807045 1055739021 3013584341 3540581382 242160039 2854439079 662643298 198875473 3449773497 2170896981 1973136410 1125532853 2483410912 4236877220 3204137316 1598264757 565791650 2457243459 2249973319 2679472775 3463992538 66039198 653945289 3737675492 209981764 1556925162 150279106 502671779 32909195 2342160713 4275891723 1522696614 2869837572 3252389994 2708595808 3980333688 2059057562 2949386751 3008122354 1289044051 2847398184 3676129599 4232477973 1058747972 4028051179 977936071 2138504432 3842756935 398744889 40010059 3045185099 2392430526 2719519164 1529074208 537752069 2371059090 2624779753 1770962752 497440887 1618615140 2157467278 2931266390 4135492563 1827389524 726164080 408787512 2521593627 3888727199 2911564425 3414367948 3238826150 2460208368 1624175254 1614147046 1515836548 2311475759 3660588564 3636434361 2460560990 1689910461 305985593 4138531950 4207829555 3331497761 3308753912 3530925585 1612299929 3571725300 1908265762 2416713583 1839570069 1326276741 255 362436" option to reproduce the execution
0.29/0.33	c #vars 20820
0.29/0.33	c #constraints 44648
0.69/0.79	c BCD2: Hardening is enabled.
0.69/0.79	c BCD2: BiasedSearch is enabled.
0.69/0.79	c Solving starts ...
0.89/0.93	s UNSATISFIABLE
0.89/0.93	c total CPU time = 0.932s
0.89/0.93	c total wall clock time = 0.935s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4102129-1466229647/watcher-4102129-1466229647 -o /tmp/evaluation-result-4102129-1466229647/solver-4102129-1466229647 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466206055-16206 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4102129-1466229647.opb 

pid=20047
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.24 2.24 2.19 3/180 20050
/proc/meminfo: memFree=25998544/32872528 swapFree=1459628/1655852
[pid=20050] ppid=20047 vsize=633276 CPUtime=0 cores=1,3,5,7
/proc/20050/stat : 20050 (toysat) R 20047 20050 16189 0 -1 4202496 2344 0 0 0 0 0 0 0 20 0 4 0 25010190 648474624 2704 33554432000 4194304 16246674 140734488710192 140734488709616 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20050/statm: 158831 2715 441 2943 0 155725 0
[pid=20050/tid=20051] ppid=20047 vsize=650684 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20051/stat : 20051 (toysat) S 20047 20050 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25010190 666300416 2776 33554432000 4194304 16246674 140734488710192 140574437911792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20050/tid=20052] ppid=20047 vsize=655804 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20052/stat : 20052 (toysat) S 20047 20050 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25010190 671543296 2793 33554432000 4194304 16246674 140734488710192 140574427421936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20050/tid=20053] ppid=20047 vsize=659900 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20053/stat : 20053 (toysat) S 20047 20050 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25010190 675737600 2810 33554432000 4194304 16246674 140734488710192 140574346702000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100128 s]
/proc/loadavg: 2.24 2.24 2.19 3/180 20050
/proc/meminfo: memFree=25998544/32872528 swapFree=1459628/1655852
[pid=20050] ppid=20047 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/20050/stat : 20050 (toysat) R 20047 20050 16189 0 -1 4202496 26931 0 0 0 5 4 0 0 20 0 4 0 25010190 1333334016 27229 33554432000 4194304 16246674 140734488710192 140734488709504 8056990 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20050/statm: 325521 27245 798 2943 0 322415 0
[pid=20050/tid=20051] ppid=20047 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20051/stat : 20051 (toysat) S 20047 20050 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25010190 1333334016 27256 33554432000 4194304 16246674 140734488710192 140574437911792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20050/tid=20052] ppid=20047 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20052/stat : 20052 (toysat) S 20047 20050 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25010190 1333334016 27268 33554432000 4194304 16246674 140734488710192 140574427421936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20050/tid=20053] ppid=20047 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20053/stat : 20053 (toysat) S 20047 20050 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25010190 1333334016 27278 33554432000 4194304 16246674 140734488710192 140574346702000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.20052 s]
/proc/loadavg: 2.24 2.24 2.19 3/180 20050
/proc/meminfo: memFree=25998544/32872528 swapFree=1459628/1655852
[pid=20050] ppid=20047 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/20050/stat : 20050 (toysat) R 20047 20050 16189 0 -1 4202496 46951 0 0 0 12 7 0 0 20 0 4 0 25010190 1343819776 47760 33554432000 4194304 16246674 140734488710192 140734488709504 7381330 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20050/statm: 328081 47760 800 2943 0 324975 0
[pid=20050/tid=20051] ppid=20047 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20051/stat : 20051 (toysat) S 20047 20050 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25010190 1343819776 47760 33554432000 4194304 16246674 140734488710192 140574437911792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20050/tid=20052] ppid=20047 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20052/stat : 20052 (toysat) S 20047 20050 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25010190 1343819776 47760 33554432000 4194304 16246674 140734488710192 140574427421936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20050/tid=20053] ppid=20047 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20053/stat : 20053 (toysat) S 20047 20050 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25010190 1343819776 47760 33554432000 4194304 16246674 140734488710192 140574346702000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300463 s]
/proc/loadavg: 2.24 2.24 2.19 3/180 20050
/proc/meminfo: memFree=25998544/32872528 swapFree=1459628/1655852
[pid=20050] ppid=20047 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/20050/stat : 20050 (toysat) R 20047 20050 16189 0 -1 4202496 56607 0 0 0 20 9 0 0 20 0 4 0 25010190 1343819776 57416 33554432000 4194304 16246674 140734488710192 140734488709504 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20050/statm: 328081 57417 800 2943 0 324975 0
[pid=20050/tid=20051] ppid=20047 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20051/stat : 20051 (toysat) S 20047 20050 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25010190 1343819776 57418 33554432000 4194304 16246674 140734488710192 140574437911792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20050/tid=20052] ppid=20047 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20052/stat : 20052 (toysat) S 20047 20050 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25010190 1343819776 57418 33554432000 4194304 16246674 140734488710192 140574427421936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20050/tid=20053] ppid=20047 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20053/stat : 20053 (toysat) S 20047 20050 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25010190 1343819776 57419 33554432000 4194304 16246674 140734488710192 140574346702000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700369 s]
/proc/loadavg: 2.24 2.24 2.19 3/180 20050
/proc/meminfo: memFree=25998544/32872528 swapFree=1459628/1655852
[pid=20050] ppid=20047 vsize=1317444 CPUtime=0.69 cores=1,3,5,7
/proc/20050/stat : 20050 (toysat) R 20047 20050 16189 0 -1 4202496 98092 0 0 0 54 15 0 0 20 0 4 0 25010190 1349062656 98901 33554432000 4194304 16246674 140734488710192 140734488709504 12478189 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20050/statm: 329361 98911 835 2943 0 326255 0
[pid=20050/tid=20051] ppid=20047 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20051/stat : 20051 (toysat) S 20047 20050 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25010190 1349062656 98918 33554432000 4194304 16246674 140734488710192 140574437911792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20050/tid=20052] ppid=20047 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20052/stat : 20052 (toysat) S 20047 20050 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25010190 1349062656 98924 33554432000 4194304 16246674 140734488710192 140574427421936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20050/tid=20053] ppid=20047 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20053/stat : 20053 (toysat) S 20047 20050 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25010190 1349062656 98930 33554432000 4194304 16246674 140734488710192 140574346702000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1317444

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 20050 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.80046 s]
/proc/loadavg: 2.24 2.24 2.19 3/180 20050
/proc/meminfo: memFree=25998544/32872528 swapFree=1459628/1655852
[pid=20050] ppid=20047 vsize=1317444 CPUtime=0.78 cores=1,3,5,7
/proc/20050/stat : 20050 (toysat) R 20047 20050 16189 0 -1 4202496 116442 0 0 0 61 17 0 0 20 0 4 0 25010190 1349062656 117251 33554432000 4194304 16246674 140734488710192 140734488692096 4220880 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20050/statm: 329361 117251 853 2943 0 326255 0
[pid=20050/tid=20051] ppid=20047 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20051/stat : 20051 (toysat) S 20047 20050 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25010190 1349062656 117251 33554432000 4194304 16246674 140734488710192 140574437911792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20050/tid=20052] ppid=20047 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20052/stat : 20052 (toysat) S 20047 20050 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25010190 1349062656 117251 33554432000 4194304 16246674 140734488710192 140574427421936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20050/tid=20053] ppid=20047 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20053/stat : 20053 (toysat) S 20047 20050 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25010190 1349062656 117251 33554432000 4194304 16246674 140734488710192 140574346702000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 1317444

[startup+0.900427 s]
/proc/loadavg: 2.24 2.24 2.19 3/180 20050
/proc/meminfo: memFree=25998544/32872528 swapFree=1459628/1655852
[pid=20050] ppid=20047 vsize=1317444 CPUtime=0.89 cores=1,3,5,7
/proc/20050/stat : 20050 (toysat) R 20047 20050 16189 0 -1 4202496 116628 0 0 0 71 18 0 0 20 0 4 0 25010190 1349062656 117437 33554432000 4194304 16246674 140734488710192 140734488692096 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20050/statm: 329361 117437 853 2943 0 326255 0
[pid=20050/tid=20051] ppid=20047 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20051/stat : 20051 (toysat) S 20047 20050 16189 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25010190 1349062656 117437 33554432000 4194304 16246674 140734488710192 140574437911792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20050/tid=20052] ppid=20047 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20052/stat : 20052 (toysat) S 20047 20050 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25010190 1349062656 117437 33554432000 4194304 16246674 140734488710192 140574427421936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20050/tid=20053] ppid=20047 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/20050/task/20053/stat : 20053 (toysat) S 20047 20050 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25010190 1349062656 117437 33554432000 4194304 16246674 140734488710192 140574346702000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1317444

Child status: 0
Real time (s): 0.964515
CPU time (s): 0.962853
CPU user time (s): 0.755885
CPU system time (s): 0.206968
CPU usage (%): 99.8277
Max. virtual memory (cumulated for all children) (KiB): 1317444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.755885
system time used= 0.206968
maximum resident set size= 469764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116633
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 3

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.002999 second user time and 0.006998 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 08:00:47
IDJOB=4102129
IDBENCH=2068
IDSOLVER=2542
FILE ID=node136/4102129-1466229647
RUNJOBID= node136-1466206055-16206
PBS_JOBID= 19918141
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ssa6288-047.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102129-1466229647/watcher-4102129-1466229647 -o /tmp/evaluation-result-4102129-1466229647/solver-4102129-1466229647 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466206055-16206 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4102129-1466229647.opb

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

MD5SUM BENCH= 74304bad8e53580b77abf30e0c0ba7f6
RANDOM SEED=1734439801

node136.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.278
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.55
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.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25998808 kB
Buffers:          168448 kB
Cached:          1678964 kB
SwapCached:            0 kB
Active:          2764752 kB
Inactive:        1701412 kB
Active(anon):    2621020 kB
Inactive(anon):        0 kB
Active(file):     143732 kB
Inactive(file):  1701412 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             18068 kB
Writeback:             4 kB
AnonPages:       4276008 kB
Mapped:            16548 kB
Shmem:               204 kB
Slab:             611120 kB
SReclaimable:      54936 kB
SUnreclaim:       556184 kB
KernelStack:        1496 kB
PageTables:        12028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4409552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    630784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node136 at 2016-06-18 08:00:48