Trace number 4078751

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 23.0405 23.0445

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.rf9.ucl.opb
MD5SUM4d33d3f14b2660aefc9b3a640617db34
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 benchmark0.761883
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables11476
Total number of constraints33090
Number of constraints which are clauses32382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints708
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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-06T16:01:10+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-4078751-1465221670.opb"]
0.00/0.01	c use --random-gen="2160487173 2923950081 3012687399 686501745 455759491 203601177 3155153303 2419199883 1288642978 346916919 3966543190 4067301087 3164451430 3460067101 1997390391 3932342978 3795034439 3523972562 1561114147 2095856639 3364422777 136508537 2663605881 2031116008 1132588652 2671849224 3711595012 407342039 927676797 2376941712 822905774 1582487686 37762259 2829083078 4080277022 1919164457 2505338307 1014631475 2076494942 2880585114 320934339 97039170 2145305593 2527593297 3667259681 1737005442 4238622639 1780730037 2519018218 3852518727 3592648424 1690610954 4002134019 3314829764 2208544270 2639905571 3763730306 1998110729 191214487 1026676250 3845630147 4248483769 4093592638 1731519439 3301744098 2215156580 813397408 1528945475 83842246 2002708229 2507828220 207014185 515476825 3944665749 3022105978 1447134230 3854246532 669109857 4053043416 2085173081 3483639249 193232520 1444552410 2191416728 2705927132 2265034472 4199302014 638952282 3850119420 2904747408 3286821107 385212201 3418740749 3056853086 3513176259 2046625947 677185068 2528547404 2581193009 3480526436 365885650 2059514819 3549986891 4053922922 2781098916 3272373627 4256125564 2674819967 4141407181 313634156 1435749912 509301827 1219587658 3352972360 1059650921 1861040580 1679392314 3812400583 1746036073 1244553920 2044745752 205283756 1159967266 2941657988 772025537 3869643358 1592149154 1020580642 2090319363 1003902024 2582903536 1189169858 3015083517 4094703894 2607154995 2308341553 3695455752 4289111325 3053510920 1918190551 3953869142 1819205572 4039282426 3089214434 2405455148 3054841866 2612729312 1722268835 862755596 3226617442 644061405 2947869690 623036566 1271485014 4099711630 2085100907 3842469984 2694145424 1263709014 1147725611 1785039567 612786930 4139775008 1466864319 3620728023 55899534 2345040231 1781196092 1513395041 712694071 3900092729 1622756654 2464646666 2647201955 708532259 3794890423 813051818 1784814364 1294439829 1026018224 421525864 1483931337 1091607734 583866697 3196937786 3108338138 1393726909 1348804002 1181058409 2294296555 1278427351 469429228 1487685249 1310083308 1556391982 4228332631 3328977452 1516000665 1207024173 3898342205 307349336 46830695 3410730232 717222603 1117428164 759036417 59425959 519420233 2969041888 2648888695 1763443179 709650879 633173402 913791953 336507728 4045672472 3600935698 1535587115 3346573886 3294835675 2964050327 1468997931 4212840 3906952006 663832239 1749479398 550410592 3648752761 3589092438 1681916559 710413174 4211543735 3740693586 3111520229 1773056020 1823715574 1395271100 1099909175 3625639719 502114843 2931594564 3777979669 2542855789 2404575131 3458546800 873288942 1846802151 1141148587 385865957 3023466143 3434944056 2242285219 3733657161 520833034 3235647716 4129049336 255 362436" option to reproduce the execution
0.19/0.22	c #vars 11476
0.19/0.22	c #constraints 33090
0.59/0.63	c Solving starts ...
0.59/0.63	c ============================[ Search Statistics ]============================
0.59/0.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.63	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.63	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |    14855      0 |       26 |        0
0.79/0.84	c  0.2s |       1 |      249 |      100 |    14855      0 |       26 |       79
1.29/1.30	c  0.7s |       2 |      560 |      250 |    16341      0 |       26 |       79
1.79/1.88	c  1.2s |       3 |     1193 |      475 |    17976      0 |       26 |       79
2.89/2.93	c  2.3s |       4 |     1705 |      813 |    19774      0 |       26 |       79
4.09/4.17	c  3.5s |       5 |     2511 |     1320 |    21752      0 |       26 |       79
6.19/6.28	c  5.6s |       5 |     3552 |     2020 |    23928      0 |       26 |       79
6.39/6.44	c  5.8s |       6 |     3702 |     2081 |    26321      0 |       26 |       79
8.49/8.58	c  8.0s |       6 |     4716 |     2781 |    26321      0 |       26 |       79
9.90/9.92	c  9.3s |       7 |     5305 |     3223 |    28954      0 |       26 |       79
11.99/12.07	c 11.4s |       7 |     6686 |     4023 |    28954      0 |       73 |      262
14.09/14.17	c 13.5s |       7 |     8016 |     4823 |    28954      0 |       73 |      262
14.40/14.42	c 13.8s |       8 |     8225 |     4936 |    31850      0 |       73 |      262
16.39/16.46	c 15.8s |       8 |     9420 |     5636 |    31850      0 |       84 |      304
18.39/18.49	c 17.9s |       8 |    10575 |     6336 |    31850      0 |       84 |      304
20.69/20.70	c 20.1s |       8 |    11650 |     7036 |    31850      0 |       84 |      304
22.29/22.34	c 21.7s |       9 |    12338 |     7506 |    35035      0 |     1500 |     5227
22.89/22.98	c 22.3s |       9 |    12611 |     7711 |    35035      0 |     7870 |    24812
22.89/22.98	c #cpu_time = 22.289s
22.89/22.98	c #wall_clock_time = 22.347s
22.89/22.98	c #decision = 12611
22.89/22.98	c #random_decision = 34
22.89/22.98	c #conflict = 7711
22.89/22.98	c #restart = 9
22.89/22.98	s UNSATISFIABLE
22.89/22.98	c total CPU time = 22.924s
22.89/22.98	c total wall clock time = 22.983s

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

