Trace number 4079195

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.530919 0.533241

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
random/rand.newlist/normalized-randc5b1f2.cudf.trendy.opb
MD5SUM6aafe628c204287c66baba06106fbd9b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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.254961
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6597
Total number of constraints27303
Number of constraints which are clauses27036
Number of constraints which are cardinality constraints (but not clauses)267
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 3110
Biggest coefficient in the objective function 3774555693
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 2083549895042
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 3774555693
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 2083549895042
Number of bits of the biggest sum of numbers41
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-07T05:40:48+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-4079195-1465270848.opb"]
0.00/0.01	c use --random-gen="4082513120 3205937011 3806683992 3463082569 4000727976 865428826 3739626430 630974277 108332891 1907718917 1672516427 470506530 571555410 3603100361 566081964 2941498837 2436322529 1459937302 3218848213 2181553798 3957328039 1291434231 545482244 1840286607 622205433 2002818345 892127083 944501670 1155724759 1347563147 3623323005 1222702507 3581910008 91424496 2421083015 3898542973 3620332671 4204791827 944152123 1476254572 3701108395 3833475062 423726913 3664478689 1711398698 2432912689 2787826848 2018096578 4023978020 3381652982 1983896500 2274547185 500642411 4194438687 414016972 3897368821 105889663 1292287589 3464695898 4079470715 2898712992 3978006236 1653137540 1921798624 302347823 236833762 4126415490 2507966806 2403686232 4224129860 999551334 719455482 958132784 2349771765 1348730244 3233291411 3284496222 3567099664 4098533568 831987512 4964860 4291842037 3592423797 2483220188 4211839563 2002426961 3799944077 1157756506 1967244291 1664082060 3533205162 3909756906 4753011 3812070125 2817731522 3850353226 1569928379 3730258786 1817280681 3317988513 2546822212 1590670889 2649334359 1938156600 733083424 564510406 2043627731 2484752240 3347832396 1597562689 3914793604 742208740 3250788987 2177113030 193557383 1085302673 1393134396 2642919082 3255260988 562348023 1926780531 3117584096 1471850185 547444728 1359973914 714140637 3409812810 1960087683 3840857113 288607224 592258963 3373846825 1335672102 2243886850 2505388265 2618463653 1430726843 163577415 4176092828 2237283673 3868732095 3755886382 215513385 3356067711 388461772 1778685065 2632326587 2102916001 3411571987 3347317987 2658132939 2405514038 3577756840 2721623346 2933258504 701384907 1957876170 570880136 2957635646 111021512 2218812473 2694886996 2984975493 1389047462 890961785 3899611085 3421952574 1527098179 2720228284 3754657530 3103516388 3323804690 2790064403 2483038580 1379545145 2104288063 948196029 1655446857 3369968169 579810700 2536961715 2004948237 4090466418 987542993 863955549 2737957722 3313437640 3515239700 1625532842 2020953681 2871383271 4074832163 2805009287 97371753 292431754 950130047 1109912080 3138640293 857191410 3472123459 2130919302 2848161557 2612985775 238939351 3858506730 2363678869 3433180635 3696409540 3232415632 3161672029 669274475 3208716361 2744635231 487687117 1673673170 2597380434 2077980507 890977605 1698905926 1750287170 1300818375 1161249957 3591198841 3764965024 2749633252 2033598910 356148717 1455108760 2330229469 3982992640 2344976970 2590664323 2844066998 1781017361 3515472772 3734861250 171975987 2235081894 2028974531 2108775164 3251096346 2618536133 3188511591 3018498306 4201002841 459683011 3868239145 1972066452 1763936588 2273476061 3690397647 3208900727 3743396810 3031012318 2688895090 2269999323 255 362436" option to reproduce the execution
0.19/0.21	c #vars 6597
0.19/0.21	c #constraints 27303
0.39/0.46	c BCD2: Hardening is enabled.
0.39/0.46	c BCD2: BiasedSearch is enabled.
0.39/0.46	c Solving starts ...
0.48/0.51	s UNSATISFIABLE
0.48/0.51	c total CPU time = 0.510s
0.48/0.51	c total wall clock time = 0.510s

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

