Trace number 4088609

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 0.612906 0.613296

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_ODD_GRIDS/normalized-ECgrid3x10split.opb
MD5SUM46a5bd408a3f593d4a3aa3352495a6de
Bench CategoryDEC-SMALLINT-LIN (no 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.017996
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints31
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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-15T18:56: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-4088609-1466009817.opb"]
0.00/0.01	c use --random-gen="2478929000 2201159334 3974321849 3494498152 3256850767 2318621957 2874130525 2924837361 1238606781 1187675143 3879630225 1659361138 986764176 1170265943 2826499655 332391465 253730560 2757558934 486252906 2317589326 4169607417 4149422173 2292966702 1003983252 3964167025 3319886931 1688369093 163416145 3395686376 939900017 2634051832 3576332965 2956199978 1005414839 2625314133 3717365639 635901979 3525320589 3505661571 1540499017 3823657590 32435367 2350210270 1240581605 66258448 1530987237 2162824484 1987475195 482752594 1855095056 928749684 2064372259 2464172816 2288003251 2502048407 1163950495 3907758625 3739488171 2356318108 396223872 573208133 52188321 2961996688 3263920164 1123993031 4170689713 2517724122 3207779304 2507301838 2860652332 257522498 2087274008 1776569613 3810632156 203294287 3523777950 3332152738 3735808680 4042325178 2551883212 1725048537 2642098049 1223799603 2154633707 765408327 4235096029 2628543700 1131080432 3209431403 3074720495 45994839 2854156328 1804703184 2735600072 4187100454 3892077573 3926266497 3341263077 4285646088 1309591851 2516768959 723074631 88085873 917675156 2154213004 603153515 989200796 1316678431 3636945239 342274360 2749253270 124930411 1336473493 3159930639 1079996057 2960072441 4021621786 3695180835 1556102063 3143138310 3846429928 2627579015 923964360 2292747067 91048877 1885774337 2159668404 3162765664 1019141431 1961099833 1108757867 1924510376 1887251114 444530448 3549386634 3625204209 1035897219 4089771842 3847264129 1815344152 2649150910 831394066 3708868568 2063175561 1714263476 1694089449 1620901226 4145472587 4155056623 3092510260 3258573993 4033685399 1260097215 156908562 559911445 2293053449 3041980082 2300082629 1781200570 214753270 3497007703 1525867677 2142824476 1082840764 3516278109 2895714145 2582870902 60803591 2670994947 1083873052 1210870305 880299576 1622333998 4242486879 2609739409 2413856955 1346913916 1052734824 2296357905 3615087027 1430587894 2771865171 334096646 3916935695 770793953 2044840480 1830188619 1340497624 2899163321 535955964 2797931663 2426339675 2065520821 45489564 968246596 411796053 57164215 2145675516 991405680 719334397 2751300596 821853979 3591262750 3427774735 2763063898 3867135490 2586919747 1457568328 2103046372 2987686411 3428094053 4154527833 3429978054 3521081413 103248133 1736792776 376024912 3514176416 3379620962 3951858880 2755013549 2242976614 355437727 3976495039 311600136 1160322065 4148194505 1617883432 1252977835 278054407 1122656710 84181968 3667154994 3194747256 2321721193 3662995671 2130535091 4281301563 2184709474 3704544530 3341114454 793624923 2673465934 705671643 2197382863 44443454 1569614422 2314047621 704730476 422056720 1470290924 1500146230 3329333430 726687082 855178938 1194636112 255 362436" option to reproduce the execution
0.00/0.01	c #vars 61
0.00/0.01	c #constraints 31
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       41      0 |        0 |        0
0.00/0.01	c  0.0s |       1 |      136 |      100 |       41      1 |        0 |        0
0.00/0.02	c  0.0s |       2 |      336 |      250 |       46      6 |        0 |        0
0.00/0.03	c  0.0s |       3 |      685 |      475 |       51     12 |        0 |        0
0.00/0.05	c  0.0s |       4 |     1337 |      813 |       57     22 |        0 |        0
0.00/0.07	c  0.1s |       5 |     2350 |     1320 |       63     36 |        0 |        0
0.09/0.11	c  0.1s |       6 |     3694 |     2081 |       77     56 |        0 |        0
0.09/0.17	c  0.2s |       7 |     5904 |     3223 |       85     83 |        0 |        0
0.19/0.25	c  0.2s |       8 |     9092 |     4936 |       94    120 |        0 |        0
0.29/0.38	c  0.4s |       9 |    14776 |     7506 |      104    171 |        0 |        0
0.49/0.57	c  0.6s |      10 |    23070 |    11361 |      115    236 |        6 |        0
0.49/0.58	c  0.6s |      10 |    23290 |    11480 |      115    237 |       27 |        8
0.49/0.58	c #cpu_time = 0.571s
0.49/0.58	c #wall_clock_time = 0.571s
0.49/0.58	c #decision = 23290
0.49/0.58	c #random_decision = 93
0.49/0.58	c #conflict = 11480
0.49/0.58	c #restart = 10
0.49/0.58	s UNSATISFIABLE
0.49/0.58	c total CPU time = 0.584s
0.49/0.58	c total wall clock time = 0.584s

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

pid=6133
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: 2.20 2.09 2.20 2/171 6136
/proc/meminfo: memFree=31566076/32872528 swapFree=496356/529060
[pid=6136] ppid=6133 vsize=744892 CPUtime=0 cores=0,2,4,6
/proc/6136/stat : 6136 (toysat) R 6133 6136 5955 0 -1 4202496 2782 0 0 0 0 0 0 0 20 0 4 0 3027169 762769408 3143 33554432000 4194304 16246674 140734919174992 140734919157984 15002730 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6136/statm: 186991 3154 441 2943 0 183885 0
[pid=6136/tid=6137] ppid=6133 vsize=763324 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6137/stat : 6137 (toysat) S 6133 6136 5955 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3027169 781643776 3212 33554432000 4194304 16246674 140734919174992 139892908600560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6136/tid=6138] ppid=6133 vsize=767420 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6138/stat : 6138 (toysat) S 6133 6136 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3027169 785838080 3229 33554432000 4194304 16246674 140734919174992 139892898110704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6136/tid=6139] ppid=6133 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6139/stat : 6139 (toysat) S 6133 6136 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3027169 790032384 3247 33554432000 4194304 16246674 140734919174992 139892887637168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100208 s]
/proc/loadavg: 2.20 2.09 2.20 2/171 6136
/proc/meminfo: memFree=31566076/32872528 swapFree=496356/529060
[pid=6136] ppid=6133 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/6136/stat : 6136 (toysat) R 6133 6136 5955 0 -1 4202496 23290 0 0 0 6 3 0 0 20 0 4 0 3027169 1247350784 23640 33554432000 4194304 16246674 140734919174992 140734919157984 12477891 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6136/statm: 304529 23647 716 2943 0 301423 0
[pid=6136/tid=6137] ppid=6133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6137/stat : 6137 (toysat) S 6133 6136 5955 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3027169 1247350784 23653 33554432000 4194304 16246674 140734919174992 139892908600560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6136/tid=6138] ppid=6133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6138/stat : 6138 (toysat) S 6133 6136 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3027169 1247350784 23659 33554432000 4194304 16246674 140734919174992 139892898110704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6136/tid=6139] ppid=6133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6139/stat : 6139 (toysat) S 6133 6136 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3027169 1247350784 23664 33554432000 4194304 16246674 140734919174992 139892887637168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200497 s]
/proc/loadavg: 2.20 2.09 2.20 2/171 6136
/proc/meminfo: memFree=31566076/32872528 swapFree=496356/529060
[pid=6136] ppid=6133 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/6136/stat : 6136 (toysat) R 6133 6136 5955 0 -1 4202496 43864 0 0 0 13 6 0 0 20 0 4 0 3027169 1247350784 44215 33554432000 4194304 16246674 140734919174992 140734919157984 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6136/statm: 304529 44224 716 2943 0 301423 0
[pid=6136/tid=6137] ppid=6133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6137/stat : 6137 (toysat) S 6133 6136 5955 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3027169 1247350784 44230 33554432000 4194304 16246674 140734919174992 139892908600560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6136/tid=6138] ppid=6133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6138/stat : 6138 (toysat) S 6133 6136 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3027169 1247350784 44236 33554432000 4194304 16246674 140734919174992 139892898110704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6136/tid=6139] ppid=6133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6139/stat : 6139 (toysat) S 6133 6136 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3027169 1247350784 44241 33554432000 4194304 16246674 140734919174992 139892887637168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300468 s]
/proc/loadavg: 2.20 2.09 2.20 2/171 6136
/proc/meminfo: memFree=31566076/32872528 swapFree=496356/529060
[pid=6136] ppid=6133 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/6136/stat : 6136 (toysat) R 6133 6136 5955 0 -1 4202496 64375 0 0 0 21 8 0 0 20 0 4 0 3027169 1247350784 64725 33554432000 4194304 16246674 140734919174992 140734919157984 13198569 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6136/statm: 304529 64734 716 2943 0 301423 0
[pid=6136/tid=6137] ppid=6133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6137/stat : 6137 (toysat) S 6133 6136 5955 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3027169 1247350784 64740 33554432000 4194304 16246674 140734919174992 139892908600560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6136/tid=6138] ppid=6133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6138/stat : 6138 (toysat) S 6133 6136 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3027169 1247350784 64746 33554432000 4194304 16246674 140734919174992 139892898110704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6136/tid=6139] ppid=6133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6139/stat : 6139 (toysat) S 6133 6136 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3027169 1247350784 64752 33554432000 4194304 16246674 140734919174992 139892887637168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

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