pid=14221
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.27 2.26 3/180 14224
/proc/meminfo: memFree=29406192/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=798140 CPUtime=0 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 2992 0 0 0 0 0 0 0 20 0 4 0 104099380 817295360 3352 33554432000 4194304 16246674 140737336618848 140737336618272 15002730 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 200303 3363 441 2943 0 197197 0
[pid=14224/tid=14225] ppid=14221 vsize=816572 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 836169728 3422 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=820668 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 840364032 3438 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=824764 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 104099380 844558336 3456 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.20 2.27 2.26 3/180 14224
/proc/meminfo: memFree=29406192/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 27867 0 0 0 5 4 0 0 20 0 4 0 104099380 1249447936 28165 33554432000 4194304 16246674 140737336618848 140737336618160 4206864 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 305041 28165 801 2943 0 301935 0
[pid=14224/tid=14225] ppid=14221 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 1249447936 28165 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 1249447936 28165 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104099380 1249447936 28165 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200522 s]
/proc/loadavg: 2.20 2.27 2.26 3/180 14224
/proc/meminfo: memFree=29406192/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 50378 0 0 0 12 7 0 0 20 0 4 0 104099380 1344868352 51187 33554432000 4194304 16246674 140737336618848 140737336618160 14795908 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 328337 51187 801 2943 0 325231 0
[pid=14224/tid=14225] ppid=14221 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 1344868352 51187 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 1344868352 51187 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104099380 1344868352 51187 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300495 s]
/proc/loadavg: 2.20 2.27 2.26 3/180 14224
/proc/meminfo: memFree=29406192/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=1315396 CPUtime=0.29 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 51088 0 0 0 21 8 0 0 20 0 4 0 104099380 1346965504 51897 33554432000 4194304 16246674 140737336618848 140737336618160 12457594 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 328849 51897 833 2943 0 325743 0
[pid=14224/tid=14225] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 51897 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 51897 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 51897 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1315396

[startup+0.700396 s]
/proc/loadavg: 2.20 2.27 2.26 3/180 14224
/proc/meminfo: memFree=29406192/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=1315396 CPUtime=0.69 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 106017 0 0 0 52 17 0 0 20 0 4 0 104099380 1346965504 106827 33554432000 4194304 16246674 140737336618848 140737336618160 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 328849 106832 882 2943 0 325743 0
[pid=14224/tid=14225] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 106837 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 106841 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 106846 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1315396

[startup+1.5004 s]
/proc/loadavg: 2.20 2.27 2.26 3/184 14228
/proc/meminfo: memFree=28782676/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=1315396 CPUtime=1.49 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 204262 0 0 0 117 32 0 0 20 0 4 0 104099380 1346965504 205071 33554432000 4194304 16246674 140737336618848 140737336600768 5677541 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 328849 205076 882 2943 0 325743 0
[pid=14224/tid=14225] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 205078 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 205081 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 205084 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1315396

[startup+3.1004 s]
/proc/loadavg: 2.20 2.27 2.26 4/184 14228
/proc/meminfo: memFree=28325892/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=1315396 CPUtime=3.09 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 269516 0 0 0 269 40 0 0 20 0 4 0 104099380 1346965504 270325 33554432000 4194304 16246674 140737336618848 140737336600768 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 328849 270325 885 2943 0 325743 0
[pid=14224/tid=14225] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270325 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270325 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270325 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1315396

[startup+6.30041 s]
/proc/loadavg: 2.26 2.28 2.27 4/184 14228
/proc/meminfo: memFree=28326148/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=1315396 CPUtime=6.29 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 269526 0 0 0 589 40 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 140737336600768 5822592 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 328849 270335 891 2943 0 325743 0
[pid=14224/tid=14225] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1315396

