Trace number 4079906

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.756884 0.758333

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.biglist/normalized-randa491d5.cudf.paranoid.opb
MD5SUMaec7e1601818e8078cd384d1709eb08b
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.114982
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6525
Total number of constraints28432
Number of constraints which are clauses28125
Number of constraints which are cardinality constraints (but not clauses)307
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 2437
Biggest coefficient in the objective function 1888
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 1042174
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1888
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 1042174
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-07T05:08:57+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-4079906-1465268937.opb"]
0.00/0.01	c use --random-gen="3676002134 3401771910 2152935408 2915364496 2798683015 2559707511 3224013666 2354248265 3154189395 68510474 2942114034 791770155 2248206052 506553735 2352386361 334587582 2620627929 1608543588 2588696858 297130838 2043140381 2041340044 3664747665 3106841516 3244154761 2152194355 4021319640 372299305 2884296739 3562417971 478620541 914689018 797394047 1357101577 2831533808 3702093207 3746256117 1515453129 103784230 1430003754 2863481019 1819078284 2803393566 2143311174 3687960517 3356361603 3891763226 3467471263 932377820 2015117825 663040423 7864626 955040417 2617967180 2542939271 450928070 3283230685 2875289124 208489062 133527120 883489643 451447722 2368948851 775206255 23026089 975588703 102019255 18727977 3013592482 2349158981 238545201 1470471665 1774951320 1296543495 1911680990 213335400 954790678 3458786805 3239367011 3476541662 2137148257 2116765672 1732469790 646746847 1560991488 2160586880 3311915841 1610856785 2195570723 1756299433 124835100 2596738502 1736902548 2363215074 2122880153 3248556045 3563983218 360725922 3764519536 22308848 494918951 4272763448 187082002 3884024039 322807206 1097346669 2948018803 1507285062 3346885741 2657370179 1529153295 1380607140 1961525588 4131127361 2242131195 143923513 1559003246 1829198075 467845400 2764858111 524163079 768612209 424309927 3182220800 1672532230 2554295766 1524388473 4151721683 3775258514 992800135 2765558566 3084614351 1455408827 1343030194 269812482 3096360603 2308934476 3255524062 2903453334 1082207626 3198632718 3978670993 709305295 1861121609 3915263615 1684654751 1801570140 3701162627 2214762342 4230779971 3026373393 67442078 3378795364 1575146532 757382161 1856410521 3421057213 2387786951 2763419796 464760824 4129669022 1532465327 127104753 3430336501 1384388053 133411747 62453819 3749543891 4031290463 3046425613 3434272832 3408511052 3892578611 1550546081 1094990510 3835916371 2731045205 1051262392 2549542928 4275450957 1195192087 2595332543 3183571087 3548657405 3631978641 2450815228 3671495743 2107688255 2708891543 1094418497 2119586354 1249237526 2911247360 872164201 718049107 1090376836 1153022688 567780540 81382284 3112833736 1519640132 2486094979 930422769 141801992 2170466548 2538401899 118069935 52440395 908602554 437476936 391038409 3600794748 1734338096 1605784848 615653787 3908906364 2388240120 2540239160 3092023164 266852085 90355544 3338206952 950788190 2338511191 643308335 1965112031 1101181229 557913757 3883314842 3180048264 2257752292 3174523723 2071311307 3241515326 4158599775 683698867 3720399703 4192560659 3314031532 3673755164 1131308206 820041382 1228758744 70119757 2285397800 2416278401 3783058086 3090420941 2688488262 367644401 3015094534 1310965356 2924088659 1397460940 616690224 1619647327 255 362436" option to reproduce the execution
0.19/0.22	c #vars 6525
0.19/0.22	c #constraints 28432
0.49/0.59	c BCD2: Hardening is enabled.
0.49/0.59	c BCD2: BiasedSearch is enabled.
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |    11424      0 |      500 |        0
0.59/0.66	c  0.1s |       0 |     3173 |       13 |    11424      0 |      522 |     6135
0.59/0.66	c #cpu_time = 0.073s
0.59/0.66	c #wall_clock_time = 0.073s
0.59/0.66	c #decision = 3173
0.59/0.66	c #random_decision = 8
0.59/0.66	c #conflict = 13
0.59/0.66	c #restart = 0
0.69/0.73	s UNSATISFIABLE
0.69/0.73	c total CPU time = 0.726s
0.69/0.73	c total wall clock time = 0.728s

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

