Trace number 4107302

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.563913 0.575765

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.biglist/normalized-randfe95e3.cudf.paranoid.opb
MD5SUM935dbca81410818c4dfa4090fb07f874
Bench CategoryOPT-SMALLINT-LIN (optimisation, small 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.093985
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6249
Total number of constraints27683
Number of constraints which are clauses27359
Number of constraints which are cardinality constraints (but not clauses)324
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 2304
Biggest coefficient in the objective function 1755
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 968758
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1755
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 968758
Number of bits of the biggest sum of numbers20
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-18T23:23:14+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-4107302-1466284994.opb"]
0.00/0.01	c use --random-gen="3842049097 83238860 1127805155 1396720201 2504442207 3554580608 3611542488 389325358 1741558802 985280183 987946324 2680507716 3580890425 406678589 1129519404 3900830447 911506856 1782265567 347093728 2324770032 3031526206 2321247035 939818321 2692721878 520754684 1380180758 3910969776 93700645 4053064463 3919556467 2058159524 558680134 1650738350 3591525337 2947240832 2058942567 1778467132 1801036406 860193483 625322790 1461440126 2844572852 422353097 4117900457 3606171431 1228108974 46846740 1673109933 427044527 2510596898 1892419171 374406618 4054482279 2933078326 1526007576 1408324975 4105501386 3336519410 1209054320 1678854847 3119513764 2727112615 2130177322 3848993758 597105489 3331039462 4105298164 3506869466 2524045309 530051120 2905672501 1275866084 1040419388 2296589302 2540542601 258789834 4006732514 2188524954 1503727147 3086621302 387815002 2828001464 3295844565 172660720 3939391190 3500859601 3325507966 3584367061 3978871608 3756080035 2215376585 2697672439 2144111886 1107641571 684741858 496487243 528702704 1172189158 176113874 2573608170 3744480836 2109635664 2070885736 2357061144 80326872 3512178493 1177261193 3200697915 2355160546 4120972073 3550565146 327375161 2724913382 3658212464 2255685112 3967882809 4262378792 3848962599 1642751990 2917555867 2161832229 4223586584 4293200953 1745703950 4263880763 1561022731 2345546535 601646394 3757776411 1485561332 1819509717 2338404910 651383636 2378392261 68527369 1615987638 2204037076 2437238628 1226482508 2795754613 3881705716 4271941142 4120320460 2930435986 485642936 1987657356 3956102206 3057011503 379685417 3349811848 4144548874 1480092611 982487200 2108118391 3409917653 3203726149 2717030543 2662041614 1631308616 856948871 1932257151 1601575679 2792517249 740768732 2894422231 3809712621 1656984205 1553980328 2425311851 3579294549 867730152 155344237 1260837597 3235956323 2488709970 2019382483 3654948309 1108070771 3890330794 3736011338 4074179755 1815576228 3138390915 2504539833 3371288248 1420523967 3136789208 2234009614 2658281647 1608238632 1758370709 3933603976 4273902775 2081204318 771583904 57557684 1569201542 1245923118 1636213120 1783606721 660048952 1192094164 115834430 3353129937 3534803662 2042315825 156763755 3933972494 1305399562 3661900935 3274651430 296343391 985325590 3809245480 3908938742 1984115860 2819174554 3904116430 4280494053 4061122234 2090211101 1883684471 4287168394 3158751345 1904775219 249870910 3692390667 3484989839 4158050249 3290714121 3450893993 3469326591 1373770989 2241936618 1942299659 832288338 255472922 3537776725 228211465 4025558559 1439454906 3768293992 1813818995 2427378790 2421624847 247876356 1503195589 3482106160 1269138935 1443849463 2964496370 4087286561 2549956411 2626217210 1163778417 4216557698 255 362436" option to reproduce the execution
0.19/0.21	c #vars 6249
0.19/0.21	c #constraints 27683
0.39/0.49	c BCD2: Hardening is enabled.
0.39/0.49	c BCD2: BiasedSearch is enabled.
0.39/0.49	c Solving starts ...
0.49/0.55	s UNSATISFIABLE
0.49/0.55	c total CPU time = 0.551s
0.49/0.55	c total wall clock time = 0.552s

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

pid=11698
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.22 2.22 2.23 4/179 11701
/proc/meminfo: memFree=29024944/32872528 swapFree=17888/1798212
[pid=11701] ppid=11698 vsize=686524 CPUtime=0 cores=1,3,5,7
/proc/11701/stat : 11701 (toysat) R 11698 11701 10472 0 -1 4202496 2552 0 0 0 0 0 0 0 20 0 4 0 30546537 703000576 3424 33554432000 4194304 16246674 140736275722592 140736275722016 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11701/statm: 172143 3432 441 2943 0 169037 0
[pid=11701/tid=11702] ppid=11698 vsize=703932 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11702/stat : 11702 (toysat) S 11698 11701 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30546537 720826368 3492 33554432000 4194304 16246674 140736275722592 140272709119216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11701/tid=11703] ppid=11698 vsize=708028 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11703/stat : 11703 (toysat) S 11698 11701 10472 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30546537 725020672 3509 33554432000 4194304 16246674 140736275722592 140272625233136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11701/tid=11704] ppid=11698 vsize=712124 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11704/stat : 11704 (toysat) S 11698 11701 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30546537 729214976 3525 33554432000 4194304 16246674 140736275722592 140272614759600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.22 2.22 2.23 4/179 11701
/proc/meminfo: memFree=29024944/32872528 swapFree=17888/1798212
[pid=11701] ppid=11698 vsize=1221188 CPUtime=0.08 cores=1,3,5,7
/proc/11701/stat : 11701 (toysat) R 11698 11701 10472 0 -1 4202496 26088 0 0 0 5 3 0 0 20 0 4 0 30546537 1250496512 26897 33554432000 4194304 16246674 140736275722592 140736275721904 4220543 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11701/statm: 305297 26897 799 2943 0 302191 0
[pid=11701/tid=11702] ppid=11698 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11702/stat : 11702 (toysat) S 11698 11701 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30546537 1250496512 26897 33554432000 4194304 16246674 140736275722592 140272709119216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11701/tid=11703] ppid=11698 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11703/stat : 11703 (toysat) S 11698 11701 10472 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30546537 1250496512 26897 33554432000 4194304 16246674 140736275722592 140272625233136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11701/tid=11704] ppid=11698 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11704/stat : 11704 (toysat) S 11698 11701 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30546537 1250496512 26897 33554432000 4194304 16246674 140736275722592 140272614759600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1221188

