Trace number 4099354

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02UNSAT 5.73313 5.74402

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900554420.opb
MD5SUM30c4f9acafc0f3a30de05f75833db699
Bench CategoryDEC-SMALLINT (no 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 benchmark2.37564
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
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.01	c 2016-06-18T01:28:56+0200
0.00/0.01	c version = 0.5.0
0.00/0.01	c githash = 1a49202
0.00/0.01	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.01	c arch = x86_64
0.00/0.01	c os = linux
0.00/0.01	c compiler = ghc 7.10
0.00/0.01	c packages:
0.00/0.01	c   OptDir-0.0.3
0.00/0.01	c   array-0.5.1.0
0.00/0.01	c   base-4.8.2.0
0.00/0.01	c   bytestring-0.10.6.0
0.00/0.01	c   bytestring-builder-0.10.6.0.0
0.00/0.01	c   clock-0.7.2
0.00/0.01	c   containers-0.5.6.2
0.00/0.01	c   data-default-0.5.3
0.00/0.01	c   data-default-class-0.0.1
0.00/0.01	c   data-interval-1.2.0
0.00/0.01	c   deepseq-1.4.1.1
0.00/0.01	c   directory-1.2.2.0
0.00/0.01	c   exceptions-0.8.2.1
0.00/0.01	c   extended-reals-0.2.1.0
0.00/0.01	c   filepath-1.4.0.0
0.00/0.01	c   finite-field-0.8.0
0.00/0.01	c   hashable-1.2.4.0
0.00/0.01	c   heaps-0.3.3
0.00/0.01	c   intern-0.9.1.4
0.00/0.01	c   loop-0.3.0
0.00/0.01	c   mtl-2.2.1
0.00/0.01	c   multiset-0.3.2
0.00/0.01	c   mwc-random-0.13.3.2
0.00/0.01	c   parse_dimacs-1.3
0.00/0.01	c   parsec-3.1.9
0.00/0.01	c   prettyclass-1.0.0.0
0.00/0.01	c   primes-0.2.1.0
0.00/0.01	c   primitive-0.6.1.0
0.00/0.01	c   process-1.2.3.0
0.00/0.01	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-4099354-1466206135.opb"]
0.00/0.02	c use --random-gen="455258849 3760687579 2531055134 561893092 2964717859 2314042767 4101177604 866045431 1766573874 2562056284 3821509950 1607134685 2541024487 518062188 173525446 701478269 10573393 359301357 3058902269 300997892 3649181587 2339621705 3415346815 304831884 4101071649 3598124240 627154780 2415156479 2305389613 3583682146 121626772 67422610 3434553514 1733116327 3279642168 2066376773 3327667367 4131661593 1534152265 1351161048 3051727408 3507316040 424957116 3187805907 3429773192 2916901651 4251207969 2461685401 525609610 2247648382 527528778 3256948773 325603278 1967458591 3690669185 3750425880 295107769 2323100331 1402136423 1116343710 3552184552 1962464435 4082080315 3269351532 2055533793 1575653971 544856970 1980987628 3647606751 1462892535 3778662836 3727167504 1232123668 970361704 3011997527 737529274 3209162692 3809767717 3422277071 2000257074 3673354281 3613952449 2106893933 2243136216 4038269389 3041240734 113684134 3031749335 3519828951 665909609 4211621549 1701914122 1498953528 73655962 1758474591 1723657627 2188127671 3114364987 3393431602 3482772521 2072159280 1960247399 121853406 4165967830 657725892 197048693 2241324970 2319599837 1142320252 282308308 1172000067 4190084205 3882750705 2305379218 2891349706 3341870622 3637014062 4057674209 760930917 1829462003 2010549454 2519508342 1998318146 3577975640 226327055 2455086008 3566854493 2523851495 3141875855 470332715 3322123933 1802836971 1372958422 265340467 48473095 438882216 1309943240 194927478 511786059 3434344330 3099732593 962401689 124086337 304966036 436171938 2879190232 2052225173 3991952631 3250792239 3410525391 3575865172 590850315 2702472402 3375293763 3029112430 113623116 4106180534 2574923606 1685927893 1227277356 1197807610 2995820401 712467955 421227543 2310570761 4234782440 719840145 1955025449 652211321 4041253056 672737480 226305564 3069519995 92739541 1560250777 835740303 2844822953 159724601 3289919047 2795596471 3090108722 2168742228 3807698701 711807971 3318508079 1017723281 343227717 1412799985 1214595463 1154036390 2310057601 1040199714 1105198456 2030858775 346037668 810786867 1455699665 1683042297 3923114504 590465814 2861343749 2688907953 2403904620 3122346857 2531816855 3221000770 807704337 870153224 1917510348 2205392513 3701873868 3671842687 2086731812 2952570737 2028043164 705360753 473837961 2027268076 3574849008 1462413510 675944576 2434191949 1830836605 1854434487 671839513 2114193594 521026938 1407234532 1803975448 4117884042 1144592195 2948142700 2392985011 3198227368 900344126 1938607428 1648339523 2899962712 538344502 1307256168 1140306060 2479872914 2084560841 191573483 1871205771 3197640873 2308886795 2562596711 3491522077 3955777305 3219801359 3657059300 1342133659 383378680 4078904562 1741426122 255 362436" option to reproduce the execution
0.00/0.04	c #vars 231
0.00/0.04	c #constraints 2707
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |      979      0 |        0 |        0
0.08/0.10	c  0.0s |       1 |      267 |      100 |      979      0 |        0 |        0
0.08/0.13	c  0.0s |       2 |      516 |      250 |     1077      0 |        0 |        0
0.08/0.17	c  0.1s |       3 |      882 |      475 |     1185      0 |        0 |        0
0.18/0.25	c  0.2s |       4 |     1482 |      813 |     1304      0 |        0 |        0
0.28/0.35	c  0.3s |       5 |     2510 |     1320 |     1435      0 |        0 |        0
0.48/0.55	c  0.5s |       6 |     3644 |     2081 |     1737      1 |        0 |        0
0.78/0.84	c  0.8s |       7 |     5515 |     3223 |     1911      2 |        0 |        0
1.28/1.30	c  1.2s |       8 |     8451 |     4936 |     2103      4 |        0 |        0
1.68/1.79	c  1.7s |       9 |    13223 |     7506 |     2314      5 |        1 |       11
2.48/2.51	c  2.4s |      10 |    20247 |    11361 |     2546      8 |        1 |       11
3.58/3.63	c  3.5s |      11 |    30564 |    17144 |     2801     10 |        3 |       33
5.08/5.14	c  5.1s |      12 |    46662 |    25819 |     3082     13 |        6 |       66
5.59/5.68	c  5.6s |      12 |    53828 |    29545 |     3082     14 |      110 |      581
5.59/5.68	c #cpu_time = 5.594s
5.59/5.68	c #wall_clock_time = 5.594s
5.59/5.68	c #decision = 53828
5.59/5.68	c #random_decision = 212
5.59/5.68	c #conflict = 29545
5.59/5.68	c #restart = 12
5.59/5.68	s UNSATISFIABLE
5.59/5.68	c total CPU time = 5.673s
5.59/5.68	c total wall clock time = 5.673s

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

pid=13814
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.13 0.49 0.28 4/179 13817
/proc/meminfo: memFree=29623184/32872528 swapFree=1286400/1433568
[pid=13817] ppid=13814 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/13817/stat : 13817 (runsolver) D 13814 13817 12983 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 22660329 24911872 151 33554432000 4194304 4338465 140734706502880 140734706500520 214369651895 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/13817/statm: 6082 151 105 36 0 2655 0

[startup+0.100129 s]
/proc/loadavg: 1.13 0.49 0.28 4/179 13817
/proc/meminfo: memFree=29623184/32872528 swapFree=1286400/1433568
[pid=13817] ppid=13814 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/13817/stat : 13817 (toysat) R 13814 13817 12983 0 -1 4202496 23843 0 0 0 5 3 0 0 20 0 4 0 22660329 1247350784 24193 33554432000 4194304 16246674 140736183963104 140736183962528 5677277 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13817/statm: 304529 24197 728 2943 0 301423 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200375 s]
/proc/loadavg: 1.13 0.49 0.28 4/179 13817
/proc/meminfo: memFree=29623184/32872528 swapFree=1286400/1433568
[pid=13817] ppid=13814 vsize=1218116 CPUtime=0.18 cores=0,2,4,6
/proc/13817/stat : 13817 (toysat) R 13814 13817 12983 0 -1 4202496 39470 0 0 0 12 6 0 0 20 0 4 0 22660329 1247350784 39820 33554432000 4194304 16246674 140736183963104 140736183962528 13954518 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13817/statm: 304529 39831 728 2943 0 301423 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300353 s]
/proc/loadavg: 1.13 0.49 0.28 4/179 13817
/proc/meminfo: memFree=29623184/32872528 swapFree=1286400/1433568
[pid=13817] ppid=13814 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/13817/stat : 13817 (toysat) R 13814 13817 12983 0 -1 4202496 55113 0 0 0 20 8 0 0 20 0 4 0 22660329 1247350784 55463 33554432000 4194304 16246674 140736183963104 140736183962528 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13817/statm: 304529 55469 728 2943 0 301423 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700296 s]
/proc/loadavg: 1.13 0.49 0.28 4/179 13817
/proc/meminfo: memFree=29623184/32872528 swapFree=1286400/1433568
[pid=13817] ppid=13814 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/13817/stat : 13817 (toysat) R 13814 13817 12983 0 -1 4202496 118094 0 0 0 51 17 0 0 20 0 4 0 22660329 1247350784 118444 33554432000 4194304 16246674 140736183963104 140736183945024 5662075 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13817/statm: 304529 118453 734 2943 0 301423 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 1.13 0.49 0.28 3/183 13821
/proc/meminfo: memFree=28871016/32872528 swapFree=1286400/1433568
[pid=13817] ppid=13814 vsize=1219140 CPUtime=1.48 cores=0,2,4,6
/proc/13817/stat : 13817 (toysat) R 13814 13817 12983 0 -1 4202496 245645 0 0 0 112 36 0 0 20 0 4 0 22660329 1248399360 245978 33554432000 4194304 16246674 140736183963104 140736183945024 4221799 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13817/statm: 304785 245982 765 2943 0 301679 0
[pid=13817/tid=13819] ppid=13814 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13819/stat : 13819 (toysat) S 13814 13817 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22660330 1248399360 245984 33554432000 4194304 16246674 140736183963104 140705306488048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 6 0 0 0 0 0
[pid=13817/tid=13820] ppid=13814 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13820/stat : 13820 (toysat) S 13814 13817 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22660330 1248399360 245987 33554432000 4194304 16246674 140736183963104 140705295998192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13817/tid=13821] ppid=13814 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13821/stat : 13821 (toysat) S 13814 13817 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22660330 1248399360 245989 33554432000 4194304 16246674 140736183963104 140705208986800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1219140