pid=10926
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.28 2.24 2.19 3/179 10929
/proc/meminfo: memFree=29090964/32872528 swapFree=15272/1656604
[pid=10929] ppid=10926 vsize=655804 CPUtime=0 cores=1,3,5,7
/proc/10929/stat : 10929 (toysat) R 10926 10929 9894 0 -1 4202496 2434 0 0 0 0 0 0 0 20 0 4 0 108827001 671543296 3305 33554432000 4194304 16246674 140733800015424 140733800014848 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10929/statm: 164719 3314 441 2943 0 161613 0
[pid=10929/tid=10930] ppid=10926 vsize=673212 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10930/stat : 10930 (toysat) S 10926 10929 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108827001 689369088 3373 33554432000 4194304 16246674 140733800015424 140208148294896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10929/tid=10931] ppid=10926 vsize=677308 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10931/stat : 10931 (toysat) S 10926 10929 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 108827001 693563392 3390 33554432000 4194304 16246674 140733800015424 140208066505968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10929/tid=10932] ppid=10926 vsize=683452 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10932/stat : 10932 (toysat) S 10926 10929 9894 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108827001 699854848 3414 33554432000 4194304 16246674 140733800015424 140208056032432 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100185 s]
/proc/loadavg: 2.28 2.24 2.19 3/179 10929
/proc/meminfo: memFree=29090964/32872528 swapFree=15272/1656604
[pid=10929] ppid=10926 vsize=1220164 CPUtime=0.08 cores=1,3,5,7
/proc/10929/stat : 10929 (toysat) R 10926 10929 9894 0 -1 4202496 28863 0 0 0 5 3 0 0 20 0 4 0 108827001 1249447936 29672 33554432000 4194304 16246674 140733800015424 140733800014736 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10929/statm: 305041 29672 800 2943 0 301935 0
[pid=10929/tid=10930] ppid=10926 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10930/stat : 10930 (toysat) S 10926 10929 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108827001 1249447936 29672 33554432000 4194304 16246674 140733800015424 140208148294896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10929/tid=10931] ppid=10926 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10931/stat : 10931 (toysat) S 10926 10929 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 108827001 1249447936 29672 33554432000 4194304 16246674 140733800015424 140208066505968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10929/tid=10932] ppid=10926 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10932/stat : 10932 (toysat) S 10926 10929 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108827001 1249447936 29672 33554432000 4194304 16246674 140733800015424 140208056032432 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) 1220164

[startup+0.200559 s]
/proc/loadavg: 2.28 2.24 2.19 3/179 10929
/proc/meminfo: memFree=29090964/32872528 swapFree=15272/1656604
[pid=10929] ppid=10926 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/10929/stat : 10929 (toysat) R 10926 10929 9894 0 -1 4202496 51433 0 0 0 12 7 0 0 20 0 4 0 108827001 1344868352 52753 33554432000 4194304 16246674 140733800015424 140733800014736 7364323 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10929/statm: 328337 52753 801 2943 0 325231 0
[pid=10929/tid=10930] ppid=10926 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10930/stat : 10930 (toysat) S 10926 10929 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108827001 1344868352 52753 33554432000 4194304 16246674 140733800015424 140208148294896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10929/tid=10931] ppid=10926 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10931/stat : 10931 (toysat) S 10926 10929 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 108827001 1344868352 52753 33554432000 4194304 16246674 140733800015424 140208066505968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10929/tid=10932] ppid=10926 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10932/stat : 10932 (toysat) S 10926 10929 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108827001 1344868352 52753 33554432000 4194304 16246674 140733800015424 140208056032432 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.300503 s]
/proc/loadavg: 2.28 2.24 2.19 3/179 10929
/proc/meminfo: memFree=29090964/32872528 swapFree=15272/1656604
[pid=10929] ppid=10926 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/10929/stat : 10929 (toysat) R 10926 10929 9894 0 -1 4202496 52361 0 0 0 22 7 0 0 20 0 4 0 108827001 1344868352 53681 33554432000 4194304 16246674 140733800015424 140733800014736 13954914 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10929/statm: 328337 53692 838 2943 0 325231 0
[pid=10929/tid=10930] ppid=10926 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10930/stat : 10930 (toysat) S 10926 10929 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108827001 1344868352 53697 33554432000 4194304 16246674 140733800015424 140208148294896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10929/tid=10931] ppid=10926 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10931/stat : 10931 (toysat) S 10926 10929 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 108827001 1344868352 53703 33554432000 4194304 16246674 140733800015424 140208066505968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10929/tid=10932] ppid=10926 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10932/stat : 10932 (toysat) S 10926 10929 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108827001 1344868352 53708 33554432000 4194304 16246674 140733800015424 140208056032432 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