[startup+0.200545 s]
/proc/loadavg: 2.22 2.22 2.23 4/179 11701
/proc/meminfo: memFree=29024944/32872528 swapFree=17888/1798212
[pid=11701] ppid=11698 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/11701/stat : 11701 (toysat) R 11698 11701 10472 0 -1 4202496 48492 0 0 0 12 7 0 0 20 0 4 0 30546537 1344868352 49812 33554432000 4194304 16246674 140736275722592 140736275721904 4221105 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11701/statm: 328337 49812 799 2943 0 325231 0
[pid=11701/tid=11702] ppid=11698 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11702/stat : 11702 (toysat) S 11698 11701 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30546537 1344868352 49812 33554432000 4194304 16246674 140736275722592 140272709119216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11701/tid=11703] ppid=11698 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11703/stat : 11703 (toysat) S 11698 11701 10472 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30546537 1344868352 49812 33554432000 4194304 16246674 140736275722592 140272625233136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11701/tid=11704] ppid=11698 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11704/stat : 11704 (toysat) S 11698 11701 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30546537 1344868352 49812 33554432000 4194304 16246674 140736275722592 140272614759600 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) 1313348

[startup+0.300506 s]
/proc/loadavg: 2.22 2.22 2.23 4/179 11701
/proc/meminfo: memFree=29024944/32872528 swapFree=17888/1798212
[pid=11701] ppid=11698 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/11701/stat : 11701 (toysat) R 11698 11701 10472 0 -1 4202496 49474 0 0 0 22 7 0 0 20 0 4 0 30546537 1344868352 50795 33554432000 4194304 16246674 140736275722592 140736275721904 6969814 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11701/statm: 328337 50805 836 2943 0 325231 0
[pid=11701/tid=11702] ppid=11698 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11702/stat : 11702 (toysat) S 11698 11701 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30546537 1344868352 50811 33554432000 4194304 16246674 140736275722592 140272709119216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11701/tid=11703] ppid=11698 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11703/stat : 11703 (toysat) S 11698 11701 10472 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30546537 1344868352 50816 33554432000 4194304 16246674 140736275722592 140272625233136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11701/tid=11704] ppid=11698 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11704/stat : 11704 (toysat) S 11698 11701 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30546537 1344868352 50821 33554432000 4194304 16246674 140736275722592 140272614759600 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) 1313348

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