[startup+3.1004 s]
/proc/loadavg: 1.20 0.51 0.29 3/183 13821
/proc/meminfo: memFree=28543532/32872528 swapFree=1286400/1433568
[pid=13817] ppid=13814 vsize=1303108 CPUtime=3.08 cores=0,2,4,6
/proc/13817/stat : 13817 (toysat) R 13814 13817 12983 0 -1 4202496 266759 0 0 0 269 39 0 0 20 0 4 0 22660329 1334382592 267089 33554432000 4194304 16246674 140736183963104 140736183945024 5677422 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13817/statm: 325777 267089 801 2943 0 322671 0
[pid=13817/tid=13819] ppid=13814 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13819/stat : 13819 (toysat) S 13814 13817 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22660330 1334382592 267089 33554432000 4194304 16246674 140736183963104 140705306488048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 6 0 0 0 0 0
[pid=13817/tid=13820] ppid=13814 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13820/stat : 13820 (toysat) S 13814 13817 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22660330 1334382592 267089 33554432000 4194304 16246674 140736183963104 140705295998192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13817/tid=13821] ppid=13814 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13821/stat : 13821 (toysat) S 13814 13817 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22660330 1334382592 267089 33554432000 4194304 16246674 140736183963104 140705208986800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1303108

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

[startup+3.20047 s]
/proc/loadavg: 1.20 0.51 0.29 3/183 13821
/proc/meminfo: memFree=28543532/32872528 swapFree=1286400/1433568
[pid=13817] ppid=13814 vsize=1303108 CPUtime=3.18 cores=0,2,4,6
/proc/13817/stat : 13817 (toysat) R 13814 13817 12983 0 -1 4202496 266759 0 0 0 279 39 0 0 20 0 4 0 22660329 1334382592 267089 33554432000 4194304 16246674 140736183963104 140736183945024 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13817/statm: 325777 267089 801 2943 0 322671 0
[pid=13817/tid=13819] ppid=13814 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13819/stat : 13819 (toysat) S 13814 13817 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22660330 1334382592 267089 33554432000 4194304 16246674 140736183963104 140705306488048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 6 0 0 0 0 0
[pid=13817/tid=13820] ppid=13814 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13820/stat : 13820 (toysat) S 13814 13817 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22660330 1334382592 267089 33554432000 4194304 16246674 140736183963104 140705295998192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13817/tid=13821] ppid=13814 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13821/stat : 13821 (toysat) S 13814 13817 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22660330 1334382592 267089 33554432000 4194304 16246674 140736183963104 140705208986800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 1303108