pid=6617
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.19 2.22 2.21 3/180 6620
/proc/meminfo: memFree=29039224/32872528 swapFree=15644/1722384
[pid=6620] ppid=6617 vsize=628156 CPUtime=0 cores=1,3,5,7
/proc/6620/stat : 6620 (toysat) R 6617 6620 4315 0 -1 4202496 2328 0 0 0 0 0 0 0 20 0 4 0 109018415 643231744 2177 33554432000 4194304 16246674 140733336358560 140733336357984 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6620/statm: 157551 2187 441 2943 0 154445 0
[pid=6620/tid=6621] ppid=6617 vsize=645564 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (toysat) S 6617 6620 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109018415 661057536 2244 33554432000 4194304 16246674 140733336358560 140716123598064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6620/tid=6622] ppid=6617 vsize=649660 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6622/stat : 6622 (toysat) S 6617 6620 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109018415 665251840 2260 33554432000 4194304 16246674 140733336358560 140716113108208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6620/tid=6623] ppid=6617 vsize=653756 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6623/stat : 6623 (toysat) S 6617 6620 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109018415 669446144 2277 33554432000 4194304 16246674 140733336358560 140716102634672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.19 2.22 2.21 3/180 6620
/proc/meminfo: memFree=29039224/32872528 swapFree=15644/1722384
[pid=6620] ppid=6617 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/6620/stat : 6620 (toysat) R 6617 6620 4315 0 -1 4202496 25936 0 0 0 5 4 0 0 20 0 4 0 109018415 1250496512 25724 33554432000 4194304 16246674 140733336358560 140733336357872 4221016 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6620/statm: 305297 25729 798 2943 0 302191 0
[pid=6620/tid=6621] ppid=6617 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (toysat) S 6617 6620 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109018415 1250496512 25735 33554432000 4194304 16246674 140733336358560 140716123598064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6620/tid=6622] ppid=6617 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6622/stat : 6622 (toysat) S 6617 6620 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109018415 1250496512 25739 33554432000 4194304 16246674 140733336358560 140716113108208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6620/tid=6623] ppid=6617 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6623/stat : 6623 (toysat) S 6617 6620 4315 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109018415 1250496512 25743 33554432000 4194304 16246674 140733336358560 140716102634672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200538 s]
/proc/loadavg: 2.19 2.22 2.21 3/180 6620
/proc/meminfo: memFree=29039224/32872528 swapFree=15644/1722384
[pid=6620] ppid=6617 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/6620/stat : 6620 (toysat) R 6617 6620 4315 0 -1 4202496 48551 0 0 0 11 8 0 0 20 0 4 0 109018415 1344868352 48849 33554432000 4194304 16246674 140733336358560 140733336357872 8057033 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6620/statm: 328337 48849 800 2943 0 325231 0
[pid=6620/tid=6621] ppid=6617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (toysat) S 6617 6620 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109018415 1344868352 48849 33554432000 4194304 16246674 140733336358560 140716123598064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6620/tid=6622] ppid=6617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6622/stat : 6622 (toysat) S 6617 6620 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109018415 1344868352 48849 33554432000 4194304 16246674 140733336358560 140716113108208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6620/tid=6623] ppid=6617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6623/stat : 6623 (toysat) S 6617 6620 4315 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109018415 1344868352 48849 33554432000 4194304 16246674 140733336358560 140716102634672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300525 s]
/proc/loadavg: 2.19 2.22 2.21 3/180 6620
/proc/meminfo: memFree=29039224/32872528 swapFree=15644/1722384
[pid=6620] ppid=6617 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/6620/stat : 6620 (toysat) R 6617 6620 4315 0 -1 4202496 50203 0 0 0 21 8 0 0 20 0 4 0 109018415 1344868352 50501 33554432000 4194304 16246674 140733336358560 140733336357872 5589685 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6620/statm: 328337 50510 837 2943 0 325231 0
[pid=6620/tid=6621] ppid=6617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (toysat) S 6617 6620 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109018415 1344868352 50516 33554432000 4194304 16246674 140733336358560 140716123598064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6620/tid=6622] ppid=6617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6622/stat : 6622 (toysat) S 6617 6620 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109018415 1344868352 50522 33554432000 4194304 16246674 140733336358560 140716113108208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6620/tid=6623] ppid=6617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6623/stat : 6623 (toysat) S 6617 6620 4315 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109018415 1344868352 50528 33554432000 4194304 16246674 140733336358560 140716102634672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

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