[startup+0.400387 s]
/proc/loadavg: 2.22 2.22 2.23 4/179 11701
/proc/meminfo: memFree=29024944/32872528 swapFree=17888/1798212
[pid=11701] ppid=11698 vsize=1313348 CPUtime=0.39 cores=1,3,5,7
/proc/11701/stat : 11701 (toysat) R 11698 11701 10472 0 -1 4202496 68663 0 0 0 29 10 0 0 20 0 4 0 30546537 1344868352 69983 33554432000 4194304 16246674 140736275722592 140736275704512 5886100 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11701/statm: 328337 69991 836 2943 0 325231 0
[pid=11701/tid=11702] ppid=11698 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11702/stat : 11702 (toysat) S 11698 11701 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30546537 1344868352 69996 33554432000 4194304 16246674 140736275722592 140272709119216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11701/tid=11703] ppid=11698 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11703/stat : 11703 (toysat) S 11698 11701 10472 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30546537 1344868352 70002 33554432000 4194304 16246674 140736275722592 140272625233136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11701/tid=11704] ppid=11698 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11704/stat : 11704 (toysat) S 11698 11701 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30546537 1344868352 70008 33554432000 4194304 16246674 140736275722592 140272614759600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1313348

[startup+0.5004 s]
/proc/loadavg: 2.22 2.22 2.23 4/179 11701
/proc/meminfo: memFree=29024944/32872528 swapFree=17888/1798212
[pid=11701] ppid=11698 vsize=1313348 CPUtime=0.49 cores=1,3,5,7
/proc/11701/stat : 11701 (toysat) R 11698 11701 10472 0 -1 4202496 87758 0 0 0 36 13 0 0 20 0 4 0 30546537 1344868352 89078 33554432000 4194304 16246674 140736275722592 140736275704512 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11701/statm: 328337 89078 852 2943 0 325231 0
[pid=11701/tid=11702] ppid=11698 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11702/stat : 11702 (toysat) S 11698 11701 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30546537 1344868352 89078 33554432000 4194304 16246674 140736275722592 140272709119216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11701/tid=11703] ppid=11698 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11703/stat : 11703 (toysat) S 11698 11701 10472 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30546537 1344868352 89078 33554432000 4194304 16246674 140736275722592 140272625233136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11701/tid=11704] ppid=11698 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/11701/task/11704/stat : 11704 (toysat) S 11698 11701 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30546537 1344868352 89078 33554432000 4194304 16246674 140736275722592 140272614759600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 1313348

Child status: 0
Real time (s): 0.575765
CPU time (s): 0.563913
CPU user time (s): 0.417936
CPU system time (s): 0.145977
CPU usage (%): 97.9415
Max. virtual memory (cumulated for all children) (KiB): 1313348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.417936
system time used= 0.145977
maximum resident set size= 363888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89653
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= 6

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

The end

Launcher Data

Begin job on node123 at 2016-06-18 23:23:14
IDJOB=4107302
IDBENCH=72119
IDSOLVER=2542
FILE ID=node123/4107302-1466284994
RUNJOBID= node123-1466275608-10489
PBS_JOBID= 19918249
Free space on /tmp= 71620 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.biglist/normalized-randfe95e3.cudf.paranoid.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107302-1466284994/watcher-4107302-1466284994 -o /tmp/evaluation-result-4107302-1466284994/solver-4107302-1466284994 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466275608-10489 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107302-1466284994.opb

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

MD5SUM BENCH= 935dbca81410818c4dfa4090fb07f874
RANDOM SEED=1552975808

node123.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.791
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.58
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.791
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.791
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		: 2666.791
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.57
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.791
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.56
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.791
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		: 2666.791
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.56
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.791
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:        29025324 kB
Buffers:           75524 kB
Cached:           143080 kB
SwapCached:         1604 kB
Active:          1163420 kB
Inactive:         146948 kB
Active(anon):    1091056 kB
Inactive(anon):     3080 kB
Active(file):      72364 kB
Inactive(file):   143868 kB
Unevictable:     1798212 kB
Mlocked:           17888 kB
SwapTotal:      67108856 kB
SwapFree:       67099320 kB
Dirty:             17260 kB
Writeback:             4 kB
AnonPages:       2888972 kB
Mapped:            10884 kB
Shmem:                 0 kB
Slab:             602352 kB
SReclaimable:      46328 kB
SUnreclaim:       556024 kB
KernelStack:        1488 kB
PageTables:         9836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3031328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1789952 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= 71604 MiB
End job on node123 at 2016-06-18 23:23:15