[startup+4.80038 s]
/proc/loadavg: 1.20 0.51 0.29 3/183 13821
/proc/meminfo: memFree=28454264/32872528 swapFree=1286400/1433568
[pid=13817] ppid=13814 vsize=1306180 CPUtime=4.78 cores=0,2,4,6
/proc/13817/stat : 13817 (toysat) R 13814 13817 12983 0 -1 4202496 267493 0 0 0 439 39 0 0 20 0 4 0 22660329 1337528320 267823 33554432000 4194304 16246674 140736183963104 140736183945024 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13817/statm: 326545 267823 801 2943 0 323439 0
[pid=13817/tid=13819] ppid=13814 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13819/stat : 13819 (toysat) S 13814 13817 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22660330 1337528320 267823 33554432000 4194304 16246674 140736183963104 140705306488048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 6 0 0 0 0 0
[pid=13817/tid=13820] ppid=13814 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13820/stat : 13820 (toysat) S 13814 13817 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22660330 1337528320 267823 33554432000 4194304 16246674 140736183963104 140705295998192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13817/tid=13821] ppid=13814 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13821/stat : 13821 (toysat) S 13814 13817 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22660330 1337528320 267823 33554432000 4194304 16246674 140736183963104 140705208986800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 1306180

[startup+5.2004 s]
/proc/loadavg: 1.20 0.51 0.29 3/183 13821
/proc/meminfo: memFree=28454264/32872528 swapFree=1286400/1433568
[pid=13817] ppid=13814 vsize=1306180 CPUtime=5.18 cores=0,2,4,6
/proc/13817/stat : 13817 (toysat) R 13814 13817 12983 0 -1 4202496 267494 0 0 0 479 39 0 0 20 0 4 0 22660329 1337528320 267824 33554432000 4194304 16246674 140736183963104 140736183945024 13006856 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13817/statm: 326545 267824 801 2943 0 323439 0
[pid=13817/tid=13819] ppid=13814 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13819/stat : 13819 (toysat) S 13814 13817 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22660330 1337528320 267824 33554432000 4194304 16246674 140736183963104 140705306488048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 6 0 0 0 0 0
[pid=13817/tid=13820] ppid=13814 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13820/stat : 13820 (toysat) S 13814 13817 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22660330 1337528320 267824 33554432000 4194304 16246674 140736183963104 140705295998192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13817/tid=13821] ppid=13814 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13821/stat : 13821 (toysat) S 13814 13817 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22660330 1337528320 267824 33554432000 4194304 16246674 140736183963104 140705208986800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 1306180