[startup+0.400457 s]
/proc/loadavg: 2.20 2.09 2.20 2/171 6136
/proc/meminfo: memFree=31566076/32872528 swapFree=496356/529060
[pid=6136] ppid=6133 vsize=1218116 CPUtime=0.39 cores=0,2,4,6
/proc/6136/stat : 6136 (toysat) R 6133 6136 5955 0 -1 4202496 84716 0 0 0 28 11 0 0 20 0 4 0 3027169 1247350784 85066 33554432000 4194304 16246674 140734919174992 140734919157984 12874965 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6136/statm: 304529 85075 716 2943 0 301423 0
[pid=6136/tid=6137] ppid=6133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6137/stat : 6137 (toysat) S 6133 6136 5955 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 3027169 1247350784 85080 33554432000 4194304 16246674 140734919174992 139892908600560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6136/tid=6138] ppid=6133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6138/stat : 6138 (toysat) S 6133 6136 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3027169 1247350784 85086 33554432000 4194304 16246674 140734919174992 139892898110704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6136/tid=6139] ppid=6133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6136/task/6139/stat : 6139 (toysat) S 6133 6136 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3027169 1247350784 85092 33554432000 4194304 16246674 140734919174992 139892887637168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1218116

[startup+0.600385 s]
/proc/loadavg: 2.20 2.09 2.20 2/171 6136
/proc/meminfo: memFree=31566076/32872528 swapFree=496356/529060
[pid=6136] ppid=6133 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/6136/stat : 6136 (toysat) R 6133 6136 5955 0 -1 4202500 122074 0 0 0 41 17 0 0 20 0 1 0 3027169 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6136/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 0.613296
CPU time (s): 0.612906
CPU user time (s): 0.419936
CPU system time (s): 0.19297
CPU usage (%): 99.9364
Max. virtual memory (cumulated for all children) (KiB): 1218116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.419936
system time used= 0.19297
maximum resident set size= 489660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122074
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= 18
involuntary context switches= 2

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.000999 second user time and 0.008998 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-15 18:56:57
IDJOB=4088609
IDBENCH=107288
IDSOLVER=2542
FILE ID=node141/4088609-1466009817
RUNJOBID= node141-1466008015-5971
PBS_JOBID= 19902806
Free space on /tmp= 71748 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_ODD_GRIDS/normalized-ECgrid3x10split.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088609-1466009817/watcher-4088609-1466009817 -o /tmp/evaluation-result-4088609-1466009817/solver-4088609-1466009817 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466008015-5971 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4088609-1466009817.opb

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

MD5SUM BENCH= 46a5bd408a3f593d4a3aa3352495a6de
RANDOM SEED=1280453854

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31569828 kB
Buffers:            4268 kB
Cached:            57544 kB
SwapCached:        13080 kB
Active:            43600 kB
Inactive:          32460 kB
Active(anon):       5040 kB
Inactive(anon):    12008 kB
Active(file):      38560 kB
Inactive(file):    20452 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67088048 kB
Dirty:             20988 kB
Writeback:             0 kB
AnonPages:        703724 kB
Mapped:             7640 kB
Shmem:                 0 kB
Slab:             565656 kB
SReclaimable:       9788 kB
SUnreclaim:       555868 kB
KernelStack:        1520 kB
PageTables:         5280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     626060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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 node141 at 2016-06-15 18:56:58