[startup+12.7004 s]
/proc/loadavg: 2.32 2.29 2.27 4/184 14228
/proc/meminfo: memFree=28326696/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=1315396 CPUtime=12.69 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 269526 0 0 0 1229 40 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 140737336600768 5523356 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 328849 270335 891 2943 0 325743 0
[pid=14224/tid=14225] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1315396

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

[startup+12.8005 s]
/proc/loadavg: 2.32 2.29 2.27 4/184 14228
/proc/meminfo: memFree=28326696/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=1315396 CPUtime=12.79 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 269526 0 0 0 1239 40 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 140737336600768 5673732 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 328849 270335 891 2943 0 325743 0
[pid=14224/tid=14225] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1315396

[startup+19.2004 s]
/proc/loadavg: 2.30 2.29 2.27 3/184 14228
/proc/meminfo: memFree=28326972/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=1315396 CPUtime=19.19 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 269526 0 0 0 1879 40 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 140737336600768 5828829 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 328849 270335 891 2943 0 325743 0
[pid=14224/tid=14225] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1315396

[startup+20.8004 s]
/proc/loadavg: 2.27 2.28 2.27 3/184 14228
/proc/meminfo: memFree=28326848/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=1315396 CPUtime=20.79 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 269526 0 0 0 2039 40 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 140737336600768 5523718 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 328849 270335 891 2943 0 325743 0
[pid=14224/tid=14225] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270335 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.79
Current children cumulated vsize (KiB) 1315396

[startup+22.4004 s]
/proc/loadavg: 2.27 2.28 2.27 3/184 14228
/proc/meminfo: memFree=28327104/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=1315396 CPUtime=22.39 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 269527 0 0 0 2199 40 0 0 20 0 4 0 104099380 1346965504 270336 33554432000 4194304 16246674 140737336618848 140737336600768 5677802 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 328849 270336 891 2943 0 325743 0
[pid=14224/tid=14225] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270336 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270336 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270336 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.39
Current children cumulated vsize (KiB) 1315396

[startup+22.8004 s]
/proc/loadavg: 2.27 2.28 2.27 3/184 14228
/proc/meminfo: memFree=28327104/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=1315396 CPUtime=22.79 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202496 269527 0 0 0 2239 40 0 0 20 0 4 0 104099380 1346965504 270336 33554432000 4194304 16246674 140737336618848 140737336600768 12483624 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 328849 270336 891 2943 0 325743 0
[pid=14224/tid=14225] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14225/stat : 14225 (toysat) S 14221 14224 13075 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270336 33554432000 4194304 16246674 140737336618848 139971350473968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=14224/tid=14226] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14226/stat : 14226 (toysat) S 14221 14224 13075 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270336 33554432000 4194304 16246674 140737336618848 139971339984112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=14224/tid=14227] ppid=14221 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/14224/task/14227/stat : 14227 (toysat) S 14221 14224 13075 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104099380 1346965504 270336 33554432000 4194304 16246674 140737336618848 139971329510576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.79
Current children cumulated vsize (KiB) 1315396

[startup+23.0003 s]
/proc/loadavg: 2.27 2.28 2.27 3/184 14228
/proc/meminfo: memFree=28327104/32872528 swapFree=16636/1570076
[pid=14224] ppid=14221 vsize=0 CPUtime=22.98 cores=0,2,4,6
/proc/14224/stat : 14224 (toysat) R 14221 14224 13075 0 -1 4202500 269531 0 0 0 2257 41 0 0 20 0 1 0 104099380 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14224/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.98
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 23.0445
CPU time (s): 23.0405
CPU user time (s): 22.5796
CPU system time (s): 0.460929
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 1315396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.5796
system time used= 0.460929
maximum resident set size= 1081356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269531
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 30

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.070989 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-06 16:01:10
IDJOB=4078751
IDBENCH=1459
IDSOLVER=2542
FILE ID=node140/4078751-1465221670
RUNJOBID= node140-1465216678-13091
PBS_JOBID= 19843199
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.rf9.ucl.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078751-1465221670/watcher-4078751-1465221670 -o /tmp/evaluation-result-4078751-1465221670/solver-4078751-1465221670 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465216678-13091 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078751-1465221670.opb

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

MD5SUM BENCH= 4d33d3f14b2660aefc9b3a640617db34
RANDOM SEED=1984162858

node140.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.768
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.53
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.768
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.768
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.768
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.56
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.768
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.768
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29406588 kB
Buffers:           10096 kB
Cached:            73420 kB
SwapCached:         1736 kB
Active:          1165076 kB
Inactive:          26288 kB
Active(anon):    1107520 kB
Inactive(anon):     2644 kB
Active(file):      57556 kB
Inactive(file):    23644 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67097924 kB
Dirty:             17060 kB
Writeback:            96 kB
AnonPages:       2677704 kB
Mapped:            10540 kB
Shmem:                 0 kB
Slab:             567484 kB
SReclaimable:      10960 kB
SUnreclaim:       556524 kB
KernelStack:        1512 kB
PageTables:         9260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2822252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2351104 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= 71708 MiB
End job on node140 at 2016-06-06 16:01:33