[startup+5.60736 s]
/proc/loadavg: 1.20 0.51 0.29 4/183 13821
/proc/meminfo: memFree=28453024/32872528 swapFree=1286400/1433568
[pid=13817] ppid=13814 vsize=1306180 CPUtime=5.59 cores=0,2,4,6
/proc/13817/stat : 13817 (toysat) R 13814 13817 12983 0 -1 4202496 267494 0 0 0 520 39 0 0 20 0 4 0 22660329 1337528320 267824 33554432000 4194304 16246674 140736183963104 140736183945024 13927401 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13817/statm: 326545 267824 801 2943 0 323439 0
[pid=13817/tid=13819] ppid=13814 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13819/stat : 13819 (toysat) S 13814 13817 12983 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 22660330 1337528320 267824 33554432000 4194304 16246674 140736183963104 140705306488048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 6 0 0 0 0 0
[pid=13817/tid=13820] ppid=13814 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13820/stat : 13820 (toysat) S 13814 13817 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 22660330 1337528320 267824 33554432000 4194304 16246674 140736183963104 140705295998192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=13817/tid=13821] ppid=13814 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/13817/task/13821/stat : 13821 (toysat) S 13814 13817 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22660330 1337528320 267824 33554432000 4194304 16246674 140736183963104 140705208986800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 1306180