[startup+0.400498 s]
/proc/loadavg: 2.19 2.22 2.21 3/180 6620
/proc/meminfo: memFree=29039224/32872528 swapFree=15644/1722384
[pid=6620] ppid=6617 vsize=1313348 CPUtime=0.39 cores=1,3,5,7
/proc/6620/stat : 6620 (toysat) R 6617 6620 4315 0 -1 4202496 69083 0 0 0 29 10 0 0 20 0 4 0 109018415 1344868352 69381 33554432000 4194304 16246674 140733336358560 140733336357872 6757465 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6620/statm: 328337 69391 837 2943 0 325231 0
[pid=6620/tid=6621] ppid=6617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (toysat) S 6617 6620 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109018415 1344868352 69398 33554432000 4194304 16246674 140733336358560 140716123598064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6620/tid=6622] ppid=6617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6622/stat : 6622 (toysat) S 6617 6620 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109018415 1344868352 69404 33554432000 4194304 16246674 140733336358560 140716113108208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6620/tid=6623] ppid=6617 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6623/stat : 6623 (toysat) S 6617 6620 4315 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109018415 1344868352 69410 33554432000 4194304 16246674 140733336358560 140716102634672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1313348

[startup+0.500421 s]
/proc/loadavg: 2.19 2.22 2.21 3/180 6620
/proc/meminfo: memFree=29039224/32872528 swapFree=15644/1722384
[pid=6620] ppid=6617 vsize=1316420 CPUtime=0.48 cores=1,3,5,7
/proc/6620/stat : 6620 (toysat) R 6617 6620 4315 0 -1 4202496 81803 0 0 0 36 12 0 0 20 0 4 0 109018415 1348014080 82101 33554432000 4194304 16246674 140733336358560 140733336357872 4221418 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6620/statm: 329105 82105 854 2943 0 325999 0
[pid=6620/tid=6621] ppid=6617 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6621/stat : 6621 (toysat) S 6617 6620 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109018415 1348014080 82107 33554432000 4194304 16246674 140733336358560 140716123598064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=6620/tid=6622] ppid=6617 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6622/stat : 6622 (toysat) S 6617 6620 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109018415 1348014080 82110 33554432000 4194304 16246674 140733336358560 140716113108208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6620/tid=6623] ppid=6617 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/6620/task/6623/stat : 6623 (toysat) S 6617 6620 4315 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109018415 1348014080 82114 33554432000 4194304 16246674 140733336358560 140716102634672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1316420

Child status: 0
Real time (s): 0.533241
CPU time (s): 0.530919
CPU user time (s): 0.380942
CPU system time (s): 0.149977
CPU usage (%): 99.5646
Max. virtual memory (cumulated for all children) (KiB): 1316420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.380942
system time used= 0.149977
maximum resident set size= 331944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82688
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= 19
involuntary context switches= 2

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.004999 second user time and 0.009998 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-07 05:40:48
IDJOB=4079195
IDBENCH=72297
IDSOLVER=2542
FILE ID=node120/4079195-1465270848
RUNJOBID= node120-1465256721-4332
PBS_JOBID= 19843284
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/random/rand.newlist/normalized-randc5b1f2.cudf.trendy.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079195-1465270848/watcher-4079195-1465270848 -o /tmp/evaluation-result-4079195-1465270848/solver-4079195-1465270848 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465256721-4332 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079195-1465270848.opb

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

MD5SUM BENCH= 6aafe628c204287c66baba06106fbd9b
RANDOM SEED=1065662309

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.425
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.55
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.425
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:        29039396 kB
Buffers:          101508 kB
Cached:           130164 kB
SwapCached:         1476 kB
Active:          1243476 kB
Inactive:         112540 kB
Active(anon):    1123380 kB
Inactive(anon):     3252 kB
Active(file):     120096 kB
Inactive(file):   109288 kB
Unevictable:     1722384 kB
Mlocked:           15644 kB
SwapTotal:      67108856 kB
SwapFree:       67099668 kB
Dirty:             17144 kB
Writeback:             4 kB
AnonPages:       2833608 kB
Mapped:            11944 kB
Shmem:                 0 kB
Slab:             615044 kB
SReclaimable:      59068 kB
SUnreclaim:       555976 kB
KernelStack:        1504 kB
PageTables:         9352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2991384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2494464 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= 71704 MiB
End job on node120 at 2016-06-07 05:40:49