[startup+0.700388 s]
/proc/loadavg: 2.28 2.24 2.19 3/179 10929
/proc/meminfo: memFree=29090964/32872528 swapFree=15272/1656604
[pid=10929] ppid=10926 vsize=1315396 CPUtime=0.69 cores=1,3,5,7
/proc/10929/stat : 10929 (toysat) R 10926 10929 9894 0 -1 4202496 118095 0 0 0 53 16 0 0 20 0 4 0 108827001 1346965504 119415 33554432000 4194304 16246674 140733800015424 140733800013248 4222282 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10929/statm: 328849 119418 890 2943 0 325743 0
[pid=10929/tid=10930] ppid=10926 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10930/stat : 10930 (toysat) S 10926 10929 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108827001 1346965504 119421 33554432000 4194304 16246674 140733800015424 140208148294896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10929/tid=10931] ppid=10926 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10931/stat : 10931 (toysat) S 10926 10929 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 108827001 1346965504 119423 33554432000 4194304 16246674 140733800015424 140208066505968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10929/tid=10932] ppid=10926 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10932/stat : 10932 (toysat) S 10926 10929 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108827001 1346965504 119426 33554432000 4194304 16246674 140733800015424 140208056032432 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) 1315396

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

[startup+0.700388 s]
/proc/loadavg: 2.28 2.24 2.19 3/179 10929
/proc/meminfo: memFree=29090964/32872528 swapFree=15272/1656604
[pid=10929] ppid=10926 vsize=1315396 CPUtime=0.69 cores=1,3,5,7
/proc/10929/stat : 10929 (toysat) R 10926 10929 9894 0 -1 4202496 118095 0 0 0 53 16 0 0 20 0 4 0 108827001 1346965504 119415 33554432000 4194304 16246674 140733800015424 140733800013248 4222282 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10929/statm: 328849 119418 890 2943 0 325743 0
[pid=10929/tid=10930] ppid=10926 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10930/stat : 10930 (toysat) S 10926 10929 9894 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108827001 1346965504 119421 33554432000 4194304 16246674 140733800015424 140208148294896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10929/tid=10931] ppid=10926 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10931/stat : 10931 (toysat) S 10926 10929 9894 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 108827001 1346965504 119423 33554432000 4194304 16246674 140733800015424 140208066505968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10929/tid=10932] ppid=10926 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/10929/task/10932/stat : 10932 (toysat) S 10926 10929 9894 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108827001 1346965504 119426 33554432000 4194304 16246674 140733800015424 140208056032432 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) 1315396

Child status: 0
Real time (s): 0.758333
CPU time (s): 0.756884
CPU user time (s): 0.564914
CPU system time (s): 0.19197
CPU usage (%): 99.8089
Max. virtual memory (cumulated for all children) (KiB): 1315396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.564914
system time used= 0.19197
maximum resident set size= 486284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120252
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.001999 second user time and 0.007998 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-07 05:08:57
IDJOB=4079906
IDBENCH=72123
IDSOLVER=2542
FILE ID=node136/4079906-1465268937
RUNJOBID= node136-1465261284-9911
PBS_JOBID= 19843291
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.biglist/normalized-randa491d5.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-4079906-1465268937/watcher-4079906-1465268937 -o /tmp/evaluation-result-4079906-1465268937/solver-4079906-1465268937 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465261284-9911 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079906-1465268937.opb

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

MD5SUM BENCH= aec7e1601818e8078cd384d1709eb08b
RANDOM SEED=97008085

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		: 2666.959
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.91
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.959
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.959
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.959
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.959
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.959
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.59
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.959
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.959
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:        29091244 kB
Buffers:          103268 kB
Cached:           195772 kB
SwapCached:          812 kB
Active:          1206004 kB
Inactive:         182800 kB
Active(anon):    1091168 kB
Inactive(anon):     1256 kB
Active(file):     114836 kB
Inactive(file):   181544 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099384 kB
Dirty:             17168 kB
Writeback:             0 kB
AnonPages:       2747792 kB
Mapped:            10752 kB
Shmem:                 0 kB
Slab:             599664 kB
SReclaimable:      43548 kB
SUnreclaim:       556116 kB
KernelStack:        1488 kB
PageTables:         9632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2890444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1650688 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 node136 at 2016-06-07 05:08:58