[startup+5.70037 s]
/proc/loadavg: 1.20 0.51 0.29 4/183 13821
/proc/meminfo: memFree=28453024/32872528 swapFree=1286400/1433568
[pid=13817] ppid=13814 vsize=0 CPUtime=5.68 cores=0,2,4,6
/proc/13817/stat : 13817 (toysat) R 13814 13817 12983 0 -1 4202500 267500 0 0 0 527 41 0 0 20 0 1 0 22660329 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13817/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5.74402
CPU time (s): 5.73313
CPU user time (s): 5.2762
CPU system time (s): 0.45693
CPU usage (%): 99.8104
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.2762
system time used= 0.45693
maximum resident set size= 1071312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267500
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= 8

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017997 second user time and 0.026995 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 01:28:56
IDJOB=4099354
IDBENCH=1362
IDSOLVER=2542
FILE ID=node130/4099354-1466206135
RUNJOBID= node130-1466206066-12999
PBS_JOBID= 19918147
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900554420.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099354-1466206135/watcher-4099354-1466206135 -o /tmp/evaluation-result-4099354-1466206135/solver-4099354-1466206135 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466206066-12999 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4099354-1466206135.opb

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

MD5SUM BENCH= 30c4f9acafc0f3a30de05f75833db699
RANDOM SEED=27926622

node130.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.365
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.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.365
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:        29662252 kB
Buffers:           36360 kB
Cached:            97604 kB
SwapCached:         1824 kB
Active:          1013568 kB
Inactive:          54316 kB
Active(anon):     934656 kB
Inactive(anon):     1544 kB
Active(file):      78912 kB
Inactive(file):    52772 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098948 kB
Dirty:             33148 kB
Writeback:             0 kB
AnonPages:       2367036 kB
Mapped:            10020 kB
Shmem:                 0 kB
Slab:             572816 kB
SReclaimable:      15904 kB
SUnreclaim:       556912 kB
KernelStack:        1448 kB
PageTables:         8764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2562272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71716 MiB
End job on node130 at 2016-06-18 01:29:01